/*
Theme Name:   BA_001 子テーマ
Template:     60l_design_a
Version:      1.0.0
Description:  BA_001_ブランディング重視の子テーマです
Author:       Visual Research
*/

.mincho {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", YuGothic, メイリオ, "Meiryo,Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inline_b {
	    width: 100%!important;
}
.inline_b img{
    display: inline-block;	
    padding-right: 0.5rem;
    vertical-align: middle;
}
.wp-block-columns{
	    margin-bottom: 0;
}
.faq_pad{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.check_title{
	font-size: 1rem;
    font-weight: bold;
}
.check_box{
	vertical-align: middle;
}
/* フッター */

#footer {
    background-color: rgba(0,166,105,0.1);
}
.footer_left_linkbox a, .footer_left_linkbox a:link {
    color: #333 !important;
}
/**************************************************************************************/
/**************************************************************************************/
/*見出し(斜線)<h2 class="cp_title_line">見出しテキスト</h2>*/
/**************************************************************************************/
/**************************************************************************************/
.cp_title_line {
	display: flex;
	overflow: hidden;
	background: #00a669;
	padding: .3em;
	align-items: center;
	color:#ffffff;
	text-align: center;
}
.cp_title_line:before,.cp_title_line:after {
	content: "";
	flex: 1;
	background: #fff;
	padding: 1px 0;
	height: 0;
	transform: rotate(45deg);
}


/**************************************************************************************/
/**************************************************************************************/
/*ボタン(プッシュ)*/
/**************************************************************************************/
/**************************************************************************************/
/* solid004 */
.button_push{
  padding-bottom: 5px;  
  height: 25px;
}
.button_push i{
  font-family: "Font Awesome 5 Free";/*文字化けする問題*/
  font-style: normal;/*斜体になる問題*/
}
.button_push a {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #00a669;
  border-radius: 8px;
  border-bottom: solid 5px #307c00;
}
.button_push a:hover {
  border-bottom: solid 2px #307c00;
  transform: translateY(3px);
}