@charset "utf-8";
/* CSS Document */

.triangle4 {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #bdbcbc;
    margin: 20px auto;
}
.lp-tile-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-top: 60px;*/
}
.lp-tile-list__item {
    width: 24%;
}
.lp-tile-list__img {
    width: 100%;
    height: auto;
}
.lp-tile-list__item:nth-child(n+5) {
    margin-top: 12px;
}
.text--label{
	margin: 0 0 1.0em !important;
}
.unorder-list02 li{
	margin-bottom: 15px;
}
.text--label__label{
	background-color: #000 !important;
	color: #fff !important;
}
.c-lyt-service-02 .text {
  flex-basis: 64%;
}
.c-box-bg-color-01{
	padding: 1% 0 5% 0;
}
.c-box-bg-color-01 .c-hdg-level2-03{
    margin-top: 3vw;
}
#ank01 dl{
	font-size: 1.066666666666667vw;
}
dl:after{
	content: "";
	display: block;
	clear: both;
}
dt{
	float: left;
}
dd{
	overflow: hidden;
}
.c-nav-btn-03 a, .c-nav-btn-03 .btn{
	max-width: 390px !important;
	line-height: 2rem !important;
}
@media print, screen and (min-width: 1500px) {
.c-list-link-01{
	content: "";
    display: block;
    clear: both;
}
.c-list-link-01 > li{
   float: left;
   margin-right: 25px;
   padding: 0 0 15px 19px;
}
  .Header__body{
    max-width: 1620px;
    height: 90px;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
	#ank01 dl{
		font-size: 17.5px;
	}
}
/*=========================================================================
                                pc体裁
=========================================================================*/
@media screen and (min-width: 768px) {
	.pc-hidden{
		display: none;
	}
	.Header__body{
		height: 90px;
		margin: 0 auto;
		padding: 0 40px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
  	}
	[data-size-pc="2col"] {
		width: calc((100% - 300px) / 2 - 0.1px) !important;
	}
	.column {
	  margin: 1.8em 0 0;
	}
	.Footer__inner {
    max-width: 1620px !important;
    margin: 0 auto !important;
    padding: 65px 40px !important;
  }
  .Footer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer-copyright {
    flex-shrink: 0;
  }
  .footer-copyright__label {
    font-size: 1.2rem !important;
    color: #4c4c4c;
  }
  .footer-utility__list {
    display: -webkit-flex;
    display: flex;
  }
  .footer-utility__list > li {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #d8d8d8;
    font-size: 1.3rem;
    color: #4c4c4c;
  }
  .footer-utility__list > li:first-of-type {
    border-left: none;
  }
}


/*=========================================================================
                                sp体裁
=========================================================================*/
@media screen and (max-width: 767px) {
	.sp-hidden{
		display: none;
	}
	#l-container #l-content{
		padding-top: 0 !important;
	}
	.Header img{
    width: 100%;
	}
	  .Header {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	  }
	  .Header__inner{
		width: 100%;
		padding: 5px 4%;
	  }
	  .header-logo--body{
		width: 53%
	  }
    .triangle4 {
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 40px solid #000;
        margin: 20px auto;
    }
	#ank01 dl{
		font-size: 4.210526315789473vw;
	}
	.lp-tile-list {
		margin-top: 30px;
	}
	.lp-tile-list__item {
    	width: 49%;
	}
	.lp-tile-list__item:nth-child(n+3) {
    	margin-top: 10px;
	}
	.contact-box-v2__body {
    	padding: 0 1.0em !important;
		border: none !important;
	}
	.media__image02 img{
		width: 60%;
	}
	.media__image03 img{
		width: 80%;
	}
	.Footer__inner {
    margin: 0 auto;
    padding: 50px 10% 25px;
  }
  .Footer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .footer-copyright {
    margin-top: 30px;
    flex-shrink: 0;
  }
  .footer-copyright__label {
    font-size: 1.1rem !important;
    color: #4c4c4c;
  }
  .footer-utility__list {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .footer-utility__list > li {
    margin-top: 17px;
    padding: 3px 18px;
    border-right: 1px solid #d8d8d8;
    font-size: 1.2rem;
    color: #4c4c4c;
  }
  .footer-utility__list > li:first-of-type {
    margin-top: 0;
  }
  .footer-utility__list > li:nth-of-type(2) {
    border-left: 1px solid #d8d8d8;
  }
  .footer-utility__list > li:last-of-type {
    border-right: none;
  }
  .footer-utility__list__label {
    font-size: 1.2rem;
    color: #4c4c4c;
  }
}

/*=========================================================================
                                他
=========================================================================*/
@media screen and (min-width: 768px) and (max-width: 1180px){
	.Footer__body {
		flex-direction: column;
	}
}