@charset "utf-8";

/* TOPICS
========================================================================== */

#topics {
	display: table;
	width: 940px;
	height: 40px;
	margin: 50px auto 0;
	/* border: 10px solid #ea824d; */
	/*border: 10px solid #e60045;*/
	border: 10px solid #fce5e0;
}

#topics div.announce {
	display: table-cell;
	vertical-align: middle;
	width: 800px;
	text-align: center;
}

#topics div.announce p {
	padding: 1em;
}

#topics div.announce p.text-left {
	padding: 0em 1em 1em;
}

#topics div.announce p a {
	color: #e60045;
	text-decoration: underline;
}

#topics div.announce p a:hover {
	color: #999;
	text-decoration: underline;
	
}


/* contents
========================================================================== */

#contents {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 180px;
	text-align: left;
	zoom: 1;
}
#contents:after {
	content:"";
	display: block;
	clear: both;
}

#contents > *:last-child,
#contents > *:last-child > *:last-child,
#contents > *:last-child > *:last-child > *:last-child,
#contents > *:last-child > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0 !important;
}



/* anchor
-------------------------------------------------------------------------- */

#contents a {
	color: #e60045;
	text-decoration: underline;
}

#contents a:hover {
	color: #999;
	text-decoration: underline;
	
}


/* icon
-------------------------------------------------------------------------- */

#wrap a[href$="pdf"]:after,
#wrap a[href$="doc"]:after,
#wrap a[href$="docx"]:after,
#wrap a[href$="xls"]:after,
#wrap a[href$="xlsx"]:after,
#wrap a[href$="ppt"]:after,
#wrap a[href$="pptx"]:after,
#wrap a[href^="http"]:after,
#wrap a[href^="mailto:"]:after {
	width: 1em;
	margin: 0 .25em;
	font-family: FontAwesome;
	text-align: center;
	display: inline-block;
}

#wrap a[href$="pdf"]:after {
	content: "\f1c1";
	color: #e1462a;
}

#wrap a[href$="doc"]:after,
#wrap a[href$="docx"]:after {
	content: "\f1c2";
	color: #00178f;
}
#wrap a[href$="xls"]:after,
#wrap a[href$="xlsx"]:after {
	content: "\f1c3";
	color: #007133;
}
#wrap a[href$="ppt"]:after,
#wrap a[href$="pptx"]:after {
	content: "\f1c4";
	color: #dd5800;
}

#wrap a[href^="http"]:after {
	content: "\f08e";
	color: #999;
}

#wrap a[href^="mailto:"]:after {
	content: "\f003";
	color: #666;
}

#wrap a.no-icon:after {
	display: none !important;
}

/* button
-------------------------------------------------------------------------- */

#wrap div.btn {
	text-align: center;
	margin: 2em 0;
}

#wrap div.btn a {
	width: 450px;
	padding: 1em 0;
	background: #e60045;
	border-radius: 7px;
	display: inline-block;
	text-decoration:none;
	color: #fff;
}

#wrap div.btn a:hover {
	opacity: 0.8;
}


/* title
-------------------------------------------------------------------------- */

#contents h1 {
	margin: 2em 0 1em;
	padding: 1em 0 0.75em 1em;
	color: #555;
	background: #fce5e0;
	border-bottom: 5px solid #e60045;
	font-size: 184%; /* 24px */
	font-weight: bold;
	line-height: 1;
}
#contents h2 {
	margin: 4em 0 1em;
	font-size: 139%; /* 24px */
	font-weight: bold;
	line-height: 1.5;
	border-left: 5px solid #e60045;
	padding: .5em .5em .5em 1em;
}
#contents h3 {
	margin: 1.8em 0 .75em;
	font-size: 131%; /* 20px */
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px solid #e60045;
}
#contents h4 {
	margin: 1em 0 .75em;
	font-size: 124%; /* 18px */
	font-weight: bold;
	line-height: 1.5;
}
#contents h5 {
	margin: 1em 0 .5em;
	font-weight: bold;
	line-height: 1.5;
}
#contents h6 {
	margin: 1.5em 0 .5em;
	font-size: 108%; /* 14px */
	font-weight: bold;
	line-height: 1.5;
}

#contents h1 + h2,
#contents h2 + h3,
#contents h3 + h4,
#contents h4 + h5,
#contents h5 + h6 {
	margin-top: 0;
}

/* body copy
-------------------------------------------------------------------------- */

#contents p {
	margin-bottom: 1em;
	line-height: 1.8;
}

#contents p.indent {
	margin-left: 1em;
	text-indent: -1em;
}

#contents p.note {
	margin-left: 1em;
	font-size: 85%; /* 11px */
	line-height: 1.5;
	text-indent: -1em;
	margin-top: 1em;
	margin-bottom: 0;
}

#contents p.preparation {
	padding: 200px 0;
	text-align: center;
}

#contents hr {
	width: 960px;
	height: 1px;
	margin: 50px 0;
	background: #ccc;
	border: none;
	visibility: visible;
}


/* image
-------------------------------------------------------------------------- */

#contents div.img {
	margin: 3em auto;
	text-align: center;
}

#contents div.img img {
	display: inline;
}


/* list (ul)
-------------------------------------------------------------------------- */

#contents ul.list {
	margin-bottom: 1em;
}

#contents ul.list li {
	margin: 0 0 .5em 1.5em;
	position: relative;
}

#contents ul.list li:before {
	width: 1em;
	content: "\f0da";
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1.2em;
}

#contents ul.list-child {
	margin: .5em 0;
}

#contents ul.list-child li:before {
	content: "\f105";
}

/* list (ol)
-------------------------------------------------------------------------- */

#contents ol.list {
	margin-bottom: 1em;
	padding-left: 1.75em;
}
#contents ol.list li {
	margin-bottom: .5em;
}

#contents ol.list-child {
	margin: .5em 0;
	padding-left: 1.75em;
}


/* list (ol parentheses)
-------------------------------------------------------------------------- */

#contents ol.list-parentheses {
	padding: 0 0 0 2em;
	text-indent: -2.5em;
}
 
#contents ol.list-parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
#contents ol.list-parentheses li:before {
	display: marker;
	content: "（" counter(cnt) "）";
}

/* list (ol parentheses-half)
-------------------------------------------------------------------------- */

#contents ol.list-parentheses-half {
	padding: 0 0 0 2em;
	text-indent: -1.5em;
	margin-bottom: .5em;
}
 
#contents ol.list-parentheses-half li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
#contents ol.list-parentheses-half li:before {
	display: marker;
	content: counter(cnt) "）";
}


/* list (dl)
-------------------------------------------------------------------------- */

#contents dl.list {
	margin-bottom: 1em;
}
#contents dl.list dt {
	margin-bottom: .5em;
	font-weight: bold;
}
#contents dl.list dd {
	margin-bottom: .75em;
}


/* list (dl table)
-------------------------------------------------------------------------- */

#contents dl.list-table {
	font-size:124%;
	margin-bottom:2em;
}
#contents dl.list-table dt {
	margin-right: 1em;
	padding: .25em;
	border:1px solid #e60045;
	width:6em;
	text-align:center;
	float: left;
	clear: both;
}
#contents dl.list-table dd {
	margin-bottom: 0;
	padding: .5em 0 .75em 7em;
}
#contents dl.list-table dd:last-child {
}



/* table
-------------------------------------------------------------------------- */

#contents table.table {
	width: 100%;
	margin-bottom: 1em;
}

#contents table.kamoku {
	font-size: 80%;
}

#contents table.table.text-center {
	text-align: center;
}

#contents table.table tr.text-center {
	text-align: center;
}

#contents table.table th {
	padding: .75em;
	border: 1px solid #fff;
	vertical-align: middle;
}

#contents table.table td {
	padding: .75em;
	border: 1px solid #fce5e0;
	vertical-align: middle;
}

#contents table.table th {
	background: #fce5e0;
	font-weight: bold;
	text-align: center;
}

#contents table.table td {
}

#contents table.contentstable th.label  {
	text-align:center;
}


#contents table.contentstable th.label p {
	border:3px solid #e60045;
	width:240px;
	text-align:center;
	margin-bottom:0;
}

#contents table.contentstable th.arrow {
}

#contents table.contentstable td{
	padding-left:1em;
}


/* line
========================================================================== */

hr.line {
	border: 0;
	border-top: 1px solid #ccc;
	visibility: visible;
}

hr.dot {
	border: 0;
	border-top: 1px dotted #ccc;
	visibility: visible;
}


/* box
-------------------------------------------------------------------------- */

#contents div.box {
	margin: 50px 0;
	padding: 20px;
	background: #fef7f6;
	border-radius: 5px;
}

#contents div.box h3 {
	margin-top: 0;
	border-bottom:1px solid #999;
}

#contents div.box h4{
	font-size:115%;
}

#contents div.box p.line {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999;
}

#contents div.border,
#contents div.fill,
#contents div.fill_alert {
	margin: 2em 0;
	padding: 1em;
}

#contents div.border *:first-child,
#contents div.fill *:first-child,
#contents div.fill_alert *:first-child {
	margin-top: 0;
}

#contents div.border *:last-child,
#contents div.fill *:last-child,
#contents div.fill_alert *:last-child {
	margin-bottom: 0;
}

#contents div.border {
	border: 1px solid #ccc;
	background:#fff;
	border-radius: 5px;
}

#contents div.fill {
	background: #f1f1f1;
}

#contents div.fill_alert {
	background: #f9e5e5;
}


/* contents.html
========================================================================== */

#contents dl.list-contents > dt {
	padding: 1em;
	font-weight: bold;
}

#contents dl.list-contents > dt.required {
	background: #f5e3e3;
}

#contents dl.list-contents > dt.selection_required {
	background: #f0f6e5;
}

#contents dl.list-contents > dt.selection {
	background: #e8f1f9;
}

#contents dl.list-contents > dt span.label {
	width: 8em;
	margin-right: 1em;
	padding: .5em 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: inline-block;
}

#contents dl.list-contents > dt.required span.label {
	background: #e87084;
}

#contents dl.list-contents > dt.selection_required span.label {
	background: #90c03e;
}

#contents dl.list-contents > dt.selection span.label {
	background: #42a4d7;
}

#contents dl.list-contents > dd dl dt {
	padding: 1em;
	font-weight: bold;
	float: left;
	clear: both;
}

#contents dl.list-contents > dd dl dd {
	padding: 1em 1em 1em 10em;
	border-bottom: 1px solid #ccc;
}



/* flow.html
========================================================================== */

#contents dl.list-flow dt {
	margin-bottom: 10px;
	padding: .75em;
	background: #faece5;
	font-size: 129%; /* 18px */
	font-weight: bold;
}

#contents dl.list-flow dt span {
	width: 1.5em;
	margin-right: .5em;
	background: #c30d23;
	color: #fff;
	font-size: 89%; /* 16px */
	font-weight: normal;
	text-align: center;
	display: inline-block;
}



/* inquiry.html
========================================================================== */

#contents div.box-inquiry {
	padding: 100px 0;
	background: #faece5;
	text-align: center;
}

#contents div.box-inquiry p strong {
	font-size: 129%; /* 18px */
}


/* covid19.html
========================================================================== */

#contents div.sign {
	margin: 50px 0px 0px 730px;
}

