@charset "UTF-8";

/********************************
DEFAULT
*********************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, caption, address, th {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

img, iframe {
  vertical-align: middle;
  border: 0px;
}

img {
  line-height: 0;
  font-size: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

select {
  padding: 2px;
}

input, select {
  font-size: 100%;
  vertical-align: middle;
}

input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

textarea {
  font-size: 99%;
}

input {
  vertical-align: middle;
}

/*
::-webkit-input-placeholder {
  color: #000;
}
*/

label {
  padding: 0 0 0 2px;
}

hr {
  display: none;
}
@media (min-width: 896px) {
a {
    transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
a:hover, a:active {
  color: #222222;
  text-decoration: none;
  /*cursor: url('../images/common/s_pointer.svg'), auto;*/
  /*
  cursor: pointer;
  */
}
}
a, a:link {
  color: #222222;
  text-decoration: none;
  word-break: break-all;
}

a:visited {
  color: #222222;
}


a[href^="tel:"] {
  cursor: default;
}

.m_b0 {
  margin-bottom: 0px !important;
}

.m_b1 {
  margin-bottom: 1px !important;
}

.m_b2 {
  margin-bottom: 2px !important;
}

.m_b3 {
  margin-bottom: 2px !important;
}

.m_b5 {
  margin-bottom: 5px !important;
}

.m_b7 {
  margin-bottom: 7px !important;
}

.m_b8 {
  margin-bottom: 8px !important;
}

.m_b10 {
  margin-bottom: 10px !important;
}

.m_b11 {
  margin-bottom: 11px !important;
}

.m_b12 {
  margin-bottom: 12px !important;
}

.m_b13 {
  margin-bottom: 13px !important;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b25 {
  margin-bottom: 25px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b35 {
  margin-bottom: 35px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b45 {
  margin-bottom: 45px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

.m_b55 {
  margin-bottom: 55px !important;
}

.m_t30 {
  margin-top: 30px !important;
}

.m_r0 {
  margin-right: 0 !important;
}

.m_r15 {
  margin-right: 15px !important;
}

.m_r25 {
  margin-right: 25px !important;
}

.m_r35 {
  margin-right: 35px !important;
}

.p_b0 {
  padding-bottom: 0 !important;
}

.p_b10 {
  padding-bottom: 10px !important;
}

.a_center {
  text-align: center;
}

.a_left {
  text-align: left;
}

.a_right {
  text-align: right;
}

.f_bold {
  font-weight: bold;
}

.c_fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: .01em;
  height: 0;
  overflow: hidden;
}

.c_fix {
  min-height: 1px;
}

body {
  font-family: '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  min-height: 100%;
  height: auto !important;
  position: relative;
  min-width: 1250px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f3e9;
}



/********************************
HEADER
*********************************/
header {
  position: relative;
  background: #ffffff;
  border-bottom: 2px solid #f80000;
}
header .header {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
body.inquiry header .header {
  justify-content: center;
  padding-left: 0;
}
body.inquiry header .header a {
  pointer-events: none;
}

header .header .header_logo,
header .header h1 {
  padding-bottom: 21px;
}
body.inquiry header .header .header_logo,
body.inquiry header .header h1 {
  padding: 23px 0;
}
header .header .header_logo img,
header .header h1 img {
  width: 260px;
  height: auto;
}

@media all and (-ms-high-contrast: none){
  header .header .header_logo img,
  body.inquiry header .header h1 img {
    display: none;
  }
  header .header .header_logo,
  body.inquiry header .header h1 {
    background: url(../svg/logo2.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 260px;
    height: 50px;
    padding: 0;
  }
  header .header .header_logo a,
  body.inquiry header .header h1 a {
    display: block;
    width: 260px;
    height: 50px;
  }
}


.header .header-main {
  /*
  margin-left: 73px;
  */
  margin-left: auto;
  margin-right: auto;
}
body.inquiry .header .header-main {
  display: none;
}

.header-main ul {
  display: flex;
}

.header-main ul li {
  flex: 1 0 auto;
  border-right: 1px solid #ffffff;
}

.header-main ul li a {
  background-color: #f80000;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 160px;
  position: relative;
}
.header-main ul li.is-on a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 9;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.header-main ul li a.hover-orange {
  background: linear-gradient(0deg, rgba(255, 90, 0, 1) 0%, rgba(255, 125, 54, 1) 100%);
}
@media (min-width: 896px) {
.header-main ul li a.hover-orange:hover,
.header-main ul li a:hover {
  background: #000000;
}
}
.header .header-right {
  display: flex;
  align-items: center;
}
body.inquiry .header .header-right {
  display: none;
}

.header .menu {
  position: relative;
  margin-left: 16px;
  height: 81px;
  width: 71px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
@media (min-width: 896px) {
.header .menu:hover {
  background-color: #f80000;
}
}
.header .menu-red {
  background-color: #ff3d4c;
  width: 76px;
}

.header .menu span {
  background-color: #000000;
  color: transparent;
  font-size: 0;
  height: 2px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
@media (min-width: 896px) {
.header .menu:hover span {
  background-color: #ffffff;
}
}
.header .menu-red span {
  background-color: #fff;
}

.header .menu span:before,
.header .menu span:after {
  content: "";
  background-color: #000000;
  height: 2px;
  position: absolute;
  left: 0;
  width: 18px;
  transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
@media (min-width: 896px) {
.header .menu:hover span:before,
.header .menu:hover span:after {
  background-color: #ffffff;
}
}
.header .menu-red span:before,
.header .menu-red span:after {
  background-color: #fff
}

.header .menu span:before {
  top: -7px;
}

.header .menu span:after {
  bottom: -7px;
}

.header .menu.is-active {
  background-color: #f80000;
}


.header .menu.is-active span {
  background-color: transparent;
}

.header .menu.is-active span:before, .header .menu.is-active span:after {
  background-color: #ffffff;
  left: -5px;
  width: 26px;
}

.header .menu.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .menu.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header-item {
  margin-left: 32px;
  text-align: center;
}

.header .header-item:first-child {
  margin-left: 0;
}

.header .header-item a {
  /*cursor: url('../images/common/s_pointer.svg'), auto;*/
  cursor: pointer;
  display: block;
}
@media (min-width: 896px) {
.header .header-item a:hover {
  color: #ff0014;
}
}
.header .header-item i {
  color: #ff0014;
  font-size: 22px;
}

.header .header-item span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.headNav_wrap {
  background-color: #fff;
  display: none;
  left: 0;
  right: 0;
/*  top: calc(100% + 2px);*/
  top: calc(100%);
  position: absolute;
  padding: 28px 0 65px;
  z-index: 9999;
}
.headNav_wrap nav {
  width: 1200px;
  margin: 0 auto;
}

.headNav_wrap-list {
  display: flex;
  justify-content: space-around;
  text-align: left;
}

.headNav_wrap-list > li > a {
  color: #ff0000;
  font-weight: bold;
}
@media (min-width: 896px) {
.headNav_wrap-list > li > a:hover {
  text-decoration: underline;
}
}
.headNav_wrap-list > li > a.is-pin {
  pointer-events: none;
}

.headNav_wrap-list > li ul {
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}

.headNav_wrap-list > li ul li {
  margin-bottom: 4px;
}
.headNav_wrap-list > li ul li:last-child {
  margin-bottom: 0;
}

.headNav_wrap-list > li ul li a {
  display: flex;
}
@media (min-width: 896px) {
.headNav_wrap-list > li ul li a:hover {
  color: #ff0000;
}
}
.headNav_wrap-list > li ul li.is-blk a {
  padding: 0 0 0 20px;
  position: relative;
}

.headNav_wrap-list > li ul li a:before {
  content: "・";
}
.headNav_wrap-list > li ul li.is-blk a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../images/common/window-restore.png) no-repeat 0 0;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  width: 14px;
  height: 13px;
}

.fixed-button_wrap {
  display: none;
}

/********************************
FOOTER
*********************************/
.c-pagetop {
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    display: none;
}
.c-pagetop a {
    display: block;
    width: 100%;
    height: 0;
    padding: 60px 0 0 0;
    overflow: hidden;
    background: url(../images/common/img_pagetop.png) no-repeat 0 0;
}
footer {
  border-top: 3px solid #ff0014;
  background: #ffffff;
  text-align: left;
}
body.agent_user footer {
  border-top: 0;
  position: relative;
}
.foot_in {
  padding: 40px 0;
  margin: 0 auto;
  width: 1200px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.agent_user .foot_in {
  display: -webkit-block;
  display: block;
  padding: 0;
  width: auto;
  margin: 0;
}
.footLft_wrap {
  width: 315px;
}
body.agent_user .footLft_wrap {
  width: auto;
}
.footLft_in {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 60px 0 0 0;
}
body.agent_user .footLft_in {
  margin: 0 -455px 0 0;
  width: 261px;
  position: absolute;
  bottom: 20px;
  right: 50%;
  z-index: 9;
}
.footLft-security {
  width: 141px;
  background-color: #fff;
  margin-right: 30px;
}
body.agent_user .footLft-security {
  width: 100px;
}
body.agent_user .footLft-security.is-ntn {
  width: 141px;
  margin-right: 20px;
}
.footLft-security:last-child {
    margin-right: 0;
}
/*
.foot-logo {
  width: 315px;
}
*/
body.agent_user .foot-logo {
  display: none;
}
.foot-logo a {
  display: block;
  width: 260px;
  height: 35px;
}
.foot-logo a span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 35px 0 0 0;
  background: url(/kyujin/common/front/images/logo_n2.png) no-repeat 0 0;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.footCnt_wrap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 885px;
}
body.agent_user .footCnt_wrap {
  display: -webkit-none;
  display: none;
}
.footCnt_in {
  width: 220px;
}
.footCnt_in:first-child {
  width: 160px;
}
.footCnt_in:nth-child(2) {
  width: 240px;
}
.footCnt_in:nth-child(3) {
  width: 200px;
}
.footMenu_wrap li {
  margin: 0 0 13px 0;
}
.footMenu_wrap li:last-child {
  margin: 0 0 0 0;
}
.footMenu_wrap li a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 896px) {
.footMenu_wrap li a:hover {
  color: #ff0000;
}
}
.footLink_wrap {
  margin: 0 0 35px 0;
}
.footLink_wrap:last-child {
  margin: 0 0 0 0;
}
.footLink-txt {
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ff0000;
}
.footLink-txt a {
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 896px) {
.footLink-txt a:hover {
  text-decoration: underline;
}
}
.footLink_wrap li {
  margin: 0 0 8px 0;
}
.footLink_wrap li:last-child {
  margin: 0 0 0 0;
}
.footLink_wrap li a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.footLink_wrap li.is-blk a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
.footLink_wrap li.is-blk a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/common/window-restore.png) no-repeat 0 0;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  width: 14px;
  height: 13px;
}
@media (min-width: 896px) {
.footLink_wrap li a:hover {
  color: #ff0000;
}
}
.footBot_wrap {
  background: #000000;
  padding: 18px 0;
  text-align: center;
}
body.agent_user .footBot_wrap {
  border-top: 3px solid #ff0014;
  background: #ffffff;
  padding: 60px 0 60px 0;
}
body.agent_user .footBot_in {
  width: 910px;
  margin: 0 auto;
}
.foot-copy {
  line-height: 1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
body.agent_user .foot-copy {
  color: #000000;
  text-align: left;
  display: block;
}
.tacnavi_bnr {
  display: block;
  margin-bottom: 30px;
}
.tacnavi_bnr img {
  width: 100%;
  height: auto;
}
.tacnavi_bnr a {
  background: #fff;
}
@media (min-width: 896px) {
  .tacnavi_bnr a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 896px) {
  .tacnavi_bnr {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/********************************
C系CSS
*********************************/
@media (min-width: 896px) {
.hover:hover {
  /*cursor: url('../images/common/pointer.svg'), auto;*/
  cursor: pointer;
}
}
.fixed_button-wrap {
  display: none;
}

@font-face {
  font-family: 'Yumin';
  src: url('../fonts/yumindb.ttf?l1ebgt');
  src: url('../fonts/yumindb.ttf?l1ebgt#iefix') format('embedded-opentype'),
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?l1ebgt');
  src: url('../fonts/icomoon.eot?l1ebgt#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?l1ebgt') format('truetype'),
  url('../fonts/icomoon.woff?l1ebgt') format('woff'),
  url('../fonts/icomoon.svg?l1ebgt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
  content: "\f044";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-article-fill:before {
  content: "\e900";
}
.icon-briefcase:before {
  content: "\e901";
}
.icon-clipboard:before {
  content: "\e902";
}
.icon-customer-service:before {
  content: "\e903";
}
.icon-hotel:before {
  content: "\e904";
}
.icon-information-line:before {
  content: "\e905";
}
.icon-lock:before {
  content: "\e906";
}
.icon-map-pin:before {
  content: "\e907";
}
.icon-money-cny-circle:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-teach:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
}
.icon-calendar:before {
  content: "\e90c";
}
.icon-download:before {
  content: "\e90d";
}
.icon-file-edit:before {
  content: "\e90e";
}
.icon-macbook-line:before {
  content: "\e90f";
}
.icon-user-shared:before {
  content: "\e910";
}
.icon-hospital:before {
  content: "\e911";
}
.icon-sun:before {
  content: "\e912";
}
.icon-user-2:before {
  content: "\e913";
}
.icon-edit-2:before {
  content: "\e914";
}
.icon-time:before {
  content: "\e915";
}

.c-btn,
.c-btn:link,
.c-btn:visited,
.c-btn-viewmore {
  position: relative;
  border: 1px solid #ff0000;
  padding: 7px 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #ff0000;
  background-color: #ffffff;
  -webkit-transition: all .2s;
  transition: all .2s;
  /*
  cursor: pointer;
  */
  text-align: center;
}
@media (min-width: 896px) {
.c-btn:hover,
.c-btn-viewmore:hover {
  border: 1px solid #ff0000;
  color: #ffffff;
  background-color: #ff0000;
}
}
.c-btn > i {
  margin-right: 5px;
}
@media (min-width: 896px) {
.c-btn:hover {
  /*
  opacity: .8;
  */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
}
}
.c-btn.c-btn-primary,
.c-btn.c-btn-secondary,
.c-btn.c-btn-tertiary {
  min-width: 220px;
  padding: 12px 0;
  /*
  padding: 12px 30px;
  */
  margin-bottom: 20px;
}
aside .c-btn.c-btn-primary,
aside .c-btn.c-btn-secondary,
aside .c-btn.c-btn-tertiary {
  margin-bottom: 0;
}
.c-btn.c-btn-primary {
  border-color: #22bdad;
  color: #ffffff;
  background: rgb(14, 175, 158);
  background: linear-gradient(0deg, rgba(14, 175, 158, 1) 0%, rgba(52, 202, 186, 1) 100%);
  border-radius: 6px;
}

.c-btn.c-btn-secondary {
  border-color: #d6d6d6;
  color: #010101;
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 6px;
}

.c-btn.c-btn-secondary.is-on {
  background: #f80000;
  color: #fff;
/*  cursor: text;*/
  opacity: 1 !important;
}


.btn-full .c-box-btn .is-on i {
  color: #fff;
}

.c-btn.c-btn-tertiary {
  border-color: rgb(255, 90, 0);
  color: #ffffff;
  background: rgb(255, 90, 0);
  background: linear-gradient(0deg, rgba(255, 90, 0, 1) 0%, rgba(255, 125, 54, 1) 100%);
  border-radius: 6px;
}
/*
.c-btn.c-btn-tertiary:hover {
  background: rgb(255, 161, 110);
  background: linear-gradient(0deg, rgb(255, 161, 110) 0%, rgb(255, 90, 0) 100%);
  border-radius: 6px;
}
*/
.c-title {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.c-title-primary {
  font-size: 16px;
  color: #ff0014;
  font-weight: 700;
  line-height: 3;
}

.c-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

/********************************
Checkbox customize
*********************************/
.custom-checkbox {
  display: -webkit-box;
  display: flex;
}

.custom-checkbox input {
  /*
  position: absolute;
  opacity: 0;
  visibility: hidden;
  */
  display: none;
}

.custom-checkbox span {
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  position: relative;
}

.custom-checkbox span.is-circle {
    border-radius: 10px;
}

.custom-checkbox input:checked ~ span:after {
  content: "";
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  height: 3px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 3px;
  top: 4px;
}

.custom-checkbox input:checked ~ span.is-circle:after {
    border: none;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: 3px;
    top: 3px;
    background: #000000;
    border-radius: 10px;
}

/********************************
title-backgound
*********************************/

.event-art_head {
  background-color: #ff0014;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 20px;
  line-height: normal;
}

.event-art_head .event-art_info {
  margin-left: 20px;
}

.event-art_head .event-art_info span {
  display: inline-block;
  background-color: #ffffff;
  color: #ff0014;
  font-size: 12px;
  font-weight: bold;
  min-width: 50px;
  margin-right: 12px;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
}

/********************************
section-bottom
*********************************/
.c-box_wrap {
  margin-bottom: 30px;
}

.c-box_wrap .c-box_cont,
.c-box_wrap .c-box_img {
  float: left;
}

.c-box_wrap .c-box_cont {
  text-align: left;
  width: 60%;
  padding: 10px 29px 0 29px;
}

.c-box_wrap .c-box_img {
  width: 40%;
}

.c-box_wrap .c-box_cont .c-box-txt {
  margin-bottom: 30px;
}

.c-box_wrap .c-box_cont .c-box-btn {
  text-align: center;
}

/********************************
pagination
*********************************/
.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li a {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li a.current {
  background-color: #ff0000;
  color: #ffffff;
}

/********************************
CONTETS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}

.c_shadow {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);;
  box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
}

#Contents {
  background-color: #f5f3e9;
  padding-bottom: 80px;
}

.c-bread_wrap, .c-cont {
  margin: auto;
  width: 1200px;
}

.c-bread_wrap ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0 35px;
}

.c-bread_wrap ul li:not(:last-child):after {
  content: ">";
  margin: 0 3px;
}
@media (min-width: 896px) {
.c-bread_wrap ul li a:hover {
  color: #ff0000;
}
}
.c-main {
  width: 880px;
  float: left;
}

.c-cont > aside {
  width: 290px;
  float: right;
}

.aside__sp > .side-box,
.c-cont > aside > section {
  background: #ffffff;
  padding: 20px 0px 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  margin-bottom: 30px;
}

.aside__sp .side-box .side-icon,
.c-cont > aside > section .side-icon {
  margin-bottom: 6px;
}

.aside__sp .side-box .side-tit,
.c-cont > aside > section .side-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.aside__sp .side-box .side-list li:first-child,
.c-cont > aside > section .side-list li:first-child {
  border-top: 1px solid #ff0014;
}

.aside__sp .side-box .side-list li,
.c-cont > aside > section .side-list li {
  border-bottom: 1px solid #d2d2d3;
}
.aside__sp .side-box .side-list li a,
.c-cont > aside > section .side-list li a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 896px) {
.aside__sp .side-box .side-list li a:hover,
.c-cont > aside > section .side-list li a:hover {
  background: rgba(255, 0, 0, 0.05);
}
}
/*
.aside__sp .side-box .side-list li a:hover,
.c-cont > aside > section .side-list li a:hover {
  text-decoration: underline;
}
*/

aside .c-register .c-btn {
  width: 100%;
  margin: 0 0 20px 0;
}
aside .c-register .c-btn:last-child {
  margin: 0 0 0 0;
}

/*.aside__sp .side-box .side-list li a,
.c-cont > aside > section .side-list li a {
    display: flex;
    display: -webkit-flex;
}*/

.aside__sp .side-box .side-list li .side-img,
.c-cont > aside > section .side-list li .side-img {
  -webkit-flex: 0 27.58%;
  flex: 0 27.58%;
  max-width: 27.58%;
  line-height: 0;
}
.c-cont > aside > section .side-list li .side-img {
  /*
  height: 90px;
  */
  overflow: hidden;
  width: 78px;
}
.c-cont > aside > section .side-list li .side-img img {
  max-height: 90px;
  max-width: 78px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #cccccc;
  /*
  height: 100%;
  width: 100%;
  */
}

.aside__sp .side-box .side-list li .side-content,
.c-cont > aside > section .side-list li .side-content {
  width: 72.42%;
  padding: 10px 7px 5px 10px;
}

.c-cont > aside > section .side-list li .side-content.is-lng {
  width: 100%;
  padding-bottom: 10px;
}

.aside__sp .side-box .side-list li .side-content .side-cate,
.c-cont > aside > section .side-list li .side-content .side-cate {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.aside__sp .side-box .side-list li .side-content .side-cate .date,
.c-cont > aside > section .side-list li .side-content .side-cate .date {
  font-size: 12px;
  /*white-space: nowrap;*/
  text-decoration: none;
  text-align: left;
}

.aside__sp .side-box .side-list li .side-content .side-cate .cate,
.c-cont > aside > section .side-list li .side-content .side-cate .cate {
  font-size: 10px;
  border: 1px solid #ff0014;
  padding: 1px 3px 0px;
  margin-left: 3px;
  font-weight: bold;
  white-space: nowrap;
  color: #ff0014;
}

.aside__sp .side-box .side-list li .side-content .side-text .txt-cate,
.c-cont > aside > section .side-list li .side-content .side-text .txt-cate {
  font-size: 12px;
  border: 1px solid #ff0014;
  background-color: #ff0014;
  padding: 1px 3px;
  color: #ffffff;
  float: left;
  font-weight: bold;
  margin: 0 5px 0 0;
}

.aside__sp .side-box .side-list li .side-content .side-text .txt,
.c-cont > aside > section .side-list li .side-content .side-text .txt {
  font-size: 13px;
  line-height: 18px;
  padding-left: 40px;
  text-align: left;
  font-weight: bold;
}

.aside__sp .side-box .txt-center,
.c-cont > aside > section .txt-center {
  font-size: 11px;
  font-weight: bold;
  margin-top: 12px;
}
@media (min-width: 896px) {
.aside__sp .side-box .txt-center a:hover,
.c-cont > aside > section .txt-center a:hover {
  color: #ff0000;
}
}
.aside__sp .bnr-inner,
.c-cont > aside > .bnr-inner {
  background: #ffffff;
  padding: 20px 20px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  text-align: justify;
  margin-bottom: 30px;
}
.aside__sp .bnr-inner.is-column,
.c-cont > aside > .bnr-inner.is-column {
  padding: 0 0 0px;
}
.aside__sp .bnr-inner.is-column .bnr-in,
.c-cont > aside > .bnr-inner.is-column .bnr-in {
  border-bottom: 1px solid #d2d2d3;
}
.aside__sp .bnr-inner.is-column .bnr-in:last-child,
.c-cont > aside > .bnr-inner.is-column .bnr-in:last-child {
  border-bottom: 0;
}
.bnrTtl_wrap {
    padding: 20px;
    border-bottom: 2px solid #ff0014;
}
.bnrTtl-icn {
    margin: 0 0 6px 0;
    text-align: center;
}
.bnrTtl-icn.is-column img {
    max-width: 30px;
    height: auto;
}
.bnrTtl {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
/*
.aside__sp .bnr-inner,
.c-cont > aside > .bnr-inner {
  padding: 20px 20px 0px;
}
*/
.aside__sp .bnr-inner .bnr-stl,
.c-cont > aside > .bnr-inner .bnr-stl {
  text-align: left;
  padding: 20px 16px;
  line-height: 1;
}
.aside__sp .bnr-inner .bnr-stl a,
.c-cont > aside > .bnr-inner .bnr-stl a {
  font-size: 14px;
  line-height: 16px;
  border-left: 3px solid #ff0014;
  font-weight: bold;
  padding: 0 0 0 10px;
}
@media (min-width: 896px) {
.aside__sp .bnr-inner .bnr-stl a:hover,
.c-cont > aside > .bnr-inner .bnr-stl a:hover {
  color: #ff0000;
}
}
.aside__sp .bnr-inner .bnr-tit,
.c-cont > aside > .bnr-inner .bnr-tit {
  font-size: 14px;
  line-height: 16px;
  border-left: 3px solid #ff0014;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 10px;
  text-align: left
}
@media (min-width: 896px) {
.aside__sp .bnr-inner .bnr-tit a:hover,
.c-cont > aside > .bnr-inner .bnr-tit a:hover {
  text-decoration: underline;
}
}
.aside__sp .bnr-inner .bnr-list,
.c-cont > aside > .bnr-inner .bnr-list {
  margin: 0 -20px;
}
.aside__sp .bnr-inner.is-column .bnr-list,
.c-cont > aside > .bnr-inner.is-column .bnr-list {
  margin: 0 0;
}

.aside__sp .bnr-inner .bnr-list li a,
.c-cont > aside > .bnr-inner .bnr-list li a {
  border-top: 1px solid #d2d2d3;
  padding: 10px 20px;
  display: block;
}
@media (min-width: 896px) {
.aside__sp .bnr-inner .bnr-list li a:hover,
.c-cont > aside > .bnr-inner .bnr-list li a:hover {
  text-decoration: underline;
}
}
.aside__sp .bnr-inner.is-ver2 .bnr-list li a,
.c-cont > aside > .bnr-inner.is-ver2 .bnr-list li a {
  background: url(../images/common/arrow.png) no-repeat right 10px center;
}

.aside__sp .bnr-inner .bnr-list li a .tit,
.c-cont > aside > .bnr-inner .bnr-list li a .tit {
  font-size: 13px;
  font-weight: bold;
}

.aside__sp .bnr-inner .bnr-list li a .txt,
.c-cont > aside > .bnr-inner .bnr-list li a .txt {
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-word;
}

.aside__sp .side-wrap-icon,
.c-cont > aside > .side-wrap-icon {
  background: #ffffff;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  margin-bottom: 30px;
}
.side-wrap-line {
  margin-bottom: 30px;
}
.aside__sp .side-wrap-icon.is-yuryou,
.c-cont > aside > .side-wrap-icon.is-yuryou {
  padding: 20px 20px 20px 15px;
}
.aside__sp .side-wrap-icon.is-pro,
.c-cont > aside > .side-wrap-icon.is-pro {
  padding: 0 0 0 0;
}
.aside__sp .side-wrap-icon.is-web,
.c-cont > aside > .side-wrap-icon.is-web {
  padding: 0 0 0 0;
}
.aside__sp .side-wrap-icon .side-wrap-yuryou ,
.c-cont > aside > .side-wrap-icon .side-wrap-yuryou {
  display: table;
  width: 100%;
}
.aside__sp .side-wrap-icon .icon-side,
.c-cont > aside > .side-wrap-icon .icon-side {
  margin-bottom: 12px;
}
.aside__sp .side-wrap-icon .side-wrap-yuryou .icon-side,
.c-cont > aside > .side-wrap-icon .side-wrap-yuryou .icon-side {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 63px;
}
.c-cont > aside > .side-wrap-icon .side-wrap-yuryou .icon-side img {
    width: 100%;
}

.aside__sp .side-wrap-icon .tit,
.c-cont > aside > .side-wrap-icon .tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.aside__sp .side-wrap-icon .txt,
.c-cont > aside > .side-wrap-icon .txt {
  text-align: justify;
  font-size: 12px;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-word;
}
.aside__sp .side-wrap-icon .txt:last-child,
.c-cont > aside > .side-wrap-icon .txt:last-child {
  margin-bottom: 0;
}
.aside__sp .side-wrap-icon.is-pro .txt,
.c-cont > aside > .side-wrap-icon.is-pro .txt {
  font-feature-settings: "palt";
}
.aside__sp .side-wrap-icon .side-wrap-yuryou .txt,
.c-cont > aside > .side-wrap-icon .side-wrap-yuryou .txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 0 15px;
}
.c-cont > aside > .side-wrap-icon .btn-side {
    margin: 0 0 10px 0;
}
.c-cont > aside > .side-wrap-icon .btn-side:last-child {
    margin: 0 0 0 0;
}
.bnr-inner .bnr-btn {
    padding: 12px 0;
    margin: 0 -20px;
    border-top: 1px solid #d2d2d3;
    text-align: center;
    line-height: 1;
}
.bnr-inner.is-column .bnr-btn {
    margin: 0 0;
}
.bnr-inner .bnr-btn a {
    font-size: 11px;
    font-weight: bold;
    margin-top: 12px;
}
@media (min-width: 896px) {
.side-wrap-line a:hover {
    opacity: .8;
}
.bnr-inner .bnr-btn a:hover {
    color: #ff0000;
}
}
.aside__sp .bnr-inner.is-column .bnr-list li a ,
.c-cont > aside > .bnr-inner.is-column .bnr-list li a {
    position: relative;
}
@media (min-width: 896px) {
.aside__sp .bnr-inner.is-column .bnr-list li a:hover ,
.c-cont > aside > .bnr-inner.is-column .bnr-list li a:hover {
    text-decoration: none;
    background: rgba(255, 0, 0, 0.05) url(../images/common/arrow.png) no-repeat right 5px center;
}
}
.bnr-inner.is-column .bnr-list li .label_wrap {
    letter-spacing: -.40em;
    line-height: 1;
    margin: 0 0 5px 0;
}
.bnr-inner.is-column .bnr-list li .is-label {
    padding: 2px 0;
    border: 1px solid #ff0000;
    font-size: 10px;
    background: #ff0000;
    color: #ffffff;
    line-height: 1;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 10px 0 0;
}
.bnr-inner.is-column .bnr-list li .post-label {
    padding: 2px 0;
    border: 1px solid #ff0000;
    font-size: 10px;
    color: #ff0000;
    line-height: 1;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    letter-spacing: normal;
}
/*sidePro_wrap*/
.sidePro-ttl {
    display: table;
    width: 100%;
    height: 94px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
}
.sidePro_wrap.is-ac .sidePro-ttl {
    background: url(../images/side/img_side_pro01.jpg) no-repeat center center / cover;
}
.sidePro_wrap.is-tac .sidePro-ttl {
    background: url(../images/side/img_side_pro02.jpg) no-repeat center center / cover;
}
.sidePro-ttl span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sidePro_in {
    padding: 15px 20px 20px 20px;
}
.sidePro_wrap .c-btn.c-btn-secondary {
    min-width: initial;
    width: 100%;
}

/*sideMovie_wrap*/
.sideMovie_wrap .side-icon img {
    width: 24px;
    height: auto;
}
.sideMovie_in {
    border-top: 2px solid #ff0014;
}
.sideMovie_in ul li {
    border-bottom: 1px solid #d2d2d3;
}
.sideMovie_in ul li a {
    display: table;
    padding: 10px 20px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
}
@media (min-width: 896px) {
.sideMovie_in ul li a:hover {
  background: rgba(255, 0, 0, 0.05);
}
}
.sideMovie-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 110px;
}
.sideMovie-img img {
    width: 100%;
}
.sideMovie-ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 20px;
    line-height: 1.4;
    font-size: 13px;
    font-weight: bold;
}
.sideWeb_in {
    background: url(../images/side/img_side_web2.jpg) no-repeat center center / cover;
    width: 100%;
    height: 200px;
}
.sideWeb-ttl {
    padding: 35px 0 0 20px;
    line-height: 1;
    color: #ff0214;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 23px 0;
    text-align: left;
}
.sideWeb-txt {
    padding: 0 0 0 20px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    text-shadow: 0 0 3px #ffffff;
    -ms-text-shadow: 0 0 3px #ffffff;
    -moz-text-shadow: 0 0 3px #ffffff;
    -webkit-text-shadow: 0 0 3px #ffffff;
}
.sideWeb-txt .is-clr {
    color: #ff0214;
}
.sideWebBtn_wrap {
    padding: 15px 20px;
    background: #ff0214;
}
.sideWebBtn-btn {
    text-align: center;
    line-height: 1;
}
.sideWebBtn-btn a {
    background: #ffffff;
    display: table;
    width: 100%;
    height: 40px;
    color: #ff0214;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.sideWebBtn-btn span {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
@media (min-width: 896px) {
.sideWebBtn-btn a:hover {
    background: #fffc12;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
}
}

@media screen and (max-width: 896px) {
    .sideMovie_wrap {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
        box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
        padding: 30px 0 0;
    }
    .sideMovie_wrap .side-icon {
        margin-bottom: 12px;
    }
    .sideMovie_wrap .side-tit {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .sideMovie_in {
        border-top: 2px solid #ff0014;
    }
    /*
    .sideMovie_in ul li a:hover {
      background: none;
    }
    */
    .sideMovie_wrap .txt-center a {
        font-weight: 700;
        display: block;
        background: #ffffff;
        border: 0;
        color: #000000;
        padding: 16px 20px;
        font-size: 14px;
    }
}

/*-- サイドバナー */
.c-sideBnr_wrap {
    margin: 0 0 30px 0;
}
.c-sideBnr_wrap:last-child {
    margin: 0 0 0 0;
}
.c-sideBnr-bnr {
    margin: 0 0 30px 0;
}
.c-sideBnr-bnr:last-child {
    margin: 0 0 0 0;
}
.c-sideBnr-bnr a {
    display: block;
}
@media (min-width: 896px) {
    .c-sideBnr-bnr a:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 896px) {
    .c-sideBnr_wrap {
        margin: 40px 15px 20px 15px;
    }
    .c-sideBnr_wrap+.c-sideBnr_wrap {
        margin-top: 20px;
    }
    .c-sideBnr_wrap:last-child {
        margin: 40px 15px 0 15px;
    }
    .c-sideBnr_wrap.ver2 {
      margin-top: 20px;
    }
    .c-sideBnr-bnr {
        margin: 0 0 20px 0;
    }
}
/*-- Jobs */
.c-jobs {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  background-color: #fff;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.125;
  margin-top: 45px;
  padding: 7px 0 8px;
}

@media screen and (max-width: 896px) {
  .c-jobs {
    margin: 30px 15px 0;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
}

.c-jobs_item {
  width: 33.33%;
  border-left: 1px solid #d2d2d3;
  padding: 19px 0 18px;
}

@media screen and (max-width: 896px) {
  .c-jobs_item {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    width: 100%;
    border: 0;
    margin-top: 20px;
    padding: 0;
  }
}

.c-jobs .c-jobs_item:first-child {
  border-left: 0;
}

@media screen and (max-width: 896px) {
  .c-jobs .c-jobs_item:first-child {
    margin-top: 0;
  }
}

.c-jobs a {
  display: inline-block;
  color: #ff0000;
  padding-left: 14px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 896px) {
  .c-jobs a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 18px 0 18px;
    width: 100%;
  }
}

.c-jobs a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 4px;
  height: 15px;
  background-color: #ff0014;
}

@media screen and (max-width: 896px) {
  .c-jobs a:before {
    display: none;
  }
}

/*-- Services */
.c-services {
  padding-left: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  font-size: 12px;
  line-height: 2;
  text-align: left;
  background-color: #fff;
  display: flex;
  margin-top: 60px;
}
body#top .c-services {
  margin-top: 0;
  margin: 0 0 30px 0;
}

.c-services.c-sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .c-services {
    display: block;
    /*margin: 0 -15px;*/
    /*padding-left: 0;*/
    padding: 0 15px 30px;
    margin-top: 30px;
  }

  .c-services:before,
  .c-services:after {
    display: table;
    content: "";
    clear: both;
  }

  .c-services.c-sp {
    display: block;
  }
}

.c-services h1,
.c-services h2,
.c-services h3,
.c-services h4,
.c-services h5,
.c-services h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.25;
  color: #ff0014;
}

@media screen and (max-width: 896px) {
  .c-services h1,
  .c-services h2,
  .c-services h3,
  .c-services h4,
  .c-services h5,
  .c-services h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 2.5;
    background-color: #ff0014;
    color: #fff;
    text-align: center;
    margin: 0 -15px;
  }
}

.c-services_info {
  width: 470px;
  padding: 20px 0 30px;
  margin-right: 30px;
  font-weight: normal;
}
.c-services_info.is-ver2 {
  padding: 20px 0 10px;
}

@media screen and (max-width: 896px) {
  .c-services_info {
    width: auto;
    padding: 15px 0 0 0;
    margin: 0 0 0 140px;
    margin-right: 0;
  }
  .c-services_info.is-ver2 {
    padding: 15px 0 0 0;
  }
}

.c-services_info .c-pc {
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .c-services_info .c-pc {
    display: none;
  }
}

.c-services_img {
  order: 2;
}

@media screen and (max-width: 896px) {
  .c-services_img {
    float: left;
    width: 130px;
    height: 130px;
    margin: 15px 15px 15px 0;
  }

  .c-services_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.c-services p {
  margin-bottom: 30px;
}
.c-services p.is-ver2 {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .c-services p {
    font-size: 14px;
    line-height: 1.42;
    color: #000;
    margin-bottom: 15px;
  }
  .c-services p.is-ver2 {
    margin-bottom: 15px;
  }

}

.c-services .c-btn.c-btn-secondary,
.c-services .c-btn.c-btn-tertiary {
  font-size: 14px;
  color: #010101;
  width: 228px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media (min-width: 896px) {
.c-services .c-btn.c-btn-tertiary:hover {
  opacity: 0.8;
}
}
.c-services .c-btn.c-btn-tertiary {
  color: #fff;
}

@media screen and (max-width: 896px) {
  .c-services .c-btn.c-btn-secondary,
  .c-services .c-btn.c-btn-tertiary {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
  }

  .c-services .c-btn.c-btn-tertiary {
    margin-bottom: 0;
  }
  /*
  .c-services .c-btn.c-btn-tertiary:hover {
    opacity: 1;
  }
  */
}

.c-services .c-btn-tertiary {
  color: #fff;
  margin-left: 6px;
}

@media screen and (max-width: 896px) {
  .c-services .c-btn-tertiary {
    margin-left: 0;
  }
}

@media screen and (max-width: 896px) {
  .c-services.c-services--button {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .c-services--button .c-btn:first-child {
    margin-bottom: 15px;
  }

  .c-services--button .c-btn:last-child {
    margin-bottom: 0;
  }
}

/*-- Strength Title */
.c-titleBlock {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.145;
  color: #fff;
  background-color: #ff0014;
  text-align: left;
  padding-left: 18px;
  margin: 30px 0 20px;
}
.c-titleBlock.is-new {
  position: relative;
  padding: 10px 18px 10px 18px;
}
.columnDet_wrap .c-titleBlock {
  padding: 10px 18px 10px 18px;
  margin: 30px 0 0;
}
.c-titleBlock h1.clm,
.c-titleBlock h2 ,
.c-titleBlock h3 {
  color: #fff;
  font-weight: bold;
}
.c-titleBlock.is-new h2 ,
.c-titleBlock.is-new h3 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.c-titleBlock.is-ver2 {
  margin: 0 0 20px;
}
.c-titleBlock .is-label {
  margin: 0 0 0 20px;
  width: 60px;
  color: #ff0000;
  background: #fff;
  padding: 3px 0;
  border: 1px solid #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 896px) {
  .c-titleBlock {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 2.5;
  }
  .columnDet_wrap .c-titleBlock {
    text-align: left;
    line-height: 1.8;
    padding: 10px 15px 10px 15px;
  }
  .c-titleBlock.is-new {
    position: relative;
    padding: 10px 80px 10px 15px;
  }
  .c-titleBlock .is-label {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 9;
    margin: -10px 0 0 0;
  }
}

/*-------- Aside --------*/
/*-- Register */
.c-cont > aside > section.c-register {
  padding: 18px 20px 20px;
}

.c-register h1,
.c-register h2,
.c-register h3,
.c-register h4,
.c-register h5,
.c-register h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.57;
  color: #000;
}

.c-register i {
  color: #ff0000;
  font-size: 23px;
}

.c-register .txt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
  word-wrap: break-word;
  word-break: break-word;
}
.c-register .tls {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.c-register .tls {
  margin: 0 0 0 0;
}
.c-register .tls span {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.375;
  color: #000;
  margin-right: 20px;
  vertical-align: inherit;
}
.c-register .tls span:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 4px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #ff0014;
}
/*-- News */
.c-cont > aside > section.c-news {
  padding: 22px 0 10px;
}

.c-news i {
  font-size: 26px;
  color: #ff0000;
}

.c-news_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #000;
  border-bottom: 2px solid #ff0014;
  padding-bottom: 24px;
}

.c-news_item {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d2d2d3;
}
@media (min-width: 896px) {
.c-news_item h1 a:hover,
.c-news_item h2 a:hover,
.c-news_item h3 a:hover,
.c-news_item h4 a:hover,
.c-news_item h5 a:hover,
.c-news_item h6 a:hover {
  text-decoration: underline;
}
}
.c-news_img {
  display: flex;
  float: left;
  width: 80px;
  margin-right: 11px;
}

.c-news_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-news_date {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.12;
  color: #000;
  margin-top: 10px;
}

.c-news_tick {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.67;
  background-color: #ff0014;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
}

.c-news_item h1,
.c-news_item h2,
.c-news_item h3,
.c-news_item h4,
.c-news_item h5,
.c-news_item h6 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.38;
  color: #000;
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.c-news_note {
  position: absolute;
  top: 5px;
  right: 3px;
  display: flex;
  justify-content: right;
}

.c-news_note .c-btn {
  padding: 0 4px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  margin-right: 0;
  margin-left: 2px;
}

.c-news_all {
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  color: #010101;
  margin-top: 16px;
  display: inline-block;
}

/*-- Useful */
.c-cont > aside > section.c-useful {
  padding: 20px 10px 0 21px;
  text-align: left;
}

.c-useful_title {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-left: 12px;
  margin-bottom: 25px;
}

.c-useful_title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 16px;
  background-color: #ff0014;
}

.c-useful_item {
  margin: 0 -10px 0 -21px;
  border-top: 1px solid #d2d2d3;
  padding: 10px 0 10px 23px;
  font-weight: normal;
  font-size: 12px;
}

.c-useful_item h1,
.c-useful_item h2,
.c-useful_item h3,
.c-useful_item h4,
.c-useful_item h5,
.c-useful_item h6 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.53;
  color: #000;
}

/*-- About */
.c-cont > aside > section.c-about {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.83;
  color: #000;
  padding: 20px 20px 23px 20px;
}

.c-about i {
  font-size: 24px;
  color: #ff0000;
}

.c-about h1,
.c-about h2,
.c-about h3,
.c-about h4,
.c-about h5,
.c-about h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.71;
  color: #000;
}

.c-about .c-btn {
  margin-bottom: 0;
  width: 100%;
  margin-top: 15px;
}

.c-about p {
  text-align: left;
}

/*-- System Company */
.c-systemCompany {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  padding: 30px;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .c-systemCompany {
    flex-direction: column;
    padding: 15px 15px 30px;
  }
}

.c-systemCompany_info {
  font-weight: normal;
  font-size: 12px;
  line-height: 2;
  width: 500px;
  padding-right: 30px;
}

@media screen and (max-width: 896px) {
  .c-systemCompany_info {
    width: 100%;
    padding-right: 0;
  }
}

.c-systemCompany_more {
  display: flex;
  margin-left: -15px;
  margin-top: 18px;
}

@media screen and (max-width: 896px) {
  .c-systemCompany_more.c-pc {
    display: none;
  }

  .c-systemCompany_more {
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
  }
}

.c-systemCompany_more .c-btn.c-btn-secondary,
.c-systemCompany_more .c-btn.c-btn-tertiary {
  margin-left: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .c-systemCompany_more .c-btn.c-btn-secondary,
  .c-systemCompany_more .c-btn.c-btn-tertiary {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.2;
  }
}

.c-systemCompany_img {
  width: 320px;
}

@media screen and (max-width: 896px) {
  .c-systemCompany_img {
    width: 100%;
    margin: 30px 0 15px;
  }
}

.c-systemCompany_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*-- Page Bock Text */
.p-blockText {
  font-weight: normal;
  font-size: 12px;
  line-height: 2;
  background-color: #fff;
  text-align: left;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
}

@media screen and (max-width: 896px) {
  .p-blockText {
    margin: 0 15px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.53;
  }
}

.p-blockText h1,
.p-blockText h2,
.p-blockText h3,
.p-blockText h4,
.p-blockText h5,
.p-blockText h6 {
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
  border-bottom: 2px solid #ff0000;
  padding: 30px 0;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .p-blockText h1,
  .p-blockText h2,
  .p-blockText h3,
  .p-blockText h4,
  .p-blockText h5,
  .p-blockText h6 {
    font-size: 21px;
    line-height: 1.28;
    text-align: left;
    padding: 15px 0;
  }
}

.p-blockText p {
  padding: 30px 30px 35px;
}

@media screen and (max-width: 896px) {
  .p-blockText p {
    padding: 20px 0;
    line-height: 2;
  }
}

.p-blockText_more {
  text-align: center;
}

.p-blockText_more .c-btn {
  margin-bottom: 7px;
  font-size: 14px;
}

/*-- Strength */
.c-strength {
  font-size: 14px;
  line-height: 1.85;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  text-align: left;
  padding: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .c-strength {
    font-size: 13px;
    line-height: 1.8;
    padding: 25px 15px 33px;
  }

  .c-strength--text {
    margin: 0 15px 30px;
  }
}

.c-strength_more {
  text-align: center;
  margin-top: 30px;
}

.c-strength_more .c-btn {
  margin-bottom: 0;
}

.c-strength h1,
.c-strength h2,
.c-strength h3,
.c-strength h4,
.c-strength h5,
.c-strength h6 {
  font-size: 18px;
  line-height: 2;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .c-strength h1,
  .c-strength h2,
  .c-strength h3,
  .c-strength h4,
  .c-strength h5,
  .c-strength h6 {
    font-size: 17px;
    line-height: 1.05;
    margin-bottom: 25px;
  }
}

.c-strength_between {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

@media screen and (max-width: 896px) {
  .c-strength_between {
    flex-direction: column;
  }
}

.c-strength_img {
  width: 396px;
}

@media screen and (max-width: 896px) {
  .c-strength_img {
    width: 100%;
    margin-bottom: 25px;
  }

  .c-strength_img:last-child {
    margin-bottom: 0;
  }

  .c-strength_img img {
    width: 100%;
    object-fit: cover;
  }
}

.c-strength_imgNormal {
  width: 200px;
  margin-top: 25px;
}

@media screen and (max-width: 896px) {
  .c-strength_imgNormal {
    margin-top: 21px;
    width: 190px;
  }
}

.c-strength_imgFull {
  text-align: center;
  margin: 30px 0 20px;
}

.c-strength_imgFull img {
  width: 545px;
}

@media screen and (max-width: 896px) {
    .c-strength_imgFull img {
        width: 315px;
    }
}

/*-- Strength Benefit */
.c-strength_benefit {
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  margin-bottom: 30px;
  padding: 35px;
  display: flex;
}

@media screen and (max-width: 896px) {
  .c-strength_benefit {
    padding: 30px 15px;
    flex-direction: column;
    margin: 0 15px 30px;
    text-align: justify;
  }
}

.c-strength_benefit_title {
  font-size: 18px;
  color: #000;
  line-height: 1.44;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .c-strength_benefit_title {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 42px;
  }
}

.c-strength_benefit_title img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 896px) {
  .c-strength_benefit_title img {
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-strength_benefit_text {
  font-weight: normal;
  font-size: 12px;
  line-height: 2;
  width: 470px;
  padding-right: 20px;
}

@media screen and (max-width: 896px) {
  .c-strength_benefit_text {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.53;
    margin-bottom: 30px;
  }
}

.c-strength_benefit_img {
  width: 350px;
}

@media screen and (max-width: 896px) {
  .c-strength_benefit_img {
    width: 100%;
  }
}

.c-strength_benefit_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*-- C-Page --*/
.c-page-top {
  position: relative;
}

.c-page-top .c-bread_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.c-page-top .c-page-top-inner {
  margin-bottom: 50px;
  padding: 120px 15px;
  text-align: center;
}
body#strength .c-page-top .c-page-top-inner {
  background: url(../images/strength/page-title2.jpg) no-repeat center center / cover;
}

body#usersvoice .c-page-top .c-page-top-inner {
  background: url(../images/usersvoice/page-title.jpg) no-repeat center center / cover;
}

body#customeragent .c-page-top .c-page-top-inner {
  background: url(../images/customer/page-title.jpg) no-repeat center center / cover;
}

body#customertop .c-page-top .c-page-top-inner {
  background: url(../images/customer/page-title-tp.jpg) no-repeat center center / cover;
}

body#column .c-page-top .c-page-top-inner {
  background: url(../images/column/pc_column_main2.jpg) no-repeat center center / cover;
}

body#individual_consultation .c-page-top .c-page-top-inner {
  background: url(../images/individual_consultation/page-title.jpg) no-repeat center center / cover;
}

.c-page-top-inner.src_new {
  background: url(../images/search/bg_search_new.jpg) no-repeat center center / cover;
}

.c-page-top .c-page-heading {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

.c-page-top .c-page-heading span {
  font-size: 16px;
  display: block;
  text-align: left;
  font-weight: 400;
}

.c-page-top .c-bread_wrap ul {
  padding: 30px 0 10px;
}

.c-page-top .c-bread_wrap ul li,
.c-page-top .c-bread_wrap ul li a {
    color: #ffffff;
}
.c-bread_wrap ul li a ,
.c-page-top .c-bread_wrap ul li a {
  color: #ff0000;
  font-weight: 700;
}
@media (min-width: 896px) {
.c-bread_wrap ul li a:hover {
  text-decoration: underline;
}

.c-page-top .c-bread_wrap ul li a:hover {
  color: #ff0000;
}
}
@media screen and (max-width: 896px) {
  .c-page-top .c-bread_wrap {
    position: static;
    background: #ffffff;
  }
  .c-bread_wrap ul {
    padding: 10px 15px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
  }

  .c-page-top .c-bread_wrap ul {
    padding: 10px 15px;
  }
  .c-page-top .c-bread_wrap ul li {
    color: #000000;
    font-weight: 700;
  }

  .c-page-top .c-page-top-inner {
    padding: 14vw 15px;
    margin-bottom: 30px;
  }
  body#strength .c-page-top .c-page-top-inner {
    background: url(../images/strength/page-title_sp.jpg) no-repeat center center / cover;
  }
  body#usersvoice .c-page-top .c-page-top-inner {
    background: url(../images/usersvoice/page-sp-title.jpg) no-repeat center center / cover;
  }
  body#customeragent .c-page-top .c-page-top-inner {
    background: url(../images/customer/page-title-sp.jpg) no-repeat center center / cover;
  }
  body#customertop .c-page-top .c-page-top-inner {
    background: url(../images/customer/page-title--tp-sp.jpg) no-repeat center center / cover;
  }
  body#column .c-page-top .c-page-top-inner {
    background: url(../images/column/sp_column_main2.jpg) no-repeat center center / cover;
  }
  body#individual_consultation .c-page-top .c-page-top-inner {
    background: url(../images/individual_consultation/page-title-sp.jpg) no-repeat center center / cover;
  }
  .c-page-top-inner.src_new {
    background: url(../images/search/sp/bg_search_new.jpg) no-repeat center center / cover;
    margin-bottom: 0;
  }
  .c-page-top .c-page-heading {
    font-size: 15px;
    font-weight: 700;
  }
}
/*checkbox*/
.c-custom-check {
    display: table;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.c-custom-check input[type="checkbox"]  {
    display: none;
}
.c-custom-check span {
    position: relative;
    padding: 0 10px 0 26px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.c-custom-check span:before {
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 0;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #b3b3b3;
    background: #ffffff;
}
.c-custom-check input:checked + span:after {
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 6px;
    width: 4px;
    height: 6px;
    margin: -5px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

/*c-head-ttl*/
.c-head-ttl {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 60px 0;
}
@media screen and (max-width: 896px) {
  .c-head-ttl {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
}

.side-event-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.side-event-btn {
    padding: 0 10px 10px 10px;
}
.side-event-btn span {
    display: block !important;
    padding: 8px 0 !important;
}
.c-cont > aside > section .side-list li a.is-blk {
  display: block;
}
@media (min-width: 896px) {
.aside__sp .side-box .side-list li a:hover,
.c-cont > aside > section .side-list li a:hover {
  background: rgba(255, 0, 0, 0.05);
}
}


/****スマホのブレイクポイント****/
@media screen and (max-width: 896px) {
  html {
    overflow-x: hidden;
  }

  body {
    min-width: 320px;
    margin: 0 0 82px 0;
  }

  body.is-menu:after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    /*
    z-index: 10;
    */
    z-index: 9998;
    top: 0;
    left: 0;
  }

  body.agent_user {
    margin: 0 0 0 0;
  }

  .c-bread_wrap,
  .c-cont,
  .c-main,
  aside,
  .c-cont > aside {
    width: 100%;
  }

  .c-pc {
    display: none;
  }
  .c-pc-in {
      display: none;
  }
  .c-sp {
      display: block;
  }
  .c-sp-in {
      display: inline;
  }


  #Contents {
    padding-bottom: 40px;
  }

  .c-btn.c-btn-primary,
  .c-btn.c-btn-secondary,
  .c-btn.c-btn-tertiary {
    min-width: 100%;
    font-size: 14px;
    line-height: normal;
    padding: 12px 10px;
  }

  .c-btn.c-btn-secondary.csmall {
    font-size: 10px !important;
  }

  .c-btn.c-btn-viewmore {
    font-weight: 700;
    display: block;
    background: #ffffff;
    border: 0;
    color: #000000;
    padding: 16px 20px;
    font-size: 14px;
  }
  /*
  .c-btn:hover {
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  */
  .c-title-primary {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #ff0014;
    padding: 6px 5px;
    text-align: center;
    margin-bottom: 4vw;
  }

  .c-txt {
    font-size: 14px;
    line-height: 1.6;
  }

  /********************************
  HEADER
  *********************************/
  header .header {
    padding-left: 6.4%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: auto;
    /*
    z-index: 20;
    */
    z-index: 10000;
  }
  body.inquiry header .header {
    padding-left: 0;
  }
  header .header .header_logo,
  header .header h1 {
    padding-bottom: 0;
  }
  body.inquiry header .header .header_logo,
  body.inquiry header .header h1 {
    padding: 11px 0;
  }
  header .header .header_logo img,
  header .header h1 img {
    width: 100%;
    height: auto;
    max-width: 275px;
  }

  .header .header-main, .header .header-item {
    display: none;
  }
  .headNav_wrap {
    /*
    height: calc(100vh - 60px);
    overflow: auto;
    */
    padding: 0;
    z-index: 9999;
  }
  .headNav_wrap nav {
      width: 100%;
  }
  .headNav_wrap-list {
    display: block;
  }

  .headNav_wrap-list > li > a {
    background-color: #ff0000;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
  }
  /*
  .headNav_wrap-list > li > a:hover {
    text-decoration: none;
  }
  */
  .headNav_wrap-list > li ul li:not(:last-child) {
    border-bottom: 1px solid #d2d2d3;
  }

  .headNav_wrap-list > li ul {
    margin-top: 0;
  }

  .headNav_wrap-list > li ul li a {
    position: relative;
    padding: 15px;
  }
  /*
  .headNav_wrap-list > li ul li a:hover {
    color: #222222;
  }
  */
  .headNav_wrap-list > li ul li.is-blk a {
    padding: 15px 15px 15px 35px;
  }

  .headNav_wrap-list > li ul li a:before {
    display: none;
  }
  .headNav_wrap-list > li ul li.is-blk a:before {
    display: block;
    top: 50%;
    left: 15px;
    margin: -6.5px 0 0 0;
  }
  .headNav_wrap-list > li ul li a:after {
      content: '';
      background-image: url('../images/common/arrow.png');
      background-repeat: no-repeat;
      height: 8px;
      width: 4px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
  }
  .headNav-btn {
      border-top: 1px solid #d2d2d3;
      padding: 20px;
  }
  .headNav-btn .c-btn {
      margin-bottom: 0;
      cursor: pointer;
  }
  .header .menu {
    height: 60px;
    width: 60px;
  }

  .header .menu.is-active span:before, .header .menu.is-active span:after {
    left: -7px;
  }

  /********************************
  FOOTER
  *********************************/
  footer {
    border-top: 2px solid #ff0014;
    position: relative;
    /*
    margin: 35px 0 0 0;
    */
  }
  .c-pagetop {
      bottom: 90px;
      right: 15px;
      width: 30px;
      height: 30px;
      z-index: 99;
  }
  body.agent_user .c-pagetop {
      bottom: 45px;
  }
  .c-pagetop a {
      padding: 30px 0 0 0;
      background-size: 30px auto;
      -ms-background-size: 30px auto;
      -moz-background-size: 30px auto;
      -webkit-background-size: 30px auto;
  }
  .foot_in {
    position: relative;
    padding: 0 0 86px 0;
    margin: 0;
    width: auto;
    display: -webkit-block;
    display: block;
  }
  .footLft_wrap {
    width: auto;
  }
  body.agent_user .footLft_wrap {
    border-top: 3px solid #ff0014;
    background: #ffffff;
    padding: 15px 0 15px 0;
  }
  .footLft_in {
    display: -webkit-block;
    display: block;
    margin: 0 0 0 0;
  }
  body.agent_user .footLft_in {
    margin: 0 auto 0 auto;
    width: 260px;
    position: initial;
    bottom: auto;
    right: auto;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footLft-security {
    display: none;
  }
  body.agent_user .footLft-security {
    display: block;
  }
  body.agent_user .footLft-security:last-child {
    margin-right: 0;
  }
  .footLft-security.is-ntn {
    width: 120px;
    margin-right: 0;
    position: absolute;
    bottom: 28px;
    right: 10px;
    z-index: 9;
    display: block;
  }
  body.agent_user .footLft-security {
    display: block;
    position: initial;
    bottom: auto;
    right: auto;
    width: 100px;
  }
  body.agent_user .footLft-security.is-ntn {
    display: block;
    position: initial;
    bottom: auto;
    right: auto;
    width: 141px;
    margin: 0;
  }
  .foot-logo {
    position: absolute;
    bottom: 29px;
    left: 20px;
    z-index: 9;
    /*
    margin: 0 0 0 -100px;
    */
    width: 200px;
  }
  .foot-logo a {
    display: block;
    width: 100%;
    height: 27px;
  }
  .foot-logo a span {
    padding: 27px 0 0 0;
  }
  .footCnt_wrap {
    display: -webkit-block;
    display: block;
    width: auto;
  }
  .footCnt_in {
    display: none;
    width: auto;
  }
  .footCnt_in.is-sp {
    display: block;
  }
  .footLink_wrap {
    margin: 0 0 0 0;
    display: none;
  }
  .footLink_wrap.is-sp {
    display: block;
  }
  .footLink-txt {
    display: none;
  }
  .footLink_wrap ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
  }
  .footLink_wrap li {
    width: 50%;
    margin: 0 0 0 0;
  }
  .footLink_wrap li:nth-child(1) {
    order: 4;
  }
  .footLink_wrap li:nth-child(2) {
    order: 5;
  }
  .footLink_wrap li:nth-child(3) {
    order: 1;
  }
  .footLink_wrap li:nth-child(4) {
    order: 2;
  }
  .footLink_wrap li:nth-child(5) {
    order: 3;
  }
  .footLink_wrap li:nth-child(6) {
    order: 8;
  }
  .footLink_wrap li:nth-child(7) {
    order: 6;
  }
  .footLink_wrap li:nth-child(8) {
    order: 9;
  }
  .footLink_wrap li:nth-child(9) {
    order: 7;
  }
  .footLink_wrap li:nth-child(10) {
    order: 10;
  }
  .footLink_wrap li:nth-child(11) {
    order: 11;
  }
  .footLink_wrap li a {
    display: table;
    width: 100%;
    height: 46px;
    background: #f5f5f5;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    position: relative;
  }
  /*
  .footLink_wrap li a:hover {
    color: #000000;
  }
  */
  .footLink_wrap li a:after {
    content: '';
    background-image: url(../images/common/arrow.png);
    display: inline-block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footLink_wrap li a .is-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .footLink_wrap li a .is-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .footBot_wrap {
    padding: 7px 0;
  }
  body.agent_user .footBot_wrap {
    border-top: 0;
    padding: 0 0 15px 0;
  }
  body.agent_user .footBot_in {
    width: auto;
    margin: 0;
  }
  .foot-copy {
    font-size: 10px;
  }
  body.agent_user .foot-copy {
    text-align: center;
  }
  .footYuryou_wrap {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: table;
  }
  body.agent_user .footYuryou_wrap {
    display: none;
  }
  .footLine_wrap {
    text-align: center;
  }
  .footLine_wrap img {
    width: 100%;
    height: auto;
  }
  .footYuryou-icn {
    width: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .footYuryou-txt {
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
  }

  .fixed_button-wrap {
    background-color: #000000;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    padding: 18px 15px;
    position: fixed;
    right: 0;
    z-index: 999;
  }

  .fixed_button-wrap a {
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 45px;
    width: 48%;
    padding: 5px 0;
    max-width: 48%;
    font-weight: 700;
    line-height: 1.4;
  }

  .fixed_button-wrap.is-ver2 a {
    flex: none;
    width: 31%;
  }

  .fixed_button-wrap .btn-white {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    float: left;
  }

  .fixed_button-wrap .btn-org {
    background: #ff7c34;
    background: -moz-linear-gradient(top, #ff7c34 0%, #ff5b01 100%);
    background: -webkit-linear-gradient(top, #ff7c34 0%, #ff5b01 100%);
    background: linear-gradient(to bottom, #ff7c34 0%, #ff5b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c34', endColorstr='#ff5b01', GradientType=0);
    color: #fff;
    float: right;
  }

  .aside__sp .side-box {
    padding-bottom: 0;
  }

  .aside__sp .side-box .side-list li {
    border-bottom: 1px solid #d2d2d3;
  }
  /*
  .aside__sp .side-box .side-list li a:hover,
  .c-cont > aside > section .side-list li a:hover {
    background: none;
  }
  */
  .aside__sp .side-box .side-list li .side-img {
    flex: 0 0 20%;
    max-width: 20%;
    /*
    min-height: 80px;
    */
  }
  .aside__sp .side-box .side-list li .side-img img {
    max-width: 100%;
    max-height: 100%;
    /*
    min-height: 90px;
    */
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
  }
  .aside__sp .side-box .side-list li .side-content {
    width: 80%;
  }
  .aside__sp .side-box .side-list li .side-content.is-lng {
    width: 100%;
    padding-bottom: 10px;
  }
  .aside__sp .side-box .side-list li .side-content .side-cate {
    align-items: center;
  }

  .aside__sp .side-box .side-list li .side-content .side-cate .date {
    font-size: 3.7vw;
    flex: 1;
    text-align: left;
  }

  .aside__sp .side-box .side-list li .side-content .side-cate .cate {
    border: 1px solid #ff0014;
    padding: 0.66vw 2vw;
    font-size: 2.93vw;
    color: #ff0014;
    font-weight: 700;
  }

  .aside__sp .side-box .side-list li .side-content .side-text .txt {
    font-size: 14px;
    padding-left: 0;
  }
  body#top .aside__sp .side-box .side-list li .side-content .side-text .txt {
    padding: 3px 0 0 0;
    margin: 0 0 0 60px;
  }

  .aside__sp .side-box .side-list li .side-content .side-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body#top .aside__sp .side-box .side-list li .side-content .side-text {
    display: block;
    justify-content: flex-start;
    align-items: center;
  }

  .aside__sp .side-box .side-list li .side-content .side-text .txt-cate {
    font-size: 3.2vw;
    /*padding: 1.2vw 1.6vw;*/
    padding: 1.2vw 0;
    width: 5em;
    margin-right: 10px;
    line-height: 1;
  }

  .aside__sp .bnr-inner {
    padding: 0 15px;
    background-color: transparent;
    box-shadow: none;
  }
  .aside__sp .bnr-inner.is-column,
  .c-cont > aside > .bnr-inner.is-column {
    padding: 0 15px;
  }
  .aside__sp .bnr-inner .bnr-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .aside__sp .bnr-inner .bnr-list li {
    box-sizing: border-box;
    flex: 0 0 49%;
    max-width: 49%;
    border: 2px solid #ff0014;
    margin-bottom: 2%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .aside__sp .bnr-inner .bnr-list li a {
    padding: 13px 8px;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aside__sp .bnr-inner .bnr-list li a .tit {
    font-size: 3.7vw;
  }

  .aside__sp .bnr-inner .bnr-list li a .tit,
  .aside__sp .bnr-inner .bnr-list li a .txt {
    color: #ff0014;
    font-weight: 700;
    text-align: center;
    line-height: 5.3vw;
  }

  .aside__sp .side-wrap-icon {
    margin: 0 15px 20px;
  }

  .aside__sp .side-wrap-icon:last-child {
    margin-bottom: 0;
  }

  aside .btn-side_flex {
    display: flex;
    justify-content: space-between;
  }

  aside .btn-side_flex .c-btn {
    min-width: 0;
    margin: 0 !important;
    width: 48%;
  }

  aside .side-wrap_head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
  }

  .aside__sp .side-wrap-icon .side-wrap_head .icon-side {
    font-size: 22px;
    margin: 0 10px 0 0;
  }

  .aside__sp .side-wrap-icon .side-wrap_head .tit {
    margin: 0;
  }

  .pagination ul li:first-child {
    margin-right: auto;
  }
  .pagination ul li:last-child {
    margin-left: auto;
  }
  .sidePro_wrap .btn-side:last-child  .c-btn.c-btn-secondary{
      margin-bottom: 0;
  }
  /*sidePro_wrap*/
  .sidePro-ttl {
      height: 110px;
      font-size: 16px;
      line-height: 1.6;
  }
  .sidePro_wrap.is-ac .sidePro-ttl {
      background: url(../images/side/sp/img_side_pro01.jpg) no-repeat center center / cover;
  }
  .sidePro_wrap.is-tac .sidePro-ttl {
      background: url(../images/side/sp/img_side_pro02.jpg) no-repeat center center / cover;
  }
  .sidePro_in {
      padding: 15px 15px 15px 15px;
  }
  .sidePro_wrap .c-btn.c-btn-secondary {
      min-width: initial;
      width: 100%;
  }
  .side-wrap-icon.is-web {
      margin: 0 15px 20px;
  }
  .side-wrap-icon.is-web.is-ver2 {
      margin: 20px 15px 20px;
  }
  .sideWeb_in {
      background: url(../images/side/sp/img_side_web2.jpg) no-repeat center center / cover;
      height: 201px;
  }
  .sideWeb-ttl {
      font-size: 22px;
      margin: 0 0 23px 0;
  }
  .sideWebBtn_wrap {
      padding: 18px 20px;
  }
  .sideWebBtn-btn a {
      height: 45px;
      font-size: 17px;
  }
  /*popup*/
  .js-pop {
      cursor: pointer;
  }
  .popSrc_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
  }
  .popSrcTop_wrap {
      background: #ffffff;
      height: 100%;
      position: relative;
  }
  .popSrcTtl_wrap {
      border-bottom: 2px solid #ff0014;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      height: 60px;
      position: relative;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .popSrcTtl-prev {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      width: 57px;
  }
  .popSrcTtl-prev a {
      display: table;
      width: 100%;
      height: 58px;
      color: #000000;
      text-decoration: none;
      font-size: 10px;
      text-align: center;
      background: url(../svg/dec_arw_left.svg) no-repeat center top 11px;
      background-size: 20px auto;
      -ms-background-size: 20px auto;
      -moz-background-size: 20px auto;
      -webkit-background-size: 20px auto;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 38px 0 0 0;
  }
  .popSrcTtl-ttl {
      font-weight: bold;
      font-size: 14px;
  }
  .popSrcSlct_wrap {
      height: calc( 100% - 60px );
      padding: 0 0 80px 0;
      overflow-y: scroll;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
  .popSrcSlct_wrap ul li {
      border-bottom: 1px solid #d2d2d3;
      position: relative;
  }
  .popSrcSlct_wrap ul li a {
      display: table;
      width: 100%;
      height: 59px;
      cursor: pointer;
      position: relative;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 0 90px 0 0;
  }
  .popSrcSlct_wrap ul li a:after {
      content: '';
      background-image: url(../images/common/arrow.png);
      width: 4px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 25px;
      z-index: 9;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .popSrcSlct_wrap ul li.is-select a:before {
      content: '選択中';
      position: absolute;
      top: 50%;
      right: 40px;
      z-index: 9;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px;
      font-weight: bold;
      color: #ff0014;
  }
  .popSrcSlct_wrap ul li a span {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      width: 100%;
      font-weight: bold;
      font-size: 14px;
      padding: 0 0 0 20px;
  }
  .popSrcSlct_wrap ul li i {
      color: #ff0014;
  }
  .popSrcSlct_wrap ul li dl {
      padding: 15px 20px 15px 20px;
  }
  .popSrcSlct_wrap ul li dl dt {
      width: 140px;
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      margin: 0 0 10px 0;
  }
  .popSrcSlct_wrap ul li dl dd {
      text-align: left;
      font-weight: bold;
      font-size: 14px;
  }
  .popSrcSlct_wrap ul li dl dd .form-control {
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #b3b3b3;
      font-size: 12px;
      font-weight: bold;
      height: 40px;
      width: 40%;
      text-align: center;
      box-sizing: border-box;
      padding: 0 10px;
  }
  .popSrcSlct_wrap ul li dl dd .form-control.form-control_short {
      width: 38%;
  }
  .popSrcSlct_wrap ul li dl dd .form-control.form-control_short.is-icon {
      width: 20%;
  }
  .popSrcSlct_wrap ul li dl dd .symbol {
      margin: 0 5px;
  }
  .popSrcBtn_wrap {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      padding: 18px 15px;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: #000000;
  }
  .popSrcBtn-btn .c-btn.c-btn-primary {
      margin: 0;
      padding: 10px 15px;
  }
  .popSrc_in {
      background: #ffffff;
      display: block;
      transform: translate(100%,0);
      -ms-transform: translate(100%,0);
      -moz-transform: translate(100%,0);
      -webkit-transform: translate(100%,0);
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      -ms-transition: transform 0.2s ease-in-out;
      -moz-transition: transform 0.2s ease-in-out;
      -webkit-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      will-change: transform;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      background: #ffffff;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
  .popSrc_in.is-on {
      transform: translate(0,0);
      -ms-transform: translate(0,0);
      -moz-transform: translate(0,0);
      -webkit-transform: translate(0,0);
  }
  .popSrcList_wrap {
      height: calc( 100% - 60px );
      padding: 0 0 80px 0;
      overflow-y: scroll;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border-bottom: 1px solid #d2d2d3;
  }
  .popSrcList_in {
      border-bottom: 1px solid #d2d2d3;
  }

  /*checkbox*/
  .c-chk_wrap {
      display: none;
  }
  .c-chk_wrap.is-block {
      display: block;
  }
  .c-chk-btn a {
      display: table;
      width: 100%;
      height: 58px;
      text-decoration: none;
      line-height: 1.2;
      position: relative;
  }
  .c-chk-btn.is-on a {
      color: #ffffff;
      background: #ff0014;
  }
  .c-chk-btn a:after {
      content: '';
      background-image: url(../images/common/arrow.png);
      width: 4px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 25px;
      z-index: 9;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .c-chk-btn.is-on a:after {
      background-image: url(../images/common/arrow-white.png);
      width: 4px;
      height: 8px;
      right: 15px;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
  }
  .c-chk-btn.is-select a:before {
      content: '選択中';
      position: absolute;
      top: 50%;
      right: 40px;
      z-index: 9;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px;
      font-weight: bold;
      color: #ffffff;
  }
  .c-chk-btn a span {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      width: 100%;
      font-weight: bold;
      font-size: 14px;
      padding: 0 0 0 20px;
  }
  .c-chk-tab {
      border-bottom: 1px solid #d2d2d3;
  }
  .c-chk-tab:last-child {
      border-bottom: 0;
  }
  .c-chk-tab label {
      display: table;
      width: 100%;
      height: 59px;
      padding: 0;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      cursor: pointer;
  }
  .c-chk-tab input[type="checkbox"]  {
      display: none;
  }
  .c-chk-tab span {
      position: relative;
      padding: 0 49px 0 15px;
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      font-weight: bold;
      font-size: 14px;
  }
  .c-chk-tab span:before {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      right: 18px;
      width: 20px;
      height: 20px;
      margin: -10px 0 0 0;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: #d2d2d3;
  }
  .c-chk-tab input:checked + span:before {
      background: #ff0014;
  }
  .c-chk-tab span:after {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      right: 24px;
      width: 5px;
      height: 8px;
      margin: -7px 0 0 0;
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff;
  }

  /*checkbox*/
  .c-custom-check {
      padding: 15px;
  }
  .c-custom-check input[type="checkbox"]  {
      display: none;
  }
  .c-custom-check span {
      position: relative;
      padding: 0 10px 0 26px;
      display: table-cell;
      vertical-align: middle;
      text-align: left;
  }
  .c-custom-check span:before {
      position: absolute;
      content: "";
      display: block;
      top: 10px;
      left: 0;
      width: 18px;
      height: 18px;
      margin: -9px 0 0 0;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 1px solid #b3b3b3;
      background: #ffffff;
  }
  .c-custom-check input:checked + span:after {
      position: absolute;
      content: "";
      display: block;
      top: 10px;
      left: 6px;
      width: 4px;
      height: 6px;
      margin: -5px 0 0 0;
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 2px solid #000000;
      border-right: 2px solid #000000;
  }

  .c-btn.c-btn-secondary.is-on {
      font-size: 12px;
  }

}

/****iPhoneSE/5などのブレイクポイント****/
@media screen and (max-width: 374px) {

  .c-btn.c-btn-primary,
  .c-btn.c-btn-secondary,
  .c-btn.c-btn-tertiary {
    font-size: 12px;
  }

}




/*-- Emp Support */
.c-empSupport {

  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  padding: 30px 30px 30px 30px;
}

.c-empSupport-in {
  display: flex;
  margin: 0 0 20px 0;
}
.c-empSupport-in:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 896px) {
  .c-empSupport {
    padding: 9px 15px 26px 15px;
  }

  .c-empSupport-in {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-empSupport_user {
  margin-left: 15px;
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  width: 124px;
  text-align: left;
}
.c-empSupport_user:first-child {
  margin-left: 0;
}

@media screen and (max-width: 896px) {
  .c-empSupport_user {
    width: 48%;
    margin-left: 0;
    line-height: 1.58;
    margin-top: 26px;
    /*
    padding-left: 15px;
    */
  }
  .c-empSupport_user:nth-child(even) {
    /*
    padding-right: 15px;
    */
  }
}
.c-empSupport_user_wrap a {
  display: block;
}
.c-empSupport_img {
  border: 1px solid #d2d2d3;
  overflow: hidden;
  width: 124px;
  height: 124px;
  margin-bottom: 14px;
}
@media (min-width: 896px) {
.c-empSupport_img img {
  transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.c-empSupport_user_wrap a:hover .c-empSupport_img img {
  opacity: 0.7;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
}
.c-empSupport-txt {
  font-feature-settings: "palt";
}
@media (min-width: 896px) {
.c-empSupport-txt {
  transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.c-empSupport_user_wrap a:hover .c-empSupport-txt {
  color: #ff0014;
}
}
@media screen and (max-width: 896px) {
  .c-empSupport_img {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
  }
  .c-empSupport_img img {
    width: 100%;
    object-fit: cover;
  }
  /*
  .c-empSupport_user_wrap a:hover .c-empSupport_img img {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .c-empSupport_user_wrap a:hover .c-empSupport-txt {
    color: #000000;
  }
  */
}

.c-empSupport_position {
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .c-empSupport_position {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

.c-empSupport_more {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 896px) {
  .c-empSupport_more {
    margin-top: 20px;
  }
}

.c-empSupport_more .c-btn {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .c-empSupport_more .c-btn.c-btn-secondary {
    font-size: 12px;
    padding: 14px 0 15px;
  }
}

.pageTab_wrap {
    width: 700px;
    margin: 60px auto 0 auto;
}
.pageTab_wrap ul {
    overflow: hidden;
    margin: 0 0 30px 0;
    width: 100%;
}
.pageTab_wrap ul li {
    width: 45%;
    text-align: right;
    float: left;
}
.pageTab_wrap ul li.is-left {
    float: left;
}
.pageTab_wrap ul li.is-right {
    text-align: left;
    float: right;
}
.pageTab_wrap ul li a {
    display: table;
    width: 100%;
    height: 70px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 30px 0 30px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
}
@media (min-width: 896px) {
.pageTab_wrap ul li a:hover {
    background: #ff0014;
    color: #ffffff;
}
}
.pageTab_wrap ul li a:after {
    content: '';
    background-image: url(../images/common/arrow.png);
    display: inline-block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 896px) {
.pageTab_wrap ul li a:hover:after {
    background-image: url(../images/common/arrow-white.png);
}
}
.pageTab_wrap ul li.is-right a:after {
    left: auto;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pageTab_wrap ul li a span {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 896px) {
    .pageTab_wrap {
        width: auto;
        margin: 30px 15px 0 15px;
    }
    .pageTab_wrap ul {
        margin: 0 0 15px 0;
    }
    .pageTab_wrap ul li {
        width: 100%;
        margin: 0 0 15px 0;
        text-align: left;
    }
    .pageTab_wrap ul li.is-left {
        float: none;
    }
    .pageTab_wrap ul li.is-right {
        text-align: right;
        float: none;
    }
    .pageTab_wrap ul li:last-child {
        margin: 0 0 0 0;
    }
    .pageTab_wrap ul li a {
        height: auto;
        text-decoration: none;
        font-size: 13px;
        padding: 10px 30px 10px 30px;
    }
    /*
    .pageTab_wrap ul li a:hover {
        background: #ffffff;
        color: #000000;
    }
    .pageTab_wrap ul li a:hover:after {
        background-image: url(../images/common/arrow.png);
    }
    */
}
@media screen and (max-width: 374px) {
    .foot-logo {
        width: 160px;
    }
    .footLft-security.is-ntn {
        right: 10px;
        bottom: 32px;
    }
}

.c-sideGuide_wrap {
    margin: 0 0 30px 0;
    padding: 20px 0;
    background: #fff;
}
.c-sideGuide-ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.c-sideGuide_link .btn-side {
    margin: 0 0 15px 0;
}
.c-sideGuide_link .btn-side:last-child {
    margin: 0;
}
@media screen and (max-width: 896px) {
    .c-sideGuide_wrap {
        padding: 20px;
        margin: 0 20px 20px 20px;
    }
    .c-sideGuide-ttl {
        margin-bottom: 15px;
    }
    .c-sideGuide_link .btn-side {
        margin: 0;
    }
}
