@charset "UTF-8";


h1 {
    text-align: center;
    margin: 2em 0 1.6em;
}
.f_red {
	color: #f00;
}
.item_blk {
    text-align: center;
    margin-bottom: 5.0em;
    font-size: 1.2em;
}
.item_blk .cap {
    font-weight: 700;
    margin-bottom: 5px;
}
.subcap {
    margin-bottom: 16px;
}
.sys_btn {
    margin: 20px 0 30px;
}
.btn-square,
.btn-square2,
.btn-square3,
.btn-square4 {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	width: 280px;
}
.btn-square2,
.btn-square4 {
	background: orange;/*ボタン色*/
}
.btn-square:active,
.btn-square2:active,
.btn-square3:active,
.btn-square4:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

.note {
    margin: 3em 0 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 1.6em;
}
.sys_btn2 {
    margin: 20px 0 30px;
    text-align: center;
    margin-top: 10px;
}
.file_contents {
    text-align: center;
	margin-bottom: 3em;
}
.btn-square2,
.btn-square3 {
/*
    display: inline-block;
*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em 1em;
    text-decoration: none;
/*
    background: #b0c4de;
*/
    color: #000;
    border: solid 4px #000;
    width: 520px;
    height: 150px;
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 700;
}
.btn-square2 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(255, 242, 58, 1) 80%);
}
.btn-square3 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(241, 91, 85, 1) 80%);
}
.conte_wrap {
    display: inline-block;
    text-align: left;
    font-size: 1.2em;
}
.parallel {
    display: flex;
    justify-content: center;
}
.parallel .parts {
    padding: 0 10px;
}
