@charset 'UTF-8';
/* =====================================================
 * Base
 * ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese);
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: Roboto, Noto Sans JP, Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.22;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

a,
a:active,
a:focus,
a:visited {
	color: #9400d3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[target='_blank'] .icon-win {
	display: inline-block;
	position: relative;
	top: 0.025em;
	width: 12px;
	height: 12px;
	margin: 0 0 0 7px;
}

.ie a[target='_blank'] .icon-win {
	top: -0.025em;
}

a[target='_blank'] .icon-win svg {
	vertical-align: top;
}

a[target='_blank'] .icon-win svg path {
	fill: #9400d3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.22;
}

img {
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding: 0;
}

ol {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

input,
button,
select {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input::-ms-clear,
button::-ms-clear,
select::-ms-clear {
	display: none;
}

input::-ms-reveal,
button::-ms-reveal,
select::-ms-reveal {
	display: none;
}

input::-ms-expand,
button::-ms-expand,
select::-ms-expand {
	display: none;
}

input[type='search'] {
	box-sizing: border-box;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
	min-width: 1120px;
}

/* -----------------------------------------------------
 * Form
 * -------------------------------------------------- */

.mod-select {
	display: inline-block;
	position: relative;
	top: -0.1em;
	overflow: hidden;
	margin: 0 0 0 8px;
	vertical-align: middle;
}

.mod-select:before,
.mod-select:after {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
}

.mod-select:before {
	z-index: 1;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background-color: #333;
}

.mod-select:after {
	z-index: 3;
	top: 50%;
	right: 11px;
	width: 0;
	height: 0;
	margin: -2px 0 0;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.mod-select select {
	min-width: 150px;
	height: 32px;
	padding: 0 42px 0 12px;
	border: 1px solid #d3d3d3;
	font-size: 1.6rem;
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

/* align */

.mod-left {
	text-align: left !important;
}

.mod-center {
	text-align: center !important;
}

.mod-right {
	text-align: right !important;
}

/* display */

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

/* other */

.check-media {
	display: block;
}

/* -----------------------------------------------------
 * Typography
 * -------------------------------------------------- */

/* ----- Heading ----- */

.mod-heading {
	margin: 60px 0 0;
	padding: 10px 20px;
	background-color: #f5f5f5;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

.mod-svg svg {
	width: 100%;
	height: 100%;
}

.mod-btn {
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.14);
	transition: background-color 0.2s ease-in-out;
}

.mod-btn:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.mod-btn .icon-arr {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-btn .icon-arr.left {
	left: 20px;
}

.mod-btn .icon-arr svg {
	vertical-align: top;
}

.mod-btn .icon-arr svg path {
	fill: #9400d3;
}

.mod-btn .head {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #d3d3d3;
	font-size: 2.8rem;
	font-weight: bold;
}

.mod-btn .icon {
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
}

.mod-btn .icon svg path.main {
	fill: #d3d3d3;
}

.mod-btn .icon img {
	width: 100%;
	height: 100%;
}

.mod-btn .index {
	display: inline-block;
	margin: 0 5px 0 0;
}

.mod-btn-wrap {
	margin: 17px 0 0;
	text-align: center;
}

.mod-btn-wrap .mod-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	margin: 8px 9px 0;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	color: #000;
	font-size: 1.4rem;
}

.mod-btn-list,
.mod-child-pages {
	margin: 30px 0 0;
}

.mod-btn-list > ul > li,
.mod-child-pages > ul > li {
	margin: 10px 0 0;
}

.mod-btn-list .mod-btn,
.mod-child-pages .mod-btn {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 45px 0 15px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	color: #000;
	font-size: 1.8rem;
}

.mod-btn-list-title,
.mod-child-pages-title {
	flex: 1;
	line-height: 1.4;
}

.mod-btn-list-title .breadcrumbs,
.mod-child-pages-title .breadcrumbs {
	display: block;
	margin: 0 0 4px;
	color: #999;
	font-size: 1.2rem;
}

.mod-btn-list-title .index,
.mod-child-pages-title .index {
	display: inline-block;
	margin: 0 5px 0 0;
}

.mod-btn-list-title .index.level-1,
.mod-child-pages-title .index.level-1 {
	padding-left: 2em;
}

.mod-btn-list-title .index.level-2,
.mod-child-pages-title .index.level-2 {
	padding-left: 4em;
}

.mod-btn-list-title .index.level-3,
.mod-child-pages-title .index.level-3 {
	padding-left: 6em;
	border-top: none;
	font-size: 1.8rem;
	font-weight: normal;
}

.mod-btn-list-title .sup,
.mod-child-pages-title .sup {
	display: block;
	margin: 2px 0 0;
	font-size: 1.4rem;
}

.mod-btn-list.large .mod-btn,
.mod-child-pages.large .mod-btn {
	height: 72px;
}

.mod-btn-list.x-large .mod-btn,
.mod-child-pages.x-large .mod-btn {
	height: 80px;
	font-size: 1.8rem;
}

.mod-btn-list.x-large .mod-btn .icon,
.mod-child-pages.x-large .mod-btn .icon {
	width: 48px;
	height: 48px;
}

.mod-btn-list.search .highlight,
.mod-child-pages.search .highlight {
	background-color: #ff0;
}

.mod-btn-list.search .mod-btn,
.mod-child-pages.search .mod-btn {
	height: 94px;
}

.mod-btn-list.manage .mod-btn,
.mod-child-pages.manage .mod-btn {
	justify-content: space-between;
}

.mod-btn-list.col > ul,
.mod-child-pages.col > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 0 -18px;
}

.mod-btn-list.col > ul > li,
.mod-child-pages.col > ul > li {
	margin: 8px 0 0 18px;
}

.mod-btn-list.col.col-2 > ul > li,
.mod-child-pages.col.col-2 > ul > li {
	width: calc((100% - 36px) / 2);
}

.mod-btn-list.col.col-3 > ul > li,
.mod-child-pages.col.col-3 > ul > li {
	width: calc((100% - 54px) / 3);
}

.mod-btn-list .mod-manual-list,
.mod-child-pages .mod-manual-list {
	margin: 40px 0 0;
	border-top: 4px #000 solid;
	border-radius: 2px;
}

.mod-btn-list .mod-manual-list > li,
.mod-child-pages .mod-manual-list > li {
	display: block;
	margin: 0;
}

.mod-btn-list .mod-manual-list > li .mod-btn,
.mod-child-pages .mod-manual-list > li .mod-btn {
	border-width: 1px 1px 0;
	border-radius: 0;
}

.mod-btn-list .mod-manual-list > li:first-child .mod-btn,
.mod-child-pages .mod-manual-list > li:first-child .mod-btn {
	min-height: 64px;
}

.mod-btn-list .mod-manual-list > li:first-child .mod-btn .mod-btn-list-title,
.mod-child-pages .mod-manual-list > li:first-child .mod-btn .mod-btn-list-title {
	font-size: 2.2rem;
	font-weight: bold;
}

.l-main-detail-content-body .mod-child-pages ul {
	margin-left: 0;
}

.l-main-detail-content-body .mod-child-pages ul li {
	padding-left: 0;
}

.l-main-detail-content-body .mod-child-pages ul li:before {
	display: none;
}

.mod-label {
	letter-spacing: -0.4em;
}

.mod-label > * {
	letter-spacing: normal;
}

.mod-label .label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	margin: 0 0 0 5px;
	padding: 13px;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	font-size: 1.4rem;
}

.mod-label .label:first-child {
	margin: 0;
}

.mod-label .label.gmtm,
.mod-label .label.manager {
	border-color: #f08600;
	color: #f08600;
}

.mod-label .label.sv,
.mod-label .label.maintainer {
	border-color: #2a9865;
	color: #2a9865;
}

.mod-label .label.om,
.mod-label .label.guest {
	border-color: #e759ac;
	color: #e759ac;
}

.mod-label .label.target-0 {
	border-color: #f08600;
	color: #f08600;
}

.mod-label .label.target-1 {
	border-color: #2a9865;
	color: #2a9865;
}

.mod-label .label.target-2 {
	border-color: #e759ac;
	color: #e759ac;
}

.mod-label .label.target-3 {
	border-color: #4683e0;
	color: #4683e0;
}

.mod-label .label.target-4 {
	border-color: #474931;
	color: #474931;
}

.mod-favorite {
	width: 60px;
	margin: 0 0 0 10px;
	font-size: 1.2rem;
}

.mod-favorite img {
	display: block;
	margin: 0 auto;
}

.mod-favorite .icon {
	display: block;
	width: 27px;
	height: 26px;
	margin: 0 auto 5px;
}

.mod-favorite .icon svg path.main {
	transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
	fill: #fff;
	stroke: #ccc;
	stroke-width: 2px;
}

.mod-favorite .icon.is-active svg path.main {
	fill: #9400d3;
	stroke: #9400d3;
}

.mod-favorite .favorite-button-hide {
	display: none;
}

.mod-panel {
	margin: 40px 0 0;
	padding: 0 0 20px;
	border-width: 1px;
	border-style: solid;
}

.mod-panel-heading {
	padding: 15px 15px 14px;
	font-size: 1.6rem;
	font-weight: bold;
}

.mod-panel-heading ~ p {
	margin: 0 !important;
	padding: 10px 0 0 20px;
}

.mod-panel-body {
	padding: 20px 20px 0;
	line-height: 1.6;
}

.mod-panel-body ul,
.mod-panel-body ol {
	margin-left: 0 !important;
}

.mod-panel.hint {
	border-color: #6fba2c;
}

.mod-panel.hint .mod-panel-heading {
	background-color: #e3efd8;
}

.mod-panel.warning {
	border-color: #cb6363;
}

.mod-panel.warning .mod-panel-heading {
	background-color: #f5dede;
}

.mod-panel.supplement {
	border-color: #d3d3d3;
}

.mod-panel.supplement .mod-panel-heading {
	background-color: #e8e8e8;
}

.mod-pagination {
	margin: 60px 0 0;
}

.mod-pagination ol:after {
	content: '';
	display: block;
	clear: both;
}

.mod-pagination ol li {
	display: block;
	position: relative;
	width: calc((100% - 20px) / 2);
}

.mod-pagination ol li a {
	display: flex;
	align-items: center;
	height: 48px;
	margin: 8px 0 0;
	border: 1px solid #d3d3d3;
	color: #000;
	font-size: 1.4rem;
}

.mod-pagination ol li .mod-pagination-title {
	font-size: 1.8rem;
	font-weight: bold;
}

.mod-pagination ol li.prev {
	float: left;
}

.mod-pagination ol li.prev a {
	padding: 0 22px 0 55px;
}

.mod-pagination ol li.prev .icon-arr {
	left: 22px;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
}

.mod-pagination ol li.next {
	float: right;
}

.mod-pagination ol li.next a {
	padding: 0 55px 0 22px;
}

.mod-pagination ol li.next .mod-pagination-title {
	text-align: right;
}

.mod-pagination ol li.next .icon-arr {
	right: 22px;
}

/* -----------------------------------------------------
 * WP Plugins / Function
 * -------------------------------------------------- */

.mod-vote {
	display: flex;
	clear: both;
	align-items: center;
	height: 64px;
	margin: 80px 0 0;
	padding: 0 18px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.mod-vote .mod-vote-message {
	margin: 0 8px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
}

.mod-vote a {
	display: block;
	margin: 0 0 0 8px;
	padding: 8px 18px 7px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.14);
	color: #000;
	font-size: 1.4rem;
	transition: background-color 0.2s ease-in-out;
}

.mod-vote a:hover {
	background-color: #f2f2f4;
	text-decoration: none;
}

.l-main-detail-content-body .afb_container {
	display: none;
}

/* -----------------------------------------------------
 * WP Tinymce
 * -------------------------------------------------- */

.l-main-detail-content-body img {
	display: block;
	max-width: 100%;
}

.l-main-detail-content-body .alignnone {
	margin: 0 auto 0 0;
}

.l-main-detail-content-body .aligncenter {
	margin: 0 auto;
}

.l-main-detail-content-body .alignright {
	margin: 0 0 0 auto;
}

.l-main-detail-content-body iframe {
	max-width: 100%;
}

.l-main-detail-content-body .table-no-border {
	border: none;
}

.l-main-detail-content-body .table-no-border th,
.l-main-detail-content-body .table-no-border td {
	border: none;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

.l-header {
	z-index: 10;
	height: 120px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.l-header-inner {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	width: 1120px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0;
}

.l-header-logo a {
	overflow: hidden;
	width: 250px;
	height: 50px;
	white-space: nowrap;
	text-indent: 200%;
}

.l-header-logo a img {
	width: auto;
	max-width: 100%;
	height: 50px;
	max-height: 100%;
}

.l-header-title {
	flex: 1;
}

.l-header-title-logo {
	position: relative;
	top: 2px;
	height: 34px;
}

.l-header-title-logo img {
	width: auto;
	height: 100%;
}

.l-header-title-text {
	height: 30px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #000;
	font-size: 1.8rem;
	font-weight: bold;
}

.l-header-function ul {
	display: flex;
	align-items: center;
}

.l-header-function ul li {
	display: block;
	margin: 0 0 0 40px;
}

.l-header-function ul li:first-child {
	margin: 0;
}

.l-header-function ul li a {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 1.4rem;
}

.l-header-function .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.l-header-function .icon svg path.main {
	fill: #d3d3d3;
}

.l-header-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #333;
}

.l-header-nav ul {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	height: 100%;
	margin: 0 auto;
}

.l-header-nav ul li {
	display: block;
	flex: 1;
	height: 100%;
}

.l-header-nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 3px 0 0;
	color: #fff;
	font-size: 1.6rem;
	transition: background-color 0.2s ease-in-out;
}

.l-header-nav ul li a:hover {
	background-color: #444;
	text-decoration: none;
}

.l-header-nav ul li.is-current a {
	background-color: #444;
}

/* -----------------------------------------------------
 * Footer
 * -------------------------------------------------- */

.l-footer {
	position: relative;
	width: 100%;
	min-width: 1120px;
	margin: 100px 0 0;
	background-color: #333;
}

.l-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1120px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.4rem;
}

.l-footer-link {
	display: flex;
	justify-content: flex-start;
}

.l-footer-link p {
	margin: 0 20px 0 0;
}

.l-footer-link p a {
	color: #fff;
}

.mod-pagetop {
	position: fixed;
	z-index: 5;
	right: 10px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.mod-pagetop a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	text-indent: 200%;
	transition: opacity 0.2s ease-in-out;
}

.mod-pagetop a:hover {
	opacity: 0.7;
}

.mod-pagetop a .icon-arr {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	text-indent: 0;
}

.mod-pagetop a .icon-arr svg {
	width: 12px;
	height: 12px;
	vertical-align: top;
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.is-pagetop-active .mod-pagetop {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-pagetop-fixed .mod-pagetop {
	position: absolute;
	top: -65px;
	bottom: auto;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* -----------------------------------------------------
 * Common Layout
 * -------------------------------------------------- */

.l-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.l-search {
	background-color: #f5f5f5;
}

.l-search-inner {
	width: 805px;
	margin: 0 auto;
	padding: 30px 0;
}

.l-search-input form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-search-input-box {
	display: block;
	position: relative;
	width: 700px;
}

.l-search-input-box .icon {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
}

.l-search-input-box .icon svg path.main {
	fill: #d3d3d3;
}

.l-search-input-box input[type='search'] {
	width: 100%;
	height: 50px;
	padding: 0 10px 0 46px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	background-color: #fff;
}

.l-search-input-box input[type='search']:placeholder-shown {
	color: #999;
}

.l-search-input-box input[type='search']::-webkit-input-placeholder {
	color: #999;
}

.l-search-input-box input[type='search']:-moz-placeholder {
	opacity: 1;
	color: #999;
}

.l-search-input-box input[type='search']::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.l-search-input-box input[type='search']:-ms-input-placeholder {
	color: #999;
}

.l-search-input-submit {
	width: 100px;
	height: 50px;
	border-radius: 2px;
	background-color: #333;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 1.6rem;
	transition: opacity 0.2s ease-in-out;
}

.l-search-input-submit:hover {
	opacity: 0.7;
}

.l-search-suggest {
	display: flex;
	margin: 8px 0 0;
}

.l-search-suggest-title {
	font-size: 1.4rem;
}

.l-search-suggest-list {
	display: block;
	overflow: hidden;
	flex: 1;
	white-space: nowrap !important;
	letter-spacing: -0.4em;
	text-overflow: ellipsis !important;
}

.l-search-suggest-list > * {
	letter-spacing: normal;
}

.l-search-suggest-list li {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: top;
}

.l-search-suggest-list li:before {
	content: '／';
	margin: 0 5px;
}

.l-search-suggest-list li:first-child:before {
	display: none;
}

.l-breadcrumbs {
	margin: 10px 0 0;
}

.l-breadcrumbs ol {
	max-width: 1120px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}

.l-breadcrumbs ol > * {
	letter-spacing: normal;
}

.l-breadcrumbs ol li {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
}

.l-breadcrumbs ol li:before {
	content: '＞';
	display: inline-block;
	margin: 0 15px;
}

.l-breadcrumbs ol li:first-child:before {
	display: none;
}

.l-contents {
	flex-grow: 1;
	min-width: 320px;
	background-color: #fff;
}

.l-contact table {
	width: 100%;
}

.l-contact th,
.l-contact td {
	padding: 10px;
	border: 1px solid #d3d3d3;
	font-size: 1.4rem;
}

.l-contact th {
	background-color: #333;
	color: #fff;
}

.l-contact input,
.l-contact textarea {
	padding: 10px;
	border: 1px solid #cee8b7;
	border-radius: 4px;
}

.l-contact textarea {
	resize: none;
	width: 100%;
	height: 200px;
}

.l-contact .required {
	margin-left: 4px;
	font-weight: bold;
}

.l-contact-message {
	line-height: 1.8;
}

.l-main-header {
	width: 1120px;
	margin: 60px auto 0;
}

.l-main-header h1 {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.l-main-header h1 .icon {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.l-main-header h1 .icon svg path.main {
	fill: #d3d3d3;
}

.l-main-content,
.l-main-section {
	margin: 65px 0 0;
}

.l-main-detail {
	margin: 50px 0 0;
}

.l-main-detail-inner {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}

.l-main-detail-side {
	width: 300px;
}

.l-main-detail-side-title {
	font-size: 2.0rem;
	font-weight: bold;
}

.l-main-detail-side-title .icon {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.l-main-detail-side-title .icon svg path.main {
	fill: #d3d3d3;
}

.l-main-detail-side-index {
	margin: 10px 0 0;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.14);
	opacity: 0;
	font-size: 1.4rem;
	transition: opacity 0.1s ease-in;
}

.l-main-detail-side-index > ul > li > a.mod-ac {
	background: #333;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

.l-main-detail-side-index button {
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 48px;
	background-color: transparent;
}

.l-main-detail-side-index button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
}

.l-main-detail-side-index button:after {
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: url(../img/ico_plus.svg) no-repeat 50% 50%;
	background-size: 10px auto;
}

.l-main-detail-side-index button.is-active:after {
	background-image: url(../img/ico_minus.svg);
}

.l-main-detail-side-index > ul > li > ul button {
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 48px;
	background-color: transparent;
}

.l-main-detail-side-index > ul > li > ul button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -5px 0 0 -5px;
	border-top: 5px #9400d3 solid;
	border-right: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-left: 5px transparent solid;
	transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.l-main-detail-side-index > ul > li > ul button.is-active:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.l-main-detail-side-index ul li {
	display: block;
	position: relative;
	border-top: 1px solid #d3d3d3;
}

.l-main-detail-side-index ul li:first-child {
	border: none;
}

.l-main-detail-side-index ul li ul {
	border-top: 1px solid #d3d3d3;
}

.l-main-detail-side-index ul li ul > li > ul {
	background-color: #f5f5f5;
}

.l-main-detail-side-index ul li.is-current > a {
	background-color: #9400d3;
	color: #fff;
	font-weight: bold;
}

.l-main-detail-side-index ul li.is-current > a .icon svg path.main {
	fill: #9400d3;
}

.l-main-detail-side-index a {
	display: flex;
	position: relative;
	padding: 14px 45px 15px 15px;
	color: #000;
	word-break: break-all;
	transition: background-color 0.2s ease-in-out;
}

.l-main-detail-side-index a .index {
	display: inline-block;
	margin: 0 5px 0 0;
	white-space: nowrap;
}

.l-main-detail-side-index a .index.level-1 {
	margin-left: 1em;
}

.l-main-detail-side-index a .index.level-2 {
	margin-left: 2em;
}

.l-main-detail-side-index a .index.level-3 {
	margin-left: 3em;
}

.l-main-detail-side-index a .icon {
	display: none;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 8px;
	height: 13px;
	margin: -7px 0 0 0;
}

.l-main-detail-side-index a .icon svg path.main {
	fill: #9400d3;
}

.l-main-detail-side-index a:hover {
	background-color: #f5e7ff;
	color: #9400d3;
	text-decoration: none;
}

.l-main-detail-content {
	width: 770px;
}

.l-main-detail-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
	border-top: 6px solid #333;
	border-bottom: 1px solid #d3d3d3;
}

.l-main-detail-content-header h1 {
	flex: 1;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2;
}

.l-main-detail-content-header.auto {
	height: auto;
	padding: 32px 0;
}

.l-main-detail-content-label {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 11px 0 0;
}

.l-main-detail-content-body {
	margin: 40px 0 0;
}

.l-main-detail-content-body *:first-child {
	margin-top: 0;
}

.l-main-detail-content-body h2 {
	margin: 80px 0 0;
	padding: 20px;
	border-left: 3px solid #333;
	background-color: #f5f5f5;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-main-detail-content-body h3 {
	position: relative;
	margin: 60px 0 0;
	padding: 15px 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-main-detail-content-body h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #d3d3d3;
}

.l-main-detail-content-body h4 {
	margin: 60px 0 0;
	padding: 10px 20px;
	background-color: #f5f5f5;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-main-detail-content-body h5 {
	margin: 50px 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
}

.l-main-detail-content-body p {
	margin: 32px 0 0;
	line-height: 1.8;
}

.l-main-detail-content-body img {
	max-width: 100%;
	height: auto;
}

.l-main-detail-content-body ul {
	margin: 32px 0 0 2em;
	line-height: 1.6;
}

.l-main-detail-content-body ul > li {
	position: relative;
	padding: 0 0 0 1.25em;
}

.l-main-detail-content-body ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #333;
}

.l-main-detail-content-body ul > li > ol,
.l-main-detail-content-body ul > li > ul {
	margin: 32px 0 0 1rem;
}

.l-main-detail-content-body ol {
	counter-reset: ol-item;
	list-style-type: none;
	margin: 32px 0 0 2em;
	line-height: 2;
}

.l-main-detail-content-body ol > li {
	position: relative;
	padding: 0 0 0 1.25em;
}

.l-main-detail-content-body ol > li:before {
	content: counter(ol-item) '.';
	counter-increment: ol-item;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.l-main-detail-content-body ol > li > ol,
.l-main-detail-content-body ol > li > ul {
	margin: 32px 0 0 1rem;
}

.l-main-detail-content-body table {
	margin: 52px 0 0;
	border: 1px solid #d3d3d3;
	font-size: 1.4rem;
	line-height: 1.6;
}

.l-main-detail-content-body table th,
.l-main-detail-content-body table td {
	padding: 10px 15px 9px;
	border: 1px solid #d3d3d3;
}

.l-main-detail-content-body table th,
.l-main-detail-content-body table.table-first-row-first-column tr:first-child td,
.l-main-detail-content-body table.table-first-row-first-column tr td:first-child,
.l-main-detail-content-body table.table-first-row tr:first-child td,
.l-main-detail-content-body table.table-first-column tr td:first-child {
	background-color: #f5f5f5;
	font-weight: bold;
}

.l-main-detail-content-footer aside {
	margin: 60px 0 0;
}

.l-main-detail-content-footer aside *:first-child {
	margin-top: 0;
}

.l-main-detail-content .highlight {
	background-color: #ff0;
}

.l-select {
	margin: -50px 0 0;
}

.l-select-inner {
	width: 1120px;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: right;
}

.l-block {
	margin: 60px 0 0;
}

.l-block-inner {
	width: 1120px;
	margin: 0 auto;
}

.l-block-inner *:first-child {
	margin-top: 0;
}

.l-select + .l-block {
	margin: 18px 0 0;
}

.l-block h2 {
	margin: 60px 0 0;
	padding: 10px 20px;
	background-color: #f5f5f5;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

/* -----------------------------------------------------
 * Home Layout
 * -------------------------------------------------- */

.l-bigmenu {
	margin: 60px 0 0;
}

.l-bigmenu ul {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}

.l-bigmenu ul li {
	width: 550px;
}

.l-bigmenu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	padding: 0 30px 0 0;
	border: 3px solid #d3d3d3;
	border-radius: 2px;
	background-color: #fff;
	color: #000;
	font-size: 2.8rem;
	font-weight: bold;
}

.l-bigmenu ul li a .icon {
	width: 64px;
	height: 64px;
	margin: 0 18px 0 0;
}

.l-news {
	margin: 60px 0 0;
}

.l-news-inner {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	padding: 30px 50px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.l-news h2 {
	width: 180px;
	font-size: 1.6rem;
	font-weight: bold;
}

.l-news h2 .icon {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.l-news h2 .icon svg path.main {
	fill: #d3d3d3;
}

.l-news ul {
	flex: 1;
	margin: -5px 0 0;
}

.l-news ul li {
	display: flex;
	margin: 5px 0 0;
	line-height: 1.6;
}

.l-news ul li time {
	width: 110px;
	font-size: 1.4rem;
	font-weight: bold;
}

.l-news ul li span {
	flex: 1;
	font-size: 1.4rem;
}

.l-home-section {
	margin: 60px 0 0;
}

.l-home-section-inner {
	width: 1120px;
	margin: 0 auto;
}

.l-home-section h2 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.l-home-section h2 .icon {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 48px;
	height: 48px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.l-home-section h2 .icon svg path.main {
	fill: #d3d3d3;
}

@media print, screen and (min-width: 768px) {
	.is-pc-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	.check-media {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}