@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url(fonts.css);

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
	Base styles: opinionated defaults
========================================================================== */
html {
  font-size:67.5%; /* for mobile */
}
@media (min-width: 55em) {
	html{
		font-size:62.5%; /* sets the base font to 10px */
	}
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}
*/
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
	Browser Upgrade Prompt
	========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
	Author's custom styles
	========================================================================== */

/* Refer to "style.css" */

#container {
	margin: 0 auto;
	position: relative; /*for pagetop button */
}

body{
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "-apple-system", "BlinkMacSystemFont", "Lato", "NotoSansCJKSC", sans-serif;
	color:#333;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
}
@media only screen and (min-width: 55em) {
	.img80 {
		width: 80%;
		max-width: 80%;
		height: auto;
	}
	.img70 {
		width: 70%;
		max-width: 70%;
		height: auto;
	}
	.img60 {
		width: 60%;
		max-width: 60%;
		height: auto;
	}
	.img50 {
		width: 50%;
		max-width: 50%;
		height: auto;
	}
	.img40 {
		width: 40%;
		max-width: 40%;
		height: auto;
	}
	.img30 {
		width: 30%;
		max-width: 30%;
		height: auto;
	}
	.img20 {
		width: 20%;
		max-width: 20%;
		height: auto;
	}
}

section {
	margin-bottom: 4em;
}
article {
	margin-bottom: 3em;
}
p {
	margin: 0.5em 0;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_red {
	color: #cc0000;
}
.text_blue{
	color: #0000cc;
}
.text_gray{
	color: #999999;
}
.text_indent {
	text-indent: 1em;
}
.indent15 {
	padding-left: 1.5em;
}
.indent3 {
	padding-left: 3em;
}
.indent5 {
	padding-left: 5em;
}
.fontsize50 {
	font-size: 50%;
}
.fontsize80 {
	font-size: 80%;
}
.fontsize110 {
	font-size: 110%;
}
.fontsize120 {
	font-size: 120%;
}
.fontsize130 {
	font-size: 130%;
}
.fontsize140 {
	font-size: 140%;
}
.fontsize150 {
	font-size: 150%;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.strike {/*打ち消し線*/
	text-decoration: line-through;
	color: #ff0000;
	span {
		color: #000000;
	}
}
.strike_mojikuro { /*打ち消し線 黒文字*/
	text-decoration: line-through;
}

ul {
	padding-left: 4em;
}
ul li::first-letter {
	list-style-type: none;
	list-style-image: none;
	background: url("../img/icon/icon_li.png") no-repeat 0 35%;
	background-size: 0.6em;
	padding: 0 0 0.5em 1.2em;
	text-align: left;
}
ul li {
	list-style-type: none;
	list-style-image: none;
	text-indent: -1.2em;
	padding-bottom: 0.5em;
}
ul.number {
	padding-left: 4em;
}
ul.number li::first-letter {
	background: none;
	padding: 0;
}
ul.number li {
	list-style-type: decimal ;
	list-style-image: none;
	background: none;
	padding: 0 0 0.5em 1em;
	text-align: left;
	text-indent: -0.2em;
}
li.bgnone {
	background: none;
	padding: 0 0 0.5em 1.5em;
}
a:link {
	text-decoration: none;
	color: #3261AB;
}
a:visited {
	text-decoration: none;
	color: #614199;
}
a:hover {
	text-decoration: underline;
	color: #1155a6;
}

a.popup {
	background: url("../img/icon/icon_popup.png") no-repeat right center;
	padding-right: 1.5em;
	margin-right: 0.5em;
}
a.pdf {
	background: url("../img/icon/icon_pdf.gif") no-repeat right center;
	padding-right: 1.5em;
	margin-right: 0.5em;
}
a.doc {
	background: url("../img/icon/icon_doc.gif") no-repeat right center;
	padding-right: 1.5em;
	margin-right: 0.5em;
}
a.xls {
	background: url("../img/icon/icon_xls.gif") no-repeat right center;
	padding-right: 1.5em;
	margin-right: 0.5em;
}

/*table settings */
table{
	margin-left: 3em;
	width: 80%;
	border: solid 1px #888;
}
@media only screen and (min-width: 55em) {
	table.wide {
		width: 90%;
	}
	table.narrow70 {
		width: 70%;
	}
	table.narrow60 {
		width: 60%;
	}
	table.narrow50 {
		width: 50%;
	}
	table.narrow40 {
		width: 40%;
	}
	table.narrow30 {
		width: 30%;
	}
	table.narrow20 {
		width: 20%;
	}
}
th, td {
	border: solid 1px #888;
	padding: 0.5% 1%;
}
th {
	text-align: center;
}
.borderless, .borderless >tbody>tr>th, .borderless >tbody>tr>td {
	border: none;
}
.dataA{
	width:auto;
}
.data5{
	width:5%;
}
.data10{
	width:10%;
}
.data15{
	width:15%;
}
.data20{
	width:20%;
}
.data25{
	width:25%;
}
.data30{
	width:30%;
}
.data35{
	width:35%;
}
.data40{
	width:40%;
}
.data50 {
	width: 50%;
}

/* blank setting */
.blank{
	margin-bottom: 0.4em;
}
.blank1 {
	margin-bottom: 1em;
}
.blank2 {
	margin-bottom: 2em;
}
.blank3 {
	margin-bottom: 3em;
}
.blank4 {
	margin-bottom: 4em;
}
.blank5 {
	margin-bottom: 5em;
}
.blank8 {
	margin-bottom: 8em;
}
.blank10 {
	margin-bottom: 10em;
}

/* page top button */
#topBtn {
	position: fixed; /* 固定 */
	bottom: 1.25em; /* 場所を右下に移動 */
	right: 1.25em; /* 場所を右下に移動 */
	background-color: #dcdcdc; /* 以下、ボタンデザイン */
	color: #333;
	text-decoration: none;
	font-size: 0.8em;
	width: 4em;
	height: 4em;
	text-align: center;
	border-radius: 2em;
	padding-top: 1.6em;
	box-sizing: border-box;
}
#topBtn p {
	margin-left: 0;
}
.topBtn a:link, .topBtn a:link, .topBtn a:hover {
	text-decoration: none;
	color: #333;
}
.topBtn:before {
	content: '\25B2'; /* 図形をUnicode指定 */
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}
#topBtn:hover {
	background-color: #cecece;
}

/* box style */
.box_frame {
    padding: 1em 1.55em;
    margin: 2em 0;
    color: #1155a6;
    border: solid 2px #1155a6;
}
.box_frame p {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
	Helper classes
	========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: block; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
	/* Refer to each element */
}

@media only screen and (max-width: 55em) {
	.mobile_display_none { display: none;}
}

/* @media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	Style adjustments for high resolution devices */


/* ==========================================================================
	Print styles.
	Inlined to avoid the additional HTTP request:
	http://www.phpied.com/delay-loading-your-print-css/
	========================================================================== */
/*
@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		/*
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
									http://www.sanbeiji.com/archives/953 */
/* 		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}
/* Don't show href
	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}
*/
	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

/* 	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
/*
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

/*
	img {
		max-width: 100% !important;
	}
*/
/*
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

}*/
