@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);
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
 * -------------------------------------------------- */

@font-face {
	font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 400;
  font-style: normal;
  src: local('NotoSansCJKjp-Regular.otf'), local('NotoSansJP-Regular.otf'), url('../font/NotoSansCJKjp-Jxck-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 700;
  font-style: normal;
  src: local('NotoSansCJKjp-Bold.otf'), local('NotoSansJP-Bold.otf'), url('../font/NotoSansCJKjp-Jxck-Bold.woff') format('woff');
}

/* -----------------------------------------------------
 * init
 * -------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Roboto', 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f2f1ed;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * utilities
 * -------------------------------------------------- */

/* text-align
---------------------------------------- */

.u-left {
	text-align: left !important;
}

.u-center {
	text-align: center !important;
}

.u-right {
	text-align: right !important;
}

/* display
---------------------------------------- */

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

/* -----------------------------------------------------
 * components
 * -------------------------------------------------- */

/* p-local-nav
---------------------------------------- */

.p-local-nav {
	background-color: #333;
}

.p-local-nav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-local-nav ul li {
	width: 100%;
	max-width: 186px;
}

.p-local-nav ul li:first-child {
	max-width: 84px;
}

.p-local-nav ul li:first-child a {
	overflow: hidden;
	background: url(../img/common/ico_home.svg) no-repeat 50% 50%;
	text-indent: -200%;
}

.p-local-nav ul li a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	transition: all 0.1s ease-in-out;
}

.p-local-nav ul li a:hover {
	background-color: #b71a35;
}

.p-local-nav ul li a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 0;
	width: 20px;
	height: 0;
	height: 12px;
	margin: auto;
	border-width: 12px 10px 0 10px;
	border-style: solid;
	border-color: #b71a35 transparent transparent transparent;
	opacity: 0;
	transition: all 0.1s ease-in-out;
	pointer-events: none;
}

.p-local-nav ul li.is-current a {
	background-color: #b71a35;
	pointer-events: none;
}

.p-local-nav ul li.is-current a::after {
	opacity: 1.0;
}

/* p-breadcrumbs
---------------------------------------- */

.p-breadcrumbs {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

.p-breadcrumbs ol {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-breadcrumbs ol li {
	font-size: 1.4rem;
}

.p-breadcrumbs ol li a {
	color: #b71a35;
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.p-breadcrumbs ol li a:hover {
	opacity: 0.7;
}

.p-breadcrumbs ol li::after {
	content: '>';
	margin: 0 10px;
}

.p-breadcrumbs ol li:last-child::after {
	display: none;
}

/* p-contents-list
---------------------------------------- */

.p-contents-list {
	position: relative;
}

.c-contents-lv01 {
	position: relative;
	margin: 0 0 20px;
}

.c-contents-lv01 a {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 40px;
	border-radius: 6px;
	background-color: #333;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	transition: all 0.1s ease-in-out;
}

.c-contents-lv01 a:hover {
	box-shadow: none;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.c-contents-lv01 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 8px;
	height: 40px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.p-sidebar .c-contents-lv01 {
	margin: 0;
}

.p-sidebar .c-contents-lv01 a {
	justify-content: center;
	height: 100px;
	padding: 0 10px;
	border-radius: 0;
	background-image: none !important;
	box-shadow: none;
	font-size: 2.8rem;
}

.p-sidebar .c-contents-lv01 a:hover {
	opacity: 0.8;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-sidebar .c-contents-lv01 a::before {
	display: none;
}

.c-contents-lv02 {
	counter-reset: number-lv02;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-contents-lv02 li {
	position: relative;
	margin: 10px 0 0;
}

.c-contents-lv02 a {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 30px 0 50px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.25;
	transition: all 0.1s ease-in-out;
}

.c-contents-lv02 a:hover {
	box-shadow: none;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.c-contents-lv02 a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	border-top: 20px solid #333;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #333;
	border-radius: 6px 0;
}

.c-contents-lv02 a::after {
	content: counter(number-lv02);
	counter-increment: number-lv02;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.p-sidebar .c-contents-lv02 {
	margin: 10px 5px 0;
}

.p-sidebar .c-contents-lv02 a {
	height: 80px;
	background-image: none !important;
	box-shadow: none;
}

.p-sidebar .c-contents-lv02 a:hover {
	opacity: 0.8;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-sidebar .c-contents-lv02 a::after {
	content: counter(number-lv02-sidebar);
	counter-increment: number-lv02-sidebar;
}

.c-contents-lv03 {
	counter-reset: number-lv03;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-contents-lv03 li {
	position: relative;
	margin: 10px 0 0;
}

.c-contents-lv03 a {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 50px;
	border-radius: 6px;
	background-color: #fff;
	background-image: url(../img/common/arrow_02.svg);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
	font-size: 1.6rem;
	transition: all 0.1s ease-in-out;
}

.c-contents-lv03 a:hover {
	box-shadow: none;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.c-contents-lv03 a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #f1d1d6;
}

.c-contents-lv03 a::after {
	content: counter(number-lv03);
	counter-increment: number-lv03;
	display: block;
	position: absolute;
	top: 14px;
	left: 15px;
	width: 20px;
	height: 20px;
	color: #b71a35;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.p-sidebar .c-contents-lv03 li {
	margin: 5px 5px 0;
}

.p-sidebar .c-contents-lv03 a {
	height: 60px;
	padding: 0 10px 0 50px;
	background-image: none !important;
	box-shadow: none;
}

.p-sidebar .c-contents-lv03 a:hover {
	opacity: 0.8;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-sidebar .c-contents-lv03 a::before {
	top: 15px;
}

.p-sidebar .c-contents-lv03 a::after {
	top: 18px;
}

/* ----- Layout ----- */

.l-contents-index {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-contents-index .p-contents-list {
	width: calc(100% / 3 - 60px / 3);
	margin: 40px 30px 0 0;
}

.l-contents-index .p-contents-list:nth-of-type(3n) {
	margin: 40px 0 0;
}

.l-contents-index .p-contents-list:nth-of-type(8) {
	width: calc((100% / 3 * 2) - 10px);
	margin: 40px 0 0;
}

.l-contents-index .p-contents-list:nth-of-type(8) .c-contents-lv01 {
	margin: 0 0 10px;
}

.l-contents-index .p-contents-list:nth-of-type(8) .c-contents-lv02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.l-contents-index .p-contents-list:nth-of-type(8) .c-contents-lv02 li {
	width: calc(100% / 2 - 30px / 2);
}

.l-category-index {
	counter-reset: number-lv02-cat;
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-category-index .p-contents-list {
	width: calc(100% / 3 - 60px / 3);
	margin: 40px 30px 0 0;
}

.l-category-index .p-contents-list:nth-of-type(3n) {
	margin: 40px 0 0;
}

.l-category-index .p-contents-list .c-contents-lv02 > a::after {
	content: counter(number-lv02-cat);
	counter-increment: number-lv02-cat;
}

.l-aside-index {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-aside-index .p-contents-list {
	width: 100%;
	margin: 40px 0 0;
}

.l-aside-index .p-contents-list .c-contents-lv01 {
	margin: 0 0 10px;
}

.l-aside-index .p-contents-list .c-contents-lv02 {
	display: flex;
	flex-wrap: wrap;
}

.l-aside-index .p-contents-list .c-contents-lv02 li {
	width: calc(100% / 3 - 60px / 3);
	margin: 10px 30px 0 0;
}

.l-aside-index .p-contents-list .c-contents-lv02 li:nth-of-type(3n) {
	margin: 10px 0 0;
}

/* p-category-title
---------------------------------------- */

.p-category-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	margin: 0 calc(50% - 50vw);
	background-color: #b71a35;
}

.p-category-title h1 {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}

/* p-page-title
---------------------------------------- */

.p-page-title {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background-color: #b71a35;
}

.p-page-title h1 {
	padding: 0 0 0 70px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}

.p-page-title h1::before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 10px;
	height: 60px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.p-page-title .c-favorite {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 0 20px;
	padding: 0 16px 0 46px;
	border: 2px #fff solid;
	border-radius: 6px;
	background: url(../img/common/ico_favorite.svg) no-repeat 16px 50%;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	transition: opacity 0.2s ease-in-out;
}

.p-page-title .c-favorite:hover {
	opacity: 0.7;
}

.p-page-title .c-favorite.is-added {
	border-color: #b71a35;
	background-color: #f1d1d6;
	color: #b71a35;
}

.p-page-title .c-favorite.favorite-button-hide {
	display: none;
}

/* p-page-lead
---------------------------------------- */

.p-page-lead {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 0;
}

.p-page-lead p {
	margin: 20px 0 0;
	font-size: 1.6rem;
	line-height: 2.0;
}

/* p-favorite-list
---------------------------------------- */

.p-favorite-list {
	margin: 20px auto 0;
}

.p-favorite-list a {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 70px 0 15px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
	transition: all 0.1s ease-in-out;
}

.p-favorite-list a:hover {
	box-shadow: none;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.p-favorite-list .c-favorite-category {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	margin: 0 20px 0 0;
	border-radius: 4px;
	background-color: #b71a35;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-favorite-list .c-favorite-title {
	font-size: 2.0rem;
	font-weight: 700;
}

/* ----- Layout ----- */

.l-favorite-index {
	max-width: 900px;
	margin: 60px auto 0;
	padding: 0 20px;
}

/* p-entry
---------------------------------------- */

.p-entry {
	padding: 10px 30px 80px;
	background-color: #fff;
}

.p-entry a {
	color: #b71a35;
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.p-entry a:hover {
	opacity: 0.7;
}

.p-entry img {
	max-width: 100%;
	height: auto;
}

.p-entry h2 {
	display: flex;
	align-items: center;
	margin: 40px 0 0;
	padding: 10px 20px;
	background-color: #f1d1d6;
	font-size: 2.0rem;
	font-weight: 700;
}

.p-entry h2 img {
	width: auto;
	max-height: 1.5em;
	margin: 0 10px 0 0;
}

.p-entry h3 {
	display: flex;
	align-items: center;
	margin: 40px 0 0;
	padding: 0 0 10px;
	border-bottom: 2px #b71a35 solid;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-entry h3 img {
	width: auto;
	max-height: 1.5em;
	margin: 0 10px 0 0;
}

.p-entry h4 {
	display: flex;
	position: relative;
	align-items: center;
	margin: 40px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px #666 dotted;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-entry h4 img {
	width: auto;
	max-height: 1.5em;
	margin: 0 10px 0 0;
}

.p-entry h5 {
	margin: 30px 0 0;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-entry p {
	margin: 20px 0 0;
	font-size: 1.6rem;
	line-height: 2.0;
}

.p-entry ul {
	margin: 20px 0 0 10px;
}

.p-entry ul li {
	position: relative;
	padding: 0 0 0 1.5em;
	font-size: 1.6rem;
	line-height: 2.0;
}

.p-entry ul li::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
	color: #999;
}

.p-entry ol {
	margin: 20px 0 0;
	padding: 0 0 0 30px;
}

.p-entry ol li {
	font-size: 1.6rem;
	line-height: 2.0;
}

.p-entry dl {
	margin: 20px 0 0 10px;
	font-size: 1.6rem;
}

.p-entry dl dt {
	font-weight: 500;
}

.p-entry dl dt::before {
	content: '- ';
}

.p-entry dl dd {
	margin: 5px 0 20px 1em;
}

.p-entry table {
	margin: 40px 0;
	font-size: 1.6rem;
}

.p-entry table th {
	padding: 10px 20px;
	border: 1px #b71a35 solid;
	background-color: #f1d1d6;
	font-weight: 500;
	text-align: left;
}

.p-entry table td {
	padding: 10px 20px;
	border: 1px #b71a35 solid;
	line-height: 2.0;
}

.p-entry hr {
	overflow: hidden;
	height: 1px;
	margin: 40px 0;
	border: none;
	border-bottom: 1px #ccc solid;
}

.p-entry .p-contents-list {
	position: relative;
}

.p-entry .p-contents-list .c-contents-lv03 {
	padding: 0;
}

.p-entry .p-contents-list .c-contents-lv03 li {
	line-height: 1.5;
}

.p-entry .p-contents-list .c-contents-lv03 a {
	background-color: #f5f5f5;
}

.p-entry .p-contents-list .c-contents-lv03 a:hover {
	opacity: 1;
}

.p-box {
	max-width: 680px;
	margin: 40px auto 0;
}

.p-box .c-box-title {
	padding: 10px 20px;
	border-radius: 6px 6px 0 0;
	background-color: #999;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-box .c-box-body {
	margin: -20px 0 0;
	padding: 20px;
	border: 4px #999 solid;
	border-width: 0 4px 4px;
	border-radius: 0 0 6px 6px;
}

.p-box .c-box-body ul {
	margin: 20px 0 0;
}

.p-box.c-box-hint .c-box-title {
	background-color: #4faad1;
}

.p-box.c-box-hint .c-box-body {
	border-color: #4faad1;
}

.p-box.c-box-caution .c-box-title {
	background-color: #b71a35;
}

.p-box.c-box-caution .c-box-body {
	border-color: #b71a35;
}

.p-box.c-box-caution .c-box-body ul li::before {
	color: #b71a35;
}

/* p-page-nav
---------------------------------------- */

.p-page-nav {
	position: relative;
	height: 60px;
	margin: 30px 0;
	background-color: #fff;
}

.p-page-nav a {
	display: flex;
	position: absolute;
	top: 0;
	align-items: center;
	height: 60px;
	font-size: 1.6rem;
	font-weight: 700;
	transition: opacity 0.2s ease-in-out;
}

.p-page-nav a:hover {
	opacity: 0.7;
}

.p-page-nav a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(../img/common/arrow_01.svg) no-repeat 0 50%;
}

.p-page-nav a.c-prev {
	left: 30px;
	padding: 0 0 0 43px;
}

.p-page-nav a.c-prev::before {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-page-nav a.c-next {
	right: 30px;
	padding: 0 42px 0 0;
	background-position: 100% 50%;
}

.p-page-nav a.c-next::before {
	right: 0;
}

/* p-related-index
---------------------------------------- */

.p-related-index {
	width: 100%;
	margin: 60px auto 0;
}

.p-related-index .c-related-title {
	padding: 10px 20px;
	background-color: #ccc;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}

.p-related-index .c-related-contents {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
}

.p-related-index .c-related-contents li {
	width: calc(100% / 3 - 60px / 3);
	margin: 10px 30px 0 0;
}

.p-related-index .c-related-contents li:nth-of-type(3n) {
	margin: 10px 0 0;
}

.p-related-index .c-related-contents a {
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 50px;
	padding: 5px 50px 5px 20px;
	border-radius: 6px;
	background: #fff url(../img/common/arrow_01.svg) no-repeat right 10px center;
	background-size: auto 20px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
	font-size: 1.6rem;
	transition: all 0.1s ease-in-out;
}

.p-related-index .c-related-contents a:hover {
	box-shadow: none;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

/* p-form
---------------------------------------- */

.p-form {
	width: 100%;
	margin: 40px 0 0;
	padding: 40px 80px;
	border: 1px #b71a35 solid;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
}

.p-form .c-form-title {
	color: #b71a35;
	font-size: 2.0rem;
	font-weight: 700;
}

.p-form .c-form-btn-group {
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}

.p-form .c-form-btn-group li {
	margin: 0 20px;
}

.p-form .c-form-btn-group li button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 220px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-radius: 6px;
	background: none transparent;
	background-color: #b71a35;
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: middle;
	transition: opacity 0.2s ease-in-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.p-form .c-form-btn-group li button:hover {
	opacity: 0.7;
}

.p-form .c-form-btn-group li button::-ms-clear {
	display: none;
}

.p-form .c-form-btn-group li button::-ms-reveal {
	display: none;
}

.p-form .c-form-btn-group li button::-ms-expand {
	display: none;
}

.p-form .c-form-lead {
	margin: 60px 0 0;
	font-size: 1.6rem;
}

.p-form .c-form-textarea {
	resize: none;
	width: 100%;
	min-height: 12em;
	margin: 10px 0 0;
	padding: 20px;
	border: 1px #ccc solid;
	border-radius: 6px;
}

.p-form .c-form-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 180px;
	height: 50px;
	margin: 0;
	margin: 20px auto 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-radius: 25px;
	background: none transparent;
	background-color: #333;
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: middle;
	transition: opacity 0.2s ease-in-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.p-form .c-form-submit:hover {
	opacity: 0.7;
}

.p-form .c-form-submit::-ms-clear {
	display: none;
}

.p-form .c-form-submit::-ms-reveal {
	display: none;
}

.p-form .c-form-submit::-ms-expand {
	display: none;
}

.p-form .c-form-submit[disabled] {
	background-color: #ccc;
	color: #999;
	pointer-events: none;
}

/* p-sidebar
---------------------------------------- */

.p-sidebar {
	padding: 0 0 80px;
}

/* -----------------------------------------------------
 * theme
 * -------------------------------------------------- */

/* p-contents-list
---------------------------------------- */

.t-cat01 .c-contents-lv01 a {
	background: #4faad1 url(../img/cat01/ico_category.svg) no-repeat right 20px center;
}

.t-cat02 .c-contents-lv01 a {
	background: #aa0067 url(../img/cat02/ico_category.svg) no-repeat right 20px center;
}

.t-cat03 .c-contents-lv01 a {
	background: #45498c url(../img/cat03/ico_category.svg) no-repeat right 20px center;
}

.t-cat04 .c-contents-lv01 a {
	background: #ebbf00 url(../img/cat04/ico_category.svg) no-repeat right 20px center;
}

.t-cat05 .c-contents-lv01 a {
	background: #45ac59 url(../img/cat05/ico_category.svg) no-repeat right 20px center;
}

.t-cat06 .c-contents-lv01 a {
	background: #1e67af url(../img/cat06/ico_category.svg) no-repeat right 20px center;
}

.t-cat07 .c-contents-lv01 a {
	background: #abc22f url(../img/cat07/ico_category.svg) no-repeat right 20px center;
}

.t-cat08 .c-contents-lv01 a {
	background: #ee6b31 url(../img/cat08/ico_category.svg) no-repeat right 20px center;
}

.c-contents-lv02 a {
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.t-cat01 .c-contents-lv02 a {
	background-color: #dceef6;
	background-image: url(../img/cat01/arrow_01.svg);
}

.t-cat01 .c-contents-lv02 a::before {
	border-top-color: #4faad1;
	border-left-color: #4faad1;
}

.t-cat02 .c-contents-lv02 a {
	background-color: #f6e5ef;
	background-image: url(../img/cat02/arrow_01.svg);
}

.t-cat02 .c-contents-lv02 a::before {
	border-top-color: #aa0067;
	border-left-color: #aa0067;
}

.t-cat03 .c-contents-lv02 a {
	background-color: #e5e5ef;
	background-image: url(../img/cat03/arrow_01.svg);
}

.t-cat03 .c-contents-lv02 a::before {
	border-top-color: #45498c;
	border-left-color: #45498c;
}

.t-cat04 .c-contents-lv02 a {
	background-color: #fbf2cc;
	background-image: url(../img/cat04/arrow_01.svg);
}

.t-cat04 .c-contents-lv02 a::before {
	border-top-color: #ebbf00;
	border-left-color: #ebbf00;
}

.t-cat05 .c-contents-lv02 a {
	background-color: #daeede;
	background-image: url(../img/cat05/arrow_01.svg);
}

.t-cat05 .c-contents-lv02 a::before {
	border-top-color: #45ac59;
	border-left-color: #45ac59;
}

.t-cat06 .c-contents-lv02 a {
	background-color: #d2e0ef;
	background-image: url(../img/cat06/arrow_01.svg);
}

.t-cat06 .c-contents-lv02 a::before {
	border-top-color: #1e67af;
	border-left-color: #1e67af;
}

.t-cat07 .c-contents-lv02 a {
	background-color: #eef3d5;
	background-image: url(../img/cat07/arrow_01.svg);
}

.t-cat07 .c-contents-lv02 a::before {
	border-top-color: #abc22f;
	border-left-color: #abc22f;
}

.t-cat08 .c-contents-lv02 a {
	background-color: #fce1d5;
	background-image: url(../img/cat08/arrow_01.svg);
}

.t-cat08 .c-contents-lv02 a::before {
	border-top-color: #ee6b31;
	border-left-color: #ee6b31;
}

.c-contents-lv03 a {
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 13px auto;
}

.t-cat01 .c-contents-lv03 a {
	background-image: url(../img/cat01/arrow_02.svg);
}

.t-cat01 .c-contents-lv03 a::before {
	background-color: #dceef6;
}

.t-cat01 .c-contents-lv03 a::after {
	color: #4faad1;
}

.t-cat02 .c-contents-lv03 a {
	background-image: url(../img/cat02/arrow_02.svg);
}

.t-cat02 .c-contents-lv03 a::before {
	background-color: #f6e5ef;
}

.t-cat02 .c-contents-lv03 a::after {
	color: #aa0067;
}

.t-cat03 .c-contents-lv03 a {
	background-image: url(../img/cat03/arrow_02.svg);
}

.t-cat03 .c-contents-lv03 a::before {
	background-color: #e5e5ef;
}

.t-cat03 .c-contents-lv03 a::after {
	color: #45498c;
}

.t-cat04 .c-contents-lv03 a {
	background-image: url(../img/cat04/arrow_02.svg);
}

.t-cat04 .c-contents-lv03 a::before {
	background-color: #fbf2cc;
}

.t-cat04 .c-contents-lv03 a::after {
	color: #ebbf00;
}

.t-cat05 .c-contents-lv03 a {
	background-image: url(../img/cat05/arrow_02.svg);
}

.t-cat05 .c-contents-lv03 a::before {
	background-color: #daeede;
}

.t-cat05 .c-contents-lv03 a::after {
	color: #45ac59;
}

.t-cat06 .c-contents-lv03 a {
	background-image: url(../img/cat06/arrow_02.svg);
}

.t-cat06 .c-contents-lv03 a::before {
	background-color: #d2e0ef;
}

.t-cat06 .c-contents-lv03 a::after {
	color: #1e67af;
}

.t-cat07 .c-contents-lv03 a {
	background-image: url(../img/cat07/arrow_02.svg);
}

.t-cat07 .c-contents-lv03 a::before {
	background-color: #eef3d5;
}

.t-cat07 .c-contents-lv03 a::after {
	color: #abc22f;
}

.t-cat08 .c-contents-lv03 a {
	background-image: url(../img/cat08/arrow_02.svg);
}

.t-cat08 .c-contents-lv03 a::before {
	background-color: #fce1d5;
}

.t-cat08 .c-contents-lv03 a::after {
	color: #ee6b31;
}

/* p-local-nav
---------------------------------------- */

.p-local-nav .t-cat01 a:hover {
	background-color: #4faad1;
}

.p-local-nav .t-cat01 a::after {
	border-top-color: #4faad1;
}

.p-local-nav .t-cat01.is-current a {
	background-color: #4faad1;
}

.p-local-nav .t-cat02 a:hover {
	background-color: #aa0067;
}

.p-local-nav .t-cat02 a::after {
	border-top-color: #aa0067;
}

.p-local-nav .t-cat02.is-current a {
	background-color: #aa0067;
}

.p-local-nav .t-cat03 a:hover {
	background-color: #45498c;
}

.p-local-nav .t-cat03 a::after {
	border-top-color: #45498c;
}

.p-local-nav .t-cat03.is-current a {
	background-color: #45498c;
}

.p-local-nav .t-cat04 a:hover {
	background-color: #ebbf00;
}

.p-local-nav .t-cat04 a::after {
	border-top-color: #ebbf00;
}

.p-local-nav .t-cat04.is-current a {
	background-color: #ebbf00;
}

.p-local-nav .t-cat05 a:hover {
	background-color: #45ac59;
}

.p-local-nav .t-cat05 a::after {
	border-top-color: #45ac59;
}

.p-local-nav .t-cat05.is-current a {
	background-color: #45ac59;
}

.p-local-nav .t-cat06 a:hover {
	background-color: #1e67af;
}

.p-local-nav .t-cat06 a::after {
	border-top-color: #1e67af;
}

.p-local-nav .t-cat06.is-current a {
	background-color: #1e67af;
}

/* p-category-title
---------------------------------------- */

.p-category-title h1::before {
	content: '';
	display: block;
	margin: 0 20px 0 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 42px;
}

.p-category-title.t-cat01 {
	background-color: #4faad1;
}

.p-category-title.t-cat01 h1::before {
	width: 42px;
	height: 42px;
	background-image: url(../img/cat01/ico_category.svg);
}

.p-category-title.t-cat02 {
	background-color: #aa0067;
}

.p-category-title.t-cat02 h1::before {
	width: 62px;
	height: 42px;
	background-image: url(../img/cat02/ico_category.svg);
}

.p-category-title.t-cat03 {
	background-color: #45498c;
}

.p-category-title.t-cat03 h1::before {
	width: 60px;
	height: 44px;
	background-image: url(../img/cat03/ico_category.svg);
}

.p-category-title.t-cat04 {
	background-color: #ebbf00;
}

.p-category-title.t-cat04 h1::before {
	width: 42px;
	height: 44px;
	background-image: url(../img/cat04/ico_category.svg);
}

.p-category-title.t-cat05 {
	background-color: #45ac59;
}

.p-category-title.t-cat05 h1::before {
	width: 52px;
	height: 44px;
	background-image: url(../img/cat05/ico_category.svg);
}

.p-category-title.t-cat06 {
	background-color: #1e67af;
}

.p-category-title.t-cat06 h1::before {
	width: 52px;
	height: 50px;
	background-image: url(../img/cat06/ico_category.svg);
}

.p-category-title.t-cat07 {
	background-color: #abc22f;
}

.p-category-title.t-cat07 h1::before {
	width: 46px;
	height: 42px;
	background-image: url(../img/cat07/ico_category.svg);
}

.p-category-title.t-cat08 {
	background-color: #ee6b31;
}

.p-category-title.t-cat08 h1::before {
	width: 42px;
	height: 42px;
	background-image: url(../img/cat08/ico_category.svg);
}

.p-category-title.t-favorite h1::before {
	width: 38px;
	height: 44px;
	background-image: url(../img/favorite/ico_category.svg);
}

/* p-favorite-list
---------------------------------------- */

.p-favorite-list a {
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.p-favorite-list.t-cat01 a {
	background-image: url(../img/cat01/arrow_02.svg);
}

.p-favorite-list.t-cat01 .c-favorite-category {
	background-color: #4faad1;
}

.p-favorite-list.t-cat02 a {
	background-image: url(../img/cat02/arrow_02.svg);
}

.p-favorite-list.t-cat02 .c-favorite-category {
	background-color: #aa0067;
}

.p-favorite-list.t-cat03 a {
	background-image: url(../img/cat03/arrow_02.svg);
}

.p-favorite-list.t-cat03 .c-favorite-category {
	background-color: #45498c;
}

.p-favorite-list.t-cat04 a {
	background-image: url(../img/cat04/arrow_02.svg);
}

.p-favorite-list.t-cat04 .c-favorite-category {
	background-color: #ebbf00;
}

.p-favorite-list.t-cat05 a {
	background-image: url(../img/cat05/arrow_02.svg);
}

.p-favorite-list.t-cat05 .c-favorite-category {
	background-color: #45ac59;
}

.p-favorite-list.t-cat06 a {
	background-image: url(../img/cat06/arrow_02.svg);
}

.p-favorite-list.t-cat06 .c-favorite-category {
	background-color: #1e67af;
}

.p-favorite-list.t-cat07 a {
	background-image: url(../img/cat07/arrow_02.svg);
}

.p-favorite-list.t-cat07 .c-favorite-category {
	background-color: #abc22f;
}

.p-favorite-list.t-cat08 a {
	background-image: url(../img/cat08/arrow_02.svg);
}

.p-favorite-list.t-cat08 .c-favorite-category {
	background-color: #ee6b31;
}

/* -----------------------------------------------------
 * 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: #f1d1d6;
	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: #f1d1d6;
}

.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
 * -------------------------------------------------- */

.l-main-detail-content-body .afb_container {
	display: none;
}

/* -----------------------------------------------------
 * WP Tinymce
 * -------------------------------------------------- */

.p-entry img {
	display: block;
	max-width: 100%;
}

.p-entry .alignnone {
	margin: 0 10px 0 0;
}

.p-entry .aligncenter {
	margin: 0 auto;
}

.p-entry .alignright {
	margin: 0 0 0 auto;
}

.p-entry iframe {
	max-width: 100%;
}

.p-entry .table-no-border {
	border: none;
}

.p-entry .table-no-border th,
.p-entry .table-no-border td {
	border: none;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * header
 * -------------------------------------------------- */

.l-header {
	background-color: #b71a35;
}

.l-header .p-header {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1240px;
	height: 120px;
	margin: 0 auto;
	padding: 0 20px;
}

.p-header-logo {
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	transition: opacity 0.2s ease-in-out;
}

.p-header-logo:hover {
	opacity: 0.7;
}

.p-header-logo .c-header-logo img {
	vertical-align: bottom;
}

.p-header-logo .c-header-title {
	flex: 1 0 auto;
	margin: 0 0 0 20px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
}

.p-header-favorite {
	margin: 0 0 0 20px;
}

.p-header-favorite a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 80px;
	border: 2px #fff solid;
	border-radius: 6px;
	color: #fff;
	font-size: 1.4rem;
	transition: opacity 0.2s ease-in-out;
}

.p-header-favorite a:hover {
	opacity: 0.7;
}

.p-header-favorite a span {
	padding: 30px 0 0;
	background: url(../img/common/ico_favorite.svg) no-repeat 50% 0;
}

.p-header-search {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 80px;
	margin: 0 0 0 20px;
}

.p-header-search .c-header-search {
	display: flex;
	align-items: center;
}

.p-header-search .c-header-search .c-search-box {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 340px;
	height: 40px;
	margin: 0;
	padding: 0;
	padding: 0 0 0 40px;
	border: 0;
	border: none;
	border-radius: 0;
	border-radius: 6px 0 0 6px;
	background: none transparent;
	background: #fff url(../img/common/ico_search.svg) no-repeat 10px 50%;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.p-header-search .c-header-search .c-search-box::-ms-clear {
	display: none;
}

.p-header-search .c-header-search .c-search-box::-ms-reveal {
	display: none;
}

.p-header-search .c-header-search .c-search-box::-ms-expand {
	display: none;
}

.p-header-search .c-header-search .c-search-box:focus {
	outline: 0;
}

.p-header-search .c-header-search .c-search-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-radius: 0 6px 6px 0;
	background: none transparent;
	background-color: #0090ff;
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.p-header-search .c-header-search .c-search-btn::-ms-clear {
	display: none;
}

.p-header-search .c-header-search .c-search-btn::-ms-reveal {
	display: none;
}

.p-header-search .c-header-search .c-search-btn::-ms-expand {
	display: none;
}

.p-header-search .c-header-search .c-search-btn:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.p-header-keywords {
	position: relative;
}

.p-header-keywords .c-header-keywords-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	transition: opacity 0.2s ease-in-out;
}

.p-header-keywords .c-header-keywords-title:hover {
	opacity: 0.7;
}

.p-header-keywords .c-header-keywords-title::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	background: url(../img/common/ico_arrow.svg) no-repeat 50% 50%;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-header-keywords.is-active .c-header-keywords-title::before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.p-header-keywords .c-header-keywords-list {
	position: absolute;
	z-index: 10;
	top: 36px;
	right: 0;
	width: 340px;
	padding: 15px 20px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	pointer-events: none;
}

.p-header-keywords .c-header-keywords-list::before {
	content: '';
	position: absolute;
	top: -12px;
	right: 90px;
	width: 0;
	width: 20px;
	height: 0;
	height: 12px;
	border-width: 0 10px 12px 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.p-header-keywords .c-header-keywords-list ul li {
	display: inline;
	margin: 5px 0;
	font-size: 1.2rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.p-header-keywords .c-header-keywords-list ul li:last-child::after {
	display: none;
}

.p-header-keywords .c-header-keywords-list ul li::after {
	content: '/';
	margin: 0 0.5em;
}

.p-header-keywords .c-header-keywords-list ul li a {
	color: #b71a35;
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.p-header-keywords .c-header-keywords-list ul li a:hover {
	opacity: 0.7;
}

.p-header-keywords.is-active .c-header-keywords-list {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

/* -----------------------------------------------------
 * footer
 * -------------------------------------------------- */

.l-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	background-color: #b71a35;
}

.l-footer .c-copyright {
	color: #fff;
	font-size: 1.2rem;
}

.c-pagetop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 80px;
}

.c-pagetop a {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 0;
	padding: 60px 0 0;
	border-radius: 6px 0 0 6px;
	background: #b71a35 url(../img/common/btn_pagetop.svg) no-repeat 50% 50%;
	transition: opacity 0.2s ease-in-out;
}

.c-pagetop a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------------
 * layout
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
}

.l-wrapper {
	display: flex;
	overflow-x: hidden;
	flex-direction: column;
	min-height: 100vh;
}

.l-contents {
	display: flex;
	flex-grow: 1;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-main {
	width: 100%;
	margin: 0 0 80px;
}

.l-sidebar {
	counter-reset: number-lv02-sidebar;
	min-width: 23.33%;
	background-color: #ccc;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * Talk Script
 * -------------------------------------------------- */

.l-main.t-cat07 .p-entry h3 {
	display: block;
	padding: 10px;
	border: 1px #abc22f solid;
	background-color: #eef3d5;
}

.l-main.t-cat07 .p-entry .c-indent {
	margin: 0 0 0 40px;
}

.p-entry.t-cat07 h3 {
	display: block;
	padding: 10px;
	border: 1px #abc22f solid;
	background-color: #eef3d5;
}

.p-entry.t-cat07 .c-indent {
	margin: 0 0 0 40px;
}

@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;
	}
}

@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;
	}
}