@charset "utf-8";

/*-------------------------
__page_common_style
-------------------------*/
#content .main_title_box{background:#FFF;border-top:1px solid #ccc;}
#content .main_title_box::after{display:none;}
#content .main_title_box .main_title_inner {padding:0 50px;}
#content .lead{text-align:left;margin:0 0 50px;}
#content .lead .txt {font-size:1em;}
#content .lead .txt + .txt{margin:15px 0 0;}

@media screen and (max-width:767px) {
  #content .main_title_box .main_title_inner {padding:0;}
  #content .lead{margin:0 0 25px;}
  #content .lead .txt + .txt{margin:10px 0 0;}
}

/*-------------------------
__担当の名前
-------------------------*/
#content tr th .img_box{border-radius:10px;overflow:hidden;margin-top:20px;width:50%;line-height:0;}
#content tr th .img_box img{width:100%;height:auto;line-height:0;}
#content tr td .charge_box{padding:8px;border:solid 1px #ccc;background:#FFF;width:20em;box-sizing:border-box;}

#content .top_charge_box{border-bottom:1px solid #bbb;padding-bottom:20px;}
#content .top_charge_box h2{display:block;font-size:2.0em;line-height:1.3;font-weight:500;font-family:"Kiwi Maru", serif;padding-bottom:30px;}
#content .top_charge_box .charge_img{display:flex;align-items:center;}
#content .top_charge_box .charge_img .img_box{width:8em;border-radius:10px;overflow:hidden;line-height:0;margin-right:8em;}
#content .top_charge_box .charge_img .img_box img{width:100%;height:auto;line-height:0;}
#content .top_charge_box .charge_img .charge_box{width:calc(100% - 16em);padding-left:20px;box-sizing:border-box;text-align:left;}

@media screen and (max-width:767px) {
  #content tr th .img_box{width:100%;}
  #content tr td .charge_box{width:100%;}
  
  #content .top_charge_box h2{font-size:1.5em;padding-bottom:20px;}
  #content .top_charge_box .charge_img{display:block;}
  #content .top_charge_box .charge_img .img_box{width:100%;margin-right:0;}
  #content .top_charge_box .charge_img .charge_box{width:100%;padding-left:0px;padding-top:10px;}
  
}