/**
 * GCMobileFirst - Design Component 1.2.0
 * 
 * https://www.symmetric.co.jp/gcmf/
 *
 * Copyright 2018- Symmetric Co.,Ltd
 */
/* ---------------------------
    reset
--------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
*,
::before,
::after {
  box-sizing: border-box;
}
::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  cursor: default;
  word-wrap: break-word;
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* ---------------------------
    default style
--------------------------- */
main section {
  padding: 20px 0;
}
main section section {
  padding: inherit;
}
/* ---------------------------
    Heading
--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
/* ---------------------------
    link
--------------------------- */
a {
  color: #1c6ddd;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #0d3c7e;
}
/* ---------------------------
    table
--------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  background-color: #f5f5f5;
}
th,
td {
  padding: 10px;
  border: 1px solid #ccc;
}
/* ---------------------------
    image
--------------------------- */
img {
  max-width: 100%;
}
/* ---------------------------
    dl, dt, dd
--------------------------- */
dt {
  padding: 20px 15px;
  background-color: #f5f5f5;
}
dd {
  padding: 20px 15px;
}
.mf-formfield-div-root {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mf-formfield-div-root .fieldgroup + .fieldgroup {
  border-top: 1px solid #ccc;
}
/* ---------------------------
    form
--------------------------- */
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number] {
  font-size: 100%;
  width: 100%;
  min-height: 50px;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=datetime]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime-local]:disabled,
input[type=number]:disabled {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #9a9a9a;
}
select {
  font-size: 100%;
  width: 100%;
  padding: 15px 25px 15px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(./icons/black/arrow_drop_down.svg) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:disabled {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #9a9a9a;
}
select::-ms-expand {
  display: none;
}
textarea {
  font-size: 100%;
  width: 100%;
  min-height: 140px;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea:disabled {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #9a9a9a;
}
input[type="radio"] {
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  background: url("./icons/black/radio_unchecked.svg") no-repeat left center;
  background-size: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="radio"]:checked {
  background: url("./icons/black/radio_checked.svg") no-repeat left center;
  background-size: 24px;
}
input[type="radio"]:disabled {
  background: url("./icons/black/radio_disables.svg") no-repeat left center;
  background-size: 24px;
}
input[type="checkbox"] {
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background: url("./icons/black/check_unchecked.svg") no-repeat left center;
  background-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"]:checked {
  background: url("./icons/black/check_checked.svg") no-repeat left center;
  background-size: 24px;
}
input[type="checkbox"]:disabled {
  background: url("./icons/black/check_disabled.svg") no-repeat left center;
  background-size: 24px;
}
input[type="color"] {
  font-size: 100%;
}
input[type=button],
input[type=submit],
input[type=reset],
button {
  font-size: 100%;
  width: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #5c5c5c;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover {
  opacity: 0.7;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
button:focus,
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active,
input[type=button]:visited,
input[type=submit]:visited,
input[type=reset]:visited,
button:visited {
  text-decoration: none;
}
input[type=button]:hover *,
input[type=submit]:hover *,
input[type=reset]:hover *,
button:hover *,
input[type=button]:focus *,
input[type=submit]:focus *,
input[type=reset]:focus *,
button:focus *,
input[type=button]:active *,
input[type=submit]:active *,
input[type=reset]:active *,
button:active *,
input[type=button]:visited *,
input[type=submit]:visited *,
input[type=reset]:visited *,
button:visited * {
  text-decoration: none;
}
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
button:disabled {
  opacity: 0.6;
  border: 1px solid #e8e8e8;
}
input[type=reset] {
  background: #FFF;
  border: 1px solid #5c5c5c;
  color: #000;
}
pre {
  white-space: pre-wrap;
}
/* ---------------------------
    spacing
--------------------------- */
.mfc-container,
.mfc-mainvisual,
.mfc-heading,
.mfc-list,
.mfc-paragraph {
  margin-bottom: 20px;
}
.mfc-container:last-child,
.mfc-heading:last-child,
.mfc-list:last-child,
.mfc-paragraph:last-child {
  margin-bottom: 0;
}
/* ---------------------------
    default list style
--------------------------- */
ol,
ul {
  padding-left: 20px;
}
/* ---------------------------
    text
--------------------------- */
.mfc-text a:hover {
  text-decoration: underline;
}
/* ---------------------------
    img
--------------------------- */
.mfc-img {
  justify-content: center;
  text-align: center;
}
/* ---------------------------
    category
--------------------------- */
.mfc-category {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 4px;
  border: 1px solid #000;
}
.mfc-category:not(:last-child) {
  margin-right: 4px;
}
.mfc-category a {
  text-decoration: none;
  color: #000;
}
.mfc-category a:hover {
  opacity: 0.7;
}
.mfc-category a:hover,
.mfc-category a:focus,
.mfc-category a:active,
.mfc-category a:visited {
  color: #000;
}
/* ---------------------------
    custom
--------------------------- */
.mfc-custom {
  font-size: 13px;
  display: inline;
}
.mfc-custom:not(:last-of-type) {
  margin-right: 4px;
}
.mfc-date + .mfc-custom:before {
  margin-right: 4px;
  content: "・";
}
/* ---------------------------
    tag
--------------------------- */
.mfc-tag {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px;
  color: #fff;
  background: #7b7b7b;
}
.mfc-tag:not(:last-of-type) {
  margin-right: 4px;
}
.mfc-tag a {
  text-decoration: none;
  color: #fff;
}
.mfc-tag a:hover {
  opacity: 0.7;
}
.mfc-tag a:hover,
.mfc-tag a:focus,
.mfc-tag a:active,
.mfc-tag a:visited {
  color: #fff;
}
/* ---------------------------
    flag
--------------------------- */
.mfc-flag {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 4px;
  color: #fff;
  background-color: #2b767c;
}
.mfc-flag:not(:last-child) {
  margin-right: 4px;
}
/* ---------------------------
    date
--------------------------- */
.mfc-date {
  font-size: 13px;
  display: inline;
  color: #999;
}
.mfc-date:not(:last-child) {
  margin-right: 4px;
}
.mfc-date a:hover {
  text-decoration: underline;
}
/* ---------------------------
    linktext
--------------------------- */
.mfc-linktext {
  font-size: 13px;
  justify-content: center;
  padding-right: 12px;
  text-align: right;
  background-image: url("./icons/black/chevron_right.svg");
  background-repeat: no-repeat;
  background-position: right -8px center;
  background-size: 24px;
}
/* ---------------------------
    title
--------------------------- */
.mfc-title {
  font-weight: bold;
}
.mfc-title a:hover {
  text-decoration: underline;
}
/* ---------------------------
    list共通
--------------------------- */
.mfc-list {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
  /* ---------------------------
		listitem
	--------------------------- */
}
.mfc-list.mf-list-col-1 > li:nth-child(2) {
  border-top: 0;
}
.mfc-list.mf-list-col-2 > li:nth-child(2),
.mfc-list.mf-list-col-3 > li:nth-child(2),
.mfc-list.mf-list-col-3 > li:nth-child(3),
.mfc-list.mf-list-col-4 > li:nth-child(2),
.mfc-list.mf-list-col-4 > li:nth-child(3),
.mfc-list.mf-list-col-4 > li:nth-child(4),
.mfc-list.mf-list-col-5 > li:nth-child(2),
.mfc-list.mf-list-col-5 > li:nth-child(3),
.mfc-list.mf-list-col-5 > li:nth-child(4),
.mfc-list.mf-list-col-5 > li:nth-child(5),
.mfc-list.mf-list-col-6 > li:nth-child(2),
.mfc-list.mf-list-col-6 > li:nth-child(3),
.mfc-list.mf-list-col-6 > li:nth-child(4),
.mfc-list.mf-list-col-6 > li:nth-child(5),
.mfc-list.mf-list-col-6 > li:nth-child(6) {
  border-top: 1px solid #ccc;
}
.mfc-list.mf-list-col-2 > li:nth-child(2n + 1),
.mfc-list.mf-list-col-3 > li:nth-child(3n + 1),
.mfc-list.mf-list-col-3 > li:nth-child(3n + 2),
.mfc-list.mf-list-col-4 > li:nth-child(4n + 1),
.mfc-list.mf-list-col-4 > li:nth-child(4n + 2),
.mfc-list.mf-list-col-4 > li:nth-child(4n + 3),
.mfc-list.mf-list-col-5 > li:nth-child(5n + 1),
.mfc-list.mf-list-col-5 > li:nth-child(5n + 2),
.mfc-list.mf-list-col-5 > li:nth-child(5n + 3),
.mfc-list.mf-list-col-5 > li:nth-child(5n + 4),
.mfc-list.mf-list-col-6 > li:nth-child(6n + 1),
.mfc-list.mf-list-col-6 > li:nth-child(6n + 2),
.mfc-list.mf-list-col-6 > li:nth-child(6n + 3),
.mfc-list.mf-list-col-6 > li:nth-child(6n + 4),
.mfc-list.mf-list-col-6 > li:nth-child(6n + 5) {
  border-right: 1px solid #ccc;
}
.mfc-list .mfc-item {
  font-size: 15px;
}
.mfc-list .mfc-item > div,
.mfc-list .mfc-item > a {
  padding: 20px 15px;
}
.mfc-list .mfc-item > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.mfc-list .mfc-item > a:hover {
  background-color: #f6f6f6;
}
.mfc-list .mfc-item a {
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.mf-converted .mf-section {
  /* SP3カラム用 */
}
.mf-converted .mf-section .mfc-list.mf-list-col-2:not(.slick-slider) > li {
  width: 50% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.mf-converted .mf-section .mfc-list.mf-list-col-3:not(.slick-slider) > li {
  width: 33.33% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.mf-converted .mf-section .mfc-list.mf-list-col-4:not(.slick-slider) > li {
  width: 25% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.mf-converted .mf-section .mfc-list.mf-list-col-5:not(.slick-slider) > li {
  width: 20% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.mf-converted .mf-section .mfc-list.mf-list-col-6:not(.slick-slider) > li {
  width: 16.66% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.mf-converted .mf-section .mfc-list.mf-list-col-2 > li:nth-child(2n + 0),
.mf-converted .mf-section .mfc-list.mf-list-col-3 > li:nth-child(3n + 0),
.mf-converted .mf-section .mfc-list.mf-list-col-4 > li:nth-child(4n + 0),
.mf-converted .mf-section .mfc-list.mf-list-col-5 > li:nth-child(5n + 0),
.mf-converted .mf-section .mfc-list.mf-list-col-6 > li:nth-child(6n + 0) {
  border-right: 0;
}
.mf-converted .mf-section .mfc-list-base-col-2.mf-list-col-2 > .mfc-item:nth-child(3) {
  border-top: 0;
}
.mfc-list-base-col-1 > .mfc-item {
  border-bottom: 1px solid #ccc;
}
.mfc-list-base-col-1 > .mfc-item:nth-child(1) {
  border-top: 1px solid #ccc;
}
.mfc-list-base-col-2 > .mfc-item {
  border-bottom: 1px solid #ccc;
}
.mfc-list-base-col-2 > .mfc-item:nth-child(2n + 1) {
  border-right: 1px solid #ccc;
}
.mfc-list-base-col-2 > .mfc-item:nth-child(1),
.mfc-list-base-col-2 > .mfc-item:nth-child(2) {
  border-top: 1px solid #ccc;
}
.mfc-list-base-col-3 > .mfc-item {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mfc-list-base-col-3 > .mfc-item:nth-child(3n + 3) {
  border-right: 0;
}
.mfc-list-base-col-3 > .mfc-item:nth-child(1),
.mfc-list-base-col-3 > .mfc-item:nth-child(2),
.mfc-list-base-col-3 > .mfc-item:nth-child(3) {
  border-top: 1px solid #ccc;
}
