@charset "utf-8";
/* CSS Document */

/*---------

contact

----------------------------**/

.border-box{
    text-align: center;
    font-size: 1.2rem;
    padding: 1em;
    margin: 3.2rem auto 0;
    border:1px solid #898989;
}

.to-map{
    font-size: 1.0rem;
    line-height: 1.2;
}

.phone-number {
    font-size: 3.2rem;
}

@media not all and (min-width:768px){}

@media (min-width:768px){

    .border-box{
        max-width: 64rem;
    }
}


/*----------------------
202412 各種お問合せ先追加
----------------------*/

.contact_btn_area {
	margin: 10px 0 25px;
	text-align: center;
}
.contact_btn_area a{
	/*width:45%;*/
	margin:10px;
    width:466px
}
a.contact_btn {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5!important;
    display: inline-block;
    padding: 1rem 6rem;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #1859b6;
    background: #fff;
    color: #1859b6;
}
a.contact_btn:hover{
    background: #e1eaf6;
}
.contact-method{
	max-width:640px;
	margin:auto;
}
.contact-method h4{
	border-left:5px solid #f95c00;
	text-align:left;
	padding-left:10px;
	margin-top:40px;
}
@media (max-width:768px){
    .contact_btn_area a{
        width:98%;
        margin:5px;
    }
    .contact-method h4{
        margin-left:10px;
    }
}

/*------------------
251002 LINEボタン修正
----------------------*/
.btn-line .sns-line{
	padding-left:50px;
}
.btn-line .sns-line::before{
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-55%);
	background: url(/senmon/school/design/common/images/ic_line.png) no-repeat;
	background-size: contain;
	margin-left: 20px;
}