@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css?v=2");
@import url("/css/parts.css");
@import url("/css/margin.css");


.decimal-list {
	border: 4px double #113f91;
	padding: 16px 10px 20px 20px;
}
.circle-line li {
	border-bottom: 1px dotted #ccc;
	list-style-type: disc;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 118.71%;
	line-height: 2;
	list-style-position: inside;
}
#page-inlinks {
	font-size: 118.71%;
}

/* new */
.new .circle {
	font-size: 118.71%;
}

.pdf-size {
	width: 400px;
}

/* --------------------------------
	links-btn 枠ボタン
-------------------------------- */
.b-links-btn a {
	display:block; /*ブロック化*/
	padding: 20px 40px 20px 15px; /*a要素の領域を拡大*/
	text-decoration:none;
	font-size: 148.71%;
	background-color: #003c96;
	color: #fff;
	text-align: center;
	position:relative;
}
.b-links-btn a:hover {
	background: #03337b;
	color: #fff;
}
.b-links-btn a:hover:after {
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}
.b-links-btn a:after {
	content:"";
	display:block;

	width: 15px;
	height: 15px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	position:absolute;
	right: 25px;

	top:0;
	bottom:0;
	margin:auto;
}


/* PC SIZE */
@media screen and (min-width: 980px){
	.new .content-title {
		font-size: 188.71%;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	.sp { margin-bottom: 20px; }
}
@media screen and (max-width: 480px){
	/* --------------------------------
		links-btn 枠ボタン
	-------------------------------- */
	.b-links-btn a {
		padding: 18px 30px 18px 15px; /*a要素の領域を拡大*/
		font-size: 118.71%;
	}
	.b-links-btn a:after {
		width: 10px;
		height: 10px;
	}
}