@charset "utf-8";
/* CSS Document */
/* お問い合わせ */

/*ページタイトル*/
h3#pageTitle{}
@media screen and (max-width: 768px) {
  h3#pageTitle{
    width: 100%;
    margin:0px auto 50px auto;
    background: url("../img/aiwagakuin/title03_line_sp.png") no-repeat left bottom;
  }
  h3#pageTitle img{
    margin-bottom: 7px;
  }
}




/*個人情報*/
.txt{
	width:640px;
	line-height:1.5em;
	margin:0px 100px;
}
@media screen and (max-width: 768px){
  .txt{
    width: 472px;
    margin: 0 auto 267px auto;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 520px){
  .txt{
    width: 100%;
    margin-bottom: 87px;
  }
}
@media screen and (max-width: 375px){
  .txt{
    margin-bottom: 0px;
  }
}


.telbg{
	background: #F6F0CB;
	padding: 20px 0px 13px 50px;
	margin: 25px 0px 150px 0px;
}
@media screen and (max-width: 768px){
  .telbg{
    padding: 30px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 520px){
  .telbg{
    padding: 30px 0 21px 6.3559%;
    /* 6.3559% 親要素472px 子要素30px */
  }
}

.telbg img{
	margin: 0px 0px 20px 0px;
}
	
.box{
	background: url(../img/aiwagakuin/square.gif) left no-repeat;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 17px 0px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
  .box{
    margin: 0 0 21px 0; 
  }
}
@media screen and (max-width: 520px){
  .box{
    margin: 0 0 30px 0; 
  }
}


#header:.box {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .box {
  height: 1em;
  overflow: visible;
}
/**/

.box .t_name{
	float: left;
	width: 10em;
	height: 22px;
	line-height: 22px;
}
@media screen and (max-width: 768px){
  .box .t_name{
    display: flex;
    align-items: center;
    width:  145px;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 21px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 520px){
  .box .t_name{
    float: none;
    margin-bottom: 7px;
    width: auto;
  }
}


.box .t_name img{
  display: none;
}
@media screen and (max-width: 768px){
  .box .t_name img{
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
  }
}

.box .t_tel{
	font-size: 21px;
	float: left;
	height: 22px;
	line-height: 22px;
	color: #EA6D8D;
	font-weight: bold;
}
.box .t_tel span{
  display: none;
}
@media screen and (max-width: 768px){
  .box .t_tel{
    height: auto;
    font-size: 21px;
    line-height: 25.2px;
  }
  .box .t_tel span{
    display: block;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 19.5px;
  }
}
@media screen and (max-width: 520px){
  .box .t_tel{
    float: none;
    font-size: 18px;
    padding-left: 16px;
  }
}



.box .t_comme{
	float: left;
	font-size: 11px;
	padding-left: 10px;
	height: 22px;
	line-height: 22px;
}
@media screen and (max-width: 768px){
  .box .t_comme{
    display: none;
  }
}

