.br-sp {display: none; }.br-sp {display: none; }@charset "utf-8";

frame_{
    width: 1100px;
    margin: 0 auto 50px;
	}

.attentiontext_{
	width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
}


.heading03 {
    width: 1100px;
    margin: 20px auto 0;
    margin-top: 20px;
    padding: 0.2em 0.8em;
    border-left: 7px solid #776e71;
    border-bottom: 1.2px solid #776e71;
}

.btn_flex{
width: 1100px;
margin: 0 auto!important;
}

a.btn{
    display: block;
    max-width: 350px;
  margin: 0 auto;
  padding: 1.0rem 0.2rem;
  border: 1px solid #BEB9B9;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
span.bl__text {
    display: block;
    color: #333;
    font-size: 12px;
    text-align: center;
/*     padding: 6px;*/
}

span.bl__text {
    font-size: 9px;
/*     padding: 6px;*/
}



/*ナビゲーションメニュー*/

.nav{
text-align: center;
}
.nav ul{
margin: 0 ;
padding: 0 ;
}
.nav ul li{
margin-top: 10px;
margin-right: 20px;
list-style: none;
display: inline-block;
width: 13%;
min-width: 60px;
}
.nav ul li a{
/*text-decoration: underline;*/
color: #333;
letter-spacing: 1;
}

.nav ul li.btn_ac{
margin-top: 10px;
margin-right: 20px;
list-style: none;
display: inline-block;
width: 13%;
min-width: 60px;
}
.nav ul li.btn_ac a{
/*text-decoration: underline;*/
color: #333;
letter-spacing: 1;
}

.nav ul li a:hover{
color: #E7DA66;
}

.nav li a.active    {
  background: #eee;
}

p.tit_{
display: none;
}

.br-sp{
display: none;
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-align: center;
  font-size: 12px;
}

.lineArrow {
  width: 12%;
  height: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: 0 auto;
}

.row{
margin: 25px auto;
}




@media (max-width: 599px) {
.frame_{
    width: 100%;
   margin: 0 auto;
	}

.heading03 {
    width: 95%;
    margin: 15px auto 0px;
}

.btn_flex{
width: 95%;
margin: 0 auto 30px!important;
}


.flex{
display: block;
gap:0;
}

/*ナビゲーションメニュー*/

.nav ul li{
width: 23%;
margin-right: 0;
}

.nav ul li.btn_ac{
width: 32%;
margin-right: 0;
}


span.bl__text {
    font-size: 10px;
}

a.btn{
  padding: 0.5rem 0.2rem;
}

p.tit_{
display: block;
margin: 0 auto;
font-size: 12px;
text-align: center;
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-align: center;
  font-size: 12px;
}

.lineArrow {
  width: 50%;
  height: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: 0 auto;
}

.row{
margin: 15px auto;
}


}
