@charset "utf-8";
/* CSS Document */

/*h2タイトル設定*/
#opponent h2 {
	clear: both;
	margin: 10px 20px 10px 20px;	/*上下、左右への余白*/
	font-size: 160%;	/*文字サイズ*/
    /*line-height: 1.2em;*/
	color: #1f2c5c;		/*文字色*/
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
}
#opponent h2 span {
    font-size: 70%;	/*文字サイズ*/
	line-height: 1em;
}
#opponent h2 span::before {
	content: "\A" ;
	white-space: pre;
}

#opponent h3 {
	clear: both;
    color: #1f2c5c;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size: 120%;	/*文字サイズ*/  
    background: #eeeeee;
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
    border-radius: 0px;	/*角丸のサイズ。この行を削除すれば角が尖った長方形になります。*/
    border-left: none;
    border-top: none;
    border-right: none;
}
#opponent h3::first-letter {
	border-left: none;	/*左の線の幅、線種、色*/
	padding-left: 0px;				/*線とテキストとの余白*/
}

/*#opponent h4 {
  clear: both;
  position: relative;
  margin-top: 20px;
  margin-left: 0px;
  padding: 0.5rem 1rem;
  color: #1f2c5c;
  border-radius: 0 10px 10px 10px;
  background: #e9ecf4;
}
#opponent h4:before {
  font-size: 14px;
  position: absolute;
  top: -22px;
  left: 0;
  height: 22px;
  padding: 0 0.5em;
  content: 'check!';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #1f2c5c;
}*/

/*コンテンツのh4タグ設定*/
#opponent h4 {
	clear: both;
	color: #1f2c5c;
    font-size: 110%;	/*文字サイズ*/
    margin-left: 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #1f2c5c;	/*枠線の幅、線種、色*/
}
#opponent h4:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right: 8px;
}

/*申込フォームボタン　設定*/
.btn_form {
	color: #fff;
	width: 300px;
	margin: 0 auto 1em;
	background-color: #113893;
	font-size: 1.2em;
	padding: 0.5em 1em;
	text-align: center;
	border-radius: 10px;
	cursor:pointer;
}
.btn_form a {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
}

.btn_form:hover {
  color: #fff;
  background: #5e7aba;
}

.banner_localmap_aichi {
	text-align: center;
	margin-bottom: 40px;
}
.banner_localmap_aichi img {
	width: 36%;
}
/*
------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){



}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

.banner_localmap_aichi img {
	width: 80%;
}


}


/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){



}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){




}