@charset "utf-8";

.l-side_main {
    background-color: #fff;
}

.concierge_wrap {
	clear: both;
	margin: 0;
	padding: 0 24px;
	background: #ffffff;
}

/* .concierge_wrap img {
	border: none;
	vertical-align: bottom;
	width: 100%;
} */


.nav {
	text-align: center;
	margin-bottom: 10px;
}

.service_title_col {
    padding: 40px 24px 20px;
}

.section_01_box {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.section_01_box h3 {
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
	color: #004990;
}
.section_01_box h3 span {
    background: linear-gradient(transparent 50%, #FED933 50%);
}

.section_01_box .text_box {
    position:relative;
    width:490px;
    padding: 40px 48px;
	margin-top: 20px;
    background: #fff;
    border: 2px solid #004990;
    border-radius:20px;
}
.section_01_box .text_box::before,
.section_01_box .text_box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 16px;
    position: absolute;
    top: calc(50% - 10px);
}
.section_01_box .text_box::before {
    border-color: transparent transparent transparent #004990;
    right: -16px;
}
.section_01_box .text_box::after {
    border-color: transparent transparent transparent #fff;
    right: -12px;
}

.text_box p {
    line-height: 21px;
}

.section_02 {
    background-color: #F0F0F0;
	margin-top: 72px;
}

.chat_guide {
    position: relative;
    background: url(/ec/img/usr/pages/service/concierge/staffchat/chat_img_pc.png);
    width: 604px;
    height: 585px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}
.chat_guide_01 {
    position: absolute;
    right: 30px;
    top: 40px;
}
.chat_guide_01 h3 {
    font-size: 21px;
    font-weight: bold;
    color: #0b4f94;
    text-align: center;
}
.chat_guide_01 h3 span {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 26px;
}
.chat_guide p {
    line-height: 21px;
}
.chat_guide_02 {
    position: absolute;
    bottom: 35px;
}
.chat_guide_02 a, .text_box a {
    color: #09A7F5;
    text-decoration: underline;
}

.section_03, .section_04, .section_05, .section_06, .section_07, .section_08 {
    margin-top: 72px;
}

.section_03 h3, .section_04 h3, .section_05 h3, .section_06 h3, .section_07 h3, .section_08 h3 {
    position: relative;
    display: block;
    color: #004990;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 40px;
}
.section_03 h3:before, .section_03 h3:after, 
.section_04 h3:before, .section_04 h3:after, 
.section_05 h3:before, .section_05 h3:after, 
.section_06 h3:before, .section_06 h3:after,
.section_07 h3:before, .section_07 h3:after,
.section_08 h3:before, .section_08 h3:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 250px;
    height: 2px;
    background: #004990;
}
.section_03 h3:before, .section_04 h3:before, .section_05 h3:before, .section_06 h3:before, .section_07 h3:before, .section_08 h3:before {
    left: 0;
}
.section_03 h3:after, .section_04 h3:after, .section_05 h3:after, .section_06 h3:after, .section_07 h3:after, .section_08 h3:after {
    right: 0;
}
.section_04 h3:before, .section_04 h3:after {
    width: 186px;
}
.section_05 h3:before, .section_05 h3:after {
    width: 110px;
}
.section_06 h3:before, .section_06 h3:after {
    width: 222px;
}
.section_07 h3:before, .section_07 h3:after {
    width: 130px;
}
.section_08 h3:before, .section_08 h3:after {
    width: 120px;
}

.section_03 p {
    text-align: center;
    margin: 30px 0;
}
span.marker {
    background: linear-gradient(transparent 50%, #FED933 50%);
}
.ex_box {
    display: flex;
    justify-content: space-around;
}

.review_box_left, .review_box_right {
    display: flex;
    gap: 16px;
	justify-content: center;
}

.balloon1-left {
    position: relative;
    display: flex;
	align-items: center;
    justify-content: center;
	min-width: 510px;
    height: 100px;
    margin: 0 0px 40px 20px;
    font-size: 14px;
    background: #6DBAC6;
    border-radius: 20px;
    color: #fff;
    line-height: 21px;
}
  
.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -36px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 24px solid #6dbac6;
}
  
.balloon1-left p {
	margin: 0;
	padding: 0;
}
.balloon1-right {
    position: relative;
    display: flex;
	align-items: center;
    justify-content: center;
	min-width: 510px;
    height: 100px;
    margin: 0 20px 40px 0px;
    font-size: 14px;
    background: #6DBAC6;
    border-radius: 20px;
    color: #fff;
    line-height: 21px;
}
  
.balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 24px solid #6dbac6;
  }
  
  .balloon1-right p {
	margin: 0;
	padding: 0;
  }


.contact_box {
    display: flex;
    justify-content: space-around;
}
.contact_box_left, .contact_box_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.section_05 h4 {
    font-size: 21px;
    font-weight: bold;
    color: #004990;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 68px;
    position: relative;
    padding-right: 16px;
    margin: auto;
    color: #fff;
    background-color: #004990;
    border-radius: 4px;
}
.button .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: #fff;
}
.button .arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    fill: #fff;
}

.contact_tel_box {
    text-align: center;
    width: 635px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 50px 0;
    margin: 40px auto;
}
.tel_num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "futura_abold";
    font-size: 45px;
    font-weight: 700;
    color: #004990;
    margin: 16px 0;
}
.tel_num .icon {
    width: 35px;
    height: 35px;
    fill: #004990;
}
.tel_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
}
.tel_details_icon {
    background-color: #6dbac6;
    width: 103px;
    height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.2;
    padding-left: 4px;
}
.tel_details p {
    font-size: 21px;
    text-align: left;
    line-height: 1.6;
    color: #004990;
}

.section_06 ul {
    width: 643px;
    margin: 0 auto 64px;
}
.section_06 ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
    line-height: 1.2;
}

.contact {
    line-height: 1.5;
}

.contact .m-link {
    display: table;
    margin-left: auto;
}

.contact_text {
    text-align: center;
    font-size: 1.6rem;
}

.contact_text + .contact_time {
    margin-top: 8px;
}

.contact_notice {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0.5em 0;
    color: #6e7590;
}

.contact_notice::before {
    content: "※";
}

.contact_time {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #004990;
}

.contact_detail {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    margin-top: 32px;
}

.contact_detail_def_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #004990;
}

.contact_detail_def_body {
    margin-top: 8px;
    text-align: center;
}

.contact_detail_def_body .m-btn {
    width: 280px;
}

.contact_detail_def_body_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: futura_abold;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #004990;
}

.contact_detail_def_body_tel .icon {
    width: 35px;
    height: 35px;
    fill: #004990;
}

.contact_detail_def_body_notice {
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
    color: #6e7590;
    margin-top: 8px;
}

.contact_list {
    counter-reset: contact;
    position: relative;
    border-top: 2px solid #ccc;
    padding-top: 24px;
    margin-top: 24px;
}

.contact_list::before {
    content: "";
    position: absolute;
    top: -4px;
    left: calc(50% - 22px);
    z-index: 2;
    border: 22px solid transparent;
    border-top: 22px solid #fff;
}

.contact_list::after {
    content: "";
    position: absolute;
    top: -1px;
    left: calc(50% - 22px);
    z-index: 1;
    border: 22px solid transparent;
    border-top-color: #ccc;
    border-bottom-width: 0;
}

.contact_list_item {
    counter-increment: contact;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 24px 0;
    border-bottom: solid 1px #ccc;
}

.contact_list_no {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100px;
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding: 10px 0;
    background: #004990;
}

.contact_list_no::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -68px;
    bottom: 0;
    margin: auto;
    border: 16px solid transparent;
    border-left: 24px solid #ccc;
}

.contact_list_no::after {
    content: counter(contact);
    font-family: "futura_abold";
    font-size: 3.8rem;
    font-weight: bold;
    color: #fff;
}

.contact_list_def {
    flex: 1;
}

.contact_list_def_title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.contact_list_def_body {
    margin-top: 16px;
}

.card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    line-height: 1.5;
}

.card_unit_title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.card_unit_body {
    margin-top: 16px;
}

.card_unit_body .m-link {
    display: table;
    margin-left: auto;
}

.card_unit_text {
    font-size: 1.3rem;
    color: #6e7590;
    margin: 1em 0;
}

.card_unit_text.-n1 {
    min-height: 39px;
}
