@charset "utf-8";

strong.custom-blue {
	padding: 10px 20px;
	background-color: #daecff;
}

.img-shadow {
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.25);
}

.new-pdf {
	position: relative;
	display: block;
	background-color: #daecff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-pdf span {
	position: relative;
	display: block;
	text-align: center;
	border-top: solid 2px #406696;
	border-bottom: solid 2px #406696;
	vertical-align: middle;
	padding: 15px;
}

.new-pdf span strong {
	position: relative;
	display: inline-block;
	padding-right: 33px;
}
	.new-pdf:hover span strong { text-decoration: underline; }

.new-pdf span strong:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../../img/svg/pdf_navy.svg) center no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.pdf {
	position: relative;
	display: inline-block;
	padding-right: 33px;
}

.pdf:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../../img/svg/pdf_white.svg) center no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

a.kansou {
	position: relative;
	display: block;
	background-color: #406696;
}

a.kansou .inline-block-line {
	position: relative;
	display: block;
	letter-spacing: -.40em !important;
}

a.kansou .inline-block-line > * {
	float: none !important;
	display: inline-block !important;
	letter-spacing: normal !important;
	vertical-align: middle !important;
}

a.kansou .icon {
	position: relative;
	display: block;
	padding: 15px 0;
}

a.kansou .icon .icon-inner {
	position: relative;
	display: block;
	padding: 10%;
	background-color: #fff;
}

a.kansou .icon .icon-inner span {
	padding-top: 85.5555555%;
	background-image: url(../img/fukidashi.svg);
}




/* ------------------------------
 *  Media Query Property
 * ------------------------------ */

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
	a.kansou:hover { background-color: #62a1d6; }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {

	a.kansou .icon { padding: 7px 0; }
}

@media only screen and (max-width: 767px) {
	
	.min50 { width: 50%; }
}


@media print {
}
