@charset "UTF-8";    
/*
** WPデフォルトのTitleを無効化 **
*/
*{
	font-weight:400;
}
.title {
	content: none !important;
    display: none !important; 
}
.title::before {
    content: none !important;
    display: none !important; 
}
.title::after {
    content: none !important;
    display: none !important; 
}
.parent{
  display: flex;
  margin-top: 0.5px;
}
.header_border {
  position: relative;
  border-bottom: 1px solid #a8bf93;
  border-image-slice: 1;
}
/*
** fontawesome **
*/
.fontawesome_button{
  font-family: "fontawesome","メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino   Kaku Gothic ProN","游ゴシック", YuGothic,Verdana,sans-serif;
  font-size:11pt;
  margin-right: 15px;	
  margin-top: 25px;	
}
.fontawesome_title{
  font-family: "fontawesome","メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino   Kaku Gothic ProN","游ゴシック", YuGothic,Verdana,sans-serif;
  font-size:15pt;
  margin-right: 15px;
  text-decoration: none;
  color: #000000;
}
.child_box{
  margin-right: auto;
  margin-left: 35px;
}
#PART_sidDUMMY_BOX {	
       display: none;
}