/* = about
-------------------------------------------------------------- */

/*
		.tax_link a{
			display: flex;
			align-items: center;
			width: 48%;
			height: 90px;
			margin-right: 4%;
			margin-bottom: 2em;
			padding-left: 4%;
			line-height: 70px;
			border: 2px solid #806239;
			background-color: rgba(255,255,255,1);
			background-image: url(../svg/lp_2018/arrow_02.svg);
			background-repeat: no-repeat;
			background-size: 20px;
			background-position: center right 25px;
			box-sizing: border-box;
			transition: .3s;
			}
*/


  .tax_link a.plane{
    display: block;
    height: auto;
    padding: 0;
    border: none;
    background: none;
  }

@media only screen and (min-width: 851px) {

  .tax_link a.plane{
    width: 48%;
   }
}


  .tax_link .ouen_img {
    width: 100%;
    /* max-width: 100%; */
    height: auto;
    }