@charset "UTF-8";
/*-----------------------------------------------------------
	
	
最終更新日 2018年10月16日
-----------------------------------------------------------*/
/*=========================================================
	
980px以上サイズの表示

=========================================================*/
/*-------------------box 汎用ボックス設定-------------------*/
.kaitori__wrap{
}
.kaitori__topics{
}

/*-------------------変更認定申請トップ-------------------*/
/*ボタン2つが並ぶ*/
body.common .kaitori__buttons02{
	width: 100%;
	margin: 0 auto 50px auto;
}
.kaitori__buttons02 li{
	width: 49%;
	float: left;
	min-height: 140px;
	margin-top: 2%;
    margin-right: 2%;
	background: #017831;/*ボタン背景008d34*/
    border: 3px solid #017831;/*ボタン枠008d34*/
	border-radius: 20px;
	box-sizing: border-box;
}
body.common .kaitori__buttons02 li a{
	min-height: 140px;
	padding: 20px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.3;
	display: block;
	border-radius: 20px;
	text-shadow: 
    #08450B 2px 2px 4px, #08450B -2px -2px 4px,/*右下、左上*/
    #08450B -2px 4px 4px, #08450B 2px -2px 4px,/*右上、左下*/
    #08450B 0px 2px 4px, #08450B 0 -2px 4px,/*右、左*/
    #08450B -2px 0 4px, #08450B 2px 0 4px
}
.kaitori__buttons02 li a span{
	display: block;
}
.kaitori__buttons02 li:last-child{
	margin-right: 0;
}
.kaitori__buttons02 li.buttons-wh{
    background: #fff;
}
body.common .kaitori__buttons02 li.buttons-wh a{
	color: #222;
	text-shadow: 
    #fff 2px 2px 4px, #fff -2px -2px 4px,/*右下、左上*/
    #fff -2px 2px 4px, #fff 2px -2px 4px,/*右上、左下*/
    #fff 0px 2px 4px, #fff 0 -2px 4px,/*右、左*/
    #fff -2px 0 4px, #fff 2px 0 4px;/*上、下*/
}
	#kaitori--buttons-under50 a{
		background: url(../img/kaitori/ico_kaitori_alter.png) 110% 20px no-repeat;
	}
	#kaitori--buttons-over50 a{
		background: url(../img/kaitori/ico_kaitori_alter.png) 110% 20px no-repeat;
	}
/*=========================================================
	
550px以下サイズの表示

=========================================================*/
@media (max-width: 550px) {
	body.common .kaitori__buttons02 li a{
		font-size: 16px;
	}
	#kaitori--buttons-under50 a{
		background: none;
	}
	#kaitori--buttons-over50 a{
		background: none;
	}

}