@charset "utf-8";
#aboutus_message {
    padding-top: 10%;
    background-image: url(../images/common/deco_ring_red.svg),url("../images/common/border-hole.svg");
    background-repeat: no-repeat,repeat-x;
    background-position: right top 9.46%,center bottom;
    background-size: 144px auto,840px auto;
    padding-bottom: 7.69%;
}
#aboutus_message_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 5.38%;
}
#aboutus_message_txt {
    width: 57.69%;
}
#aboutus_message_txt h3 {
    font-size: 26px;
    line-height: 1.6em;
}
#aboutus_message_txtbox {
    margin-top: 3.84%;
}
#aboutus_message_txtbox p {
    font-size: 15px;
    line-height: 1.8em;
}
#aboutus_message_txtbox #message_sign {
    text-align: right;
    margin-top: 16px;
    font-size: 18px;
}
#aboutus_message_txtbox #message_sign small {
    font-size: 15px;
    margin-right: 16px;
}


#aboutus_message_img {
    width: 36.15%;
}
#aboutus_message_img img {
    border-radius: 6px;
}
.company_profile {
    padding-top: 5.38%;
    background-image: url(../images/common/deco_ring_blue.svg),url("../images/common/deco_square_blue.svg");
    background-repeat: no-repeat;
    background-position: right top 3.84%,left bottom 16.15%;
    background-size: 144px auto,144px auto;
}
/* .company_profile .contents_wrap {
	padding-bottom: 4.61%;
	background-image: url("../images/common/border-scale.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
} */
.company_profile h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 7.69%;
}
.company_profile h2 .txt_kakko {
    background-image: url(../images/common/brackets_l.svg),url(../images/common/brackets_r.svg);
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 48px auto;
    padding-top: 28px;
    padding-right: 48px;
    padding-left: 40px;
    padding-bottom: 34px;
    display: inline-block;
}
.profile_table {
    display: flex;
    justify-content: space-between;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.15%;
}
.profile_h3 {
	width: 144px;
    font-size: 32px;
    line-height: 1em;
    margin-right: 32px;
}

.profile_h3 span {
    display: block;
    font-size: 13px;
    margin-top: 24px;
    font-weight: 600;
}

.profile_table table {
    border-collapse: collapse;
    width: 76.15%;
}
.profile_table table th {
	border-bottom: 0.13em solid #17489d;
    border-top: 0.13em solid #17489d;
    text-align: left;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    width: 136px;
    min-width: 136px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.profile_table table td {
	border-bottom: 0.05em solid #231815;
    border-top: 0.05em solid #231815;
    padding-top: 24px;
    padding-right: 8px;
    padding-left: 9.23%;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1.6em;
}
.profile_view-map {
    display: flex;
    justify-content: space-between;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.15%;
}
.profile_view {
    width: 47.69%;
}
.profile_view img {
    border-radius: 6px;
}
.profile_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 48.5%;
    position: relative;
    border-radius: 6px;
    width: 47.69%;
}
.profile_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.profile_history {
    display: flex;
    justify-content: space-between;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.84%;
}
.profile_history table {
    width: 76.15%;
}
.profile_history table tr:nth-child(odd) {
    background-color: #eaf0f4; /* 奇数行 */
}

.profile_history table tr:nth-child(even) {
  background-color: #ffffff; /* 偶数行 */
}
.profile_history table th {
    font-size: 15px;
    width: 136px;
    min-width: 136px;
    text-align: left;
    padding-left: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
}
.profile_history table td {
    font-size: 15px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.company_profile.tks {
	background-image: url("../images/common/deco_ring_green.svg"),url("../images/common/deco_square_blue.svg");
}
