/**!
 * rev. 2023-09-19
 * copyright © 2023
 */

@charset "utf-8";

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("../font/icons.eot");
	src: url("../font/icons.eot?#iefix") format("embedded-opentype"),
		url("../font/icons.woff") format("woff"),
		url("../font/icons.ttf") format("truetype");
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

:root {
	font-size: 62.5%;
}

*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

*::selection {
		background-color: rgb(0, 100, 194);
	}

html {
	height: 100%;
}

body {
	color: #333;
	font-family: "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif, sans-serif;
	font-size: 1.6em;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}

body, .c-wrap {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

button {
	border-radius: 0;
}

.c-page-home {
}

@media (max-width: 576px) {

.c-page-home {
		font-size: 4.6875vw
}
	}

.c-page-home__works {
		background: url("../img/bg/bg-header.png") repeat 0 0;
		padding: 120px 0;
	}

@media (max-width: 767px) {

.c-page-home__works {
			background-size: 10px auto;
			padding: 40px 25px 48px;
			position: relative;
			z-index: 1
	}
		}

.c-page-home__works-title, .c-page-home__works-text01, .c-page-home__works-text02 {
			text-align: center;
		}

.c-page-home__works-title {
			width: 730px;
			margin: 0 auto;
		}

@media (max-width: 767px) {

.c-page-home__works-title {
				background: none;
				width: 74.28571%;
				height: auto;
				text-indent: 0
		}
			}

@media (max-width: 767px) {

.c-page-home__works-title img {
					width: 100%
			}
				}

.c-page-home__works-text01 {
			max-width: 800px;
			margin: 40px auto 30px;
			font-size: 1.1875em;
			color: #fff;
			line-height: 2.4em;
		}

@media (max-width: 767px) {

.c-page-home__works-text01 {
				max-width: 100%;
				margin: 15px 0 20px;
				font-size: 0.9375em;
				line-height: 1.8em
		}
			}

.c-page-home__works-text02 {
			margin: 0 0 80px;
			font-size: 1.5625em;
			color: #fff;
		}

@media (max-width: 767px) {

.c-page-home__works-text02 {
				margin: 0 0 30px;
				font-size: 1.125em
		}
			}

.c-page-home__works-box {
			background: #fff;
			width: 800px;
			margin: 0 auto;
			padding: 35px 40px;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__works-box {
				width: 100%;
				min-width: 0;
				padding: 30px 25px
		}
			}

.c-page-home__works-box-top::before, .c-page-home__works-box-top::after, .c-page-home__works-box-bottom::before, .c-page-home__works-box-bottom::after {
					content: "";
					width: 12px;
					height: 12px;
					display: block;
					position: absolute;
				}

.c-page-home__works-box-top::before {
					border-top: 4px solid #0079c2;
					border-left: 4px solid #0079c2;
					top: 6px;
					left: 6px;
				}

@media (max-width: 767px) {

.c-page-home__works-box-top::before {
						border-top: 3px solid #0079c2;
						border-left: 3px solid #0079c2
				}
					}

.c-page-home__works-box-top::after {
					border-top: 4px solid #0079c2;
					border-right: 4px solid #0079c2;
					top: 6px;
					right: 6px;
				}

@media (max-width: 767px) {

.c-page-home__works-box-top::after {
						border-top: 3px solid #0079c2;
						border-right: 3px solid #0079c2
				}
					}

.c-page-home__works-box-bottom::before {
					border-bottom: 4px solid #0079c2;
					border-left: 4px solid #0079c2;
					bottom: 6px;
					left: 6px;
				}

@media (max-width: 767px) {

.c-page-home__works-box-bottom::before {
						border-bottom: 3px solid #0079c2;
						border-left: 3px solid #0079c2
				}
					}

.c-page-home__works-box-bottom::after {
					border-bottom: 4px solid #0079c2;
					border-right: 4px solid #0079c2;
					bottom: 6px;
					right: 6px;
				}

@media (max-width: 767px) {

.c-page-home__works-box-bottom::after {
						border-bottom: 3px solid #0079c2;
						border-right: 3px solid #0079c2
				}
					}

.c-page-home__works-box-title {
				border-bottom: 1px solid #0079c2;
				margin: 0 0 20px;
				font-size: 1.5625em;
				font-weight: bold;
			}

@media (max-width: 767px) {

.c-page-home__works-box-title {
					margin: 0 0 10px;
					font-size: 1.3125em
			}
				}

.c-page-home__works-box-title span {
					margin-left: 10px;
					font-family: "Roboto", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
					font-size: 0.76em;
					font-weight: 500;
					color: #0079c2;
				}

@media (max-width: 767px) {

.c-page-home__works-box-title span {
						margin-left: 7px;
						font-size: 0.71429em
				}
					}

.c-page-home__works-box-list {
				list-style: none;
				margin: 0;
				padding: 0;
				font-size: 1.1875em;
			}

@media (max-width: 767px) {

.c-page-home__works-box-list {
					font-size: 0.9375em
			}
				}

.c-page-home__works-box-list li {
					display: table;
				}

.c-page-home__works-box-list li:nth-child(n + 2) {
						margin-top: 20px;
					}

@media (max-width: 767px) {

.c-page-home__works-box-list li:nth-child(n + 2) {
							margin-top: 10px
					}
						}

.c-page-home__works-box-list li::before {
						content: "・";
						font-size: 1.9375em;
						color: #0079c2;
						line-height: 1;
						display: table-cell;
						vertical-align: top;
					}

@media (max-width: 767px) {

.c-page-home__works-box-list li::before {
							font-size: 2.5625em;
							line-height: .6
					}
						}

.c-page-home__listbox {
		width: 920px;
		margin: 120px auto;
	}

@media (max-width: 767px) {

.c-page-home__listbox {
			width: 100%;
			margin: 45px auto;
			padding: 0 25px
	}
		}

.c-page-home__listbox-title {
			margin: 0;
			font-size: 2.4375em;
			line-height: 1.4;
			text-align: center;
		}

@media (max-width: 767px) {

.c-page-home__listbox-title {
				font-size: 1.625em
		}
			}

.c-page-home__listbox-title span {
				font-family: "Roboto", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
				font-size: 0.48718em;
				font-weight: bold;
				color: #0079c2;
				letter-spacing: .1em;
				display: block;
			}

@media (max-width: 767px) {

.c-page-home__listbox-title span {
					font-size: 0.53846em
			}
				}

.c-page-home__listbox-list {
			list-style: none;
			margin: 45px 0 0;
			padding: 0;
		}

@media (max-width: 767px) {

.c-page-home__listbox-list {
				margin: 25px 0 0
		}
			}

.c-page-home__listbox-list > li {
				border-bottom: 1px solid #0079c2;
			}

.c-page-home__listbox-list > li:first-child {
					border-top: 1px solid #0079c2;
				}

.c-page-home__listbox-list > li > dl {
					width: 100%;
					display: table;
				}

@media (max-width: 767px) {

.c-page-home__listbox-list > li > dl {
						display: block
				}
					}

.c-page-home__listbox-list > li > dl > dt, .c-page-home__listbox-list > li > dl > dd {
						padding: 25px;
						display: table-cell;
						vertical-align: middle;
					}

@media (max-width: 767px) {

.c-page-home__listbox-list > li > dl > dt, .c-page-home__listbox-list > li > dl > dd {
							padding: 13px 10px;
							display: block
					}
						}

.c-page-home__listbox-list > li > dl > dt {
						background: #f5fbff;
						width: 33.69565%;
						font-size: 1.1875em;
						font-weight: bold;
					}

@media (max-width: 767px) {

.c-page-home__listbox-list > li > dl > dt {
							width: 100%;
							font-size: 1em
					}
						}

.c-page-home__listbox-list > li > dl > dd {
						width: 66.30435%;
					}

@media (max-width: 767px) {

.c-page-home__listbox-list > li > dl > dd {
							width: 100%;
							margin: 0;
							font-size: 0.9375em
					}
						}

.c-page-home__listbox-list ul {
				margin: 0;
				padding: 0;
			}

.c-page-home__listbox-list dl {
				margin: 0;
			}

.c-page-home__listbox-list dd a {
					display: -webkit-inline-box;
					display: -ms-inline-flexbox;
					display: inline-flex;
					color: #0079c2;
				}

.c-page-home__listbox-list dd a:hover {
						opacity: .6;
					}

.c-page-home__listbox-list dd a[target="_blank"] span {
							padding-right: 26px;
							position: relative;
						}

.c-page-home__listbox-list dd a[target="_blank"] span::before {
								background: url("../img/top/icon-new-window.png") right 6px no-repeat;
								background-size: 18px auto;
								content: "";
								height: 20px;
								position: absolute;
								right: 0;
								top: 0;
								width: 18px;
							}

@media (max-width: 767px) {

.c-page-home__listbox-list dd a[href$=".pdf"] {
							display: inline-block
					}
						}

.c-page-home__listbox-list dd a[href$=".pdf"] span {
							padding-right: 28px;
							position: relative;
						}

.c-page-home__listbox-list dd a[href$=".pdf"] span::before {
								background: url("../img/top/icon-pdf.png") right 2px no-repeat;
								background-size: 19px auto;
								content: "";
								height: 26px;
								position: absolute;
								right: 0;
								top: 0;
								width: 19px;
							}

.c-page-home__listbox-list p {
				margin: 0;
			}

.c-page-home__listbox-bluetext01, .c-page-home__listbox-bluetext02 {
			font-weight: bold;
			color: #0079c2;
		}

.c-page-home__listbox-bluetext01 {
			font-size: 1.1875em;
		}

@media (max-width: 767px) {

.c-page-home__listbox-bluetext01 {
				font-size: 1.14286em
		}
			}

.c-page-home__listbox-target dt {
				margin-top: 10px;
				font-weight: bold;
			}

@media (max-width: 767px) {

.c-page-home__listbox-target dt {
					margin-bottom: 10px
			}
				}

.c-page-home__listbox-target dd {
				margin: 10px 0 0;
			}

.c-page-home__listbox-target ul {
				list-style: none;
				margin-left: 1em;
				padding: 0;
			}

@media (max-width: 767px) {

.c-page-home__listbox-target ul {
					margin-left: 0
			}
				}

.c-page-home__listbox-target ul li {
					display: table;
				}

.c-page-home__listbox-target ul li:nth-child(n + 2) {
						margin-top: 10px;
					}

.c-page-home__listbox-target ul li::before {
						content: "・";
						font-size: 1.9375em;
						color: #0079c2;
						line-height: 1;
						display: table-cell;
						vertical-align: top;
					}

.c-page-home__listbox-target ul[data-type="kana"] li {
						display: list-item;
						position: relative;
						margin-top: 10px;
						padding-left: 1.9375em;
					}

.c-page-home__listbox-target ul[data-type="kana"] li::before {
							content: none;
						}

.c-page-home__listbox-target ul[data-type="kana"] li span {
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							width: 1.9375em;
							color: #0079c2;
							text-align: center;
						}

.c-page-home__listbox-number {
			list-style: none;
			counter-reset: li-no;
			padding: 0;
		}

.c-page-home__listbox-number > li {
				margin: 5px 0 0 1em;
				display: table;
			}

@media (max-width: 767px) {

.c-page-home__listbox-number > li {
					width: 95%
			}
				}

.c-page-home__listbox-number > li::before {
					counter-increment: li-no;
					content: counter(li-no) ".";
					color: #0079c2;
					display: table-cell;
				}

.c-page-home__listbox-text {
			padding-top: 184px;
			margin-top: -94px;
			font-size: 1.1875em;
			font-weight: bold;
			text-align: center;
		}

@media (max-width: 767px) {

.c-page-home__listbox-text {
				padding-top: 152px;
				margin-top: -122px;
				font-size: 1em
		}
			}

.c-page-home__listbox-text02 {
			margin-top: 60px;
			text-align: center;
		}

@media (max-width: 767px) {

.c-page-home__listbox-text02 {
				margin-top: 30px
		}
			}

.c-page-home__listbox-text02 h3 {
				font-size: 1.1875em;
				color: #0079c2;
			}

@media (max-width: 767px) {

.c-page-home__listbox-text02 h3 {
					font-size: 1em
			}
				}

@media (max-width: 767px) {

.c-page-home__listbox-text02 p {
					font-size: 0.9375em;
					text-align: left
			}
				}

.c-page-home__listbox-circle {
			list-style: none;
			counter-reset: li-no;
			padding: 0;
		}

.c-page-home__listbox-circle li {
				position: relative;
				margin: 5px 0 0 1em;
				padding-left: 17px;
				display: table;
			}

@media (max-width: 767px) {

.c-page-home__listbox-circle li {
					width: 95%
			}
				}

.c-page-home__listbox-circle li::before {
					content: '';
					position: absolute;
					width: 12px;
					height: 12px;
					background-color: #0079c2;
					border-radius: 50%;
					top: 0;
					left: 0;
					margin-top: 8px;
				}

@media (max-width: 767px) {

.c-page-home__listbox-circle li::before {
						margin-top: 9px
				}
					}

.c-page-home__information {
		width: 920px;
		margin: 100px auto 0;
	}

@media (max-width: 767px) {

.c-page-home__information {
			width: 100%;
			margin: 45px auto 0;
			padding: 0 25px
	}
		}

.c-page-home__information[data-information="latest"] {
			margin: 60px auto;
		}

@media (max-width: 767px) {

.c-page-home__information[data-information="latest"] {
				margin: 45px auto
		}
			}

.c-page-home__information-title {
			margin: 0;
			font-size: 2.4375em;
			line-height: 1.4;
			text-align: center;
		}

@media (max-width: 767px) {

.c-page-home__information-title {
				font-size: 1.625em
		}
			}

.c-page-home__information-box {
			border-top: 1px solid #0079c2;
			list-style: none;
			margin: 24px 0 30px;
			padding: 0;
			width: 100%;
		}

.c-page-home__information-box li {
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				padding: 20px 0;
			}

@media (max-width: 767px) {

.c-page-home__information-box li {
					display: block
			}
				}

.c-page-home__information-box li time {
					color: #0079c2;
					font-size: 1.0625em;
					letter-spacing: .06em;
					margin-left: 28px;
					padding-right: 23px;
					width: 14.8913%;
					word-wrap: break-word;
				}

@media (max-width: 767px) {

.c-page-home__information-box li time {
						font-size: 0.91583em;
						margin-left: 0;
						margin-bottom: 10px;
						padding-right: 0;
						width: auto
				}
					}

.c-page-home__information-box li p {
					font-size: 1em;
					letter-spacing: .06em;
					margin: 0;
					padding-right: 28px;
					width: 52.6087%;
				}

@media (max-width: 767px) {

.c-page-home__information-box li p {
						font-size: 0.85333em;
						margin: 0 0 10px;
						padding-right: 0;
						width: auto
				}
					}

.c-page-home__information-box li a {
					color: #0079c2;
					display: -webkit-inline-box;
					display: -ms-inline-flexbox;
					display: inline-flex;
				}

@media (max-width: 767px) {

.c-page-home__information-box li a {
						font-size: 0.85333em
				}
					}

.c-page-home__information-box li a:hover {
						opacity: .6;
					}

.c-page-home__information-box li a[target="_blank"] {
						width: 20.86957%;
					}

@media (max-width: 767px) {

.c-page-home__information-box li a[target="_blank"] {
							display: inline-block;
							font-size: 0.9375em;
							margin-right: 40px;
							width: auto
					}
						}

.c-page-home__information-box li a[target="_blank"] span {
							padding-right: 26px;
							position: relative;
						}

.c-page-home__information-box li a[target="_blank"] span::before {
								background: url("../img/top/icon-new-window.png") right 6px no-repeat;
								background-size: 18px auto;
								content: "";
								height: 20px;
								position: absolute;
								right: 0;
								top: 0;
								width: 18px;
							}

.c-page-home__information-box li a[href$=".pdf"] {
						width: 14.56522%;
					}

@media (max-width: 767px) {

.c-page-home__information-box li a[href$=".pdf"] {
							display: inline-block;
							width: auto
					}
						}

.c-page-home__information-box li a[href$=".pdf"] span {
							padding-right: 28px;
							position: relative;
						}

.c-page-home__information-box li a[href$=".pdf"] span::before {
								background: url("../img/top/icon-pdf.png") right 2px no-repeat;
								background-size: 19px auto;
								content: "";
								height: 26px;
								position: absolute;
								right: 0;
								top: 0;
								width: 19px;
							}

.c-page-home__information[data-information="latest"] .c-page-home__information-box li time {
						font-size: 1.0625em;
					}

@media (max-width: 767px) {

.c-page-home__information[data-information="latest"] .c-page-home__information-box li time {
							font-size: 1em
					}
						}

.c-page-home__information[data-information="latest"] .c-page-home__information-box li p {
						font-size: 1em;
					}

@media (max-width: 767px) {

.c-page-home__information[data-information="latest"] .c-page-home__information-box li p {
							font-size: 0.9375em
					}
						}

@media (max-width: 767px) {

.c-page-home__information[data-information="latest"] .c-page-home__information-box li a {
							font-size: 0.9375em
					}
						}

.c-page-home__information-btn {
			text-align: center;
		}

.c-page-home__information-btn a {
				background: #fff;
				border: 2px solid #0079c2;
				border-radius: 4px;
				min-width: 400px;
				margin: 0 auto;
				padding: 16px 40px;
				font-size: 1.5em;
				color: #333;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

@media (max-width: 767px) {

.c-page-home__information-btn a {
					width: 100%;
					min-width: 0;
					padding: 10px 30px 8px;
					font-size: 1em;
					line-height: 1.5
			}
				}

.c-page-home__information-btn a::after {
					border-top: 2px solid #0079c2;
					border-right: 2px solid #0079c2;
					content: "";
					width: 10px;
					height: 10px;
					display: block;
					position: absolute;
					top: calc(50% - 5px);
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

@media (max-width: 767px) {

.c-page-home__information-btn a::after {
						width: 8px;
						height: 8px;
						top: calc(50% - 4px);
						right: 6.36364%
				}
					}

.c-page-home__information-btn a:hover {
					background: #0079c2;
					color: #fff;
				}

.c-page-home__information-btn a:hover::after {
						border-top: 2px solid #fff;
						border-right: 2px solid #fff;
					}

.c-page-home__donation {
		background: url("../img/top/bg-top-footer-pc.jpg") no-repeat 50% 0;
		background-size: cover;
		margin-top: 110px;
		position: relative;
	}

@media (max-width: 767px) {

.c-page-home__donation {
			background: url("../img/top/bg-top-footer-sp.jpg") no-repeat 50% 0;
			background-size: cover;
			margin-top: 50px;
			padding: 45px 0
	}
		}

.c-page-home__donation-inner {
			background: #fff;
			border-top: 2px solid #0079c2;
			width: 920px;
			margin: 0 auto;
			padding: 75px 30px 85px;
			text-align: center;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__donation-inner {
				width: 100%;
				min-width: 0;
				padding: 48px 25px 50px
		}
			}

.c-page-home__donation-inner-title {
				margin-top: 0;
				font-size: 2.4375em;
				line-height: 1.4;
			}

@media (max-width: 767px) {

.c-page-home__donation-inner-title {
					font-size: 1.625em
			}
				}

.c-page-home__donation-inner-title span {
					font-family: "Roboto", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
					font-size: 0.48718em;
					font-weight: bold;
					color: #0079c2;
					letter-spacing: .1em;
					display: block;
				}

@media (max-width: 767px) {

.c-page-home__donation-inner-title span {
						font-size: 0.53846em
				}
					}

.c-page-home__donation-inner-subtitle {
				font-family: "Noto Serif JP", serif;
				font-size: 2em;
				font-weight: 500;
			}

@media (max-width: 767px) {

.c-page-home__donation-inner-subtitle {
					font-size: 1.375em
			}
				}

.c-page-home__donation-inner-text01 {
				margin-bottom: 0;
				line-height: 2.1;
			}

@media (max-width: 767px) {

.c-page-home__donation-inner-text01 {
					font-size: 0.875em
			}
				}

.c-page-home__contact {
		background: url("../img/top/bg-top-footer-pc.jpg") no-repeat 50% 0;
		background-size: cover;
		margin-top: 100px;
		text-align: center;
	}

@media (max-width: 767px) {

.c-page-home__contact {
			background: url("../img/top/bg-top-footer-sp.jpg") no-repeat 50% 0;
			background-size: cover;
			margin-top: 50px;
			padding: 45px 0
	}
		}

.c-page-home__contact-inner {
			background: #fff;
			border-top: 2px solid #0079c2;
			width: 700px;
			margin: 0 auto;
			padding: 60px 0 50px;
			text-align: center;
		}

@media (max-width: 767px) {

.c-page-home__contact-inner {
				width: 100%;
				padding: 40px 25px
		}
			}

.c-page-home__contact-title {
			margin: 0;
			font-size: 1.25em;
			font-weight: 500;
		}

@media (max-width: 767px) {

.c-page-home__contact-title {
				font-size: 0.875em
		}
			}

.c-page-home__contact-link {
			list-style: none;
			margin: 20px 0 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

@media (max-width: 767px) {

.c-page-home__contact-link {
				margin-top: 15px
		}
			}

.c-page-home__contact-link li {
				margin: 0 10px;
			}

@media (max-width: 767px) {

.c-page-home__contact-link li {
					margin: 0 5px 15px
			}
				}

.c-page-home__contact-link li a {
					border: 2px solid #0079c2;
					border-radius: 4px;
					min-width: 205px;
					padding: 7px 35px;
					font-size: 1.125em;
					color: #333;
					text-decoration: none;
					display: block;
					position: relative;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

@media (max-width: 767px) {

.c-page-home__contact-link li a {
						min-width: 35.33333vw;
						padding: 1.2vw 6.66667vw;
						font-size: 0.8125em
				}
					}

.c-page-home__contact-link li a::after {
						border-top: 2px solid #0079c2;
						border-right: 2px solid #0079c2;
						content: "";
						width: 8px;
						height: 8px;
						display: block;
						position: absolute;
						top: calc(50% - 3px);
						right: 14px;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}

@media (max-width: 767px) {

.c-page-home__contact-link li a::after {
							right: 2.93333vw
					}
						}

.c-page-home__contact-link li a:hover {
						background: #0079c2;
						color: #fff;
					}

.c-page-home__contact-link li a:hover::after {
							border-color: #fff;
						}

.c-page-home__listbox-btn, .c-page-home__donation-inner-btn {
			margin: 30px 0 0;
			text-align: center;
		}

.c-page-home__listbox-btn a, .c-page-home__donation-inner-btn a {
				background: #0079c2;
				border: 2px solid #0079c2;
				border-radius: 4px;
				margin: 0 auto;
				color: #fff;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

.c-page-home__listbox-btn a::after, .c-page-home__donation-inner-btn a::after {
					border-top: 2px solid #fff;
					border-right: 2px solid #fff;
					content: "";
					display: block;
					position: absolute;
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

@media (max-width: 767px) {

.c-page-home__listbox-btn a::after, .c-page-home__donation-inner-btn a::after {
						right: 6.36364%
				}
					}

.c-page-home__listbox-btn a:hover, .c-page-home__donation-inner-btn a:hover {
					background: #fff;
					color: #0079c2;
				}

.c-page-home__listbox-btn a:hover::after, .c-page-home__donation-inner-btn a:hover::after {
						border-top: 2px solid #0079c2;
						border-right: 2px solid #0079c2;
					}

.c-page-home__listbox-btn {
		margin-top: 60px;
	}

@media (max-width: 767px) {

.c-page-home__listbox-btn {
			margin-top: 30px;
			padding: 0 5%
	}
		}

.c-page-home__listbox-btn a {
			min-width: 400px;
			padding: 17px 40px;
			font-size: 1.4375em;
		}

@media (max-width: 767px) {

.c-page-home__listbox-btn a {
				width: 100%;
				min-width: 0;
				padding: 10px 30px 8px;
				font-size: 1em;
				line-height: 1.5
		}
			}

.c-page-home__listbox-btn a::after {
				width: 10px;
				height: 10px;
				top: calc(50% - 5px);
			}

@media (max-width: 767px) {

.c-page-home__listbox-btn a::after {
					width: 8px;
					height: 8px;
					top: calc(50% - 4px)
			}
				}

@media (max-width: 767px) {

.c-page-home__donation-inner-btn {
			margin: 30px 25px 0
	}
		}

.c-page-home__donation-inner-btn a {
			min-width: 320px;
			padding: 14px 40px 12px;
			font-size: 1.1875em;
		}

@media (max-width: 767px) {

.c-page-home__donation-inner-btn a {
				width: 100%;
				min-width: 0;
				padding: 10px 35px 8px;
				font-size: 1em
		}
			}

.c-page-home__donation-inner-btn a::after {
				width: 8px;
				height: 8px;
				top: calc(50% - 2px);
			}

@media (max-width: 767px) {

.c-page-home__donation-inner-btn a::after {
					top: calc(50% - 4px)
			}
				}

@media (max-width: 767px) {

.c-page-home__listbox-btnbox {
			margin-left: -1em
	}
		}

.c-page-home__excel-btn, .c-page-home__word-btn {
		border-radius: 4px;
		margin: 5px 5px 10px;
		color: #fff !important;
		line-height: 1.5;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		position: relative;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

@media (max-width: 767px) {

.c-page-home__excel-btn, .c-page-home__word-btn {
			display: block;
			margin: 5px auto 10px
	}
		}

.c-page-home__excel-btn::after, .c-page-home__word-btn::after {
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			content: "";
			width: 10px;
			height: 10px;
			display: block;
			position: absolute;
			top: calc(50% - 5px);
			right: 20px;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}

@media (max-width: 767px) {

.c-page-home__excel-btn::after, .c-page-home__word-btn::after {
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
				width: 7px;
				height: 7px;
				top: calc(50% - 3px)
		}
			}

.c-page-home__excel-btn span, .c-page-home__word-btn span {
			position: relative;
		}

.c-page-home__excel-btn span::before, .c-page-home__word-btn span::before {
				content: "";
				width: 19px;
				height: 19px;
				margin-right: 10px;
				position: absolute;
				top: calc(50% - 10px);
				left: -30px;
			}

.c-page-home__excel-btn {
		background: #4bb439;
		border: 2px solid #4bb439;
		padding: 10px 47px 10px 59px;
	}

@media (max-width: 767px) {

.c-page-home__excel-btn {
			padding: 6px 40px 5px 52px
	}
		}

.c-page-home__excel-btn:hover {
			background: #fff;
			color: #4bb439;
		}

.c-page-home__excel-btn:hover::after {
				border-top: 2px solid #4bb439;
				border-right: 2px solid #4bb439;
			}

.c-page-home__excel-btn:hover span::before {
					background: url("../img/top/icon-excel-green.png") no-repeat 0 0;
					background-size: contain;
				}

.c-page-home__excel-btn span::before {
				background: url("../img/top/icon-excel-white.png") no-repeat 0 0;
				background-size: contain;
			}

.c-page-home__word-btn {
		background: #0079c2;
		border: 2px solid #0079c2;
		padding: 10px 47px 10px 60px;
	}

@media (max-width: 767px) {

.c-page-home__word-btn {
			padding: 6px 40px 5px 53px
	}
		}

.c-page-home__word-btn:hover {
			background: #fff;
			color: #0079c2;
		}

.c-page-home__word-btn:hover::after {
				border-top: 2px solid #0079c2;
				border-right: 2px solid #0079c2;
			}

.c-page-home__word-btn:hover span::before {
					background: url("../img/top/icon-word-blue.png") no-repeat 0 0;
					background-size: contain;
				}

.c-page-home__word-btn span::before {
				background: url("../img/top/icon-word-white.png") no-repeat 0 0;
				background-size: contain;
			}

.c-page-home__greeting-btn {
		margin: 80px 0 0;
		text-align: center;
	}

@media (max-width: 767px) {

.c-page-home__greeting-btn {
			margin-top: 40px
	}
		}

.c-page-home__greeting-btn a {
			background: #fff;
			border: 2px solid #fff;
			border-radius: 4px;
			min-width: 400px;
			margin: 0 auto;
			padding: 16px 40px;
			font-size: 1.5em;
			color: #333;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			position: relative;
			-webkit-transition: 300ms;
			transition: 300ms;
		}

@media (max-width: 767px) {

.c-page-home__greeting-btn a {
				width: 100%;
				min-width: 0;
				padding: 10px 30px 8px;
				font-size: 1em;
				line-height: 1.5
		}
			}

.c-page-home__greeting-btn a::after {
				border-top: 2px solid #0079c2;
				border-right: 2px solid #0079c2;
				content: "";
				width: 10px;
				height: 10px;
				display: block;
				position: absolute;
				top: calc(50% - 5px);
				right: 20px;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
			}

@media (max-width: 767px) {

.c-page-home__greeting-btn a::after {
					width: 8px;
					height: 8px;
					top: calc(50% - 4px);
					right: 6.36364%
			}
				}

.c-page-home__greeting-btn a:hover {
				background: #09368b;
				color: #fff;
			}

.c-page-home__greeting-btn a:hover::after {
					border-top: 2px solid #fff;
					border-right: 2px solid #fff;
				}

.c-page-home #anchor01, .c-page-home #anchor02 {
		margin-top: -94px;
		padding-top: 94px;
	}

@media (max-width: 767px) {

.c-page-home #anchor01, .c-page-home #anchor02 {
			margin-top: -122px;
			padding-top: 122px
	}
		}

.c-page-home #anchor01 h2 {
			margin-top: 94px;
		}

@media (max-width: 767px) {

.c-page-home #anchor01 h2 {
				margin-top: 122px
		}
			}

.c-page-home .mt-small {
		margin-top: 1em !important;
	}

.c-page-home .mt-large {
		margin-top: 2em !important;
	}

.c-page-sub__header {
		background: url("../img/bg/bg-header.png") repeat 0 0;
		margin-top: 98px;
		padding: 55px 0 54px;
		text-align: center;
	}

@media (max-width: 767px) {

.c-page-sub__header {
			margin-top: 124px;
			padding: 30px 15px 25px
	}
		}

.c-page-sub__header-title {
			margin: 0;
			font-size: 2.1875em;
			color: #fff;
		}

@media (max-width: 767px) {

.c-page-sub__header-title {
				font-size: 1.5625em
		}
			}

.c-page-sub__article-title {
			width: 800px;
			margin: 0 auto;
			padding: 0;
		}

@media (max-width: 767px) {

.c-page-sub__article-title {
				width: 100%;
				padding: 0 20px
		}
			}

.c-page-sub__article-title h1 {
				font-size: 1.75em;
				line-height: 1.6;
				margin: 1em 0 25px;
				padding: 0 0 5px 0;
				color: #222;
				border-bottom: 1px solid #3178bc;
				font-weight: normal;
				letter-spacing: .15em;
			}

@media (max-width: 767px) {

.c-page-sub__article-title h1 {
					font-size: 1.5375em;
					margin-bottom: .75em
			}
				}

.c-header {
	background: #fff;
	border-top: 4px solid #0079c2;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

@media (max-width: 767px) {

.c-header {
		border-top: 2px solid #0079c2
}
	}

.c-header-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 13px 0;
		position: relative;
	}

@media (max-width: 767px) {

.c-header-inner {
			width: 100%;
			padding: 7px 0 0
	}
		}

.c-header-title-outer {
		width: 490px;
		height: 68px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

@media (max-width: 767px) {

.c-header-title-outer {
			width: 89.33333vw;
			height: auto;
			margin: 0 auto;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center
	}
		}

.c-header-twitter {
		width: 154px;
	}

@media (max-width: 767px) {

.c-header-twitter {
			width: 32vw
	}
		}

.c-header-twitter img {
			max-width: 100%;
		}

.c-header-twitter a {
			-webkit-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
		}

.c-header-twitter a:hover {
				opacity: 0.6;
			}

.c-header-title {
		width: 298px;
		height: 68px;
		margin: 0;
		font-size: 0em;
	}

@media (max-width: 767px) {

.c-header-title {
			background: none;
			width: 172px;
			height: 33px;
			margin: 0 0 7px;
			line-height: 0;
			text-indent: 0
	}
		}

.c-header-title a {
			background: #fff;
			width: 100%;
			height: 100%;
			padding-top: 8px;
			text-align: center;
			display: block;
		}

@media (max-width: 767px) {

.c-header-title a {
				padding-top: 2px
		}
			}

.c-header-title img {
			width: 290px;
			height: 50px;
		}

@media (max-width: 767px) {

.c-header-title img {
				width: 168px;
				height: 29px
		}
			}

.c-header-change {
		background: #e3f2fa;
		border-radius: 0 0 8px 8px;
		width: 490px;
		padding: 15px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
	}

@media (max-width: 767px) {

.c-header-change {
			border-radius: 0;
			width: 100%;
			padding: 5px 10px 10px;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			position: static
	}
		}

.c-header-change button[type='button'] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
		}

.c-header-change dl {
			margin: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

@media (max-width: 767px) {

.c-header-change dl {
				display: block
		}
			}

.c-header-change dt {
			margin-right: 10px;
			font-size: 1.7rem;
			font-weight: bold;
		}

@media (max-width: 767px) {

.c-header-change dt {
				margin: 0 0 3px;
				font-size: 1.3rem;
				text-align: center
		}
			}

.c-header-change dd {
			margin: 0;
			padding: 0;
			line-height: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

.c-header-change .btn-standard, .c-header-change .btn-change {
			cursor: pointer;
			width: 60px;
			line-height: 1.7;
			border-radius: 6px;
			padding: 2px 0;
			font-size: 1.9rem;
			text-align: center;
			text-decoration: none;
			display: block;
			-webkit-transition: 300ms;
			transition: 300ms;
		}

@media (max-width: 767px) {

.c-header-change .btn-standard, .c-header-change .btn-change {
				border-radius: 3px;
				width: 45px;
				font-size: 1.3rem
		}
			}

.c-header-change .btn-standard {
			background: #fff;
			border: 1px solid #333;
			margin-right: 5px;
		}

@media (max-width: 767px) {

.c-header-change .btn-standard {
				margin: 0 4px
		}
			}

.c-header-change .btn-standard:hover {
				background: #0064c1;
				border: 1px solid #0064c1;
				color: #fff;
			}

@media (max-width: 767px) {

.c-header-change .btn-standard:hover {
					background: #fff;
					border: 1px solid #333;
					color: #333
			}
				}

.c-header-change .btn-standard.active {
				background: #0064c1;
				border: 1px solid #0064c1;
				color: #fff;
				pointer-events: none;
			}

.c-header-change .btn-change {
			background: #fff;
			border: 1px solid #333;
			color: #333;
		}

@media (max-width: 767px) {

.c-header-change .btn-change {
				margin: 0 4px
		}
			}

.c-header-change .btn-change.active, .c-header-change .btn-change:hover {
				background: #0064c1;
				border: 1px solid #0064c1;
				color: #fff;
			}

.c-header-color {
		border-right: 1px solid #b2cede;
		padding-right: 20px;
	}

@media (max-width: 767px) {

.c-header-color {
			border-right: none;
			position: relative
	}
		}

@media (max-width: 767px) {

.c-header-color::after {
				background: #b2cede;
				content: '';
				width: 1px;
				height: 26px;
				display: block;
				position: absolute;
				bottom: 0;
				right: 0
		}
			}

.c-header-color .btn-change.active, .c-header-color .btn-change:hover {
				background: #333;
				border: 1px solid #333;
				color: #fff;
			}

.c-header-size {
		padding-left: 20px;
	}

.c-footer {
	background: #222;
	padding: 10px 0;
	margin-top: auto;
}

.c-footer__copyright {
		font-size: 0.75em;
		color: #fff;
		text-align: center;
		display: block;
	}

.c-nav-breadcrumb {
	width: 800px;
	margin: 0 auto;
}

@media (max-width: 767px) {

.c-nav-breadcrumb {
		display: none
}
	}

.c-nav-breadcrumb ol {
		list-style: none;
		margin-bottom: 0;
		padding: 0;
	}

.c-nav-breadcrumb ol li {
			display: inline-block;
		}

.c-nav-breadcrumb ol li:not(:last-child)::after {
					content: ">";
					margin: 0 10px 0 11px;
					color: #0079c2;
					display: inline-block;
					-webkit-transform: scale(.5, 1);
					        transform: scale(.5, 1);
				}

.c-nav-breadcrumb ol li:last-child a {
					color: #333;
					text-decoration: none;
					pointer-events: none;
				}

.c-nav-breadcrumb ol a {
			font-size: 0.875em;
			color: #09368b;
		}

.c-nav-breadcrumb ol a:hover {
				text-decoration: none;
			}

.c-list-item ul {
		margin: 0;
		padding: 0;
	}

.c-list-item li {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 50px 10px 10px;
		border-top: 1px solid #a5c9e2;
	}

@media (max-width: 767px) {

.c-list-item li {
			display: block;
			padding-right: 30px
	}
		}

.c-list-item li:last-child {
			display: block;
			border-bottom: 1px solid #a5c9e2;
		}

.c-list-item li time {
			color: #0079c2;
			font-size: 1.1875em;
			letter-spacing: .06em;
			padding-right: 23px;
			min-width: 18.75%;
			word-wrap: break-word;
		}

@media (max-width: 767px) {

.c-list-item li time {
				font-size: 1em;
				margin-bottom: 10px;
				padding-right: 0;
				width: auto
		}
			}

.c-list-item li p {
			font-size: 1.125em;
			letter-spacing: .06em;
			margin: 0;
			max-width: 70%;
		}

@media (max-width: 767px) {

.c-list-item li p {
				font-size: 0.9375em;
				max-width: 100%
		}
			}

.c-list-item li a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: relative;
			width: 100%;
			text-decoration: none;
			color: #000;
		}

@media (max-width: 767px) {

.c-list-item li a {
				display: block
		}
			}

.c-list-item li a::after {
				content: "";
				position: absolute;
				width: 10px;
				height: 10px;
				display: block;
				border-top: 2px solid #3178bc;
				border-right: 2px solid #3178bc;
				top: 50%;
				right: -20px;
				margin: -5px 0 0;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
			}

.c-list-item li a:hover {
				opacity: .7;
			}

.c-list-item li a:hover p {
					text-decoration: underline;
				}

.c-hero {
	background: url("../img/top/bg-hero-pc.jpg") no-repeat 50% 0;
	background-size: cover;
	height: 592px;
	margin-top: 98px;
}

@media (max-width: 767px) {

.c-hero {
		background: url("../img/top/bg-hero-sp.jpg") no-repeat 50% 0;
		background-size: cover;
		height: 96vw;
		margin-top: 124px
}
	}

.c-hero-inner {
		width: 1086px;
		height: 592px;
		margin: 0 auto;
		position: relative;
	}

@media (max-width: 767px) {

.c-hero-inner {
			width: 100%;
			height: 100%
	}
		}

.c-hero-title {
		width: 535px;
		height: 142px;
		margin: 0;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

@media (max-width: 767px) {

.c-hero-title {
			background: none;
			width: 85.33333%;
			height: auto;
			text-indent: 0;
			top: 28vw;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%)
	}
		}

.c-hero-title img {
			width: 100%;
		}

.c-hero-arrow {
		position: absolute;
		bottom: 29px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

@media (max-width: 767px) {

.c-hero-arrow {
			display: none
	}
		}

.c-hero-arrow::after {
			background: #0079c2;
			content: "";
			width: 1px;
			height: 29px;
			display: block;
			position: absolute;
			bottom: -29px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
		}

@media (max-width: 767px) {

.c-hero-arrow::after {
		}
			}

.c-hero-arrow-text01 {
			margin: 0;
			font-size: 1.3rem;
			color: #0079c2;
			letter-spacing: .19em;
			text-indent: .3em;
		}

@media (max-width: 767px) {

.c-hero-arrow-text01 {
				font-size: 1rem;
				letter-spacing: 0;
				text-align: center;
				text-indent: 0
		}
			}

.c-hero-arrow-text02 {
			border: 1px solid #0079c2;
			border-radius: 50%;
			width: 70px;
			height: 70px;
			margin: 3px 0 0;
			text-indent: -9999px;
			position: relative;
		}

@media (max-width: 767px) {

.c-hero-arrow-text02 {
				width: 48px;
				height: 48px;
				margin: 0
		}
			}

.c-hero-arrow-text02::before {
				background: #0079c2;
				border-radius: 50%;
				content: "";
				width: 46px;
				height: 46px;
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
			}

@media (max-width: 767px) {

.c-hero-arrow-text02::before {
					width: 32px;
					height: 32px
			}
				}

.c-hero-arrow-text02::after {
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
				content: "";
				width: 8px;
				height: 8px;
				display: block;
				position: absolute;
				top: 30px;
				left: 30px;
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
			}

@media (max-width: 767px) {

.c-hero-arrow-text02::after {
					border-top: 1px solid #fff;
					border-right: 1px solid #fff;
					width: 7px;
					height: 7px;
					top: 19px;
					left: 19px
			}
				}

.c-hero-information {
		position: absolute;
		width: 660px;
		padding: 27px 35px;
		bottom: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		background: #fff;
		border: #0079c2 solid 2px;
	}

@media (max-width: 767px) {

.c-hero-information {
			width: 88%;
			bottom: 4.66667vw;
			padding: 15px
	}
		}

.c-hero-information__box {
			margin: 0;
			padding: 0;
		}

.c-hero-information__box li {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
			}

@media (max-width: 767px) {

.c-hero-information__box li {
					display: block
			}
				}

.c-hero-information__box li time {
					padding-right: 25px;
					color: #0079c2;
					font-size: 1.1875em;
					font-weight: 500;
					letter-spacing: .06em;
					word-wrap: break-word;
				}

@media (max-width: 767px) {

.c-hero-information__box li time {
						width: auto;
						display: block;
						font-size: 1em;
						padding-right: 0
				}
					}

.c-hero-information__box li a {
					width: 630px;
					margin: 0;
					font-size: 1.1875em;
					letter-spacing: .06em;
					color: #000;
				}

@media (max-width: 767px) {

.c-hero-information__box li a {
						width: auto;
						font-size: 1em
				}
					}

.c-hero-information__box li a:hover {
						opacity: .6;
					}

.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4rem;
	margin: 0 0 45px;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 767px) {

.c-pagination {
		width: 100%;
		margin-bottom: 30px;
		padding: 0 20px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between
}
	}

.c-pagination a {
		background: none;
		color: currentColor;
		text-decoration: none;
		font-size: 1.11111em;
		line-height: 1.6;
	}

.c-pagination__prev, .c-pagination__next {
		margin-top: -5px;
	}

.c-pagination__prev a, .c-pagination__next a {
			border-bottom: 3px solid #3178bc;
			display: inline-block;
			vertical-align: middle;
			overflow: hidden;
			padding: 0;
			position: relative;
			color: #3178bc;
			line-height: 1.6;
			font-size: 0.88889em;
			font-weight: bold;
		}

.c-pagination__prev a[data-disabled="true"], .c-pagination__next a[data-disabled="true"] {
				opacity: .3;
				pointer-events: none;
			}

.c-pagination__prev a:hover, .c-pagination__next a:hover {
				opacity: .7;
				border-bottom: 3px solid #fff;
			}

.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: bold;
		list-style: none;
		margin: 0 30px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}

@media (max-width: 576px) {

.c-pagination__numbers {
			display: none
	}
		}

.c-pagination__number {
		display: block;
		list-style: none;
		width: 38px;
		margin: 0 .25em;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

.c-pagination__number:hover {
			background: #3178bc;
			color: #fff;
		}

.c-pagination__number--current {
			background: #3178bc;
			color: #fff;
		}

.c-pagination__number--current:hover {
				padding-bottom: 0;
			}

.c-pagination__number a {
			display: block;
			padding: 0 .3em;
			text-align: center;
			line-height: 1.9;
		}

.c-pagination__number a::after {
				display: none;
			}

.c-pagination__back {
		width: 100%;
		margin-bottom: 4em;
		text-align: center;
	}

@media (max-width: 767px) {

.c-pagination__back {
			padding: 0 20px
	}
		}

.c-pagination__back a {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: #fff;
			border: 2px solid #0064c1;
			color: #000;
			display: inline-block;
			font-size: 1.0625em;
			line-height: 2;
			min-width: 320px;
			padding: 1em 2em;
			position: relative;
			text-align: center;
			text-decoration: none;
			vertical-align: middle;
			letter-spacing: .15em;
		}

@media (max-width: 767px) {

.c-pagination__back a {
				min-width: 15em;
				font-size: 0.9375em
		}
			}

.c-pagination__back a::before {
				background: none;
				border: 2px solid #0064c1;
				border-width: 0 0 2px 2px;
				content: "";
				display: block;
				height: 10px;
				left: .7em;
				margin-top: -5px;
				position: absolute;
				top: 50%;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				width: 10px;
			}

.c-pagination__back a:hover {
				background: #0064c1;
				color: #fff;
			}

.c-pagination__back a:hover::before {
					border-color: #fff;
				}

.c-content-index {
	padding-bottom: 45px;
}

@media (max-width: 767px) {

.c-content-index {
		padding-bottom: 20px
}
	}

.c-content-index__body {
		width: 800px;
		margin: 55px auto 0;
	}

@media (max-width: 767px) {

.c-content-index__body {
			width: 100%;
			padding: 0 20px
	}
		}

.bge-contents, .c-content-main {
	font-size: 1em;
	line-height: 2;
}

@media (max-width: 576px) {

.bge-contents, .c-content-main {
}
	}

.bge-contents a, .c-content-main a {
		color: #333;
	}

.bge-contents a:hover, .c-content-main a:hover {
			opacity: .6;
			text-decoration: none;
		}

.bge-contents h2, .c-content-main h2 {
		font-size: 1.75em;
		line-height: 1.6;
		margin: 1em 0 25px;
		padding: 0 0 5px 0;
		color: #222;
		border-bottom: 1px solid #3178bc;
		font-weight: normal;
		letter-spacing: .15em;
	}

@media (max-width: 767px) {

.bge-contents h2, .c-content-main h2 {
			font-size: 1.5375em;
			margin-bottom: .75em
	}
		}

.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
	}

.bge-contents h3, .c-content-main h3 {
		background: #0064c1;
		border: 1px solid #0064c1;
		margin-bottom: 30px;
		padding: 4px 10px;
		font-size: 1.25em;
		font-weight: 500;
		color: #fff;
		letter-spacing: .15em;
	}

@media (max-width: 767px) {

.bge-contents h3, .c-content-main h3 {
			margin-bottom: 0;
			padding: .25em .5em;
			font-size: 1.3125em
	}
		}

.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}

.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
	}

.bge-contents h4, .c-content-main h4 {
		font-size: 1.125em;
		line-height: 1.6;
		padding-left: 10px;
		border-left: 4px solid #246fb8;
		color: #000;
		letter-spacing: .15em;
	}

@media (max-width: 767px) {

.bge-contents h4, .c-content-main h4 {
			font-size: 1.0375em
	}
		}

.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}

.bge-contents h5, .c-content-main h5 {
		font-size: 1em;
		color: #000;
		line-height: 1.6;
		margin: 1em 0;
		padding: 10px;
		background: #f0f8fd;
		letter-spacing: .15em;
	}

.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}

.bge-contents h6, .c-content-main h6 {
		font-size: 1em;
		line-height: 1.6;
		margin: 1em 0;
		color: #246fb8;
		letter-spacing: .15em;
	}

.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}

.bge-contents ul, .c-content-main ul {
		padding-left: 20px;
	}

@media (max-width: 767px) {

.bge-contents ul, .c-content-main ul {
			font-size: 0.9375em
	}
		}

.bge-contents ul > li, .c-content-main ul > li {
			list-style: none;
		}

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: inline-block;
				vertical-align: middle;
				margin: 0 10px 0 -20px;
				width: 8px;
				height: 8px;
				border: 1px solid transparent;
				border-radius: 50%;
				background: #2764bb;
			}

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: #2764bb;
			}

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					background: #2764bb;
				}

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin-left: 2em;
		}

@media (max-width: 767px) {

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
				font-size: 1em
		}
			}

.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}

@media (max-width: 767px) {

.bge-contents ol, .c-content-main ol {
			font-size: 0.9375em
	}
		}

.bge-contents ol > li, .c-content-main ol > li {
			list-style: none;
		}

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				color: #2764bb;
			}

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin-left: 2em;
		}

@media (max-width: 767px) {

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
				font-size: 1em
		}
			}

.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 30px;
		border: none;
	}

@media (max-width: 576px) {

.bge-contents table, .c-content-main table {
			display: block
	}
		}

.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}

@media (max-width: 576px) {

.bge-contents caption, .c-content-main caption {
			display: block
	}
		}

@media (max-width: 576px) {

.bge-contents thead, .c-content-main thead {
			display: none
	}
		}

@media (max-width: 576px) {

.bge-contents tfoot, .c-content-main tfoot {
			display: none
	}
		}

@media (max-width: 576px) {

.bge-contents tbody, .c-content-main tbody {
			display: block
	}
		}

@media (max-width: 576px) {

.bge-contents tr, .c-content-main tr {
			display: block
	}
		}

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 1.3em 1.7em;
		color: #333;
		border: none;
		border-top: 1px solid #0079c2;
		border-bottom: 1px solid #0079c2;
	}

@media (max-width: 576px) {

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			display: block;
			margin-top: -1px;
			width: 100% !important
	}
		}

@media (max-width: 767px) {

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			padding: .8em 1em;
			font-size: 0.9375em
	}
		}

.bge-contents th:last-child, .bge-contents td:last-child, .c-content-main th:last-child, .c-content-main td:last-child {
			border-right: 0;
		}

.bge-contents th, .c-content-main th {
		background: #f5fbff;
		text-align: left;
		border-bottom: 1px solid #0079c2;
	}

@media (max-width: 576px) {

.bge-contents th, .c-content-main th {
			padding: 10px 4%
	}
		}

@media (max-width: 767px) {

.bge-contents th, .c-content-main th {
			border-bottom: none
	}
		}

@media (max-width: 576px) {

.bge-contents td, .c-content-main td {
			padding: 10px 0 20px;
			border-bottom: none
	}
		}

@media (max-width: 767px) {

.bge-contents td, .c-content-main td {
			padding: 10px 4%;
			border: none
	}
		}

@media (max-width: 767px) {

.bge-contents p, .c-content-main p {
			font-size: 0.9375em
	}
		}

.bge-contents p:first-child, .c-content-main p:first-child {
			margin-top: 0;
		}

.bge-contents p:last-child, .c-content-main p:last-child {
			margin-bottom: 0;
		}

.bge-contents blockquote, .c-content-main blockquote {
		background: #efefef;
		margin: 0;
		padding: 1em 2.5em;
		position: relative;
	}

.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "“";
			display: block;
			font-size: 7rem;
			left: 0;
			line-height: 0;
			margin-top: .5em;
			opacity: .5;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

@media (max-width: 767px) {

.bge-contents blockquote::before, .c-content-main blockquote::before {
				font-size: 2.5em
		}
			}

.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: "”";
			display: block;
			font-size: 7rem;
			line-height: 0;
			opacity: .5;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

@media (max-width: 767px) {

.bge-contents blockquote::after, .c-content-main blockquote::after {
				font-size: 2.5em
		}
			}

.bge-contents figure, .c-content-main figure {
		margin: 0;
	}

.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: .8em 1.2em;
		text-align: left;
		color: #333;
	}

@media (max-width: 767px) {

.bge-contents figcaption, .c-content-main figcaption {
			font-size: 0.875em
	}
		}

.bge-contents hr, .c-content-main hr {
		color: #2764bb;
		background: #2764bb;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 95%;
	}

.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}

.bge-contents input, .c-content-main input {
		font-size: 1.6rem;
		max-width: 100%;
	}

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			border: 1px solid #d2cdcd;
			padding: .3em;
		}

.bge-contents input[type="text"]:focus, .bge-contents input[type="email"]:focus, .c-content-main input[type="text"]:focus, .c-content-main input[type="email"]:focus {
				-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				outline: none;
			}

.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #d2cdcd;
		font-size: 1.6rem;
		padding: .3em;
		width: 100%;
	}

.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			outline: none;
		}

.bge-contents p a, .bge-contents table a, .bge-contents ul a, .bge-contents ol a, .c-content-main p a, .c-content-main table a, .c-content-main ul a, .c-content-main ol a {
			position: relative;
		}

.bge-contents p a[target="_blank"]::after, .bge-contents table a[target="_blank"]::after, .bge-contents ul a[target="_blank"]::after, .bge-contents ol a[target="_blank"]::after, .c-content-main p a[target="_blank"]::after, .c-content-main table a[target="_blank"]::after, .c-content-main ul a[target="_blank"]::after, .c-content-main ol a[target="_blank"]::after {
					content: "";
					width: 14px;
					height: 14px;
					display: inline-block;
					background: url("/img/common/icon-external-02.png") 0 0 no-repeat;
					background-size: 14px 14px;
					top: 2px;
					left: 0;
					margin: 0 5px;
				}

.bge-contents p a[href$="pdf"]::before, .bge-contents table a[href$="pdf"]::before, .bge-contents ul a[href$="pdf"]::before, .bge-contents ol a[href$="pdf"]::before, .c-content-main p a[href$="pdf"]::before, .c-content-main table a[href$="pdf"]::before, .c-content-main ul a[href$="pdf"]::before, .c-content-main ol a[href$="pdf"]::before {
					content: "";
					width: 20px;
					height: 24px;
					display: inline-block;
					background: url("/img/common/icon-pdf-03.png") 0 0 no-repeat;
					background-size: 20px 24px;
					top: 0;
					left: 0;
					margin: 0 5px;
					vertical-align: -5px;
				}

.bge-contents p a[href$="docx"]::before, .bge-contents p a[href$="doc"]::before, .bge-contents table a[href$="docx"]::before, .bge-contents table a[href$="doc"]::before, .bge-contents ul a[href$="docx"]::before, .bge-contents ul a[href$="doc"]::before, .bge-contents ol a[href$="docx"]::before, .bge-contents ol a[href$="doc"]::before, .c-content-main p a[href$="docx"]::before, .c-content-main p a[href$="doc"]::before, .c-content-main table a[href$="docx"]::before, .c-content-main table a[href$="doc"]::before, .c-content-main ul a[href$="docx"]::before, .c-content-main ul a[href$="doc"]::before, .c-content-main ol a[href$="docx"]::before, .c-content-main ol a[href$="doc"]::before {
					content: "";
					width: 25px;
					height: 25px;
					display: inline-block;
					background: url("/img/common/icon-doc-03.png") 0 0 no-repeat;
					background-size: 25px 25px;
					top: 0;
					left: 0;
					margin: 0 5px;
					vertical-align: -5px;
				}

.bge-contents p a[href$="xlsx"]::before, .bge-contents p a[href$="xls"]::before, .bge-contents table a[href$="xlsx"]::before, .bge-contents table a[href$="xls"]::before, .bge-contents ul a[href$="xlsx"]::before, .bge-contents ul a[href$="xls"]::before, .bge-contents ol a[href$="xlsx"]::before, .bge-contents ol a[href$="xls"]::before, .c-content-main p a[href$="xlsx"]::before, .c-content-main p a[href$="xls"]::before, .c-content-main table a[href$="xlsx"]::before, .c-content-main table a[href$="xls"]::before, .c-content-main ul a[href$="xlsx"]::before, .c-content-main ul a[href$="xls"]::before, .c-content-main ol a[href$="xlsx"]::before, .c-content-main ol a[href$="xls"]::before {
					content: "";
					width: 25px;
					height: 25px;
					display: inline-block;
					background: url("/img/common/icon-xls-03.png") 0 0 no-repeat;
					background-size: 25px 25px;
					top: 0;
					left: 0;
					margin: 0 5px;
					vertical-align: -5px;
				}

.bge-contents p a[href$="pptx"]::before, .bge-contents p a[href$="ppt"]::before, .bge-contents table a[href$="pptx"]::before, .bge-contents table a[href$="ppt"]::before, .bge-contents ul a[href$="pptx"]::before, .bge-contents ul a[href$="ppt"]::before, .bge-contents ol a[href$="pptx"]::before, .bge-contents ol a[href$="ppt"]::before, .c-content-main p a[href$="pptx"]::before, .c-content-main p a[href$="ppt"]::before, .c-content-main table a[href$="pptx"]::before, .c-content-main table a[href$="ppt"]::before, .c-content-main ul a[href$="pptx"]::before, .c-content-main ul a[href$="ppt"]::before, .c-content-main ol a[href$="pptx"]::before, .c-content-main ol a[href$="ppt"]::before {
					content: "";
					width: 25px;
					height: 25px;
					display: inline-block;
					background: url("/img/common/icon-ppt-03.png") 0 0 no-repeat;
					background-size: 25px 25px;
					top: 0;
					left: 0;
					margin: 0 5px;
					vertical-align: -5px;
				}

.bge-contents p a[href$="zip"]::before, .bge-contents table a[href$="zip"]::before, .bge-contents ul a[href$="zip"]::before, .bge-contents ol a[href$="zip"]::before, .c-content-main p a[href$="zip"]::before, .c-content-main table a[href$="zip"]::before, .c-content-main ul a[href$="zip"]::before, .c-content-main ol a[href$="zip"]::before {
					content: "";
					width: 20px;
					height: 24px;
					display: inline-block;
					background: url("/img/common/icon-zip-03.png") 0 0 no-repeat;
					background-size: 20px 24px;
					top: 0;
					left: 0;
					margin: 0 5px;
					vertical-align: -5px;
				}

.bge-contents table.form_input th.required ::after, .c-content-main table.form_input th.required ::after {
				content: "*";
				display: inline-block;
				font-size: 1em;
				color: #ad1313;
				margin-left: 10px;
			}

.bge-contents table.form_input select, .c-content-main table.form_input select {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			border: 1px solid #d2cdcd;
			margin: 0;
			padding: 5px 25px 5px 10px;
			vertical-align: middle;
			position: relative;
			font-size: 1em;
			background: url("../img/icon-select.png") no-repeat right 10px center;
			background-size: 10px 5px;
		}

.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}

.bge-contents .btn-group button, .c-content-main .btn-group button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: #efefef;
			color: #fff;
			padding: 15px 20px;
			text-align: center;
			min-width: 150px;
			cursor: pointer;
			border: 1px solid transparent;
			border-radius: 5px;
		}

.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
				opacity: .7;
			}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: #efefef;
		}

@media (max-width: 767px) {
			.bge-contents .sp-table table, .bge-contents .scroll-table table, .c-content-main .sp-table table, .c-content-main .scroll-table table {
				display: table;
			}

				.bge-contents .sp-table table caption, .bge-contents .scroll-table table caption, .c-content-main .sp-table table caption, .c-content-main .scroll-table table caption {
					display: table-caption;
				}

				.bge-contents .sp-table table tr, .bge-contents .scroll-table table tr, .c-content-main .sp-table table tr, .c-content-main .scroll-table table tr {
					display: table-row;
				}

				.bge-contents .sp-table table tbody, .bge-contents .scroll-table table tbody, .c-content-main .sp-table table tbody, .c-content-main .scroll-table table tbody {
					display: table-row-group;
				}

				.bge-contents .sp-table table thead, .bge-contents .scroll-table table thead, .c-content-main .sp-table table thead, .c-content-main .scroll-table table thead {
					display: table-header-group;
				}

				.bge-contents .sp-table table td, .bge-contents .sp-table table th, .bge-contents .scroll-table table td, .bge-contents .scroll-table table th, .c-content-main .sp-table table td, .c-content-main .sp-table table th, .c-content-main .scroll-table table td, .c-content-main .scroll-table table th {
					display: table-cell;
					width: auto !important;
					padding: 10px 4%;
				}

				.bge-contents .sp-table table th, .bge-contents .scroll-table table th, .c-content-main .sp-table table th, .c-content-main .scroll-table table th {
					border-bottom: 1px solid #0079c2;
				}

				.bge-contents .sp-table table td, .bge-contents .scroll-table table td, .c-content-main .sp-table table td, .c-content-main .scroll-table table td {
					border-top: 1px solid #0079c2;
					border-bottom: 1px solid #0079c2;
				}
		}

@media (max-width: 767px) {

.bge-contents .scroll-table, .c-content-main .scroll-table {
			margin: 0 0 30px;
			position: relative
	}

			.bge-contents .scroll-table::before, .c-content-main .scroll-table::before {
				content: "※この表組みは横にスクロールできます。";
				font-size: 0.8125em;
				display: block;
				padding: 0 0 5px;
			}

			.bge-contents .scroll-table > div, .c-content-main .scroll-table > div {
				overflow: auto;
			}

				.bge-contents .scroll-table > div table, .c-content-main .scroll-table > div table {
					width: 700px !important;
					margin-bottom: 5px;
				}

				.bge-contents .scroll-table > div::-webkit-scrollbar, .c-content-main .scroll-table > div::-webkit-scrollbar {
					height: 10px;
				}

				.bge-contents .scroll-table > div::-webkit-scrollbar-track, .c-content-main .scroll-table > div::-webkit-scrollbar-track {
					background: #efefef;
					border-radius: 10px;
				}

				.bge-contents .scroll-table > div::-webkit-scrollbar-thumb, .c-content-main .scroll-table > div::-webkit-scrollbar-thumb {
					background: #000;
					border-radius: 10px;
				}

			.bge-contents .scroll-table th, .c-content-main .scroll-table th {
				border-left: none;
			}
		}

.bge-contents .grid-frame, .bge-contents .grid-frame-flex, .c-content-main .grid-frame, .c-content-main .grid-frame-flex {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.bge-contents .grid-frame-flex, .c-content-main .grid-frame-flex {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

@media (max-width: 576px) {

.bge-contents .grid-xs-1, .c-content-main .grid-xs-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-1, .c-content-main .grid-sm-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-1, .c-content-main .grid-md-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-2, .c-content-main .grid-xs-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-2, .c-content-main .grid-sm-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-2, .c-content-main .grid-md-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-3, .c-content-main .grid-xs-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-3, .c-content-main .grid-sm-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-3, .c-content-main .grid-md-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-4, .c-content-main .grid-xs-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-4, .c-content-main .grid-sm-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-4, .c-content-main .grid-md-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-5, .c-content-main .grid-xs-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-5, .c-content-main .grid-sm-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-5, .c-content-main .grid-md-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-6, .c-content-main .grid-xs-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-6, .c-content-main .grid-sm-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-6, .c-content-main .grid-md-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-7, .c-content-main .grid-xs-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-7, .c-content-main .grid-sm-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-7, .c-content-main .grid-md-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-8, .c-content-main .grid-xs-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-8, .c-content-main .grid-sm-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-8, .c-content-main .grid-md-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-9, .c-content-main .grid-xs-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-9, .c-content-main .grid-sm-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-9, .c-content-main .grid-md-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-10, .c-content-main .grid-xs-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-10, .c-content-main .grid-sm-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-10, .c-content-main .grid-md-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-11, .c-content-main .grid-xs-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-11, .c-content-main .grid-sm-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-11, .c-content-main .grid-md-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-12, .c-content-main .grid-xs-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-12, .c-content-main .grid-sm-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-12, .c-content-main .grid-md-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media (min-width: 1200px) {

.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media (max-width: 576px) {

.bge-contents .grid-xs-d5, .c-content-main .grid-xs-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-d5, .c-content-main .grid-sm-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-d5, .c-content-main .grid-md-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media (min-width: 1200px) {

.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media (max-width: 576px) {

.bge-contents .grid-xs-flex, .c-content-main .grid-xs-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-flex, .c-content-main .grid-sm-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-flex, .c-content-main .grid-md-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media (min-width: 1200px) {

.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}

.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}

@media (max-width: 576px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 5px
	}
		}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}

@media (min-width: 1200px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}

.bge-contents .mt-wide, .c-content-main .mt-wide {
	}

@media (max-width: 576px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 30px
	}
		}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}

@media (min-width: 1200px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}

@media (max-width: 576px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 5px
	}
		}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}

@media (min-width: 1200px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}

.bge-contents .mb-wide, .c-content-main .mb-wide {
	}

@media (max-width: 576px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 30px
	}
		}

@media (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}

@media (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}

@media (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}

@media (min-width: 1200px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}

.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 3em;
	}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #fff;
		border: 2px solid #0079c2;
		color: #000;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 2;
		min-width: 15em;
		padding: 1em 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		letter-spacing: .15em;
	}

@media (max-width: 767px) {

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			font-size: 0.9375em;
			min-width: auto
	}
		}

.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus, .c-content-main .bgt-btn:active, .c-content-main .bgt-btn:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
		}

.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .6;
		}

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			border: 2px solid #3178bc;
			border-width: 2px 2px 0 0;
			content: "";
			display: block;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			right: .7em;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

.bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:hover {
			background: #3178bc;
			color: #fff;
			opacity: 1;
		}

.bge-contents .bgt-btn:hover::after, .c-content-main .bgt-btn:hover::after {
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
			}

.bge-contents [data-bgb="button2"] [data-bgt="button"], .bge-contents [data-bgb="button3"] [data-bgt="button"], .c-content-main [data-bgb="button2"] [data-bgt="button"], .c-content-main [data-bgb="button3"] [data-bgt="button"] {
		display: block;
	}

.bge-contents [data-bgb="button2"] [data-bgt="button"] .bgt-btn, .bge-contents [data-bgb="button3"] [data-bgt="button"] .bgt-btn, .c-content-main [data-bgb="button2"] [data-bgt="button"] .bgt-btn, .c-content-main [data-bgb="button3"] [data-bgt="button"] .bgt-btn {
			display: block;
			min-width: auto;
		}

.bge-contents [data-bgt-button-kind="link"] .bgt-btn, .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background: #3178bc;
		border-color: #3178bc;
		color: #fff;
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="em"] .bgt-btn::after {
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
		}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="em"] .bgt-btn:hover {
			background: #fff;
			color: #000;
		}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn:hover::after, .c-content-main [data-bgt-button-kind="em"] .bgt-btn:hover::after {
				border-top: 2px solid #000;
				border-right: 2px solid #000;
			}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		position: relative;
		padding-right: 3em;
		color: #3178bc;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
			display: none;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::before {
			content: "";
			position: absolute;
			width: 14px;
			height: 14px;
			background: url("/img/common/icon-external-02.png") 0 0 no-repeat;
			background-size: 14px 14px;
			vertical-align: middle;
			top: 50%;
			right: 20px;
			margin: -7px 0 0;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover {
			color: #fff;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover::before {
				content: "";
				position: absolute;
				width: 14px;
				height: 14px;
				background: url("/img/common/icon-external-01.png") 0 0 no-repeat;
				background-size: 14px 14px;
				vertical-align: middle;
				top: 50%;
				right: 20px;
				margin: -7px 0 0;
			}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::before {
			background: none;
			border: 2px solid #3178bc;
			border-width: 0 0 2px 2px;
			content: "";
			display: block;
			height: 10px;
			left: .7em;
			margin-top: -5px;
			position: absolute;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::after {
			display: none;
		}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn:hover::before, .c-content-main [data-bgt-button-kind="back"] .bgt-btn:hover::before {
				border-bottom: 2px solid #fff;
				border-left: 2px solid #fff;
			}

.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}

.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr, .c-content-main [data-bgt-hr-kind="dashed"] .bgt-hr {
		height: 0;
		border: none;
		background: none;
		border-bottom: 2px dashed currentColor;
	}

.bge-contents [data-bgt-hr-kind="bold"] .bgt-hr, .c-content-main [data-bgt-hr-kind="bold"] .bgt-hr {
		height: 5px;
	}

.bge-contents [data-bgt-hr-kind="narrow"] .bgt-hr, .c-content-main [data-bgt-hr-kind="narrow"] .bgt-hr {
		height: 1px;
	}

.bge-contents [data-bgt-hr-kind="short"] .bgt-hr, .c-content-main [data-bgt-hr-kind="short"] .bgt-hr {
		width: 60%;
		height: 1px;
	}

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #fff;
		border: 2px solid #3178bc;
		color: #3178bc;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 2;
		min-width: 15em;
		padding: 1em 2.9em 1em 1.9em;
		position: relative;
		text-decoration: none;
		vertical-align: middle;
		letter-spacing: .15em;
	}

@media (max-width: 767px) {

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			font-size: 0.9375em;
			min-width: auto
	}
		}

.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus, .c-content-main .bgt-download-file__link:active, .c-content-main .bgt-download-file__link:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
		}

.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
			content: "";
			position: absolute;
			width: 20px;
			height: 24px;
			background: url("/img/common/icon-pdf-02.png") 0 0 no-repeat;
			background-size: 20px 24px;
			vertical-align: middle;
			top: 50%;
			right: 20px;
			margin: -10px 0 0;
		}

.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
			background: #3178bc;
			color: #fff;
			opacity: 1;
		}

.bge-contents .bgt-download-file__link:hover::after, .c-content-main .bgt-download-file__link:hover::after {
				background: url("/img/common/icon-pdf-01.png") 0 0 no-repeat;
			}

.bge-contents .bgt-download-file__link[href$="doc"]::after, .bge-contents .bgt-download-file__link[href$="docx"]::after, .c-content-main .bgt-download-file__link[href$="doc"]::after, .c-content-main .bgt-download-file__link[href$="docx"]::after {
				content: "";
				position: absolute;
				width: 25px;
				height: 25px;
				background: url("/img/common/icon-doc-02.png") 0 0 no-repeat;
				vertical-align: middle;
				top: 50%;
				right: 15px;
				margin: -12px 0 0;
			}

.bge-contents .bgt-download-file__link[href$="doc"]:hover::after, .bge-contents .bgt-download-file__link[href$="docx"]:hover::after, .c-content-main .bgt-download-file__link[href$="doc"]:hover::after, .c-content-main .bgt-download-file__link[href$="docx"]:hover::after {
					background: url("/img/common/icon-doc-01.png") 0 0 no-repeat;
				}

.bge-contents .bgt-download-file__link[href$="xls"]::after, .bge-contents .bgt-download-file__link[href$="xlsx"]::after, .c-content-main .bgt-download-file__link[href$="xls"]::after, .c-content-main .bgt-download-file__link[href$="xlsx"]::after {
				content: "";
				position: absolute;
				width: 25px;
				height: 25px;
				background: url("/img/common/icon-xls-02.png") 0 0 no-repeat;
				background-size: 25px 25px;
				vertical-align: middle;
				top: 50%;
				right: 15px;
				margin: -12px 0 0;
			}

.bge-contents .bgt-download-file__link[href$="xls"]:hover::after, .bge-contents .bgt-download-file__link[href$="xlsx"]:hover::after, .c-content-main .bgt-download-file__link[href$="xls"]:hover::after, .c-content-main .bgt-download-file__link[href$="xlsx"]:hover::after {
					background: url("/img/common/icon-xls-01.png") 0 0 no-repeat;
				}

.bge-contents .bgt-download-file__link[href$="ppt"]::after, .bge-contents .bgt-download-file__link[href$="pptx"]::after, .c-content-main .bgt-download-file__link[href$="ppt"]::after, .c-content-main .bgt-download-file__link[href$="pptx"]::after {
				content: "";
				position: absolute;
				width: 25px;
				height: 25px;
				background: url("/img/common/icon-ppt-02.png") 0 0 no-repeat;
				background-size: 25px 25px;
				vertical-align: middle;
				top: 50%;
				right: 15px;
				margin: -12px 0 0;
			}

.bge-contents .bgt-download-file__link[href$="ppt"]:hover::after, .bge-contents .bgt-download-file__link[href$="pptx"]:hover::after, .c-content-main .bgt-download-file__link[href$="ppt"]:hover::after, .c-content-main .bgt-download-file__link[href$="pptx"]:hover::after {
					background: url("/img/common/icon-ppt-01.png") 0 0 no-repeat;
				}

.bge-contents .bgt-download-file__link[href$="zip"]::after, .c-content-main .bgt-download-file__link[href$="zip"]::after {
				content: "";
				position: absolute;
				width: 20px;
				height: 24px;
				background: url("/img/common/icon-zip-02.png") 0 0 no-repeat;
				background-size: 20px 24px;
				vertical-align: middle;
				top: 50%;
				right: 15px;
				margin: -10px 0 0;
			}

.bge-contents .bgt-download-file__link[href$="zip"]:hover::after, .c-content-main .bgt-download-file__link[href$="zip"]:hover::after {
					background: url("/img/common/icon-zip-01.png") 0 0 no-repeat;
				}

.bge-contents [data-bgb="download-file2"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"] {
			display: block;
		}

.bge-contents [data-bgb="download-file2"] [data-bgt="download-file"] .bgt-download-file__link, .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"] .bgt-download-file__link {
				display: block;
				min-width: auto;
			}

.bge-contents [data-bgb="download-file3"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] {
			display: block;
		}

.bge-contents [data-bgb="download-file3"] [data-bgt="download-file"] .bgt-download-file__link, .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] .bgt-download-file__link {
				display: block;
				min-width: auto;
			}

.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		font-size: 0.8125em;
		font-weight: normal;
		opacity: .7;
	}

.bge-contents .bgt-link__icon::after, .c-content-main .bgt-link__icon::after {
			display: none;
		}

@media (max-width: 576px) {

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #999;
			border-radius: 3px;
			color: #333;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none
	}

			.bge-contents .bgt-google-maps-link span, .c-content-main .bgt-google-maps-link span {
				display: inline-block;
				vertical-align: middle;
			}

			.bge-contents .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: "\f08e";
				font-size: 1em;
				vertical-align: middle;
			}
		}

@media (max-width: 767px) {

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			font-size: 0.9375em
	}
		}

.bge-contents .bgt-image, .c-content-main .bgt-image {
	}

.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}

.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
		padding: 1.5625em;
	}

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: 1.5625em;
		border-color: #3178bc;
	}

.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-bottom: 1.5625em;
		padding-top: 1.5625em;
		border-color: #3178bc;
	}

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		padding-left: 1.5625em;
		padding-right: 1.5625em;
		border-color: #3178bc;
	}

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		padding-left: 1.5625em;
		padding-right: 1.5625em;
		padding-top: 1.5625em;
		border-color: #3178bc;
	}

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding-bottom: 1.5625em;
		padding-left: 1.5625em;
		padding-right: 1.5625em;
		border-color: #3178bc;
	}

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 9em !important;
	}

.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.5em !important;
	}

.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}

.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 1em;
		}

.bge-contents [data-bgt="gallery"] .bgt-gallery, .c-content-main [data-bgt="gallery"] .bgt-gallery {
			padding-top: 56.25%;
		}

.bge-contents [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
					opacity: 1;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery__img img, .c-content-main [data-bgt="gallery"] .bgt-gallery__img img {
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery__caption, .c-content-main [data-bgt="gallery"] .bgt-gallery__caption {
				color: #fff;
				background: rgba(51, 51, 51, 0.6);
				padding: .7em 1em;
				text-align: center;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 0;
				-webkit-transition: opacity 200ms ease-in;
				transition: opacity 200ms ease-in;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					background: none;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
						opacity: .5;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
						outline: none;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
						display: block;
						overflow: hidden;
						width: 0;
						height: 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						content: "";
						display: block;
						width: 40px;
						height: 40px;
						border: solid #fff;
						border-width: 5px 5px 0 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
					left: 20px;
					-webkit-transform: rotate(-135deg);
					        transform: rotate(-135deg);
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-marker li::before, .c-content-main [data-bgt="gallery"] .bgt-gallery-marker li::before {
					display: none;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
					margin: 0 5px;
					width: 3.75em;
					height: 3.75em;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
					margin: 0 2px;
					width: 10px;
					height: 10px;
					background-color: #efefef;
					border-radius: 100%;
					opacity: .6;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
						opacity: 1;
					}

.bge-contents [data-bgb*="image"] a:hover, .c-content-main [data-bgb*="image"] a:hover {
				opacity: 1;
			}

.bge-contents [data-bgb*="image"] a[href]:hover img, .bge-contents [data-bgb*="image"] a[href]:hover .bgt-box__image, .c-content-main [data-bgb*="image"] a[href]:hover img, .c-content-main [data-bgb*="image"] a[href]:hover .bgt-box__image {
						opacity: .6;
					}

.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}

.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}

.bge-contents .bc-time time, .c-content-main .bc-time time {
		}

.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}

.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #efefef;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: .2em .4em;
		}

.bge-contents .bc-area-cta, .c-content-main .bc-area-cta {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-area-cta a, .c-content-main .bc-area-cta a {
			background: #efefef;
		}

.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #999;
					content: "\E100";
					margin-right: .5em;
				}

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}

@media (max-width: 576px) {

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}

.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}

.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}

.c-content-main {
	width: 800px;
	margin: 55px auto 45px;
}

@media (max-width: 767px) {

.c-content-main {
		width: 100%;
		padding: 0 20px
}
	}

.c-content-main-error {
		text-align: center;
	}

.c-content-main .title-blue {
		font-size: 1.5em;
		color: #0064c1;
		background: #fff;
	}

@media (max-width: 767px) {

.c-content-main .title-blue {
			font-size: 1.375em
	}
		}

.c-content-main .btn-group {
		text-align: center;
	}

.c-content-main .btn-top {
		background: #fff;
		border: 2px solid #0079c2;
		min-width: 25%;
		margin: 50px auto 0;
		padding: 16px 80px;
		font-size: 1.125em;
		color: #0079c2;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		position: relative;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

@media (max-width: 767px) {

.c-content-main .btn-top {
			width: 80%;
			min-width: auto;
			padding: 16px 40px
	}
		}

.c-content-main .btn-top::after {
			border-top: 2px solid #0079c2;
			border-right: 2px solid #0079c2;
			content: "";
			width: 10px;
			height: 10px;
			display: block;
			position: absolute;
			top: calc(50% - 5px);
			left: 20px;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
		}

.c-content-main .btn-top:hover {
			background: #0079c2;
			color: #fff;
		}

.c-content-main .btn-top:hover::after {
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
			}

.c-content-main .faq-contents h3 {
			background: #0064c1;
			border: 1px solid #0064c1;
			margin-bottom: 50px;
			padding: 4px 10px;
			font-size: 1.25em;
			font-weight: 500;
			color: #fff;
		}

@media (max-width: 767px) {

.c-content-main .faq-contents h3 {
				margin-bottom: 0;
				padding: 10px 25px;
				font-size: 0.9375em
		}
			}

.c-content-main .faq-contents dl {
			border-bottom: 1px solid #9dcae5;
			margin: 0 20px;
		}

@media (max-width: 767px) {

.c-content-main .faq-contents dl {
				margin: 0 10px
		}
			}

.c-content-main .faq-contents dt, .c-content-main .faq-contents dd {
			padding: 20px 7.6087vw 20px 5.43478vw;
			font-size: 1.125em;
			position: relative;
		}

@media (max-width: 767px) {

.c-content-main .faq-contents dt, .c-content-main .faq-contents dd {
				padding: 15px 9.33333vw;
				font-size: 0.8125em
		}
			}

.c-content-main .faq-contents dt span, .c-content-main .faq-contents dd span {
				font-size: 1.375em;
				position: absolute;
				top: 12px;
				left: 20px;
			}

@media (max-width: 767px) {

.c-content-main .faq-contents dt span, .c-content-main .faq-contents dd span {
					font-size: 1.1875em;
					top: 11px;
					left: 10px
			}
				}

.c-content-main .faq-contents dt {
			border-top: 1px solid #9dcae5;
		}

@media (max-width: 767px) {

.c-content-main .faq-contents dt:first-child {
					border-top: none
			}
				}

.c-content-main .faq-contents dt::after {
				content: "＋";
				color: #0064c1;
				font-size: 1.375em;
				font-weight: bold;
				position: absolute;
				top: 50%;
				right: 20px;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}

@media (max-width: 767px) {

.c-content-main .faq-contents dt::after {
					font-size: 1.5em;
					right: 10px
			}
				}

@media (min-width: 768px) {

.c-content-main .faq-contents dt:hover {
					cursor: pointer
			}
				}

.c-content-main .faq-contents dt.close::after {
					content: "ー";
				}

.c-content-main .faq-contents dt span {
				color: #0079c2;
			}

.c-content-main .faq-contents dd {
			background: #e3f2fa;
			border: 1px solid #e3f2fa;
			margin: 0;
			display: none;
		}

.c-content-main .faq-contents dd span {
				color: #de4747;
			}

.c-content-main .news-contents h3 {
			border-bottom: 1px solid #0064c1;
			margin: 0 0 10px;
			padding-bottom: 5px;
			font-size: 1.5625em;
			font-weight: bold;
		}

@media (max-width: 767px) {

.c-content-main .news-contents h3 {
				font-size: 1.3125em
		}
			}

.c-content-main .news-contents time {
			display: block;
			margin-bottom: 30px;
		}

@media (max-width: 767px) {

.c-content-main .news-contents time {
				margin-bottom: 1.5em;
				font-size: 0.9375em
		}
			}

@media (max-width: 767px) {

.c-content-main .news-contents p {
				font-size: 0.9375em
		}
			}

.c-content-main .news-contents figure {
			width: 640px;
			margin: 2em auto;
			padding: 0;
		}

@media (max-width: 767px) {

.c-content-main .news-contents figure {
				width: 100%;
				margin: 1.5em auto
		}
			}

@media (max-width: 767px) {

.c-content-main .news-contents figure img {
					width: 100%;
					height: auto
			}
				}

.c-content-main .news-detail__header {
			margin-bottom: 30px;
		}

@media (max-width: 767px) {

.c-content-main .news-detail__header {
				margin-bottom: 1.5em
		}
			}

.c-content-main .news-detail__header h3 {
				margin: 0 0 15px;
				padding: 0 0 10px;
				font-size: 1.75em;
				font-weight: bold;
				color: #333;
				border: none;
				border-bottom: 1px solid #3178bc;
				line-height: 1.8;
				background: none;
			}

@media (max-width: 767px) {

.c-content-main .news-detail__header h3 {
					margin-bottom: .5em;
					font-size: 1.4375em;
					line-height: 1.7
			}
				}

.c-content-main .news-detail__header time {
				font-size: 1em;
			}

@media (max-width: 767px) {

.c-content-main .news-detail__header time {
					margin-bottom: 1.5em;
					font-size: 1em
			}
				}

@media (max-width: 767px) {

.pc-only, .pc_only {
		display: none
}
	}

@media (min-width: 768px) {

.sp-only, .sp_only {
		display: none
}
	}

.bnr-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 90px auto 60px;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media (max-width: 767px) {

.bnr-common {
		display: block;
		margin: 45px auto 30px;
		padding: 0 5%
}
	}

.bnr-common p {
		margin: 0 10px;
		line-height: 1;
	}

@media (max-width: 767px) {

.bnr-common p {
			margin: 10px 0 0
	}
		}

@media (max-width: 767px) {

.bnr-common p:first-child {
				margin-top: 0
		}
			}

.bnr-common p img {
			width: 300px;
		}

@media (max-width: 767px) {

.bnr-common p img {
				width: 100%
		}
			}

.bnr-common-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 920px;
	margin: 0 auto 50px;
	padding-top: 50px;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-top: #aaa solid 1px;
}

@media (max-width: 767px) {

.bnr-common-second {
		display: block;
		width: 90%;
		margin: 0 auto 30px;
		padding: 30px 15% 0
}
	}

.bnr-common-second p {
		margin: 10px;
		line-height: 1;
	}

@media (max-width: 767px) {

.bnr-common-second p {
			margin: 10px 0 0
	}
		}

@media (max-width: 767px) {

.bnr-common-second p:first-child {
				margin-top: 0
		}
			}

.bnr-common-second p img {
			width: 200px;
		}

@media (max-width: 767px) {

.bnr-common-second p img {
				width: 100%
		}
			}

.c-form {
	width: 800px;
	margin: 55px auto 45px;
}

@media (max-width: 767px) {

.c-form {
		width: 100%;
		padding: 0 20px
}
	}

.c-form a {
		color: #09368b;
	}

.c-form a:hover {
			text-decoration: none;
		}

.c-form caption {
		display: none;
	}

.c-form table, .c-form th, .c-form td {
		border-collapse: collapse;
	}

@media (max-width: 767px) {

.c-form table, .c-form th, .c-form td {
			display: block
	}
		}

.c-form table {
		border-bottom: 1px solid #9dcae5;
		width: 100%;
	}

@media (max-width: 767px) {

.c-form tbody {
			display: block
	}
		}

@media (max-width: 767px) {

.c-form tr {
			display: block
	}
		}

.c-form th, .c-form td {
		border-top: 1px solid #9dcae5;
		font-size: 1.125em;
	}

.c-form th {
		background: #eef8fe;
		width: 37.5%;
		padding: 0 20px;
		text-align: left;
	}

@media (max-width: 767px) {

.c-form th {
			width: 100%;
			padding: 10px 20px
	}
		}

.c-form td {
		width: 62.5%;
		padding: 40px 20px;
	}

@media (max-width: 767px) {

.c-form td {
			width: 100%;
			padding: 20px 5px 40px
	}
		}

.c-form input[type="text"], .c-form input[type="tel"], .c-form input[type="email"], .c-form textarea {
		border: 1px solid #d2d2d2;
		padding: 10px;
	}

.c-form button[type="submit"], .c-form button[type="button"] {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}

.c-form input[type="radio"] + label {
			margin-left: 3px;
		}

.c-form input[type="file"] {
		width: 100%;
	}

.c-form textarea {
		resize: none;
	}

.c-form output span {
			display: block;
		}

.c-form .required, .c-form #MailMessageIndexForm .required {
		background: #de4747;
		border-radius: 4px;
		margin-left: 10px;
		padding: 2px 8px 0;
		font-size: 0.78947em;
		color: #fff;
		display: inline-block;
	}

.c-form .mail-before-attachment, .c-form .mail-after-attachment, .c-form .mail-description {
		font-size: 0.78947em;
		word-break: break-all;
	}

.c-form .mail-before-attachment {
		margin-bottom: 5px;
	}

.c-form .mail-after-attachment {
		margin-top: 5px;
	}

.c-form .error-message {
		margin-top: 5px;
		color: #ad1313;
	}

.c-form .input-line, .c-form .input-space {
		font-size: 1.21429em;
		color: #0079c2;
	}

.c-form .input-line {
		border-top: 1px solid #b2cede;
		margin-top: 10px;
		padding-top: 20px;
		display: block;
	}

.c-form .input-space {
		margin-top: 10px;
		display: block;
	}

.c-form .input01 {
		width: 100%;
	}

.c-form .input02 {
		width: 41.30435%;
		min-height: 42px;
		margin-right: 5px;
		padding-top: 5px;
	}

@media (max-width: 767px) {

.c-form .input02 {
			width: 100%;
			margin-right: 0
	}
		}

.c-form .input03 {
		width: 41.30435%;
		margin-right: 5px;
	}

@media (max-width: 767px) {

.c-form .input03 {
			width: 80%
	}
		}

.c-form .btn-back, .c-form .btn-submit, .c-form .form-top {
		border: 2px solid #0079c2;
		min-width: 36.25%;
		margin: 0 auto 30px;
		padding: 18px 92px;
		font-size: 1.1875em;
		text-align: center;
		cursor: pointer;
		display: block;
		position: relative;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

@media (max-width: 767px) {

.c-form .btn-back, .c-form .btn-submit, .c-form .form-top {
			width: 90%;
			min-width: auto;
			padding: 18px 40px
	}
		}

.c-form .btn-back::after, .c-form .btn-submit::after, .c-form .form-top::after {
			content: "";
			width: 10px;
			height: 10px;
			display: block;
			position: absolute;
			top: calc(50% - 5px);
		}

.c-form .btn-back {
		background: #fff;
		color: #0079c2;
	}

.c-form .btn-back::after {
			border-top: 2px solid #0079c2;
			border-right: 2px solid #0079c2;
			left: 20px;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
		}

.c-form .btn-back:hover {
			background: #0079c2;
			color: #fff;
		}

.c-form .btn-back:hover::after {
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
			}

.c-form .btn-submit {
		background: #0079c2;
		color: #fff;
	}

.c-form .btn-submit::after {
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			right: 20px;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}

.c-form .btn-submit:hover {
			background: #fff;
			color: #0079c2;
		}

.c-form .btn-submit:hover::after {
				border-top: 2px solid #0079c2;
				border-right: 2px solid #0079c2;
			}

.c-form .form-top {
		background: #fff;
		color: #0079c2;
		text-decoration: none;
		display: inline-block;
	}

.c-form .form-top::after {
			border-top: 2px solid #0079c2;
			border-right: 2px solid #0079c2;
			left: 20px;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
		}

.c-form .form-top:hover {
			background: #0079c2;
			color: #fff;
		}

.c-form .form-top:hover::after {
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
			}

.c-form .btn-group {
		margin-top: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

.c-form .btn-group .form-back, .c-form .btn-group .form-submit {
			margin: 0 15px 30px;
		}

.c-form-privacy {
		border: 3px solid #eee;
		margin: 35px 0 30px;
		padding: 20px 20px 20px 25px;
	}

@media (max-width: 767px) {

.c-form-privacy {
			padding: 20px 10px 10px
	}
		}

.c-form-privacy-inner {
			height: 210px;
			margin: 0;
			overflow-y: scroll;
		}

.c-form-privacy-inner::-webkit-scrollbar {
				width: 10px;
			}

@media (max-width: 767px) {

.c-form-privacy-inner::-webkit-scrollbar {
					width: 6px
			}
				}

.c-form-privacy-inner::-webkit-scrollbar-track {
				background: #f1f1f1;
			}

.c-form-privacy-inner::-webkit-scrollbar-thumb {
				background: #999;
				border-radius: 5px;
			}

@media (max-width: 767px) {

.c-form-privacy-inner::-webkit-scrollbar-thumb {
					border-radius: 3px
			}
				}

.c-form-privacy-inner-title {
				border-left: 4px solid #0079c2;
				padding-left: 10px;
				font-size: 1.1875em;
				font-weight: bold;
				line-height: 1;
			}

.c-form-privacy-inner-text {
				border-top: 1px dotted #d2d2d2;
				margin: 15px 25px 0 0;
				padding-top: 15px;
			}

@media (max-width: 767px) {

.c-form-privacy-inner-text {
					margin: 15px 15px 0 0
			}
				}

.c-form-privacy-inner-text p {
					margin-top: 0;
				}

.c-form-privacy-inner-text dl {
					margin-top: 30px;
				}

.c-form-privacy-inner-text dt {
					background: #eef8fe;
					margin-bottom: 15px;
					padding: 10px;
					font-weight: bold;
				}

.c-form-privacy-inner-text dt:nth-child(n + 2) {
						margin-top: 30px;
					}

.c-form-privacy-inner-text dd {
					margin: 0;
				}

.c-form-privacy-inner-text dd p {
						padding: 0 15px;
					}

.c-form-privacy-inner-text ol {
					list-style: none;
					margin: 0;
					padding: 0 15px;
				}

.c-form-privacy-inner-text ol li:nth-child(n + 2) {
							margin-top: 10px;
						}

.c-form-privacy-check {
			margin-bottom: 45px;
			font-size: 1.1875em;
			text-align: center;
		}

.c-form-privacy-check label {
				cursor: pointer;
			}

.c-form-thanks {
		text-align: center;
	}

.c-form-thanks-text01 {
			font-size: 1.9375em;
			font-weight: bold;
		}

.c-form-thanks-text02 {
			margin: 30px 0 50px;
		}
