@charset "UTF-8";
/* コンテンツ */

html {
	height:100%;
    font-size: 1em;
}
body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#111;
	background-color:#fff;
    text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height: 100%;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#poptel {
    text-align: center;
}
#poptel h2 {
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 1.16em;
    line-height: 1.4;
}
.tel_box {
    
}
.tel_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.tel_box li {
    width: 44%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.tel_box li span {
    font-size: 1em;
    background-color:#459dd8;
    display: inline-block;
    line-height: 30px;
    width: 100px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}
.tel_box li:first-child span,.tel_box li:nth-child(2) span,.tel_box li:nth-child(3) span {
    background-color: #19b2c7;
}
.tel_box li h3 {
    display: inline-block;
    font-family: 'Ropa Sans', sans-serif;;
    font-size: 52px;
    line-height: 52px;
    margin-right: 10px;
}
.tel_box li strong img {
    height: 48px;
}
.tel_box p {
    border-top: 1px dotted #fff;
    padding-top: 15px;
    line-height: 1.7;
}




