.box_attention_link {
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.box_attention_link {
		width: auto;
		margin: 0 auto;
	}
}

.ttl-cmn-09 {
    margin: 0;
    display: block;
}

#tel-guide .box-number-01{
    background-color: #e4edfc;
}

#tel-guide .box-number-01 .ttl-main{
    font-size: 1.7rem;
}

#tel-guide .box-number-01 .ttl-main span.txt-red-01{
    font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
    #tel-guide .box-number-01 .ttl-main span.txt-red-01{
        font-size: 1.4em;
    }
}
#tel-guide .box-number-01 .txt-tel{
    font-weight: bold;
    font-size: 3rem;
}

.aichatbot_link {
    text-align: center;
}

.aichatbot_link a{
    display: inline-block;
    align-items: center;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 2em 0;
    padding: 20px 0px 20px 90px;
    position: relative;
}
.aichatbot_link a::before{
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(/resource201801/call/img/aichatbot_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0px;

}

.aichatbot_link img {
    width: 70px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .aichatbot_link a{
        font-size: 1.7rem;
        padding: 15px 0px 15px 60px;
    }

    .aichatbot_link a::before{
        width: 50px;
        height: 50px;
    }
}

.call_loginArea {
    display: flex;
    margin-top: 7rem;
    justify-content: space-between;
}

.call_loginArea .login_box {
    display: flex;
}
.call_loginArea .ttl_cmn-03 {
    margin: 0 0 1.5rem;
}

.call_loginArea .ttl_login_01 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.call_loginArea .login_box li{
    text-align: center;
}

.call_loginArea .image_logo {
    width: 80%;
    margin: 0px auto;
    padding: 3rem 0px;
}

.call_loginArea .image_logo img {
    width: 100%;
}

.call_loginArea .box-cmn-border-01 {
    margin: 1rem 0.5rem 30px;
    padding: 25px 25px;
}

.call_loginArea .btn-cmn-02 {
    padding: 8px 40px 8px 45px;
    font-size: 1.4rem;
}
.call_loginArea .btm-related {
    display: block;
    margin: 5rem 0 0.5rem 0;
}

.call_loginArea .ico-window-01::after {
    position: relative;
    transform: translateY(0%);
    /* right: 25px;
    top: 52%; */
}

.btm-related--service {
    margin: 0 !important;
    justify-content: flex-start !important;
}

@media screen and (max-width: 768px) {
    .call_loginArea {
        flex-direction: column;
        padding: 0;
    }
    .call_loginArea .login_box li{
        width: calc(50% - 1rem);
    }
    .call_loginArea .box-cmn-border-01 {
        padding: 20px 15px;
    }
    .call_loginArea .ttl_login_01 {
        font-size: 1.5rem;
    }
    .call_loginArea .image_logo {
        width: min(30vw,20rem);
        padding: 1.5rem 0 2rem;
    }
    .call_loginArea .btn-cmn-02 {
        padding: 8px 24px 8px 34px;
        font-size: 1rem;
    }
}