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

#test{
    line-height: 2em;
}
#test h2 {
    width: 96%;
    padding: 1% 2%;
    color: #6C2782;
    font-size: 1.2em;
    margin: 0 0 20px 0;
    border-radius: 0 0 10px 10px;
    border: #6C2782 2px solid;
    border-top: #6C2782 4px solid;
}
#test .main_area dl dt {
    font-weight: 100;
    color: #6C2782;
    padding: 1% 0;
    font-size: 1.8em;
    margin: 0 0 20px 0;
    color: #6C2782;
    border-bottom: #6C2782 1px dotted;
}
#test .main_area dl dt.flex {
	display: flex;
	align-items: flex-end;
}
#test .main_area dl dt.flex > :first-child {
	flex-grow: 2;
}
.pdf {
	font-size: 1rem;
}
.cover {
	vertical-align: bottom;
	margin: 0 0 0 10px;
	border: 1px solid #c1bebe;
}
.cover_02 {
	border: 1px solid #c1bebe;
}
.test_table {
	table-layout: fixed;
	width: 100%;
    max-width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
}
.test_table th {
    background-color: #f0f0f1;
	border: 1px solid #000000;
}
.test_table tr td {
    padding: 0.5em;
    border: 1px solid #000000;
    text-align: left;
    vertical-align: middle;
}
#test .main_area dl dd {
    margin: 0 0 40px 0;
}
#test dl.con01 {
	margin: 0 0 30px 0;
}
#test dl.con01 dt {
    font-weight: bold;
    width: 20%;
	margin: 0 5% 10px 0;
    float: left;
    clear: both;
    text-align: left;
    line-height: 2em;
	border-bottom: none;
	color: #000;
	padding: 0 0 0 0;
	font-size: 1em;
}
#test dl.con01 dd {
    width: 75%;
	margin: 0 0 10px 25%;
    line-height: 2em;
}
#test li.con02 {
	margin: 0 0 30px 0;
    display: flex;
    border: 2px solid #FFAAAA;
    border-radius: 10px;
    padding: 1em;
}
#test li.con02 .flow{
	width:8%;
	display: block;
	text-align: center;
	font-size: 2em;
	color: #A71D3D;
	font-weight: bold;
	font-family: "Arial Black", Gadget, "sans-serif";
	margin: 8px 5% 0 0;
}
@media print, only screen and (min-width: 769px) {
#test li.con02 .flow{
	margin: 8px 2% 0 0;
}
}
#test li.con02 dl {
	margin: 8px 0 0 0;
}
#test li.con02 dt {
    font-weight: bold;
    width: 100%;
	margin: 0 5% 10px 0;
    text-align: left;
    line-height: 1.6em;
	border-bottom: none;
	color: #000;
	padding: 0 0 0 0;
	font-size: 1.4em;
}
#test li.con02 dd {
    width: 100%;
	margin: 0 0 10px 0;
    line-height: 2em;
}
#test dl.con03 {
	margin: 0 0 30px 0;
}
#test dl.con03 dt {
    font-weight: bold;
    width: 100%;
	margin: 0 5% 5px 0;
    float: left;
    clear: both;
    text-align: left;
    line-height: 2em;
	border-bottom: none;
	color: #000;
	padding: 0 0 0 0;
	font-size: 1em;
}
#test dl.con03 dd {
    width: 100%;
	margin: 0 0 10px 0;
    line-height: 2em;
}

p.button{
	text-align:center;
	margin:20px auto 20px auto;
	width:50%;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a511c0;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:120%;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
p.button a {
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#ffffff;
}
p.note01 {
	text-align: center;
	margin: 0 0 0 0;
}
#test ol {
	margin: 0 0 0 1em;
}
p.break-word {
	overflow-wrap: break-word;
}
.form01 {
	text-align: center;
}
#tab img.tabicon {
    width: 40%;
    height: 60px;
    margin: 10px auto 0;
}




