@charset "utf-8";
#shinshu #second_mv{
	background-image: /*url("../images/shinshu/mv.jpg")*/none;
  background-color: #2d1c00;
  background-size: 100%;
}

 #shinshu .doboshimbun02 .linkbutton_style01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}

.morelist li a {
  min-width: auto;
  width: 100%;
margin-bottom: 1em;


  opacity: 1;
    transition: all 0.4s ease 0s;
}


 .morelist li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
   

.linkbutton_style02 { margin-left: auto; margin-right: auto; }

.linkbutton_style02.small {
  padding: 15px 1.5em;
  font-size: 0.9em;
  letter-spacing: 0.055em;
  display: block;
  box-sizing: border-box;
}
.linkbutton_style02 {
  text-align: center;
  line-height: 1.2;
  padding: 20px 4em;
  display: inline-block;
  position: relative;
  border: solid 1px #c5aa5a;
  border-radius: 80px;

  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.linkbutton_style02::after {
  transition: .2s;
  content: " ";
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/common/link_icon01.png");
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  rotate: 90deg;
}
.linkbutton_style02:hover{ background-color: #4ebaff; color: #fff;	}
.linkbutton_style02.small.closebtn{ display: none; cursor: pointer; }
.linkbutton_style02.closebtn::after{ rotate:-90deg; }

.morebtn{ cursor: pointer; border-radius: 50px; position: relative; z-index: 2;}

#guidance h4 a{ text-decoration: underline; color:#a27e14 }

#guidance h4 a .outside_link {
    background-image: url("../images/common/link_icon_out.png");
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 10px auto;
  padding-right: 14px;

}


#guidance .inquiryBox ul{ display: flex; }



/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/

@media screen and (max-width: 640px){
  .morelist li{ width: 100%; }
  .linkbutton_style02.small {  width: 235px;}

  #guidance{ margin-top: 50px; }
  #guidance .inquiryBox ul li:first-child{ width: 63px; }
  #guidance .inquiryBox ul li:last-child{ width: 80%; }
  
}

@media screen and (min-width: 641px){
.morelist li{ width: 32%; }
.linkbutton_style02.small {  width: 345px;}
#guidance{ margin-top: 80px; }
}



@media screen and (min-width: 1051px){
#guidance h4 a:hover, #guidance .inquiryBox a:hover { color: #4ebaff; }
#guidance h4 a:hover .outside_link {  background-image: url("../images/common/link_icon_out_hover.png");}
}