@charset "UTF-8";
/* CSS Document */







.btn-flex table {
	width: 700px;
	max-width: 100%;
	border: 1px solid #0068b7;
	border-radius: 0.7rem;
	border-collapse: separate;
	padding: 15px;
	margin: auto;
	
}

.btn-flex {
	max-width: 700px;
	width: 100%;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 50px;
}
@media screen and (max-width:1099px) {
	.btn-flex {
		max-width: 830px;
	}
}
@media screen and (max-width:829px) {
	.btn-flex {
		max-width: 560px;
	}
}
@media screen and (max-width:600px) {
	.btn-flex table {
		width: 95%;
	}
	.comment {
		text-align: justify;
	}
}

.magazine-title {
	font-size: 16px;
	color: #0068b7;
	font-feature-settings: "palt";
}

.right-arrow {
	width: 24px;
	padding-left: 5px;
}



.magazine-btn {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.5s;
}

.magazine-btn:hover .magazine-title,
.magazine-btn:hover .dli-chevron-round-right {
	color: #fff;
}
.magazine-btn table {
	transition: 0.5s;
}
.magazine-btn table:hover {
	background-color: #0068b7;
	border-radius: 0.7rem;
}


/*===============================*/










/*--------くの字矢印（右）--------*/
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #0068b7;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
/*-----------------------------*/























