@charset "UTF-8";
/*--------------------------------------------------------------------
  設定
----------------------------------------------------------------------*/
/* Media Queries */
/* 色 */
/* @mixin
--------------------------------------------------*/
/* flexBox */
/* @extend
--------------------------------------------------*/
/* icon矢印 */
.p_articlesHeadline > a:before, .m_pagination .prev:before,
.m_pagination .next:before, .m_linkPanels .name::after, .m_anchorList a::after, .m_linkList li:before, .c_linkArw::before, .c_btn._prev::after, .c_btn._next::after, .mode_sp .g_footer .trigger::after, .mode_pc .g_footer .thema a::before, .mode_sp .g_footer .info_nav a::before, .g_footer .arw a::before, .mode_sp .g_header .main a::after,
.mode_sp .g_header .info_nav a::after, .g_header .mega .item::after,
.g_header .mega .help a::before {
  display: inline-block;
  border-style: solid;
  content: "";
  transform: rotate(45deg);
}

.m_anchorList a::after, .mode_sp .g_footer .trigger::after {
  transform: rotate(135deg);
}

.m_pagination .prev::before, .c_btn._prev:after {
  transform: rotate(-135deg);
}

.m_pagination .next::before, .m_linkPanels .name::after, .m_linkList li:before, .c_linkArw::before, .c_btn._next::after, .mode_pc .g_footer .thema a::before, .mode_sp .g_footer .info_nav a::before, .g_footer .arw a::before, .mode_sp .g_header .main a::after,
.mode_sp .g_header .info_nav a::after, .g_header .mega .item::after,
.g_header .mega .help a::before {
  transform: rotate(45deg);
}

.m_anchorList a::after, .mode_sp .g_footer .info_nav a::before, .g_footer .arw a::before {
  width: 5px;
  height: 5px;
}

.p_articlesHeadline > a:before, .m_pagination .prev:before,
.m_pagination .next:before, .mode_sp .m_linkPanels .name::after, .m_linkList li:before, .c_linkArw::before, .c_btn._prev::after, .c_btn._next::after, .mode_sp .g_header .main a::after,
.mode_sp .g_header .info_nav a::after, .g_header .mega .help a::before {
  width: 8px;
  height: 8px;
}

.mode_pc .m_linkPanels .name::after, .mode_sp .g_footer .trigger::after, .g_header .mega .item::after {
  width: 8px;
  height: 8px;
}

.m_pagination .prev:before,
.m_pagination .next:before, .m_linkPanels .name::after, .m_anchorList a::after, .c_btn._prev::after, .c_btn._next::after, .mode_sp .g_header .main a::after,
.mode_sp .g_header .info_nav a::after, .g_header .mega .item::after,
.g_header .mega .help a::before {
  border-width: 1px 1px 0 0;
}

.m_linkList li:before, .c_linkArw::before, .mode_sp .g_footer .trigger::after, .mode_pc .g_footer .thema a::before, .mode_sp .g_footer .info_nav a::before, .g_footer .arw a::before {
  border-width: 2px 2px 0 0;
}

.m_linkList li:before, .c_linkArw::before, .mode_sp .g_footer .info_nav a::before {
  color: #333;
}

.mode_sp .g_footer .help_nav a::before, .g_header .mega .item::after {
  color: #fff;
}

.m_pagination .prev:before,
.m_pagination .next:before, .m_anchorList a::after {
  color: #c01;
}

/* flame */
.m_customSelect, .m_linkPanels .panel, .m_articleCards .card {
  border: 1px solid #ccc;
  border-bottom-color: #c01;
}

.m_pagination .prev span,
.m_pagination .next span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.m_articleLine .cate {
  margin: 0;
  background: #c01;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
}

/* txtIcon */
.c_txtFile,
.c_txtPdf {
  display: inline-block;
}
.c_txtFile::after,
.c_txtPdf::after {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-left: 3px;
  background: url(/assets/images/ico_dl_spritesheet.png) no-repeat;
  background-size: auto 40px;
  vertical-align: sub;
  content: "";
}

/* 記事ラベル */
.m_articleList .label span {
  display: inline-block;
  min-width: 80px;
  padding: 3px 3px 0;
  border-radius: 2px;
  background: #901;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: normal;
}

/* 記事日付 */
.m_articleList .date {
  margin-right: 18px;
  color: #901;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  .m_articleList .label span {
    margin-right: 4px;
    padding: 1px 3px 0;
    font-size: 1.1rem;
  }
  .m_articleList .date {
    margin-right: 12px;
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------------------------
  サイト全体
----------------------------------------------------------------------*/
/* default
--------------------------------------------------*/
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
em,
img,
small,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  word-wrap: break-word;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

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

a {
  background: transparent;
}

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

em {
  font-style: normal;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul,
ol {
  list-style-type: none;
}

dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

dd {
  -webkit-margin-start: 0;
}

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

td,
th {
  padding: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

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

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

optgroup {
  font-weight: 700;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

[type=button]:focus {
  outline: none;
  outline-offset: 0;
}

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
}

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

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  background: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 1000px white inset;
}

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

legend {
  padding: 0;
  border: none;
  color: inherit;
  white-space: normal;
}

pre {
  white-space: pre-wrap;
}

/* html
--------------------------------------------------*/
html {
  height: 100%;
  font-family: "pc";
  font-size: 62.5%;
}

html::before {
  display: none;
  content: "mode_pc";
}

@media screen and (max-width: 834px) {
  html {
    font-family: "sp";
  }
  html::before {
    content: "mode_sp";
  }
}
/* body
--------------------------------------------------*/
body {
  min-width: 1120px;
  height: 100%;
  padding-top: 165px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
  -webkit-text-size-adjust: 100%;
  /*animation: fadeIn 2s ease 0s 1 normal;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  body {
    min-width: 320px;
    padding-top: 70px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 1.2rem;
  }
}
/* link
--------------------------------------------------*/
a {
  text-decoration: none;
  color: #333;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mode_pc a:hover,
a:active {
  outline: none;
}

/* 行間
--------------------------------------------------*/
p + p {
  margin-top: 1em;
}

.m_articleList .item p + p {
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  p {
    line-height: 1.55;
  }
}
@media screen and (min-width: 835px) {
  p {
    line-height: 1.75;
  }
}
/* clearfix
--------------------------------------------------*/
.cf::after {
  display: block;
  clear: both;
  content: "";
}

/* ロード時transition無効
--------------------------------------------------*/
.preload *,
.preload *:before,
.preload *:after {
  transition: none !important;
}

/*--------------------------------------------------------------------
  global : 全ページ共通
----------------------------------------------------------------------*/
/* @extend */
.mode_sp .g_header .main a::after,
.mode_sp .g_header .info_nav a::after, .g_header .mega .item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.mode_sp .g_footer .info_nav a::before, .g_footer .arw a::before {
  margin-right: 8px;
}

/* _header
--------------------------------------------------*/
@media screen and (min-width: 835px) {
  .is_default .g_header .top_row {
    height: 90px !important;
  }
}
.g_header {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.g_header .top_row {
  position: relative;
  width: 100%;
  background: #fff;
  height: 90px;
}
.g_header .top_row .inner {
  position: relative;
  margin: 0 auto;
}
.g_header .logo img {
  width: 100%;
  height: auto;
}
.g_header .gnav .main {
  position: relative;
  box-sizing: border-box;
}
.g_header .thema .item {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 0 4px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
.g_header .btn_menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #901;
}
.g_header .btn_menu span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.g_header .btn_menu::before, .g_header .btn_menu::after,
.g_header .btn_menu span::after,
.g_header .btn_menu span::before {
  position: absolute;
  display: block;
  left: 50%;
  content: "";
}
.g_header .btn_menu::before,
.g_header .btn_menu span::after,
.g_header .btn_menu span::before {
  top: 50%;
  height: 2px;
  background: #fff;
  transition: all 0.2s;
}
.g_header .btn_menu::after {
  background-size: cover;
}
.g_header.is_active .btn_menu {
  background: #601;
}
.g_header.is_active .btn_menu::before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.g_header.is_active .btn_menu span::before {
  opacity: 0;
}
.g_header.is_active .btn_menu span::after {
  margin-top: -4px;
  transform: rotate(45deg);
}
.g_header .help_nav li {
  position: relative;
}
.g_header .help_nav li::before {
  display: block;
  position: absolute;
  top: 21px;
  left: 50%;
  background-image: url(/assets/images/header_spritesheet_help.png);
  background-repeat: no-repeat;
  content: "";
}
.g_header .help_nav li.en::before {
  margin-left: -12px;
}
.g_header .help_nav li a {
  position: relative;
}
.g_header .info_nav li {
  float: left;
}
.g_header .mega .help a::before {
  margin: 0 12px 1px 0;
  color: #666;
}
.mode_sp .g_header .main a::after,
.mode_sp .g_header .info_nav a::after {
  color: #d56;
}
@media screen and (max-width: 834px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
  }
  .g_header a {
    display: block;
  }
  .g_header .is_default .top_row .inner {
    display: flex;
    width: auto;
    height: 75px;
    align-items: center;
    justify-content: space-between;
  }
  .g_header .logo {
    width: 265px;
    padding-left: 20px;
  }
  .g_header .btn_menu {
    width: 70px;
    height: 70px;
  }
  .g_header .btn_menu::before,
  .g_header .btn_menu span::after,
  .g_header .btn_menu span::before {
    margin-left: -8px;
    width: 16px;
  }
  .g_header .btn_menu::before {
    margin-top: -12px;
  }
  .g_header .btn_menu::after {
    bottom: 10px;
    width: 39px;
    height: 8px;
    margin-left: -17px;
    background-image: url(/assets/images/header_btn_menu_sp.png);
    background-size: auto 8px;
  }
  .g_header .btn_menu span::before {
    margin-top: -6px;
  }
  .g_header .btn_menu span::after {
    margin-top: 0;
  }
  .g_header .gnav {
    display: none;
    position: absolute;
    top: 70px;
    z-index: 100;
    width: 0;
    height: 100%;
    background: #fff;
    font-size: 1.2rem;
  }
  .g_header .gnav .inner {
    position: relative;
    height: 100%;
  }
  .g_header .gnav .main {
    flex-wrap: wrap;
  }
  .g_header .main {
    overflow: hidden;
    margin: -5px 0 0 -5px;
    letter-spacing: -0.4em;
  }
  .g_header .thema {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin: 5px 0 0 5px;
    letter-spacing: normal;
  }
  .g_header .thema .item {
    position: relative;
    background-color: #901;
    font-size: 1.3rem;
  }
  .g_header .thema:first-child .item {
    background-image: url(/assets/images/header_nav01_sp.png);
  }
  .g_header .thema:nth-child(2) .item {
    background-image: url(/assets/images/header_nav02_sp.png);
  }
  .g_header .thema:nth-child(3) .item {
    background-image: url(/assets/images/header_nav03_sp.png);
  }
  .g_header .thema:nth-child(4) .item {
    background-image: url(/assets/images/header_nav04_sp.png);
  }
  .g_header .thema:nth-child(5) .item {
    background-image: url(/assets/images/header_nav05_sp.png);
  }
  .g_header .thema:nth-child(6) .item {
    background-image: url(/assets/images/header_nav06_sp.png);
  }
  .g_header .thema:nth-child(7) .item {
    background-image: url(/assets/images/header_nav08_sp.png);
    background-size: auto 25px;
  }
  .g_header .thema:last-of-type .item {
    background-image: url(/assets/images/header_nav07_sp.png);
  }
  .g_header .head_box {
    margin-top: 29px;
    text-align: center;
  }
  .g_header .help_nav {
    overflow: hidden;
    margin-left: -1px;
    border: 1px solid #ddd;
    border-width: 1px 0;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .g_header .help_nav li {
    display: inline-block;
    width: calc((100% - 4px) / 4);
    background-repeat: no-repeat;
    background-position: 50% 20px;
    background-size: auto 23px;
    letter-spacing: normal;
  }
  .g_header .help_nav li:nth-child(even) {
    border: 1px solid #ddd;
    border-width: 0 1px;
  }
  .g_header .help_nav li:last-child {
    border-right: none;
  }
  .g_header .help_nav li::before {
    height: 22px;
    background-size: auto 37px;
  }
  .g_header .help_nav li.inquiry::before, .g_header .help_nav li.access::before {
    width: 21px;
    margin-left: -10px;
  }
  .g_header .help_nav li.inquiry::before {
    background-position: 0 -14px;
  }
  .g_header .help_nav li.access::before {
    background-position: -21px -14px;
  }
  .g_header .help_nav li.en::before {
    background-position: -42px -14px;
    width: 23px;
  }
  .g_header .help_nav li.jp::before {
    background-position: -65px -14px;
    width: 35px;
    margin-left: -18px;
  }
  .g_header .help_nav li.search::before {
    background-position: -100px -15px;
    width: 18px;
    margin-left: -9px;
  }
  .g_header .help_nav li a {
    height: 85px;
    padding-top: 60px;
    box-sizing: border-box;
    color: #901;
  }
  .g_header .info_nav {
    overflow: hidden;
    margin: -1px 0 0 -1px;
  }
  .g_header .info_nav li {
    width: calc((100% - 2px) / 2);
    border: 1px solid #b34;
    border-width: 1px 0 0 1px;
  }
  .g_header .info_nav li a {
    position: relative;
    padding: 15px 0 13px;
    background: #901;
    color: #fff;
  }
  .g_header.is_active {
    height: 100%;
  }
  .g_header.is_active .btn_menu::after {
    background-image: url(/assets/images/header_btn_close_sp.png);
  }
  .g_header.is_active .sp_scroll {
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 30px 0 80px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .eng .g_header .thema .item {
    padding: 24px 0 20px;
    background-image: none;
  }
}
@media screen and (max-width: 360px) {
  .g_header .logo {
    width: 222px;
    padding: 11px 0 0 10px;
  }
}
@media screen and (min-width: 835px) {
  .g_header {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1120px;
  }
  .g_header.is_fix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .g_header.is_hide {
    opacity: 0;
  }
  .g_header.is_show {
    opacity: 1;
  }
  .g_header .inner {
    overflow: hidden;
    padding: 0 30px;
  }
  .g_header > .inner {
    height: 90px;
  }
  .g_header .col .inner {
    position: relative;
  }
  .g_header .logo {
    width: 350px;
  }
  .g_header .gnav {
    background: linear-gradient(to bottom, rgb(61, 0, 10) 0%, rgb(102, 0, 17) 10%);
  }
  .g_header .gnav .main {
    padding: 0 6px;
    display: -ms-flex;
    display: flex;
  }
  .g_header .gnav .thema {
    width: calc((100% - 35px) / 8);
    margin: 7px 0 6px 5px;
  }
  .g_header .gnav .thema:first-child .item {
    background-image: url(/assets/images/header_nav01_pc.png);
  }
  .g_header .gnav .thema:nth-child(2) .item {
    background-image: url(/assets/images/header_nav02_pc.png);
  }
  .g_header .gnav .thema:nth-child(3) .item {
    background-image: url(/assets/images/header_nav03_pc.png);
  }
  .g_header .gnav .thema:nth-child(4) .item {
    background-image: url(/assets/images/header_nav04_pc.png);
  }
  .g_header .gnav .thema:nth-child(5) .item {
    background-image: url(/assets/images/header_nav05_pc.png);
  }
  .g_header .gnav .thema:nth-child(6) .item {
    background-image: url(/assets/images/header_nav06_pc.png);
  }
  .g_header .gnav .thema:nth-child(7) .item {
    background-image: url(/assets/images/header_nav08_pc.png);
    background-size: 24px auto;
  }
  .g_header .gnav .thema:last-of-type .item {
    background-image: url(/assets/images/header_nav07_pc.png);
  }
  .g_header .gnav .item {
    background-color: #c01;
    font-size: 1.1rem;
    transition: all 0.3s ease-out;
  }
  .g_header .gnav .item:hover {
    box-shadow: inset 1px 1px 2px rgba(255, 229, 246, 0.4);
    color: #601;
  }
  .g_header.is_fix .gnav .main {
    display: none;
  }
  .g_header .head_box {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 100;
    width: 360px;
    text-align: center;
  }
  .g_header .help_nav {
    float: right;
  }
  .g_header .help_nav li {
    float: left;
  }
  .g_header .help_nav li::before {
    height: 28px;
    transition: 0.3s ease;
  }
  .g_header .help_nav li.inquiry::before, .g_header .help_nav li.access::before {
    width: 26px;
    margin-left: -13px;
  }
  .g_header .help_nav li.access::before {
    background-position: -26px 0;
  }
  .g_header .help_nav li.en::before {
    background-position: -52px 0;
    width: 25px;
  }
  .g_header .help_nav li.jp::before {
    background-position: -77px 0;
    width: 37px;
    margin-left: -19px;
  }
  .g_header .help_nav li.search::before {
    background-position: -114px 0;
    width: 23px;
    margin-left: -11px;
  }
  .g_header .help_nav li:hover::before {
    transform: translateY(-5px);
  }
  .g_header .help_nav a {
    display: block;
    width: 90px;
    padding: 65px 0 8px;
    border-left: 1px solid #eee;
    color: #901;
    font-size: 1.2rem;
  }
  .g_header .head_box li,
  .g_header .btn_menu {
    width: 90px;
    height: 90px;
  }
  .g_header .btn_menu::before,
  .g_header .btn_menu span::after,
  .g_header .btn_menu span::before {
    margin-left: -10px;
    width: 20px;
  }
  .g_header .btn_menu::before {
    margin-top: -17px;
  }
  .g_header .btn_menu::after {
    bottom: 15px;
    width: 47px;
    height: 10px;
    margin-left: -23px;
    background-image: url(/assets/images/header_btn_menu_pc.png);
  }
  .g_header .btn_menu span::before {
    margin-top: -10px;
  }
  .g_header .btn_menu span::after {
    margin-top: -3px;
  }
  .g_header .mega {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 666px;
    padding-top: 70px;
    box-sizing: border-box;
    background: #fff;
  }
  .g_header .mega .inner {
    overflow: auto;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 110px;
    box-sizing: border-box;
  }
  .g_header .mega ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .g_header .mega ul li {
    display: inline-block;
    letter-spacing: normal;
  }
  .g_header .mega ul:not(.menu) a:hover {
    text-decoration: underline;
  }
  .g_header .mega .thema {
    width: calc((100% - 32px) / 4);
    margin: 8px 4px 0;
    font-size: 1.6rem;
  }
  .g_header .mega .thema:first-child .item {
    background-position: 90px 33px;
  }
  .g_header .mega .thema:nth-child(2) .item {
    background-position: -162px 33px;
  }
  .g_header .mega .thema:nth-child(3) .item {
    background-position: -416px 33px;
  }
  .g_header .mega .thema:nth-child(4) .item {
    background-position: -666px 33px;
  }
  .g_header .mega .thema:nth-child(5) .item {
    background-position: 90px -96px;
  }
  .g_header .mega .thema:nth-child(6) .item {
    background-position: -162px -96px;
  }
  .g_header .mega .thema:nth-child(7) .item {
    background-position: -413px -96px;
  }
  .g_header .mega .thema:last-of-type .item {
    background-position: -666px -96px;
  }
  .g_header .mega .item {
    padding: 88px 0 10px;
    background-color: #901;
    background-image: url(/assets/images/header_spritesheet_pc.png);
    font-size: 1.6rem;
    transition: all 0.3s ease-out;
  }
  .g_header .mega .item:hover {
    background-color: #c01;
  }
  .g_header .mega .item::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: -7px 4px 0 0;
    color: #c01;
  }
  .g_header .mega::before {
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    content: "";
  }
  .g_header .mega .info {
    margin: 80px auto 40px;
  }
  .g_header .mega .info li:first-child, .g_header .mega .info li + li {
    border-left: 1px solid #c01;
  }
  .g_header .mega .info li:last-of-type {
    border-right: 1px solid #c01;
  }
  .g_header .mega .info a {
    display: block;
    width: 180px;
    padding: 9px 25px;
    box-sizing: border-box;
    color: #c01;
    text-align: center;
  }
  .g_header .mega .help li + li {
    margin-left: 33px;
  }
  .g_header .mega .help a {
    color: #666;
  }
  .is_active .g_header .btn_menu::after {
    background-image: url(/assets/images/header_btn_close_pc.png);
  }
  .eng .g_header {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
}

/* _footer
--------------------------------------------------*/
.g_footer {
  position: relative;
  z-index: 900;
  width: 100%;
  background: #fff;
  color: #fff;
}
.g_footer .copy {
  color: #ac5457;
}
.g_footer .bnr {
  border: 1px solid #ac5457;
}
.g_footer .help_nav .item {
  display: inline-block;
}
.g_footer .arw a {
  position: relative;
}
.mode_pc .g_footer .thema a {
  position: relative;
}
.mode_pc .g_footer .thema a::before {
  margin-right: 8px;
}
.mode_sp .g_footer .trigger::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7px 4px 0 0;
  color: #c01;
}
.mode_sp .g_footer .trigger.is_open::after {
  margin-top: -2px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
  .g_footer {
    background: #601;
  }
  .foot_top .g_footer:first-child {
    height: auto;
    padding-top: 0;
  }
  .g_footer .logo img {
    display: block;
    margin: 0 auto;
  }
  .g_footer .conts_nav {
    padding: 20px;
    background: #fff;
  }
  .g_footer .conts_nav .col {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .g_footer .conts_nav .trigger,
  .g_footer .conts_nav .solo a {
    display: block;
    position: relative;
    width: 100%;
    padding: 13px 0 11px;
    border-top: 1px solid #c01;
    box-sizing: border-box;
    text-align: left;
    color: #c01;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .g_footer .conts_nav .is_open + .col {
    padding: 15px 0 20px;
    border-top: 1px solid #eee;
  }
  .g_footer .conts_nav .is_open + .col p:not(.thema) {
    margin-top: 5px;
  }
  .g_footer .conts_nav .solo + .solo {
    margin: 0;
  }
  .g_footer .conts_nav .solo a::before {
    display: none;
  }
  .g_footer .items .item {
    width: calc((100% - 15px) / 2);
    margin-top: 7px;
  }
  .g_footer .items .item:nth-of-type(odd) {
    margin-right: 5px;
  }
  .g_footer .items .item:nth-of-type(even) {
    margin-left: 5px;
  }
  .g_footer .info_nav {
    padding: 42px 0 35px;
    border-top: 1px solid #c01;
  }
  .g_footer .info_nav .item {
    display: inline-block;
  }
  .g_footer .foot_bottom {
    display: block;
    padding: 60px 0 145px;
  }
  .g_footer .address {
    display: block;
    width: 285px;
    margin: 20px auto 60px;
    font-size: 1rem;
  }
  .g_footer .help_nav {
    width: 320px;
    margin: 60px auto 0;
    padding: 39px 0 37px;
    border: 1px solid #ac5457;
    border-width: 1px 0;
    box-sizing: border-box;
  }
  .g_footer .help_nav a {
    color: #fff;
  }
  .g_footer .help_nav .items {
    width: 305px;
    margin: 0 auto;
  }
  .g_footer .bnr {
    width: 268px;
    margin: 0 auto 30px;
  }
  .g_footer .copy {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 58px;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 360px) {
  .g_footer .help_nav .items {
    width: 285px;
  }
}
@media screen and (min-width: 835px) {
  .g_footer {
    font-size: 1.3rem;
  }
  .g_footer .inner {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
  }
  .g_footer .foot_top {
    padding-bottom: 40px;
  }
  .g_footer .foot_top .inner {
    width: 1028px;
  }
  .g_footer .conts_nav {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
    letter-spacing: -0.4em;
  }
  .g_footer .conts_nav .col {
    display: inline-block;
    width: calc((100% - 112px) / 4);
    margin: 40px 14px 0;
    vertical-align: top;
    letter-spacing: normal;
  }
  .g_footer .conts_nav .thema {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    border-top: 1px solid #c01;
    box-sizing: border-box;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .g_footer .conts_nav .thema a {
    display: block;
    padding: 13px 0 11px;
    color: #c01;
    transition: 0.3s ease;
  }
  .g_footer .conts_nav .thema a::before {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 4px 0 0;
    color: #c01;
    transition: 0.3s ease;
  }
  .g_footer .conts_nav .thema a:hover::before {
    right: -5px;
  }
  .g_footer .conts_nav .solo {
    margin: 0;
  }
  .g_footer .conts_nav .solo + .solo {
    border-bottom: 1px solid #c01;
  }
  .g_footer .conts_nav p:not(.thema) {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .g_footer .conts_nav p:not(.thema) a:hover {
    text-decoration: underline;
  }
  .g_footer .foot_bottom {
    padding: 60px 0;
    background: #601;
  }
  .g_footer .foot_bottom .inner {
    width: 1120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .g_footer .foot_bottom .col {
    position: relative;
  }
  .g_footer .foot_bottom .col + .col {
    text-align: right;
  }
  .g_footer .logo {
    margin-bottom: 50px;
  }
  .g_footer .logo img {
    width: auto;
    height: 66px;
  }
  .g_footer .address {
    margin-bottom: 12px;
  }
  .g_footer .address dd {
    line-height: 1.5;
  }
  .g_footer .bnr {
    width: 343px;
    margin: 0 0 75px auto;
  }
  .g_footer .bnr a {
    transition: 0.3s ease;
  }
  .g_footer .bnr a:hover {
    opacity: 0.5;
  }
  .g_footer .bnr img {
    width: 100%;
    height: auto;
  }
  .g_footer .help_nav .item {
    margin-left: 10px;
  }
  .g_footer .help_nav a,
  .g_footer .help_nav a:before {
    color: #fff;
  }
  .g_footer .help_nav a:before {
    width: 5px;
    height: 5px;
    margin-bottom: 1px;
  }
  .g_footer .help_nav a:hover {
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------------
  layout : 配置・枠
----------------------------------------------------------------------*/
.l_main {
  margin: 60px 0 100px;
}

.l_colAside {
  float: right;
  width: 240px;
}

@media screen and (max-width: 834px) {
  .l_base {
    width: auto;
    padding: 0 20px;
  }
  .l_main {
    margin: 50px 0;
  }
  .l_case {
    margin: 60px 0;
  }
  .l_block {
    margin: 30px 0 60px;
  }
  .l_blockHeader {
    margin-bottom: 30px;
  }
  .l_lower {
    margin: 0;
  }
  .l_holder {
    margin: 20px 0;
  }
  .l_colArticle {
    float: none;
    width: 100%;
  }
  .l_2col,
  .l_3col {
    width: 100%;
    margin: 30px 0;
  }
  .l_btnHolder {
    margin: 30px 0 -5px;
  }
  .l_colAside {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .l_base {
    padding: 0 10px;
  }
}
@media screen and (min-width: 835px) {
  .l_base {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .l_case {
    margin: 80px 0;
  }
  .l_block {
    margin: 50px 0 80px;
  }
  .l_block .l_block {
    margin: 40px 0 60px;
  }
  .l_blockHeader {
    margin-bottom: 40px;
  }
  .l_lower {
    margin: 0 40px;
  }
  .l_holder {
    margin: 30px 0;
  }
  .l_colArticle {
    float: left;
    width: 720px;
  }
  .l_grid {
    overflow: hidden;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: -50px 0 0 -40px;
  }
  .l_2col,
  .l_3col {
    margin: 50px 0 0 40px;
    vertical-align: top;
  }
  .l_2col {
    width: 479px;
  }
  .l_3col {
    width: 306px;
  }
  .l_btnHolder {
    margin: 40px 0 -5px;
  }
}
/*--------------------------------------------------------------------
   Component : 汎用性があり再利用できるパターン
----------------------------------------------------------------------*/
/* c_boxFrame
--------------------------------------------------*/
.c_boxFrame {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

.l_colArticle .c_boxFrame {
  margin-bottom: 60px;
}

.l_colArticle .article_boxs {
  margin-bottom: 0;
}

/*  _title
--------------------------------------------------*/
.c_pageTtl {
  position: relative;
  text-align: center;
}
.c_pageTtl::before {
  display: inline-block;
  padding: 4px 10px 3px;
  border: 1px solid #333;
  border-width: 0 1px;
  font-family: "Lato";
  font-weight: 900;
  content: attr(data-txt);
}
.c_pageTtl span {
  display: block;
  color: #c01;
}

.c_blockTtl {
  color: #c01;
  text-align: center;
}

.l_colArticle .c_blockTtl {
  color: #000000;
  font-weight: bold;
}

.c_borderTtl {
  border-bottom: 1px solid #c01;
  color: #c01;
}

.c_pointTtl {
  color: #c01;
}

@media screen and (max-width: 834px) {
  .c_pageTtl {
    margin-bottom: 40px;
  }
  .c_pageTtl::before {
    min-width: 100px;
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
  .c_pageTtl span {
    font-size: 2.3rem;
    letter-spacing: 3px;
    line-height: 1.4;
  }
  .c_blockTtl {
    font-size: 2rem;
  }
  .l_colArticle .c_blockTtl {
    font-size: 1.5rem;
  }
  .c_borderTtl {
    margin-bottom: 28px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  .c_pointTtl {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .c_pageTtl {
    margin-bottom: 50px;
  }
  .c_pageTtl::before {
    min-width: 140px;
    margin-bottom: 17px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .c_pageTtl span {
    font-size: 3.2rem;
    letter-spacing: 5px;
  }
  .c_blockTtl {
    font-size: 2.6rem;
  }
  .l_colArticle .c_blockTtl {
    font-size: 1.6rem;
  }
  .c_borderTtl {
    margin-bottom: 38px;
    padding-bottom: 2px;
    font-size: 2rem;
  }
  .c_pointTtl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
/* _ruleTxt
--------------------------------------------------*/
.c_ruleTxt {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

/* _txtLink
--------------------------------------------------*/
.c_txtLink {
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .c_txtLink:hover {
    text-decoration: none;
  }
}

/* _btn
--------------------------------------------------*/
.aform-twice-note {
  display: block;
}

.aform-control-btns {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aform-content .submit {
  background: transparent !important;
  padding: 0;
}

.aform-btn-return,
.aform-btn-submit,
#aform_btn_submit,
.aform-content #aform_btn_back {
  display: inline-block;
  margin: 5px;
  vertical-align: bottom;
  letter-spacing: normal;
}

.aform-content #aform_btn_back,
.aform-content #aform_btn_submit {
  padding: 16px 15px 14px;
  color: #ffffff;
  font-size: 100%;
}

.aform-btn-return,
.aform-content #aform_btn_back {
  width: 200px;
  margin-right: 30px;
}

.aform-btn-submit,
#aform_btn_submit,
.aform-content #aform_btn_submit {
  width: 350px;
}

.aform-btn-return .c_btn,
.aform-btn-submit .c_btn,
#aform_btn_submit .c_btn {
  text-align: center;
}

.c_btn._wideUse,
.c_btn.aform-btn,
.aform-content #aform_btn_back,
.aform-content #aform_btn_submit {
  background: #901;
}

.pc .c_btn._wideUse:hover,
.c_btn.aform-btn:hover,
.aform-content #aform_btn_back:hover,
.aform-content #aform_btn_submit:hover {
  background: #601;
}

.c_btn {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.3s ease;
}
.c_btn._c01 {
  border: 1px solid #c01;
  background-color: #c01;
  color: #fff;
}
.c_btn._c02 {
  border: 1px solid #c01;
  background-color: #fff;
  color: #c01;
}
.c_btn._szN, .c_btn._szL {
  padding: 16px 30px 13px;
}
.c_btn._szN {
  font-size: 1.3rem;
}
.c_btn._szL {
  font-size: 1.7rem;
}
.c_btn._prev::after, .c_btn._next::after, .c_btn._pdf::after, .c_btn._file::after {
  position: absolute;
  top: 50%;
}
.c_btn._prev::after, .c_btn._next::after {
  margin-top: -4px;
}
.c_btn._next::after {
  right: 11px;
}
.c_btn._prev:after {
  left: 15px;
}
.c_btn._pdf::after, .c_btn._file::after {
  right: 10px;
  width: 18px;
  height: 20px;
  margin-top: -10px;
  background: url(/assets/images/ico_dl_spritesheet.png) no-repeat 0 0;
  background-size: auto 40px;
  content: "";
}
.c_btn._pdf::after {
  background-position: -18px 0;
}
.c_btn._file::after {
  background-position: -18px -20px;
}
@media screen and (min-width: 835px) {
  .c_btn._c01::before, .c_btn._c02::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    transition: all 0.3s ease;
    content: "";
  }
  .c_btn._c01:hover::before, .c_btn._c02:hover::before {
    width: 100%;
  }
  .c_btn._c01:hover {
    color: #c01;
  }
  .c_btn._c01::before {
    background-color: #fff;
  }
  .c_btn._c02:hover {
    color: #fff;
  }
  .c_btn._c02::before {
    background-color: #c01;
  }
  .c_btn._pdf:hover::after {
    background-position: 0 0;
  }
  .c_btn._file:hover::after {
    background-position: 0 -20px;
  }
}

@media screen and (min-width: 835px) {
  .btn_submit ._c01:hover {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 834px) {
  .aform-btn-return,
  .aform-content #aform_btn_back {
    width: 100%;
    margin-right: 0;
  }
  .aform-btn-submit,
  .aform-content #aform_btn_submit {
    width: 100%;
  }
  .aform-content #aform_btn_back {
    margin-top: 20px;
  }
  .aform-content #aform_btn_submit {
    margin-top: 20px;
  }
}
/* _linkArw
--------------------------------------------------*/
@media screen and (min-width: 835px) {
  .c_linkArw:hover {
    text-decoration: underline;
  }
}
.c_linkArw::before {
  margin-right: 15px;
}

/* _txtIcon
--------------------------------------------------*/
.c_txtFile::after {
  background-position: 0 -20px;
}

.c_txtPdf::after {
  background-position: 0 0;
}

/* _blank
--------------------------------------------------*/
.c_btnBlank {
  position: relative;
  margin-right: 20px;
}

.c_txtBlank::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/icon_window.svg);
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background-size: contain;
  vertical-align: middle;
}

.c_btnBlank::before,
.c_btnBlank::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid;
}

.c_btnBlank::before {
  right: -12px;
  margin-bottom: 0.3em;
}

.c_btnBlank::after {
  right: -15px;
  margin-bottom: 0.6em;
}

/* sns
--------------------------------------------------*/
.sns_instagram::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/icon_instagram.svg);
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-size: contain;
  vertical-align: middle;
}

.sns_youtube::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/icon_youtube.svg);
  width: 19px;
  height: 13px;
  margin: 0 3px;
  background-size: contain;
  vertical-align: middle;
}

.sns_facebook::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/icon_facebook.svg);
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background-size: contain;
  vertical-align: middle;
}

.sns_twitter::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/icon_twitter.svg);
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background-size: contain;
  vertical-align: middle;
}

/*--------------------------------------------------------------------
  Module : ひとかたまりの部品群
----------------------------------------------------------------------*/
/* _articleDate
--------------------------------------------------*/
.m_articleDate {
  display: block;
  position: relative;
  border: 1px solid #c01;
  background-color: #fff;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  color: #c01;
  text-align: center;
}
.m_articleDate .year,
.m_articleDate .month,
.m_articleDate .day {
  font-weight: bold;
}
.m_articleDate .month,
.m_articleDate .day {
  font-size: 2rem;
}
.m_articleDate .year {
  display: block;
}
.m_articleDate .month,
.m_articleDate .day {
  position: absolute;
  width: 1.2em;
}
@media screen and (min-width: 835px) {
  .m_articleDate {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 30px;
    padding-top: 42px;
    background-image: url(/assets/images/date_bg.png);
  }
  .m_articleDate .year {
    font-size: 1.1rem;
  }
  .m_articleDate .month {
    top: 4px;
    left: 4px;
  }
  .m_articleDate .day {
    top: 17px;
    right: 3px;
  }
}
@media screen and (max-width: 834px) {
  .m_articleDate {
    width: 72px;
    height: 72px;
    margin-right: 15px;
    padding-top: 51px;
    background-image: url(/assets/images/date_bg_sp.png);
    background-size: 70px auto;
  }
  .m_articleDate .year {
    font-size: 1.3rem;
  }
  .m_articleDate .month {
    top: 5px;
    left: 8px;
  }
  .m_articleDate .day {
    top: 23px;
    right: 7px;
  }
}

/* _btnItems
--------------------------------------------------*/
.m_btnItems .item {
  margin: 5px;
}
@media screen and (max-width: 834px) {
  .m_btnItems {
    overflow: hidden;
    position: relative;
  }
  .m_btnItems .item {
    margin: 5px auto;
  }
  .m_btnItems .btn_submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .m_btnItems .btn_return {
    margin-top: 65px;
  }
}
@media screen and (min-width: 835px) {
  .m_btnItems {
    overflow: hidden;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .m_btnItems .item {
    min-width: 190px;
  }
  .m_btnItems .btn_submit {
    width: 350px;
  }
  .m_btnItems .btn_return {
    width: 200px;
    margin-right: 30px;
  }
}

/* _linkList
--------------------------------------------------*/
.m_linkList li {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
}
.m_linkList li:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
}
.m_linkList li a {
  position: relative;
}
@media screen and (max-width: 834px) {
  .m_linkList li + li {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 835px) {
  .m_linkList a:hover {
    text-decoration: underline;
  }
}

/* _discList,_decimalList
--------------------------------------------------*/
.m_discList,
.m_decimalList {
  margin: 20px 0;
  list-style-type: none;
}

.m_decimalList {
  counter-reset: li;
}

.m_discList li,
.m_decimalList li {
  position: relative;
}
.m_discList li::before,
.m_decimalList li::before {
  position: absolute;
  top: 0;
}
.m_discList li + li,
.m_decimalList li + li {
  margin-top: 4px;
}

.m_discList > li:before {
  left: -1.8em;
  margin-top: 4px;
  font-size: 1rem;
  content: "●";
}

.m_decimalList > li:before {
  content: counter(li) ".";
  counter-increment: li;
}

@media screen and (max-width: 834px) {
  .m_discList,
  .m_decimalList {
    padding-left: 1.5em;
  }
  .m_decimalList > li {
    margin-left: 0.4em;
  }
  .m_decimalList > li::before {
    left: -1.8em;
    width: 1.8em;
  }
}
@media screen and (min-width: 835px) {
  .m_discList,
  .m_decimalList {
    padding-left: 20px;
  }
  .m_decimalList > li {
    margin-left: 0.6em;
  }
  .m_decimalList > li::before {
    left: -2em;
    width: 2.1em;
  }
}
/* _anchorList
--------------------------------------------------*/
.m_anchorList {
  overflow: hidden;
  margin: 0 -5px;
}
.m_anchorList .item {
  float: left;
  margin: 5px;
  vertical-align: top;
}
.m_anchorList a {
  display: block;
  position: relative;
  border: 1px solid #c01;
  box-sizing: border-box;
  text-align: center;
  color: #c01;
  transition: all 0.3s ease;
}
.m_anchorList a::after {
  position: absolute;
}
@media screen and (max-width: 834px) {
  .m_anchorList .item {
    width: calc((100% - 20px) / 2);
    font-size: 1.2rem;
  }
  .m_anchorList a {
    position: relative;
    height: 50px;
  }
  .m_anchorList a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
    transform: translateY(-62%);
  }
  .m_anchorList a::after {
    left: 50%;
    bottom: 5px;
    margin-left: -6px;
  }
}
@media screen and (min-width: 835px) {
  .m_anchorList .item {
    min-width: 190px;
  }
  .m_anchorList a {
    height: 40px;
    padding: 10px 20px 0 10px;
  }
  .m_anchorList a::after {
    top: 50%;
    right: 7px;
    margin: -4px 0 0 12px;
  }
  .m_anchorList a:hover {
    background: #eee;
  }
}

/* _pulldownMenu
--------------------------------------------------*/
.m_pulldownMenu {
  position: relative;
}
.m_pulldownMenu .trigger,
.m_pulldownMenu .item {
  box-sizing: border-box;
}
.m_pulldownMenu .trigger {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 4px 12px 0;
  background: #c01;
  color: #fff;
  text-align: left;
}
.m_pulldownMenu .trigger:before,
.m_pulldownMenu .trigger:after {
  position: absolute;
  content: "";
  right: 0;
}
.m_pulldownMenu .trigger:before {
  top: 0;
  width: 45px;
  height: 45px;
  background: #901;
}
.m_pulldownMenu .trigger:after {
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 17px 0 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
}
.m_pulldownMenu .trigger.is_active:after {
  margin-top: -1px;
  transform: rotate(-45deg);
}
.m_pulldownMenu .conts {
  width: 100%;
  background: #f6f4f2;
}
.m_pulldownMenu .item {
  display: block;
  padding: 14px 12px 10px;
  border-top: 1px solid #e2e0de;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .m_pulldownMenu .item:hover {
    border-top: 1px solid #c01;
    background: #c01;
    color: #fff;
  }
}
@media screen and (max-width: 834px) {
  .m_pulldownMenu {
    width: 100%;
  }
  .m_pulldownMenu .trigger,
  .m_pulldownMenu .item {
    height: 50px;
    font-size: 1.5rem;
  }
  .m_pulldownMenu .trigger {
    padding: 4px 12px 0;
  }
  .m_pulldownMenu .trigger:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: none;
  }
  .m_pulldownMenu .trigger:after {
    width: 10px;
    height: 10px;
    margin: -7px 18px 0 0;
    border-width: 2px 2px 0 0;
  }
  .m_pulldownMenu .trigger.is_active:after {
    margin-top: -2px;
  }
  .m_pulldownMenu .conts {
    position: static;
  }
  .m_pulldownMenu .item {
    padding-top: 15px;
  }
}

/* _download
--------------------------------------------------*/
.m_download {
  display: block;
  position: relative;
  width: 33px;
  margin: 0 auto;
}
.m_download::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 25px;
  height: 8px;
  border: 4px solid #333;
  border-top: none;
  content: "";
  transition: 0.3s ease;
}
.m_download span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.m_download span::before, .m_download span::after {
  position: absolute;
  content: "";
  transition: 0.3s ease;
}
.m_download span::before {
  top: -7px;
  left: 13px;
  width: 7px;
  height: 10px;
  background: #333;
}
.m_download span::after {
  left: 7px;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 9px;
}
@media screen and (min-width: 835px) {
  .m_download:hover::before {
    border-color: #c01;
  }
  .m_download:hover span::before {
    background: #c01;
  }
  .m_download:hover span::after {
    border-top-color: #c01;
  }
}

/* _articleCards
--------------------------------------------------*/
.m_articleCards {
  overflow: hidden;
}
.m_articleCards .card {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.3rem;
}
.m_articleCards a {
  display: block;
  overflow: hidden;
}
.m_articleCards .fig {
  overflow: hidden;
}
.m_articleCards .fig img {
  width: 100%;
  height: auto;
}
.m_articleCards .float_item {
  position: absolute;
  top: 8px;
  left: 8px;
}
.m_articleCards .outline {
  padding: 23px 20px 21px;
}
.m_articleCards .date {
  color: #901;
}
.m_articleCards .ttl {
  color: #c01;
  font-weight: bold;
  font-size: 1.6rem;
}
.m_articleCards .txt {
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .m_articleCards a {
    padding-bottom: 25px;
  }
  .m_articleCards .card + .card {
    margin-top: 20px;
  }
  .m_articleCards .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .m_articleCards {
    margin: -12px 0 0 -12px;
    display: -ms-flex;
    display: flex;
    flex-flow: wrap;
  }
  .m_articleCards .card {
    width: calc((100% - 48px) / 4);
    margin: 12px 0 0 12px;
  }
  .m_articleCards .fig {
    transition: 0.3s ease;
  }
  .m_articleCards .ttl {
    font-size: 1.6rem;
  }
  .m_articleCards a:hover .fig {
    opacity: 0.8;
  }
  .m_articleCards a:hover .txt {
    text-decoration: underline;
  }
}

/* _articleLine
--------------------------------------------------*/
.m_articleLine {
  background: #fff;
}
.m_articleLine + .m_articleLine {
  margin-top: 5px;
}
.m_articleLine a {
  position: relative;
}
.m_articleLine .txt,
.m_articleLine .cate {
  -ms-flex-flex-item-align: center;
  align-self: center;
}
.m_articleLine .cate_box {
  display: table;
}
.m_articleLine .cate {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ffffff;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .m_articleLine {
    padding: 10px 0 10px 10px;
    letter-spacing: -0.4em;
    width: 100%;
  }
  .m_articleLine .date,
  .m_articleLine .txt {
    display: inline-block;
    vertical-align: text-top;
    letter-spacing: normal;
  }
  .m_articleLine .txt {
    width: calc(100% - 87px);
    padding: 4px 8% 0 0;
    font-size: 1.3rem;
    box-sizing: border-box;
  }
  .m_articleLine .cate_box {
    margin: 4px 0 0 -1px;
  }
  .m_articleLine .cate {
    width: 90px;
    height: 20px;
    margin: 0 0 0 auto;
    text-align: center;
    padding-top: 4px;
    font-size: 1.1rem;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 835px) {
  .m_articleLine {
    padding: 8px 0 8px 8px;
    display: -ms-flex;
    display: flex;
    align-content: center;
  }
  .m_articleLine a {
    display: block;
    width: 790px;
  }
  .m_articleLine a .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .m_articleLine.is_hover .txt {
    text-decoration: underline;
  }
  .m_articleLine .txt {
    width: 760px;
    padding-right: 30px;
    font-size: 1.5rem;
  }
  .m_articleLine .cate {
    width: 110px;
    margin-left: 2px;
    padding: 0 4px;
  }
}

/* _linkPanels
--------------------------------------------------*/
.m_linkPanels .panel a {
  color: #c01;
}
.m_linkPanels .panel img {
  width: 100%;
  height: auto;
}
.m_linkPanels .name {
  position: relative;
  background: #fff;
  padding: 22px 60px 20px 17px;
  font-size: 2rem;
  line-height: 1.2;
  transition: 0.3s ease;
}
.m_linkPanels .name::before, .m_linkPanels .name::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
}
.m_linkPanels .name::before {
  box-shadow: 0 0 1px 1px #c01;
  border-radius: 15px;
}
.m_linkPanels .name::after {
  color: #c01;
}
.m_linkPanels .name .en::after {
  display: block;
  font-family: "Lato";
  font-weight: bold;
  content: attr(data-txt);
}
@media screen and (max-width: 834px) {
  .m_linkPanels .panel + .panel {
    margin-top: 20px;
  }
  .m_linkPanels .name::before {
    right: 14px;
    width: 24px;
    height: 24px;
    margin-top: -11px;
  }
  .m_linkPanels .name::after {
    right: 23px;
    margin-top: -3px;
  }
  .m_linkPanels .name .en::after {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 835px) {
  .m_linkPanels {
    margin: -17px 0 0 -17px;
    overflow: hidden;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .m_linkPanels .panel {
    position: relative;
    width: calc((100% - 51px) / 3);
    margin: 17px 0 0 17px;
    box-sizing: border-box;
  }
  .m_linkPanels a:hover {
    color: #fff;
  }
  .m_linkPanels a:hover .name {
    background: #c01;
  }
  .m_linkPanels .name::before {
    right: 21px;
    width: 29px;
    height: 29px;
    margin-top: -15px;
  }
  .m_linkPanels .name::after {
    right: 32px;
    margin-top: -6px;
  }
  .m_linkPanels .name .en::after {
    margin-top: 3px;
    font-size: 1.3rem;
  }
}

/* _toggelUnit
--------------------------------------------------*/
.m_toggelUnits {
  counter-reset: num;
}
.m_toggelUnits .unit_head,
.m_toggelUnits .unit_body {
  position: relative;
}
.m_toggelUnits .unit_head {
  background: #777;
  cursor: pointer;
}
.m_toggelUnits .unit_head span {
  display: block;
  background: #aaa;
}
.m_toggelUnits .unit_head::before, .m_toggelUnits .unit_head::after,
.m_toggelUnits .unit_head span::after,
.m_toggelUnits .unit_head span::before,
.m_toggelUnits .unit_head .unit_body::before {
  display: block;
  position: absolute;
}
.m_toggelUnits .unit_head::before, .m_toggelUnits .unit_head::after,
.m_toggelUnits .unit_head span::before,
.m_toggelUnits .unit_head span::after {
  top: 50%;
  text-align: center;
  color: #fff;
}
.m_toggelUnits .unit_head::before {
  margin-top: -0.6em;
  counter-increment: num;
  font-weight: bold;
}
.m_toggelUnits .unit_head:not(._question)::before {
  content: counter(num);
}
.m_toggelUnits .unit_head._question::before {
  content: "Q" counter(num);
}
.m_toggelUnits .unit_head::after {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -14px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
}
.m_toggelUnits .unit_head span::before,
.m_toggelUnits .unit_head span::after {
  background: #fff;
  content: "";
}
.m_toggelUnits .unit_head span::before {
  right: 33px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}
.m_toggelUnits .unit_head span::after {
  right: 28px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.m_toggelUnits .unit_head.is_active span {
  background: #ccc;
}
.m_toggelUnits .unit_head.is_active span:before {
  display: none;
}
.m_toggelUnits .unit_body {
  background: #f2f2f2;
}
.m_toggelUnits .unit_body._answer::before {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  font-weight: bold;
  content: "A";
  color: #777;
}
@media screen and (max-width: 834px) {
  .m_toggelUnits .unit {
    margin-top: 30px;
  }
  .m_toggelUnits .unit_head {
    font-size: 1.3rem;
  }
  .m_toggelUnits .unit_head::before {
    width: 50px;
    font-size: 1.8rem;
  }
  .m_toggelUnits .unit_head::after {
    right: 15px;
  }
  .m_toggelUnits .unit_head span {
    margin-left: 50px;
    padding: 15px 50px 12px 15px;
  }
  .m_toggelUnits .unit_head span::before {
    right: 28px;
  }
  .m_toggelUnits .unit_head span::after {
    right: 23px;
  }
  .m_toggelUnits .unit_body .inner {
    padding: 20px 18px 20px 50px;
  }
  .m_toggelUnits .unit_body._answer::before {
    top: 16px;
    margin-left: 18px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 835px) {
  .m_toggelUnits .unit {
    margin-top: 40px;
  }
  .m_toggelUnits .unit_head {
    font-size: 1.6rem;
  }
  .m_toggelUnits .unit_head span {
    margin-left: 60px;
    padding: 20px 70px 17px 15px;
  }
  .m_toggelUnits .unit_head:hover span {
    background: #ccc;
  }
  .m_toggelUnits .unit_head.is_active:hover span {
    background: #aaa;
  }
  .m_toggelUnits .unit_head::before {
    width: 60px;
    font-size: 2.1rem;
  }
  .m_toggelUnits .unit_head::after {
    right: 15px;
  }
  .m_toggelUnits .unit_head span::before {
    right: 28px;
  }
  .m_toggelUnits .unit_head span::after {
    right: 23px;
  }
  .m_toggelUnits .unit_body._answer::before {
    top: 22px;
    margin-left: 24px;
    font-size: 2.4rem;
  }
  .m_toggelUnits .unit_body .inner {
    padding: 28px 40px 28px 60px;
  }
}

/* _customSelect
--------------------------------------------------*/
.m_customSelect {
  display: inline-block;
  background: #fff;
}
.m_customSelect label {
  display: block;
  position: relative;
}
.m_customSelect label::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
  content: "";
}
.m_customSelect select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  padding: 0 25px 0 6px;
  border: none;
  box-sizing: border-box;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.m_customSelect select::-ms-expand {
  display: none;
}

/* _pagination
--------------------------------------------------*/
.m_pagination {
  position: relative;
  text-align: center;
  letter-spacing: -0.4em;
}
.m_pagination li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  letter-spacing: normal;
}
.m_pagination a,
.m_pagination span {
  box-sizing: border-box;
}
.m_pagination a,
.m_pagination .is_active {
  overflow: hidden;
  display: block;
  min-width: 27px;
  height: 27px;
  border: 1px solid #c01;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #c01;
  font-size: 1.4rem;
  line-height: 25px;
  transition: all 0.2s;
}
.m_pagination a {
  position: relative;
}
.m_pagination .is_active {
  background: #c01;
  color: #fff;
}
.m_pagination .more {
  width: 27px;
  height: 27px;
}
.m_pagination .prev span,
.m_pagination .next span {
  width: 25px;
  height: 25px;
}
.m_pagination .prev:before,
.m_pagination .next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
}
.m_pagination .prev::before {
  margin-left: -2px;
}
.m_pagination .next::before {
  margin-left: -6px;
}
@media screen and (min-width: 835px) {
  .m_pagination a:hover {
    background: #c01;
    color: #fff;
  }
  .m_pagination .prev:hover::before,
  .m_pagination .next:hover::before {
    border-color: #fff;
  }
}

/* _tbltype
--------------------------------------------------*/
.m_tbltype {
  width: 100%;
  border: 1px solid #c01;
  line-height: 1.2;
  font-size: 1.3rem;
  word-wrap: break-word;
}
.m_tbltype caption {
  margin-bottom: 10px;
  text-align: left;
}
.m_tbltype th,
.m_tbltype td {
  box-sizing: border-box;
}
.m_tbltype th {
  font-weight: normal;
}
.m_tbltype thead th {
  padding: 8px 5px 6px;
  border-right: 1px solid #fff;
}
.m_tbltype thead th:last-child {
  border-right: none;
}
.m_tbltype thead tr + tr th {
  border-top: 1px solid #fff;
}
.m_tbltype thead .bd_b {
  border-bottom: 1px solid #fff !important;
}
.m_tbltype thead .bd_r {
  border-right: 1px solid #fff !important;
}
.m_tbltype thead .bd_l {
  border-left: 1px solid #fff !important;
}
.m_tbltype tbody tr + tr th,
.m_tbltype tbody tr + tr td {
  border-top: 1px dotted #c01;
}
.m_tbltype tbody th {
  padding: 13px 10px 11px;
  border-right: 1px dotted #c01;
}
.m_tbltype tbody td {
  padding: 13px 10px 11px;
  border-right: 1px dotted #c01;
}
.m_tbltype tbody td:last-child {
  border-right: none;
}
.m_tbltype tbody .bd_r {
  border-right: 1px dotted #c01 !important;
}
.m_tbltype tbody .bd_b {
  border-bottom: 1px dotted #c01 !important;
}
.m_tbltype tbody .bd_l {
  border-left: 1px dotted #c01 !important;
}
.m_tbltype thead th, .m_tbltype._type01 th {
  background: #c01;
  color: #fff;
}
.m_tbltype._type01 tr + tr th {
  border-top: 1px solid #fff;
}
.m_tbltype._type01 tr:first-child td,
.m_tbltype._type01 tr + tr td {
  border-left: none;
}
.m_tbltype._type01 td + td {
  border-left: 1px dotted #c01;
}
.m_tbltype._type01 th,
.m_tbltype._type01 td {
  padding: 15px 10px 11px;
}
.m_tbltype._type02 tbody {
  text-align: center;
}
.m_tbltype._type02 tbody th {
  border-right: 1px dotted #c01;
}
.m_tbltype._type03 {
  table-layout: fixed;
}
.m_tbltype._type03 tbody th {
  color: #c01;
  border-right: 1px dotted #c01;
}
.m_tbltype._type03 td {
  text-align: center;
}
.m_tbltype._type04 th {
  padding: 13px 10px 11px;
  text-align: left;
}
.m_tbltype._type04 tbody th {
  border-right: 1px dotted #c01;
  background: #f2f2f2;
}
.m_tbltype .fix01 {
  width: 100px;
}
.m_tbltype .fix02 {
  width: 200px;
}
.m_tbltype .fix03 {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .m_tbltype {
    table-layout: auto;
  }
  .m_tbltype th,
  .m_tbltype td {
    word-wrap: break-word;
    padding: 0 10px;
  }
  .m_tbltype._type01 th,
  .m_tbltype._type01 td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m_tbltype._type01 tr {
    display: block;
    margin: 5px 5px 10px;
  }
  .m_tbltype._type01 th {
    margin-bottom: 10px;
    padding: 10px 10px 8px;
  }
  .m_tbltype._type01 td {
    padding: 0 10px;
  }
  .m_tbltype._type01 td + td {
    padding-top: 5px;
    border: none;
  }
  .m_tbltype._type01 tbody tr + tr th,
  .m_tbltype._type01 tbody tr + tr td {
    border-top: none;
  }
  .m_tbltype._type03 {
    table-layout: auto;
  }
}
@media screen and (min-width: 835px) {
  .m_tbltype._fix {
    table-layout: fixed;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .m_tbltype {
    border-collapse: separate;
  }
}
@-moz-document url-prefix() {
  .m_tbltype {
    border-collapse: separate;
  }
}
/* _articleList
--------------------------------------------------*/
.m_articleList .item {
  position: relative;
}
.m_articleList .item > a {
  display: table;
  overflow: hidden;
  width: 100%;
}
.pc .m_articleList .item img {
  width: 193px;
  height: auto;
}
.m_articleList .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  background: url(/images/border_x01.gif) repeat-x 0 0;
}
.pc .m_articleList .outline {
  display: table-cell;
  width: 507px;
  padding-left: 20px;
  vertical-align: middle;
}
.pc .m_articleList .date,
.pc .m_articleList .label {
  float: left;
}
.m_articleList .ttl,
.m_articleList .txt,
.m_articleList .name {
  margin: 8px 0;
}
.m_articleList .ttl,
.m_articleList .txt {
  clear: both;
  text-decoration: underline;
}
.m_articleList .label {
  margin-bottom: 10px;
  letter-spacing: -0.4em;
}
.pc .m_articleList .label span + span {
  margin-left: 10px;
}
.m_articleList .ttl {
  font-size: 1.6rem;
}
.m_articleList .name {
  font-weight: bold;
}
.pc .m_articleList a:hover .ttl,
.pc .m_articleList a:hover .txt {
  text-decoration: none;
}
.m_articleList .is_Omit {
  position: relative;
}
.m_articleList .is_Omit:after {
  content: "…";
}

@media screen and (max-width: 834px) {
  .m_articleList .item {
    margin-bottom: 20px;
  }
  .m_articleList .item + .item {
    padding-top: 20px;
  }
  .m_articleList .item:last-child {
    margin-bottom: 0;
  }
  .m_articleList .outline {
    padding-top: 22px;
  }
  .m_articleList .ttl,
  .m_articleList .txt,
  .m_articleList .name {
    margin: 6px 0;
  }
  .m_articleList .ttl {
    font-size: 1.4rem;
  }
  .m_articleList .date {
    font-size: 1.3rem;
  }
  .m_articleList .txt {
    margin-top: 11px;
  }
}
/* _formItms
--------------------------------------------------*/
.m_formItms .agreement {
  position: relative;
}
@media screen and (max-width: 834px) {
  .m_formItms .agreement {
    padding-top: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .m_formItms .agreement {
    padding-top: 40px;
    text-align: center;
  }
}

/* _finishedMeg
--------------------------------------------------*/
.m_finishedMeg {
  margin: 0 auto;
  padding: 1px 0;
  background: url(/images/border_x02.gif) repeat 0 0;
}
.m_finishedMeg .inside {
  padding: 28px 0;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .m_finishedMeg {
    width: 100%;
  }
  .m_finishedMeg .inside {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 835px) {
  .m_finishedMeg {
    width: 700px;
  }
  .m_finishedMeg .inside {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
}

/* _gmaps
--------------------------------------------------*/
.m_gmaps {
  position: relative;
  overflow: hidden;
}
.m_gmaps .frame {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .m_gmaps .frame {
    height: 220px;
  }
}
@media screen and (min-width: 835px) {
  .m_gmaps .frame {
    height: 300px;
  }
}

/*--------------------------------------------------------------------
  Particular : ページに一つしか存在しない固有のモジュール
----------------------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .link_box {
    margin-top: 30px;
    background-size: cover;
  }
}
@media screen and (max-width: 834px) {
  .link_box {
    margin-top: 0;
    background-size: cover;
  }
}
/* _breadcrumbs
--------------------------------------------------*/
.p_breadcrumbs {
  overflow: hidden;
  margin: 0 auto;
}
.p_breadcrumbs li {
  position: relative;
  float: left;
  margin-top: 10px;
  font-size: 1.1rem;
}
.p_breadcrumbs li + li {
  margin-left: 30px;
}
.p_breadcrumbs li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: -3px 0 0 -21px;
  font-size: 1.5rem;
  content: " > ";
}
.p_breadcrumbs a {
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .p_breadcrumbs {
    padding-top: 60px;
  }
  .p_breadcrumbs li + li {
    margin-left: 22px;
  }
  .p_breadcrumbs li::before {
    margin: 0 0 0 -14px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 835px) {
  .p_breadcrumbs {
    padding-top: 76px;
  }
  .p_breadcrumbs a:hover {
    text-decoration: none;
  }
}

/* _articlesHeadline
--------------------------------------------------*/
.p_articlesHeadline {
  position: relative;
  margin: 13px 0 30px;
}

.p_articlesHeadline > .ttl {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  font-weight: normal;
}

.p_articlesHeadline > a {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}

.p_articlesHeadline > a {
  font-size: 1.1rem;
}

.pc .p_articlesHeadline > a:hover {
  text-decoration: underline;
}

.p_articlesHeadline > a:before {
  margin-right: 5px;
  border-width: 1px 1px 0 0;
  color: #901;
}

@media screen and (max-width: 834px) {
  .p_articlesHeadline {
    margin-top: 8px;
  }
  .p_articlesHeadline > .ttl {
    font-size: 2.1rem;
  }
}
/* _snsLinks
--------------------------------------------------*/
.p_snsLinks {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 1010;
  width: 56px;
  height: 120px;
  padding-top: 7px;
  border-radius: 6px 0 0 6px;
  background: #901;
  font-size: 1.1rem;
  text-align: center;
}
.p_snsLinks .ico {
  display: block;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin: 10px auto;
  text-indent: 100%;
  white-space: nowrap;
}
.p_snsLinks .ico._fb {
  background-image: url(/assets/images/ico_fb.png);
}
.p_snsLinks .ico._tw {
  background-image: url(/assets/images/ico_tw.png);
}
@media screen and (max-width: 834px) {
  .p_snsLinks {
    position: static;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1.2rem;
  }
  .p_snsLinks .list {
    display: flex;
    justify-content: space-between;
  }
  .p_snsLinks .list > * {
    width: calc((100% - 10px) / 2);
    padding: 10px 0;
  }
  .p_snsLinks .ico {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-indent: initial;
    color: #fff;
  }
  .p_snsLinks .ico._fb {
    background: #1877f2;
  }
  .p_snsLinks .ico._tw {
    background: #1da1f2;
  }
}

.p_formFlow.none {
  display: none;
}

/* _formFlow
--------------------------------------------------*/
.p_formFlow {
  display: table;
  width: 700px;
  margin: 52px auto 60px;
  counter-reset: num;
  color: #aaa;
  letter-spacing: -0.4em;
}
.p_formFlow li {
  position: relative;
  display: inline-block;
  width: 213px;
  padding: 11px 0 7px 46px !important;
  border: 1px solid #aaa;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1;
}
.p_formFlow li + li {
  margin-left: 19px;
}
.p_formFlow li:first-child, .p_formFlow li:first-child + li {
  border-right-width: 0;
}
.p_formFlow li::before {
  top: 0;
  left: 0;
  width: 28px;
  padding: 10px 0 8px;
  box-sizing: border-box;
  background: #aaa;
  color: #fff;
  font-weight: bold;
  text-align: center;
  content: counter(num);
  counter-increment: num;
}
.p_formFlow .arw:after,
.p_formFlow .arw:before,
.p_formFlow li:before {
  display: block;
  position: absolute;
}
.p_formFlow .arw:after,
.p_formFlow .arw:before {
  top: 50%;
  right: -22px;
  width: 26px;
  height: 1px;
  border: 0;
  background: #aaa;
  content: "";
}
.p_formFlow .arw:after {
  margin-top: 8px;
  transform: rotate(-45deg);
}
.p_formFlow .arw:before {
  margin-top: -9px;
  transform: rotate(45deg);
}
.p_formFlow .is_active,
.p_formFlow .is_active:after {
  border-color: #c01 !important;
  color: #c01 !important;
}
.p_formFlow .is_active:before,
.p_formFlow .is_active .arw:after,
.p_formFlow .is_active .arw:before {
  background: #c01;
}
@media screen and (max-width: 834px) {
  .p_formFlow {
    width: 100%;
    margin: 32px auto 40px;
  }
  .p_formFlow li {
    width: 30%;
    width: calc((100% - 20px) / 3);
    padding: 4px 0 2px 25px !important;
    font-size: 1.3rem;
    text-align: left;
  }
  .p_formFlow li + li {
    margin-left: 10px;
  }
  .p_formFlow li::before {
    width: 18px;
    padding: 15px 0 14px;
  }
  .p_formFlow li span,
  .p_formFlow li strong {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
  }
  .p_formFlow .arw:after,
  .p_formFlow .arw:before {
    right: -16px;
    width: 24px;
    height: 1px;
    border: 0;
    background: #aaa;
  }
  .p_formFlow .arw:before {
    margin-top: 10px;
    transform: rotate(110deg);
  }
  .p_formFlow .arw:after {
    margin-top: -11px;
    transform: rotate(70deg);
  }
}

/*--------------------------------------------------------------------
  Utility : パーツではない便利系
----------------------------------------------------------------------*/
/* テキスト
--------------------------------------------------*/
.u_em {
  color: #c01;
}

/* 背景色
--------------------------------------------------*/
.u_bgColor {
  overflow: hidden;
  background-color: #f6f4f2;
}

/* 配置
--------------------------------------------------*/
.u_txtC {
  text-align: center;
}

.u_txtR {
  text-align: right;
}

.u_txtL {
  text-align: left;
}

.u_mt10 {
  margin-top: 10px;
}

@media screen and (min-width: 835px) {
  /* fig_r, fig_l
  --------------------------------------------------*/
  .fig_r {
    float: right;
    margin: 5px 0 5px 15px;
  }
  .fig_l {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
/* webfont
--------------------------------------------------*/
.u_abel {
  font-family: "Abel", sans-serif;
}

/* テキスト省略
--------------------------------------------------*/
.u_omit {
  position: relative;
}

.u_omit:after {
  content: "…";
}

.u_omitTxt {
  display: none;
}

/* Responsive
--------------------------------------------------*/
.u_spItem {
  display: none !important;
}

/* _layer
--------------------------------------------------*/
.u_layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  /* Responsive
  --------------------------------------------------*/
  .u_pcItem {
    display: none !important;
  }
  .u_spItem {
    display: block !important;
  }
  .u_fixImg {
    width: 100%;
    height: auto;
  }
  /* _tbltype
  --------------------------------------------------*/
  .u_scrollTbl {
    overflow: auto;
    white-space: nowrap;
  }
  .u_scrollTbl::-webkit-scrollbar {
    height: 5px;
  }
  .u_scrollTbl::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .u_scrollTbl::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
/*--------------------------------------------------------------------
  プライバシーポリシー
----------------------------------------------------------------------*/
.privacy_cont {
  counter-reset: num;
}
.privacy_cont .rule_date {
  margin-top: 0.8em;
  text-align: right;
}
.privacy_cont .rule_box .ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 30px;
  font-size: 1.7rem;
  font-weight: bold;
}
.privacy_cont .rule_box .ttl::before {
  position: absolute;
  left: 2px;
  content: counter(num) ".";
  counter-increment: num;
}
.privacy_cont .contact_data {
  position: relative;
  margin: 0 0 0 auto;
  border: 1px solid #000;
  line-height: 1.6;
}
.privacy_cont .contact_data dt {
  width: 20rem;
  margin: -11px auto 0;
  background: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.privacy_cont .contact_data dd {
  padding: 10px 15px 15px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .privacy_cont .rule_date {
    font-size: 1.2rem;
  }
  .privacy_cont .rule_box {
    margin-bottom: 40px;
  }
  .privacy_cont .rule_box .ttl {
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .privacy_cont .contact_data {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 835px) {
  .privacy_cont .rule_box {
    margin-bottom: 50px;
  }
  .privacy_cont .rule_box .ttl {
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .privacy_cont .contact_data {
    width: 25em;
  }
}/*# sourceMappingURL=index.css.map */