@charset "UTF-8";
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*--------------------------------------------------------------------
  設定
----------------------------------------------------------------------*/
/* Media Queries */
/* 色 */
/* @mixin
--------------------------------------------------*/
/* flexBox */
/* @extend
--------------------------------------------------*/
/* icon矢印 */
.p_articlesHeadline > a:before, .p_sideMenu .side_list a:after, .m_pagination .prev a:before,
.m_pagination .next a:after, .m_linkList li:before, .g_footer .info_nav a span:before,
.g_footer .arw a:before, .g_header .head_box *:not(.lang) a:before, .g_header .sub a:before {
  display: inline-block;
  border-style: solid;
  content: "";
  transform: rotate(45deg);
}

.g_footer .help_nav a:before, .g_header .sub a:before {
  width: 5px;
  height: 5px;
}

.p_articlesHeadline > a:before, .m_linkList li:before, .g_footer .info_nav a span:before,
.g_footer .thema a:before, .g_header .head_box *:not(.lang) a:before {
  width: 6px;
  height: 6px;
}

.p_sideMenu .side_list a:after, .m_pagination .prev a:before,
.m_pagination .next a:after, .c_btn._prev:after,
.c_btn._next:after {
  width: 8px;
  height: 8px;
}

.p_sideMenu .side_list a:after, .m_pagination .prev a:before,
.m_pagination .next a:after, .m_linkList li:before, .g_footer .info_nav a span:before,
.g_footer .arw a:before, .g_header .head_box *:not(.lang) a:before, .g_header .sub a:before {
  border-width: 2px 2px 0 0;
}

.c_btn._prev:after,
.c_btn._next:after {
  border-width: 3px 3px 0 0;
}

.m_linkList li:before, .g_footer .info_nav a span:before,
.g_footer .thema a:before {
  color: #000;
}

.g_header .head_box *:not(.lang) a:before, .g_header .sub a:before {
  color: #fff;
}

/* 記事ラベル */
.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 {
  overflow-y: scroll;
  -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%;
}

@media screen and (max-width: 834px) {
  html {
    font-family: "sp";
  }
}
/* body
--------------------------------------------------*/
body {
  min-width: 1000px;
  height: 100%;
  padding-top: 140px;
  color: #000;
  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; */
}

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

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

/* clearfix
--------------------------------------------------*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

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

/* latin */
@font-face {
  font-family: "Abel";
  font-style: normal;
  font-weight: 400;
  src: local("Abel Regular"), local("Abel-Regular"), url(https://fonts.gstatic.com/s/abel/v7/UzN-iejR1VoXU2Oc-7LsbvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*--------------------------------------------------------------------
  global : 全ページ共通
----------------------------------------------------------------------*/
/* _header
--------------------------------------------------*/
.g_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 125px;
  padding-bottom: 15px;
  background: #fff;
}
.g_header .eng_name {
  line-height: 1;
}
.g_header .eng_name img {
  width: auto;
  height: 14px;
}

.g_header.is_fix {
  position: fixed;
  top: 0;
  left: 0;
}

.g_header .top_row {
  position: relative;
  width: 100%;
  background: #fff;
}

.g_header .top_row:first-child:before,
.pc .g_header .logo:before {
  display: block;
  position: absolute;
  height: 81px;
  margin-left: -30px;
  background: #901;
  content: "";
}

.g_header .top_row:first-child:before {
  width: calc(50% - 70px);
}

.g_header .top_row .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.g_header .logo {
  position: relative;
  z-index: 10;
}

.g_header .logo a {
  display: flex;
  position: relative;
  align-items: center;
  font-weight: bold;
  color: #b96;
}
.pc .g_header .logo a {
  padding: 20px 0;
}

.pc .g_header .logo a > img {
  width: auto;
  height: 36px;
  margin-right: 20px;
}

.pc .g_header .logo:after,
.pc .g_header .logo:before {
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.g_header .logo:after {
  position: absolute;
  top: 50%;
  left: calc(100% - 146px);
  z-index: 99;
  width: 0;
  height: 0;
  margin-top: -41px;
  border-style: solid;
  border-width: 81px 24px 0 0;
  border-color: #901 transparent transparent transparent;
  content: "";
}

.pc .g_header .logo:before {
  width: calc(100% - 116px);
}

.pc .g_header .logo_min {
  position: absolute;
  top: 50%;
  left: calc(100% - 106px);
  margin-top: -25px;
  z-index: 10;
}
.pc .g_header .logo_min img {
  width: 106px;
  height: auto;
}

.g_header .gnav {
  background: #fff;
}
.g_header .gnav .main {
  position: relative;
  margin: 11px 0;
  border: 1px solid #000;
  border-width: 0 1px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.4em;
}

.pc .g_header .gnav > .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.g_header .thema {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}
.g_header .thema .item {
  display: block;
  width: 100%;
  padding: 9px 21px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  transition: all 0.1s ease-out;
}

.pc .g_header .thema .item:hover {
  color: #901;
}

.pc .g_header .item span {
  position: relative;
}

.pc .g_header .item span:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #000;
  content: "";
  transition: opacity 0.1s ease-out;
}

.pc .g_header .is_active span:after {
  opacity: 1;
}

.g_header .thema + .thema {
  background: url(/images/border_y01.gif) repeat-y 0 0;
}

.g_header .blank {
  position: relative;
}

.g_header .blank:before,
.g_header .blank:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
}

.g_header .help_nav .blank:before,
.g_header .help_nav .blank:after {
  border: 1px solid #fff;
}

.g_header .blank:before {
  right: -9px;
  margin-top: -2px;
}

.g_header .blank:after {
  right: -11px;
  margin-top: -4px;
}

.g_header .sub {
  display: none;
  overflow: hidden;
  position: absolute;
  right: -4px;
  width: 310px;
  background: #901;
  text-align: left;
  letter-spacing: -0.4em;
}
.g_header .sub li {
  display: inline-block;
  width: 155px;
  margin: 0 0 -1px -1px;
  border: 1px solid #612;
  border-width: 0 1px 1px 0;
  letter-spacing: normal;
  text-align: left;
}
.g_header .sub a {
  display: block;
  padding: 10px 8px 9px;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.1s ease-out;
}
.g_header .sub a:before {
  margin-right: 8px;
}

.pc .g_header .thema .item:hover + .sub,
.pc .g_header .sub:hover {
  display: block;
}
.pc .g_header .sub a:hover {
  background: #b23;
}

.g_header .head_box {
  position: absolute;
  top: 0;
  left: calc(50% - 126px);
  z-index: 100;
  width: 500px;
  height: 81px;
  margin-top: -93px;
  box-sizing: border-box;
  text-align: right;
}

.g_header .head_box *:not(.lang) a:before {
  margin-right: 8px;
}

.g_header .info_nav,
.g_header .lang {
  position: absolute;
  right: 40px;
}

.g_header .info_nav {
  bottom: 15px;
}

.g_header .head_box li,
.g_header .lang a {
  float: left;
}

.g_header .info_nav li + li,
.pc .g_header .help_nav li + li {
  margin-left: 15px;
}

.g_header .info_nav a,
.pc .g_header .help_nav a {
  font-size: 1.1rem;
  color: #fff;
}

.pc .g_header .info_nav a:hover,
.pc .g_header .help_nav a:hover {
  text-decoration: underline;
}

.pc .g_header .help_nav {
  margin: 15px 0 0 130px;
}

.g_header .lang {
  top: 15px;
}

.g_header .lang a {
  width: 53px;
  padding: 4px 0 3px;
  border: 1px solid #612;
  background: #fff;
  color: #612;
  text-align: center;
  line-height: 1;
  transition: all 0.1s ease-out;
}

.g_header .lang .ja {
  padding-top: 5px;
  font-size: 1rem;
}

.g_header .lang .en {
  border-width: 1px 1px 1px 0;
  font-size: 1.1rem;
}

.pc .g_header .lang .en {
  font-family: "Abel", sans-serif;
}

.g_header .lang .is_active,
.pc .g_header .lang a:hover {
  background: #612;
  color: #fff;
}

.g_header .btn_menu {
  display: none;
}

@media screen and (max-width: 834px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    padding-bottom: 0;
  }
  .g_header .eng_name {
    display: block;
  }
  .g_header .eng_name img {
    display: inline !important;
    height: 10px;
  }
  .g_header .eng_name br {
    display: none;
  }
  .g_header.is_active {
    height: 100%;
  }
  .g_header .top_row:first-child:before {
    width: calc(100% - 110px);
    height: 75px;
    margin-left: 0;
  }
  .g_header .top_row .inner {
    display: flex;
    width: auto;
    height: 75px;
    align-items: center;
    justify-content: space-between;
  }
  .g_header .logo {
    width: 100%;
    padding-left: 20px;
  }
  .g_header .logo:after {
    left: calc(100% - 22px);
    margin-top: -37.5px;
    border-width: 0 0 75px 22px;
    border-color: transparent transparent #fff transparent;
  }
  .g_header .logo a,
  .g_header .logo img {
    display: block;
  }
  .g_header .logo a {
    font-size: 1.1rem;
  }
  .g_header .logo a > img {
    width: 195px;
    height: auto;
    margin-bottom: 5px;
  }
  .g_header .logo_min {
    margin-right: 57px;
  }
  .g_header .logo_min img {
    width: 53px;
  }
  .g_header .gnav {
    display: none;
    position: absolute;
    width: 0;
    height: 100%;
    top: 75px;
    z-index: 100;
  }
  .g_header .gnav .main {
    margin: 0;
    border: none;
    text-align: left;
  }
  .g_header .gnav .inner {
    position: relative;
    height: 100%;
  }
  .g_header .sp_scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 40px 0 60px;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .g_header .thema {
    width: 140px;
    width: calc((100% - 20px) / 2);
    margin: 0;
    border: 1px solid #000;
  }
  .g_header .thema .item {
    padding: 17px 0 15px;
    text-align: left;
  }
  .g_header .thema:first-child,
  .g_header .thema:first-child + .thema {
    border-width: 1px 0 1px 0;
  }
  .g_header .thema + .thema {
    background: none;
  }
  .g_header .thema:nth-child(even) {
    margin-left: 20px;
  }
  .g_header .thema:nth-child(n+2) {
    border-width: 0 0 1px 0;
  }
  .g_header .head_box {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 40px;
    text-align: left;
  }
  .g_header .info_nav {
    position: static;
    right: auto;
    bottom: auto;
    padding: 24px 20px 21px;
    background: #aaa;
  }
  .g_header .head_box li {
    width: 140px;
    width: calc((100% - 20px) / 2);
    padding: 4px 0;
    font-weight: bold;
  }
  .g_header .head_box a {
    position: relative;
  }
  .g_header .head_box a:before {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 7px;
    height: 7px;
    margin-top: -6px;
  }
  .g_header .info_nav li + li {
    margin-left: 0;
  }
  .g_header .head_box li:nth-child(even) {
    margin-left: 20px;
  }
  .g_header .info_nav a {
    position: relative;
    padding-left: 18px;
    color: #fff;
    font-size: 1.4rem;
  }
  .g_header .head_box .info_nav a:before {
    border-color: #fff;
  }
  .g_header .help_nav .item {
    margin-top: 4px;
  }
  .g_header .lang {
    top: -91px;
    right: 0;
    width: 180px;
    width: calc((100% - 20px) / 2);
  }
  .g_header .lang .ja, .g_header .lang .en {
    width: 140px;
    width: calc(100% - 20px);
    padding: 20px 0 19px;
    border-color: #000;
    border-width: 0 0 1px 0;
    color: #000;
    text-align: left;
  }
  .g_header .lang .ja span, .g_header .lang .en span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .g_header .help_nav {
    padding: 24px 20px;
    background: #333;
  }
  .g_header .help_nav a {
    padding-left: 18px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.4px;
  }
  .g_header .head_box .help_nav a:before {
    border-color: #fff;
  }
  /* sp_menu */
  .g_header .sp_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 57px;
    height: 60px;
    background: #fff;
  }
  .g_header .btn_menu {
    display: block;
    position: relative;
    overflow: hidden;
    width: 57px;
    height: 75px;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
  }
  .g_header .btn_menu:after,
  .g_header .btn_menu span:after,
  .g_header .btn_menu span:before {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    width: 24px;
    height: 2px;
    background: #000;
    content: "";
    transition: all 0.2s;
  }
  .g_header .btn_menu:after {
    margin-top: 1px;
  }
  .g_header .btn_menu span:before {
    margin-top: -6px;
  }
  .g_header .btn_menu span:after {
    margin-top: 8px;
  }
  .g_header.is_active .btn_menu:after {
    margin: 0 0 0 50%;
    opacity: 0;
  }
  .g_header.is_active .btn_menu span:before {
    margin-top: 1px;
    transform: rotate(-45deg);
  }
  .g_header.is_active .btn_menu span:after {
    margin-top: 1px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 320px) {
  .g_header .top_row:first-child:before {
    width: calc(100% - 110px);
  }
  .g_header .logo {
    padding-left: 10px;
  }
  .g_header .logo a {
    font-size: 1rem;
  }
  .g_header .logo a > img {
    width: 175px;
  }
  .g_header .info_nav,
  .g_header .help_nav {
    padding: 24px 10px;
  }
  .g_header .info_nav a {
    font-size: 1.2rem;
  }
}
/* _footer
--------------------------------------------------*/
.g_footer {
  position: relative;
  z-index: 900;
  width: 100%;
  background: #333;
}

.g_footer .foot_row:first-child {
  height: 60px;
  padding-top: 23px;
  background: #ccc;
  box-sizing: border-box;
}

.g_footer .foot_row + .foot_row {
  background: #aaa;
}

.g_footer .inner,
.g_footer .foot_area {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.g_footer .info_nav,
.g_footer .conts_nav,
.g_footer .help_nav ul:not(._eng) {
  font-size: 0;
}

.g_footer .info_nav li,
.g_footer .conts_nav .col,
.g_footer .help_nav li {
  display: inline-block;
}

.pc .g_footer .info_nav a:hover,
.pc .g_footer .conts_nav a:hover,
.pc .g_footer .help_nav a:hover {
  text-decoration: underline;
}

.pc .g_footer .info_nav .lang {
  display: none;
}

.g_footer .blank {
  position: relative;
  margin-right: 12px;
}

.g_footer .blank:before,
.g_footer .blank:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
}

.g_footer .conts_nav .blank:before,
.g_footer .conts_nav .blank:after {
  border: 1px solid #333;
}

.g_footer .help_nav .blank:before,
.g_footer .help_nav .blank:after {
  border: 1px solid #fff;
}

.g_footer .blank:before {
  right: -9px;
  margin-top: -2px;
}

.g_footer .blank:after {
  right: -11px;
  margin-top: -4px;
}

.g_footer .info_nav a,
.g_footer .conts_nav .thema {
  font-size: 1.2rem;
}

.g_footer .info_nav a,
.g_footer .thema a {
  font-weight: bold;
}

.g_footer .arw a {
  position: relative;
}

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

.g_footer .info_nav li + li {
  margin-left: 62px;
}

.g_footer .conts_nav {
  overflow: hidden;
  padding: 38px 0;
}

.g_footer .conts_nav .trigger {
  display: none;
}

.g_footer .conts_nav .col {
  margin-right: 31px;
  vertical-align: top;
}

.g_footer .conts_nav .thema {
  margin-bottom: 13px;
}

.g_footer .conts_nav p:not(.thema) {
  margin-top: 10px;
  font-size: 1.1rem;
}

.g_footer .foot_area {
  display: table;
  padding: 80px 0;
}

.g_footer .foot_area .col {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: top;
}

.g_footer .logo {
  font-weight: bold;
  color: #888;
}

.g_footer .logo img {
  display: block;
  width: auto;
  height: 90px;
  margin-bottom: 15px;
}

.g_footer .address {
  display: inline-block;
  width: 237px;
  width: calc((100% - 25px) / 2);
  vertical-align: top;
  font-size: 1.2rem;
}

.g_footer .address:first-child {
  margin-right: 20px;
}

.g_footer .address dt {
  margin-bottom: 3px;
  color: #fff;
}

.g_footer .address dd {
  color: #999;
  line-height: 1.5;
}

.g_footer .help_nav {
  margin-top: 25px;
}
.g_footer .help_nav li {
  margin-top: 10px;
  font-size: 1.1rem;
}
.g_footer .help_nav ul:first-child li + li {
  margin-left: 42px;
}
.g_footer .help_nav li + li {
  margin-left: 30px;
}

.pc .g_footer .help_nav._eng ul:first-child li + li {
  margin-left: 0;
}

.g_footer .help_nav a,
.g_footer .help_nav a:before {
  color: #fff;
}

.g_footer .copy {
  position: absolute;
  bottom: 0;
  color: #666;
}

@media screen and (max-width: 834px) {
  .g_footer .foot_row:first-child {
    height: auto;
    padding-top: 0;
  }
  .g_footer .inner,
  .g_footer .foot_area {
    width: 100%;
  }
  .g_footer .info_nav {
    display: flex;
    margin-bottom: -1px;
    flex-flow: wrap;
  }
  .g_footer .info_nav a {
    display: flex;
    height: calc(100% - 40px);
    padding: 22px 10px 18px 20px;
    letter-spacing: -0.5px;
    align-items: center;
  }
  .g_footer .info_nav li {
    width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .g_footer .info_nav li + li {
    margin-left: 0;
  }
  .g_footer .info_nav li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .g_footer .conts_nav a:before {
    display: none;
  }
  .g_footer .info_nav span {
    position: relative;
    padding-left: 15px;
  }
  .g_footer .info_nav span:before {
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -5px;
  }
  .g_footer .conts_nav {
    margin: 0;
    padding: 0;
  }
  .g_footer .conts_nav a {
    display: block;
    padding: 5px 0;
    color: #000;
  }
  .g_footer .conts_nav .trigger,
  .g_footer .conts_nav .col.thema a {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    background: #aaa;
    text-align: left;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .g_footer .conts_nav .col.thema {
    padding: 0;
  }
  .g_footer .conts_nav .trigger:after,
  .g_footer .conts_nav .trigger span:before,
  .g_footer .conts_nav .trigger span:after {
    display: block;
    position: absolute;
    top: 50%;
    color: #fff;
    content: "";
  }
  .g_footer .conts_nav .trigger:after {
    right: 20px;
    width: 24px;
    height: 24px;
    margin-top: -14px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .g_footer .conts_nav .trigger span:before,
  .g_footer .conts_nav .trigger span:after {
    background: #fff;
  }
  .g_footer .conts_nav .trigger span:before {
    right: 33px;
    margin-top: -6px;
    width: 2px;
    height: 12px;
  }
  .g_footer .conts_nav .trigger span:after {
    right: 28px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
  }
  .g_footer .conts_nav .col.thema a {
    color: #fff;
  }
  .g_footer .conts_nav > .col,
  .g_footer .conts_nav .col:last-child {
    display: block;
    width: 100%;
    padding: 22px 20px;
    box-sizing: border-box;
  }
  .g_footer .conts_nav .col {
    margin: 0;
    background: #ccc;
  }
  .g_footer .conts_nav .thema {
    margin-bottom: 0;
  }
  .g_footer .conts_nav .thema a,
  .g_footer .conts_nav p:not(.thema) {
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .g_footer .foot_area {
    display: block;
    padding: 50px 0 120px;
  }
  .g_footer .foot_area .col {
    display: block;
    position: static;
    width: 100%;
  }
  .g_footer .foot_area .col:first-child {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .g_footer .logo {
    width: 254px;
    margin: 0 auto;
    text-align: center;
  }
  .g_footer .logo img {
    width: 100%;
    height: auto;
  }
  .g_footer .address,
  .g_footer .address:first-child {
    display: block;
    width: 255px;
    margin: 25px auto;
  }
  .g_footer .help_nav {
    width: 320px;
    margin: 47px auto 0;
    padding: 18px 20px 27px;
    border: 1px solid #444;
    border-width: 1px 0;
    box-sizing: border-box;
  }
  .g_footer .help_nav li:nth-child(even) {
    margin-left: 20px;
  }
  .g_footer .help_nav li + li {
    margin-left: 0;
  }
  .g_footer .help_nav ul:first-child li {
    display: block;
  }
  .g_footer .help_nav ul:first-child li + li {
    margin: 10px 0 0 0;
  }
  .g_footer .help_nav ul + ul li {
    width: 140px;
    width: calc((100% - 20px) / 2);
    margin-top: 10px;
  }
  .g_footer .help_nav._eng {
    padding: 18px 14px 27px;
  }
  .g_footer .copy {
    width: 100%;
    margin-bottom: 3.4em;
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .g_footer .help_nav:not(._eng) {
    padding: 18px 25px 27px;
  }
}
/*--------------------------------------------------------------------
  layout : 配置・枠
----------------------------------------------------------------------*/
.l_base {
  width: 1000px;
  margin: 0 auto;
}

.l_main {
  margin: 60px 0 100px;
}

.l_block {
  margin: 40px 0;
}

.l_block + .l_block {
  margin-top: 60px;
}

.l_lower {
  margin: 0 80px;
}

.l_holder {
  margin: 20px 0;
}

.l_holder + .l_holder {
  margin-top: 40px;
}

.l_colArticle {
  float: left;
  width: 720px;
}

.l_grid {
  overflow: hidden;
  margin: -40px 0 0 -40px;
  letter-spacing: -0.4em;
}

.l_2col,
.l_3col {
  display: inline-block;
  margin: 40px 0 0 40px;
  vertical-align: top;
  letter-spacing: normal;
}

.l_2col {
  width: calc((100% - 80px) / 2);
}

.l_3col {
  width: calc((100% - 120px) / 3);
}

.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_block {
    margin: 25px 0;
  }
  .l_block + .l_block {
    margin-top: 30px;
  }
  .l_lower {
    margin: 0;
  }
  .l_holder {
    margin: 10px 0;
  }
  .l_holder + .l_holder {
    margin-top: 20px;
  }
  .l_colArticle {
    float: none;
    width: 100%;
  }
  .l_grid {
    margin: -20px 0 0;
  }
  .l_2col,
  .l_3col {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .l_colAside {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .l_base {
    padding: 0 10px;
  }
}
/*--------------------------------------------------------------------
   Component : 汎用性があり再利用できるパターン
----------------------------------------------------------------------*/
/* _hr
--------------------------------------------------*/
.c_hr {
  height: 1px;
  margin-top: 60px;
  border: 0;
  background: url(/images/border_x01.gif);
}

/* c_boxFrame
--------------------------------------------------*/
.c_boxFrame {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

/* _ttl
--------------------------------------------------*/
.c_mainTtl {
  display: table-cell;
  width: 1000px;
  height: 130px;
  margin-bottom: 40px;
  padding: 0 25px;
  background: url(/images/page_bg_ttl01.png) no-repeat 100% 100% #901;
  vertical-align: middle;
  font-size: 2.8rem;
  color: #fff;
  box-sizing: border-box;
}

.c_middleTtl {
  margin-bottom: 40px;
  padding: 7px 10px 3px;
  border: 1px solid #901;
  border-width: 1px 0;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  color: #901;
  line-height: 1.4;
}

.c_blockTtl {
  font-size: 1.6rem;
  font-weight: bold;
}

.c_blockTtl._square:before {
  display: inline-block;
  content: "■";
}

/* _txt
--------------------------------------------------*/
.c_txt {
  margin: 1em 0;
  line-height: 1.75;
}

/* _ruleTxt
--------------------------------------------------*/
.c_ruleTxt {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

/* _txtLink
--------------------------------------------------*/
.c_txtLink {
  text-decoration: underline;
}

.pc .c_txtLink:hover {
  text-decoration: none;
}

/* _bnrLink
--------------------------------------------------*/
.pc .c_bnrLink {
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(0, 68, 136, 0);
  transition: all 0.1s ease-out;
}

.pc .c_bnrLink:hover {
  box-shadow: 0 0 0 2px #901;
}

/* _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-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-content #aform_btn_submit {
  width: 350px;
}

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

.c_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 15px 14px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.1s ease-out;
}

.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: #b23;
}

.c_btn._sizeL {
  font-size: 1.7rem;
}

.c_btn._prev {
  padding-left: 30px;
}

.c_btn._next {
  padding-right: 30px;
}

.c_btn._prev:after,
.c_btn._next:after,
.c_btn._download:after {
  position: absolute;
  top: 50%;
  content: "";
}

.c_btn._prev:after,
.c_btn._next:after {
  margin-top: -5px;
  border-style: solid;
}

.c_btn._next:after {
  right: 15px;
  transform: rotate(45deg);
}

.c_btn._prev:after {
  left: 15px;
  transform: rotate(-135deg);
}

.c_btn._download {
  padding-right: 80px;
}

.c_btn._download:after {
  right: 15px;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  background: url(/images/ico_file.png) no-repeat 0 0;
  background-size: cover;
}

/* _btn
--------------------------------------------------*/
.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;
}
@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;
  }
}

/* _Dl
--------------------------------------------------*/
.c_txtDl {
  position: relative;
}

.c_txtDl:after {
  display: inline-block;
  background: url(/images/ico_file.png) no-repeat 0 0;
  background-size: cover;
  content: "";
}

.c_txtDl:after {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  vertical-align: text-bottom;
}

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

.c_txtBlank::after {
  content: "";
  display: inline-block;
  background-image: url(/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 #fff;
}

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

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

@media screen and (max-width: 834px) {
  /* _hr
  --------------------------------------------------*/
  .c_hr {
    margin-top: 30px;
  }
  /* _ttl
  --------------------------------------------------*/
  .c_mainTtl {
    min-width: 100%;
    height: 66px;
    margin-bottom: 25px;
    padding: 8px 10px 5px;
    background-size: 83px auto;
    font-size: 2rem;
    line-height: 1.2;
  }
  .c_middleTtl {
    margin-bottom: 20px;
    padding: 8px 5px 5px;
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.2;
  }
  .c_blockTtl {
    font-size: 1.5rem;
  }
  /* _btn
  --------------------------------------------------*/
  .c_btn:after {
    right: 10px;
    border-width: 2px 2px 0 0;
  }
  .c_btn._sizeL {
    font-size: 1.5rem;
  }
  .c_btn._download {
    width: 100%;
    padding-right: 60px;
  }
  .c_btn._download:after {
    right: 10px;
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .aform-btn-submit,
  .aform-content #aform_btn_submit {
    width: 100%;
  }
  /* _Dl
  --------------------------------------------------*/
  .c_txtDl:after {
    right: -1em;
    width: 1em;
    height: 1em;
    margin-bottom: 0.2em;
    background-size: 1em auto;
    vertical-align: middle;
  }
}
/*--------------------------------------------------------------------
  Module : ひとかたまりの部品群
----------------------------------------------------------------------*/
/* _wordsArea
--------------------------------------------------*/
.m_wordsArea {
  overflow: hidden;
  background: #f2f2f2;
}
.m_wordsArea .words_outside {
  margin: 40px;
  box-sizing: border-box;
}
.m_wordsArea .words_ttl {
  margin-bottom: 0.5em;
  color: #901;
  font-size: 1.8rem;
}
.m_wordsArea ul,
.m_wordsArea ol {
  margin: 0 40px;
}

@media screen and (max-width: 834px) {
  .m_wordsArea .words_outside {
    margin: 15px;
  }
  .m_wordsArea .words_ttl {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
/* _btnHolder
--------------------------------------------------*/
.m_btnHolder {
  overflow: hidden;
  margin: -5px auto;
  text-align: center;
  letter-spacing: -0.4em;
}

.m_btnHolder > .btn,
.m_btnHolder > .btn_submit,
.m_btnHolder > .btn_return,
.m_btnHolder > .btn_wideUse {
  display: inline-block;
  margin: 5px;
  vertical-align: bottom;
  letter-spacing: normal;
}

.m_btnHolder > .btn_wideUse {
  min-width: 240px;
}

.m_btnHolder > .btn_submit {
  width: 350px;
}

.m_btnHolder > .btn_return {
  width: 200px;
  margin-right: 30px;
}

.m_btnHolder > .btn_submit *,
.m_btnHolder > .btn_return * {
  text-align: center;
}

.m_btnHolder .disabled,
.pc .m_btnHolder .disabled:hover {
  background: #b23;
}

@media screen and (max-width: 834px) {
  .m_btnHolder {
    position: relative;
    text-align: left;
  }
  .m_btnHolder > .btn_wideUse,
  .m_btnHolder > .btn_submit,
  .m_btnHolder > .btn_return {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .m_btnHolder > .btn_submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .m_btnHolder > .btn_return {
    margin-top: 86px;
  }
}
/* _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;
  }
}

/* _lineBtns
--------------------------------------------------*/
.m_lineBtns a > span {
  display: table-cell;
  vertical-align: middle;
}

/* _toggleBtn
--------------------------------------------------*/
.m_toggleBtn {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  margin-top: 0;
  box-sizing: border-box;
  background: #aaa;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.1s ease-out;
}

.m_toggleBtn:after,
.m_toggleBtn span:before,
.m_toggleBtn span:after {
  display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  content: "";
}

.m_toggleBtn:after {
  right: 20px;
  width: 24px;
  height: 24px;
  margin-top: -14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.m_toggleBtn span:before,
.m_toggleBtn span:after {
  background: #fff;
}

.m_toggleBtn span:before {
  right: 33px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}

.m_toggleBtn span:after {
  right: 28px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}

.pc .m_toggleBtn:hover,
.m_toggleBtn.is_active {
  background: #ccc;
}

.pc .m_toggleBtn.is_active:hover {
  background: #aaa;
}

.m_toggleBtn.is_active span:before {
  display: none;
}

@media screen and (max-width: 834px) {
  .m_toggleBtn {
    padding-top: 2px;
    letter-spacing: normal;
  }
  .m_toggleBtn span {
    padding-right: 20px;
  }
  .m_toggleBtn:after {
    right: 15px;
  }
  .m_toggleBtn span:before {
    right: 28px;
  }
  .m_toggleBtn span:after {
    right: 23px;
  }
}
/* _floatFigL
--------------------------------------------------*/
.m_floatFigL {
  overflow: hidden;
}
.m_floatFigL .fig {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .m_floatFigL .fig {
    float: none;
    margin: 0 0 10px;
  }
  .m_floatFigL .fig img {
    display: block;
    margin: 0 auto;
  }
}
/* _linkList
--------------------------------------------------*/
.m_linkList {
  margin: 0 40px;
}

.m_linkList li {
  position: relative;
}

.m_linkList li + li {
  margin-top: 20px;
}

.m_linkList li > a {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.m_linkList li:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
}

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

@media screen and (max-width: 834px) {
  .m_linkList {
    margin: 0;
  }
  .m_linkList li + li {
    margin-top: 1.5em;
  }
}
/* _discList,_decimalList
--------------------------------------------------*/
.m_discList,
.m_decimalList {
  margin: 20px 0;
  padding-left: 20px;
  list-style-type: none;
}

.m_decimalList {
  counter-reset: li;
}

.m_discList li,
.m_decimalList li {
  position: relative;
}

.m_discList li + li,
.m_decimalList li + li {
  margin-top: 4px;
}

.m_decimalList > li {
  margin-left: 0.6em;
}

.m_discList > li:before,
.m_decimalList > li:before {
  position: absolute;
  top: 0;
}

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

.m_decimalList > li:before {
  left: -2em;
  width: 2.1em;
  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;
  }
}
/* _anchorList
--------------------------------------------------*/
.m_anchorList {
  overflow: hidden;
  margin: -10px 0 0 -10px;
}

.m_anchorList .item {
  float: left;
  min-width: 120px;
  margin: 10px 0 0 10px;
  vertical-align: top;
}

.m_anchorList a {
  display: block;
  height: 40px;
  padding: 10px 10px 0;
  border: 1px solid #901;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.1s ease-out;
}

.m_anchorList a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 9px 4.5px 0 4.5px;
  border-color: #901 transparent transparent transparent;
  content: "";
}

.pc .m_anchorList a:hover {
  background: #eee;
}

@media screen and (max-width: 834px) {
  .m_anchorList {
    margin: 0;
  }
  .m_anchorList .item {
    width: 46%;
    min-width: 46%;
    width: calc((100% - 20px) / 2);
    margin: 5px;
    vertical-align: top;
    font-size: 1.2rem;
  }
  .m_anchorList a {
    position: relative;
    height: 50px;
    line-height: 1.1;
  }
  .m_anchorList a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
    text-align: center;
    transform: translateY(-62%);
  }
  .m_anchorList a:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 5px -6px;
    border-width: 6px 6px 0 6px;
  }
}
/* _pulldownMenu
--------------------------------------------------*/
.m_pulldownMenu {
  position: relative;
  width: 240px;
  margin: 0 0 0 auto;
}

.m_pulldownMenu .btn,
.m_pulldownMenu .conts a {
  height: 40px;
  box-sizing: border-box;
}

.m_pulldownMenu .btn {
  position: relative;
  width: 100%;
  padding: 4px 12px 0;
  background: #901;
  color: #fff;
  text-align: left;
}

.m_pulldownMenu .btn:before,
.m_pulldownMenu .btn:after {
  position: absolute;
  content: "";
  right: 0;
}

.m_pulldownMenu .btn:before {
  top: 0;
  width: 40px;
  height: 40px;
  background: #600;
}

.m_pulldownMenu .btn:after {
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 15px 0 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
}

.m_pulldownMenu .btn.is_active:after {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.m_pulldownMenu .conts {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 901;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background: #eee;
}

.m_pulldownMenu .conts a {
  display: block;
  padding: 12px 12px 0;
  border-top: 1px solid #ddd;
  color: #000;
  transition: all 0.1s ease-out;
}

.m_pulldownMenu .conts a:first-child {
  border-top: none;
}

.pc .m_pulldownMenu .conts a:hover {
  border-top: 1px solid #901;
  background: #901;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .m_pulldownMenu {
    width: 100%;
  }
  .m_pulldownMenu .btn,
  .m_pulldownMenu .conts a {
    height: 50px;
    font-size: 1.5rem;
  }
  .m_pulldownMenu .btn {
    padding: 4px 12px 0;
  }
  .m_pulldownMenu .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: none;
  }
  .m_pulldownMenu .btn:after {
    width: 10px;
    height: 10px;
    margin: -7px 18px 0 0;
    border-width: 2px 2px 0 0;
  }
  .m_pulldownMenu .btn.is_active:after {
    margin-top: -2px;
  }
  .m_pulldownMenu .conts {
    position: static;
  }
  .m_pulldownMenu .conts a {
    padding-top: 15px;
  }
}
/* _personsHead
--------------------------------------------------*/
.m_personsHead {
  overflow: hidden;
  position: relative;
}

.m_personsHead:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.m_personsHead .notes {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.9rem;
  color: #fff;
  transform: translateY(-50%);
}

.m_personsHead .head_ttl {
  margin-bottom: 5px;
}

.m_personsHead .head_ttl span {
  padding-right: 10px;
  font-size: 3rem;
}

.m_personsHead .lead {
  margin-top: 20px;
  text-align: right;
}

.m_personsHead .title {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.m_personsHead .name {
  margin-bottom: 100px;
  font-size: 3rem;
}

@media screen and (max-width: 834px) {
  .m_personsHead {
    min-height: 141px;
  }
  .m_personsHead:after {
    width: 52%;
  }
  .m_personsHead .notes {
    width: 52%;
    height: auto;
    padding: 0 10px;
    font-size: 1.3rem;
    text-shadow: 1px 1px 1px #000;
  }
  .m_personsHead .head_ttl span {
    font-size: 1.8rem;
  }
  .m_personsHead .lead {
    margin-top: 12px;
    text-align: left;
  }
  .m_personsHead .title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .m_personsHead .name {
    margin-bottom: 0;
    font-size: 2.7rem;
  }
}
/* _tbltype
--------------------------------------------------*/
.m_tbltype {
  width: 100%;
  border: 1px solid #901;
  line-height: 1.2;
  font-size: 1.3rem;
  word-wrap: break-word;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .m_tbltype {
    border-collapse: separate;
  }
}
@-moz-document url-prefix() {
  .m_tbltype {
    border-collapse: separate;
  }
}
.m_tbltype caption {
  margin-bottom: 10px;
  text-align: left;
}

.m_tbltype th,
.m_tbltype td {
  box-sizing: border-box;
}

.m_tbltype thead th,
.m_tbltype._type01 th {
  background: #901;
  color: #fff;
}

.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 #901;
}
.m_tbltype tbody th {
  padding: 13px 10px 11px;
  border-right: 1px dotted #901;
}
.m_tbltype tbody td {
  padding: 13px 10px 11px;
  border-right: 1px dotted #901;
}
.m_tbltype tbody td:last-child {
  border-right: none;
}
.m_tbltype tbody .bd_r {
  border-right: 1px dotted #901 !important;
}
.m_tbltype tbody .bd_b {
  border-bottom: 1px dotted #901 !important;
}
.m_tbltype tbody .bd_l {
  border-left: 1px dotted #901 !important;
}

/* _type01 */
.m_tbltype._type01 th,
.m_tbltype._type01 td {
  padding: 15px 10px 11px;
}

.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 #901;
}

.m_tbltype._type01 tr + tr th {
  border-top: 1px solid #fff;
}

/* _type02 */
.m_tbltype._type02 tbody {
  text-align: center;
}
.m_tbltype._type02 tbody th {
  border-right: 1px dotted #901;
}

/* _type03 */
.m_tbltype._type03 {
  table-layout: fixed;
}

.m_tbltype._type03 tbody th {
  color: #901;
  border-right: 1px dotted #901;
}

.m_tbltype._type03 td {
  text-align: center;
}

/* _type04 */
.m_tbltype._type04 th {
  text-align: center;
}

.m_tbltype._type04 tbody th {
  border-right: 1px dotted #901;
  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;
  }
  /* _type01 */
  .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;
  }
  /* _type03 */
  .m_tbltype._type03 {
    table-layout: auto;
  }
}
/* _sortArea
--------------------------------------------------*/
.m_sortArea {
  overflow: hidden;
  margin-top: 40px;
}
.pc .m_sortArea {
  text-align: right;
}
.m_sortArea .custom_select {
  position: relative;
  margin-left: 8px;
}
.m_sortArea .select {
  width: 128px;
  height: 40px;
  padding-left: 8px;
  border: 1px solid #901;
  box-sizing: border-box;
}

@media screen and (max-width: 834px) {
  .m_sortArea .custom_select {
    position: relative;
  }
  .m_sortArea .select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .m_sortArea .custom_select:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #901 transparent transparent transparent;
    content: "";
  }
}
/* _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;
  }
}
/* _customSelect
--------------------------------------------------*/
.m_customSelect {
  display: inline-block;
  background: #fff;
  border: 1px solid #901;
}
.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: 8px 5px 0 5px;
  border-color: #901 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 {
  position: relative;
  text-decoration: underline;
}
.m_pagination .is_active {
  text-decoration: none;
}
.m_pagination .prev,
.m_pagination .next {
  position: absolute;
  margin: 0;
}
.m_pagination .prev {
  left: 0;
}
.m_pagination .prev span {
  padding-left: 15px;
}
.m_pagination .next {
  right: 0;
}
.m_pagination .next span {
  padding-right: 15px;
}
.m_pagination .prev a:before,
.m_pagination .next a:after {
  color: #901;
}
.m_pagination .prev a:before {
  transform: rotate(-135deg);
}

.pc .m_pagination a:hover {
  text-decoration: none;
}

/* _formItms
--------------------------------------------------*/
.m_formItms {
  width: 700px;
  padding: 0 40px;
  margin: 0 auto;
}

.m_formItms .form_block {
  padding: 20px 0;
}

.m_formItms .form_block {
  background: url(/images/border_x01.gif) repeat-x 0 0;
}

/* agreement */
.m_formItms .agreement {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .m_formItms {
    width: 100%;
    padding: 0;
  }
  .m_formItms .agreement {
    padding-top: 20px;
    text-align: left;
  }
}
/* _finishedMeg
--------------------------------------------------*/
.m_finishedMeg {
  width: 700px;
  margin: 0 auto;
  padding: 1px 0;
  background: url(/images/border_x02.gif) repeat 0 0;
}

.m_finishedMeg .inside {
  padding: 28px 0;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .m_finishedMeg {
    width: 100%;
  }
  .m_finishedMeg .inside {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*--------------------------------------------------------------------
  Particular : ページに一つしか存在しない固有のモジュール
----------------------------------------------------------------------*/
/* _pageHead
--------------------------------------------------*/
.p_pageHead {
  position: relative;
  margin-bottom: 15px;
  padding-top: 220px;
}

.p_pageHead:after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 220px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: "";
}

.p_pageHead._about:after {
  background-image: url(/images/about/kv_pc.jpg);
}

.p_pageHead._programs:after {
  background-image: url(/images/programs/kv_pc.jpg);
}

.p_pageHead._education:after {
  background-image: url(/images/education/kv_pc.jpg);
}

.p_pageHead._voices:after {
  background-image: url(/images/voices/kv_pc.jpg);
}

.p_pageHead._admission:after {
  background-image: url(/images/admission/kv_pc.jpg);
}

@media screen and (max-width: 834px) {
  .p_pageHead {
    margin-bottom: 0;
    padding-top: 66.67%;
  }
  .p_pageHead:after {
    padding-top: 66.67%;
    background-size: cover;
  }
  .p_pageHead._about:after {
    background-image: url(/images/about/kv_sp.jpg);
  }
  .p_pageHead._programs:after {
    background-image: url(/images/programs/kv_sp.jpg);
  }
  .p_pageHead._education:after {
    background-image: url(/images/education/kv_sp.jpg);
  }
  .p_pageHead._voices:after {
    background-image: url(/images/voices/kv_sp.jpg);
  }
  .p_pageHead._admission:after {
    background-image: url(/images/admission/kv_sp.jpg);
  }
}
/* _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 li a {
  text-decoration: underline;
}

.pc .p_breadcrumbs li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .p_breadcrumbs li + li {
    margin-left: 22px;
  }
  .p_breadcrumbs li:before {
    margin: 0 0 0 -14px;
    font-size: 1.2rem;
  }
}
/* _sideMenu
--------------------------------------------------*/
.p_sideMenu {
  border: 5px solid #aaa;
  background: #aaa;
}

.p_sideMenu .side_ttl {
  height: 55px;
  padding: 17px 0 0 15px;
  color: #fffdf8;
  font-size: 1.5rem;
  box-sizing: border-box;
}

.p_sideMenu .side_ttl a {
  color: #fffdf8;
}

.pc .p_sideMenu .side_ttl a:hover {
  text-decoration: underline;
}

.p_sideMenu .side_list > li {
  display: table;
  position: relative;
  width: 100%;
}

.p_sideMenu .side_list li + li {
  margin-top: 1px;
}

.p_sideMenu .side_list a {
  display: table-cell;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
  line-height: 1.2;
  transition: all 0.1s ease-out;
}

.pc .p_sideMenu .side_list a:hover,
.p_sideMenu .side_list .is_active {
  background: #901;
  color: #fff;
}

.p_sideMenu .side_list a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  color: #901;
}

.pc .p_sideMenu .side_list a:hover:after {
  background-position: -60px 50%;
}

.p_sideMenu .side_list .is_active:after {
  display: none;
}

.p_sideMenu .blank {
  position: relative;
}

.p_sideMenu .blank:before,
.p_sideMenu .blank:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  content: "";
}

.p_sideMenu .blank:after {
  right: -15px;
  margin-top: -5px;
}

.p_sideMenu .blank:before {
  right: -12px;
  margin-top: -2px;
}

.p_sideMenu a:hover .blank:before,
.p_sideMenu a:hover .blank:after {
  border-color: #fff;
}

@media screen and (max-width: 834px) {
  .p_sideMenu {
    border-width: 0 2px 2px;
  }
  .p_sideMenu .side_ttl {
    height: 50px;
    padding-left: 10px;
  }
}
/* _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;
  }
}
/* _formFlow
--------------------------------------------------*/
.p_formFlow {
  display: table;
  width: 700px;
  margin: 52px auto 60px;
  counter-reset: num;
  color: #aaa;
  letter-spacing: -0.4em;
}

.p_formFlow li,
.aform-content .p_formFlow li {
  position: relative;
  display: inline-block;
  width: 213px;
  padding: 11px 0 7px 46px;
  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 .arw:after,
.p_formFlow .arw:before,
.p_formFlow li:before {
  display: block;
  position: absolute;
}

.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 {
  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: #901 !important;
  color: #901 !important;
}

.p_formFlow .is_active:before,
.p_formFlow .is_active .arw:after,
.p_formFlow .is_active .arw:before {
  background: #901;
}

@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;
    font-size: 1.3rem;
    text-align: left;
  }
  .p_formFlow li + li {
    margin-left: 10px;
  }
  .ie .p_formFlow li + li {
    margin-left: 9px;
  }
  .p_formFlow li:before {
    width: 18px;
    padding: 15px 0 14px;
  }
  .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);
  }
  .p_formFlow li span,
  .p_formFlow li strong {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
  }
}
/* _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(/images/ico_fb.png);
}
.p_snsLinks .ico._tw {
  background-image: url(/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;
  }
}

/* _pageTop
--------------------------------------------------*/
.p_pageTop {
  display: none;
  position: absolute;
  top: -70px;
  right: 0;
}

.p_pageTop.is_fix {
  position: fixed;
}

.p_pageTop a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 39px;
  background: url(/images/btn_pagetop.png) no-repeat 0 0 #901;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}

.pc .p_pageTop a:hover {
  background-color: #b23;
}

@media screen and (max-width: 834px) {
  .p_pageTop {
    display: none;
  }
}
/*--------------------------------------------------------------------
  Utility : パーツではない便利系
----------------------------------------------------------------------*/
/* テキスト
--------------------------------------------------*/
.u_em {
  color: #ad0e28;
}

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

.u_txtR {
  text-align: right;
}

.u_txtL {
  text-align: left;
}

/* 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;
  }
}
/*--------------------------------------------------------------------
  overwrite
----------------------------------------------------------------------*/
.btn_resize > .btn_wideUse {
  min-width: 218px;
}

/*--------------------------------------------------------------------
  HUB-SBAについて
----------------------------------------------------------------------*/
/* system_items
--------------------------------------------------*/
.system_items {
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}
.system_items dt {
  margin-bottom: 10px;
  padding: 8px 0 7px;
  color: #fff;
}
.system_items > dt {
  background: #901;
  padding: 7px 0 3px;
  font-size: 1.8rem;
}
.system_items > dd {
  float: right;
  width: 356px;
  font-size: 1.5rem;
}
.system_items > dd:nth-of-type(1) {
  float: left;
}
.system_items > dd dt {
  background: #901;
}
.system_items > dd:nth-of-type(2) dt {
  background: #003f90;
}
.system_items dd dd {
  float: left;
  width: 172px;
  padding: 7px 0 4px;
  border: 1px solid #901;
  font-size: 1.6rem;
}
.system_items dd dd:last-child {
  float: right;
}

@media screen and (max-width: 834px) {
  .system_items {
    margin-top: 20px;
  }
  .system_items > dt {
    font-size: 1.6rem;
  }
  .system_items dt {
    margin-bottom: 4px;
  }
  .system_items > dd {
    width: 49.5%;
    width: calc((100% - 4px) / 2);
    font-size: 1.3rem;
  }
  .system_items dd dd {
    width: 48%;
    width: calc((100% - 8px) / 2);
    font-size: 1.3rem;
  }
}
/* program_tbl
--------------------------------------------------*/
.pc .program_tbl {
  table-layout: fixed;
}
.pc .program_tbl .tbl_cell01 {
  width: 140px;
}
.pc .program_tbl .tbl_cell02 {
  width: 34px;
}
.pc .program_tbl .middle_point {
  display: block;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .program_tbl .new_line {
    display: block;
  }
}
/* item_list
--------------------------------------------------*/
.item_list {
  margin-top: 20px;
}
.item_list dd {
  margin: 0 0 20px 17px;
}

@media screen and (max-width: 834px) {
  .item_list dd {
    margin-left: 0;
  }
}/*# sourceMappingURL=index.css.map */