@charset "UTF-8";
/*===================================================================
	corporate/About page - profile.htm
===================================================================*/

/* table_normal */
.table_normal,
.map_content .g_map_content .g_map_ttl {
	font-family: 'Meiryo', sans-serif;
}
/* table_normal */
.table_normal {
	width: 100%;
	line-height: 1.6;
}
.table_normal tr:not(:last-child) {
	border-bottom: 1px solid #E1E1E1;
}
/* table_normal */
.table_normal tr th,
.table_normal tr td {
	font-size: 16px;
}
.table_normal tr dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* map_content */
.map_content {
	font-size: 16px;
}
.btn_block.col_3 .btn_type_02 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
	width: 100%;
	border: 2px solid #10218B;
	background-color: #fff;
	color: #10218B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_type_02 a.link_blank span:after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: -1;
	width: 18px;
	height: 14px;
	background: url("/corporate/common/img/icon_new_window_blue.png") no-repeat;
	content: "";
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*====================================add20230405====================================*/
.section_04 {
    margin: 100px 0 150px;
}
.section_04_content ul li {
	font-size: 16px;
	margin-top: 12px;
}
.section_04_content ul li a {
	background: url(/common/images/ico_link_01.gif) no-repeat 0 0.2em;
	padding-left: 21px;
}
.title_type01 {
	position: relative;
	margin: 40px 0 16px;
}
.title_type01:first-of-type {
	margin: 0 0 16px
}
.title_type01::before, .title_type01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #E4E4E4;
}
.title_type01::after {
    width: 30%;
    background-color: #10218B;
}
.title_type01 p {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
}
a.iPop01 img {
	vertical-align: -2px;
	margin-left: 5px;
}
/*====================================add20230405====================================*/


/* PC styles */
@media print, screen and (min-width: 768px) {
	/* table_normal */
	.table_normal tr th,
	.table_normal tr td {
		padding: 20px 10px 17px 0;
	}
	.table_normal tr dl {
		letter-spacing: 1.4px;
	}
	.table_normal tr dl dd {
		line-height: 1.76;
	}
	/* tbl_img_2_1 */
	.tbl_img_2_1 .col_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.tbl_img_2_1 > .col_inner .img_thumb {
		width: 45.1%;
		padding: 20px 0 0 8px;
		float: right;
	}
	/* section_01 */
	.section_01 {
		margin-top: 61px;
	}
	.mv_area_common {
		padding: 40px 0 48px;
	}
	/* section_02 */
	.section_02 {
		margin-top: 40px;
		float: right;
		width: 45.1%;
	}.col_inner
	.section_02 .heading_ttl02 {
		margin-bottom: 6px;
		font-size: 24px;
	}
	/* heading_ttl02 */
	.heading_ttl02 {
		margin-bottom: 33px;
		font-size: 36px;
		line-height: 1.5;
	}
	/* map_content */
	.map_content .g_map_content .g_map_ttl {
		margin-bottom: 10px;
	}
	.map_content .g_map {
		margin-bottom: 24px;
	}
	/* list_dot */
	.list_dot p {
		display: table-cell;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	/* section_03 */
	.section_03 {
		margin: 100px 0 150px;
	}
	.section_03 .heading_ttl02 {
		margin-bottom: 30px;
	}
	.btn_block.col_3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.btn_block.col_3 .btn_type_02 {
		max-width: 390px;
		margin-top: 30px;
		margin-right: 35px;
	}
	.btn_block.col_3 .btn_type_02:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.btn_block.col_3 .btn_type_02:nth-child(3n) {
		margin-right: 0;
	}
	.btn_block.col_3 .btn_type_02 {
		width: calc((100% - 70px) / 3);
	}
	.btn_block.col_3 .btn_type_02 a {
		min-height: 80px;
	}
	.btn_block.col_3 .btn_type_02 a span {
		margin-left: -32px;
	}
	.btn_type_02 a.link_blank span:after {
		right: 71px;
	}
	.btn_type_02 a.link_blank:hover span:after {
		right: 61px;
	}
	/*====================================add20230405====================================*/
	.col_inner .txt {
		float:left;
		width: 50%;
	}
	.col_inner:after {
		content: "";
		display: block;
		clear: both;
	}
	/*====================================add20230405====================================*/
}

/* SP styles */
@media screen and (max-width:767px) {
	/* table_normal */
	.table_normal tr dl {
		letter-spacing: -0.1px;
	}
	.table_normal tr th,
	.table_normal tr td {
		font-size: 16px;
	}
	/* heading_ttl02 */
	.heading_ttl02 {
		margin-bottom: 36px;
		font-size: 28px;
		line-height: 1.5;
	}
	/* tbl_img_2_1 */
	.tbl_img_2_1 > .col_inner .img_thumb {
		margin-bottom: 28px;
	}
	.tbl_img_2_1 > .col_inner .img_thumb img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	/* map_content */
	.map_content .g_map iframe {
		max-width: 100%;
		width: 100%;
		max-height: 226px;
	}
	.map_content .g_map  {
		margin-bottom: 18px;
	}
	/* section_01 */
	.section_01 {
		margin: 53px 0 0;
	}
	/* table_normal */
	.table_normal tr {
		line-height: 1;
	}
	.table_normal tr th,
	.table_normal tr td {
		display: block;
		width: 100%;
	}
	.table_normal tr th {
		padding: 10px 10px 0 0;
	}
	.table_normal tr td {
		padding: 6px 10px 2px 0;
		line-height: 1.5;
	}
	.table_normal tr {
		display: block;
		margin-bottom: 14px;
		padding: 0 0 14px;
	}
	/* section_02 */
	.section_02 {
		margin: 45px 0 0;
	}
	.map_content .g_map_content .g_map_ttl {
		margin-bottom: 10px;
	}
	/* list_dot */
	.list_dot p {
		line-height: 1.7;
	}
	/* section_03 */
	.section_03 {
		margin: 70px 0 80px;
	}
	.section_03 .heading_ttl02 {
		margin-bottom: 26px;
		font-size: 30px;
	}
	.btn_block.col_3 .btn_type_02 {
		max-width: 100%;
	}
	.btn_block.col_3 .btn_type_02 a {
		max-width: 345px;
		min-height: 70px;
		margin: 0 auto;
	}
	.btn_block.col_3 .btn_type_02:not(:first-child){
		margin-top: 20px;
	}
	.btn_block.col_3 .btn_type_02 a span {
		margin-left: -11px;
		padding-right: 10px;
	}
	.btn_type_02 a.link_blank span:after {
		right: 50px;
	}
	/*====================================add20230405====================================*/
	.section_04 {
    	margin: 80px 0 100px;
	}
	/*====================================add20230405====================================*/
}
