@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;
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
*/
}
/*
select::-ms-expand {
    display: none;
}
*/
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.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;
}
}
a, a:link {
  color: #222222;
  text-decoration: none;
  word-break: break-all;
}
a:visited {
  color: #222222;
}
@media (min-width: 896px) {
a:hover, a:active {
  color: #222222;
  text-decoration: none;
  /*cursor: url('../images/common/s_pointer.svg'), auto;*/
  /*cursor: pointer;*/
}
}
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: #feffe5;
}/********************************
HEADER
*********************************/
header {
    background-color: #fff;
    border-bottom: 2px solid #FF3D4B;
    position: relative;
}
header .header {
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
header .header .header_logo,
header .header .hd-logo {
    padding-bottom: 15px;
}
.header .header-main {
    margin-left: 73px;
    margin-right: auto;
}
.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: #FF3D4B;
    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;
}
.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;
}
.header .menu {
    position: relative;
    margin-left: 16px;
    height: 81px;
    width: 71px;
    cursor: pointer;
}
.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%);
}
.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;
}
.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: #FF3D4B;
}
.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;
}
.header .header-item i {
    color: #ff3d4c;
    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);
    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: #ff3d4c;
    font-weight: bold;
}
.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;
}
.headNav_wrap-list > li ul li.is-icn a {
  padding: 0 0 0 20px;
  position: relative;
}
.headNav_wrap-list > li ul li a:before {
    content: "・";
}
.headNav_wrap-list > li ul li.is-icn 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;
}
@media (min-width: 896px) {
.headNav_wrap-list > li ul li a:hover {
    color: #ff3d4c;
}
}
.fixed-button_wrap {
    display: none;
}
/********************************
FOOTER
*********************************/
footer {
    border-top: 3px solid #ff3d4c;
    background-color: #ffffff;
    padding: 40px 0 30px;
}
body.agent_user footer {
    padding: 60px 0 60px;
}
.footer {
    margin: auto;
    width: 1200px;
    display: table;
    letter-spacing: -.4em;
}
.footer .logo {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
}
.footLft_wrap {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
}
body.agent_user .foot-logo {
    display: none;
}
.footLft_in {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 35px 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: 100px;
    background-color: #fff;
    margin-right: 0px;
}
.footLft-security.is-ntn {
    width: 141px;
    margin-right: 20px;
}
.footLft-security:last-child {
    margin-right: 0;
}
.footer ul {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    min-width: 140px;
}
body.agent_user .footer.is-pc ul {
    display: none;
}
.footer ul li {
    font-size: 12px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #ff3d4c;
}
.footer ul li:last-child {
    margin: 0;
}
.footer ul li a {
    position: relative;
    padding: 0 0 0 20px;
    font-weight: normal;
    color: #000000;
    display: block;
}
@media (min-width: 896px) {
.footer ul li a:hover {
    color: #ff3d4c;
}
}
.footer ul li a:after {
    position: absolute;
    content: "\f054";
    font-family: icomoon;
    font-size: 10px;
    color: #303030;
    top: 0;
    left: 0;
    /*
    transform: translateY(-50%);
    */
}
.footer ul li.is-icn a:after {
    content: "";
    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;
}
.foot-inner {
    text-align: center;
    padding: 60px 0 0;
}
body.agent_user .foot-inner {
    padding: 0 0 0 0;
}
body.agent_user .foot-in {
    width: 910px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.foot-inner small {
    font-size: 10px;
    display: block;
}
/********************************
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: 2px solid #ff3d4c;
    padding: 7px 30px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #ff3d4c;
    background: #ffffff;
    /*
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    */
}
.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 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: 1px solid #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-tertiary {
    border-color: rgb(255, 90, 0);
    border-width: 1px;
    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-title {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}
.c-title-primary {
    font-size: 16px;
    color: #ff3d4c;
    font-weight: 700;
    line-height: 3;
}
.c-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
}
.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);
}
.c-err {
    color:red;
    font-weight:
    bold;margin-top:10px;
}
/********************************
Checkbox customize
*********************************/
.custom-checkbox {
    display: -webkit-box;
    display: flex;
}
.custom-checkbox.is-chk {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.custom-checkbox-txt {
    width: calc(100% - 28px);
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.custom-checkbox span {
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: relative;
}
.custom-checkbox.is-radio span {
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.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.is-radio input:checked ~ span:after {
    border-left: 0;
    border-bottom: 0;
    height: 7px;
    width: 7px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #000;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
/********************************
title-backgound
*********************************/
.event-art_head {
    background-color: #ff3d4c;
    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: #ff3d4c;
    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: 33px;
}
.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-sp {
    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: #feffe5;
    padding-bottom: 80px;
}
.c-bread_wrap,
.c-cont {
    margin: auto;
    width: 1200px;
}
.c-bread_wrap ul {
    display: flex;
    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;
}
/*c-sideUsl_wrap*/
.c-sideUsl-ttl {
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d3;
}
.c-sideUsl_wrap ul li {
    border-bottom: 1px solid #d2d2d3;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-sideUsl_wrap ul li a {
    display: table;
    padding: 0 20px;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    text-align: left;
    font-weight: bold;
}
.c-sideUsl_wrap ul li a:after {
    position: absolute;
    content: "\f054";
    font-family: icomoon;
    font-size: 12px;
    color: #ff3d4c;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
@media (min-width: 896px) {
.c-sideUsl_wrap ul li a:hover {
    background: #fff4f4;
}
.c-sideUsl_wrap ul li a:after {
    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;
}
.c-sideUsl_wrap ul li a:hover:after {
    right: 10px;
}
}
.c-sideUsl_wrap ul li a .is-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.c-sideUsl_wrap ul li a .is-bg {
    border-left: 4px solid #FF3D4B;
    padding: 0 0 0 10px;
}
.c-sideUsl_in {
    padding: 15px 20px;
}
.aside__sp > .side-box,
.c-cont > aside > section {
    background: #ffffff;
    padding: 0;
    -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 #ff3d4c;
}
.aside__sp .side-box .side-list li,
.c-cont > aside > section .side-list li {
    border-bottom: 1px solid #d2d2d3;
    display: flex;
    display: -webkit-flex;
}
@media (min-width: 896px) {
.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%;
}
.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;
}
.aside__sp .side-box .side-list li .side-content,
.c-cont > aside > section .side-list li .side-content {
    width: 72.42%;
    padding: 10px 7px 0px 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;
}
.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;
}
.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 #ff3d4c;
    padding: 1px 3px 0px;
    margin-left: 3px;
    font-weight: bold;
    white-space: nowrap;
    color: #ff3d4c;
}
.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 #ff3d4c;
    background-color: #ff3d4c;
    padding: 1px 3px;
    color: #ffffff;
    float: left;
    font-weight: bold;
}
.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;
}
.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 .bnr-tit,
.c-cont > aside > .bnr-inner .bnr-tit {
    font-size: 14px;
    line-height: 16px;
    border-left: 3px solid #ff3d4c;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 10px;
    text-align: left
}
.aside__sp .bnr-inner .bnr-list,
.c-cont > aside > .bnr-inner .bnr-list {
    margin: 0 -20px;
}
.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;
}
.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;
}
.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;
}
.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 .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 .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;
}
.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;
}
/*-- Aside Web */
/* Web */
.c-web {
    -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);
    background-color: #fff;
}
body.rechowto .c-web {
    display: none;
}
.c-web.is-rechowto {
    display: none;
}
body.rechowto .c-web.is-rechowto {
    display: block;
}
.c-web_head {
    background-color: #ff3d4c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 31px 0;
}
@media screen and (max-width: 896px) {
    .c-home2 .c-web {
        margin: 0 0 20px;
    }
    .c-web_head {
        font-weight: bold;
        font-size: 15px;
        line-height: 1.2;
        padding: 15px 0 16px;
    }
}
/* List Text */
.c-listText {
    background-color: #ffffff;
    border-bottom: 1px solid #d2d2d3;
    -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);
    margin: 30px 0;
    padding: 75px 0 60px;
}
.c-listText_item {
    border-bottom: 1px solid #d2d2d3;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.538;
    text-align: left;
    padding-left: 23px;
    padding: 15px 23px 13px;
    word-break : break-all;
    position: relative;
}
.c-listText_item:last-child::before {
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #d2d2d3;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.c-web_head i {
    margin-right: 6px;
    font-size: 16px;
}
.c-web_content {
    border: 5px solid #fff297;
    border-left: 0;
    border-right: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 21px 21px 25px;
    color: #333;
}
@media screen and (max-width: 896px) {
    .c-web_content {
        border: 0;
        padding: 20px 15px 0;
        font-size: 14px;
        line-height: 1.714;
    }
}
.c-web .c-btn-tertiary2 {
    width: 100%;
    min-width: 0;
    margin: 26px 0 12px;
}
@media (min-width: 896px) {
.c-web .c-btn-tertiary2:hover {
    opacity: 0.8;
}
}
@media screen and (max-width: 896px) {
    .c-web .c-btn-tertiary2 {
        margin: 20px 0;
    }
}
.c-web .c-btn.c-btn-tertiary2:link,
.c-web .c-btn.c-btn-tertiary2:visited {
    padding: 10px 0;
}
@media screen and (max-width: 896px) {
    .c-web .c-btn.c-btn-tertiary2:link,
    .c-web .c-btn.c-btn-tertiary2:visited {
        padding: 13px 0;
    }
}
.c-web .c-btn-tertiary2 span {
    font-size: 14px;
    width: 39px;
}
.c-btn-third {
    background-color: #fff;
    border-radius: 25px;
    min-width: 369px;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 896px) {
.c-btn-third:hover {
    background-color: #fff4f4;
}
}
.c-btn-third_txt {
    position: relative;
}
.c-btn-third .c-btn-third_txt i {
    position: relative;
    top: auto;
    right: auto;
    transform: inherit;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: text-top;
}
@media screen and (max-width: 896px) {
    .c-btn-third .c-btn-third_txt i {
        font-size: 18px;
        margin-right: 14px;
        vertical-align: bottom;
    }
}
.c-btn.c-btn-third:link,
.c-btn.c-btn-third:visited {
    border: 2px solid #d2d2d3;
    font-size: 15px;
    color: #000;
    line-height: 4.133;
    padding: 0;
    border-radius: 32px;
    font-weight: bold;
}
@media screen and (max-width: 896px) {
    .c-btn.c-btn-third:link,
    .c-btn.c-btn-third:visited {
        line-height: 1.285;
        font-size: 14px;
        font-weight: bold;
        padding: 12px 15px 13px;
    }
}.c-web .c-btn-third {
    width: 100%;
    min-width: 0;
    margin: 14px 0 0;
}
@media screen and (max-width: 896px) {
    .c-web .c-btn-third {
        margin-top: 0;
    }
}
.c-web .c-btn.c-btn-third:link,
.c-web .c-btn.c-btn-third:visited {
    font-size: 12px;
    line-height: 2.75;
    font-weight: bold;
}
@media screen and (max-width: 896px) {
    .c-web .c-btn.c-btn-third:link,
    .c-web .c-btn.c-btn-third:visited {
        font-size: 13px;
        line-height: 1.428;
        padding: 12px 30px 12px 20px;
        font-weight: bold;
        border: 1px solid #d2d2d3;
    }
}
@media screen and (max-width: 896px) {
    .c-web_more {
        padding: 0 15px 20px;
        /*
        background-color: #fff297;
        */
    }
}
.c-btn-third i {
    color: #ff3d4c;
    font-size: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
@media screen and (min-width: 896px) {
.c-btn-third .icon-chevron-right {
    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;
}
.c-btn-third:hover .icon-chevron-right {
    right: 15px;
}
}
@media screen and (max-width: 896px) {
    .c-btn-third i {
        /*font-size: 13px;*/
        margin-right: 0;
    }
}
.c-btn-forth {
    width: 120px;
}
@media screen and (min-width: 896px) {
.c-btn-forth:hover {
    background: #ff3d4c;
    color: #ffffff;
}
}
.c-btn.c-btn-forth:link,
.c-btn.c-btn-forth:visited {
    font-weight: bold;
    font-size: 12px;
    padding: 7px 0;
    border-radius: 15px;
}
/*-- 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: #ff3d4c;
}
@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;
}
.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: #ff3d4c;
}
@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: #ff3d4c;
        color: #fff;
        text-align: center;
        margin: 0 -15px;
    }
}
.c-services_info {
    width: 470px;
    padding: 20px 0 30px;
    margin-right: 30px;
    font-weight: normal;
}
@media screen and (max-width: 896px) {
    .c-services_info {
        width: 100%;
        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: 34px;
}
@media screen and (max-width: 896px) {
    .c-services p {
        font-size: 14px;
        line-height: 1.42;
        color: #000;
        margin-bottom: 15px;
    }
}
.c-services .c-btn.c-btn-secondary,
.c-services .c-btn.c-btn-tertiary {
    font-size: 14px;
    color: #010101;
    width: 229px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.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-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: #ff3d4c;
    text-align: left;
    padding-left: 18px;
    margin: 0 0 20px;
}
.c-titleBlock h2 {
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 896px) {
    .c-titleBlock {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        line-height: 2.5;
        margin: 0 0 15px;
        padding-left: 0;
    }
    .c-titleBlock.is-mgno {
        margin: 0;
    }
}
.c-cntWrap {
    margin: 0 0 40px;
}
@media screen and (max-width: 896px) {
    .c-cntWrap {
        margin: 0 0 20px;
    }
}
.c-cntWrap:last-child{
    margin: 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;
}
/*-- 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 #ff3d4c;
    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: #ff3d4c;
    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: #ff3d4c;
}
.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;
    }
}
.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;
        margin-bottom: 30px;
        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;
}
.work .c-page-top-inner {
    background: url(../images/main/bg_work.jpg) center center / cover no-repeat;
}
.work.soudan .c-page-top-inner {
    background: url(../images/main/bg_soudan.jpg) center right / cover no-repeat;
}
.faq .c-page-top-inner {
    background: url(../images/main/bg_faq.jpg) center center / cover no-repeat;
}
.rechowto .c-page-top-inner {
    background: url(../images/main/bg_rechowto.jpg) center center / cover no-repeat;
}
.rireki .c-page-top-inner {
    background: url(../images/main/bg_rireki.jpg) center center / cover no-repeat;
}
.riyu .c-page-top-inner {
    background: url(../images/main/bg_riyu.jpg) center center / cover no-repeat;
}
.kaikei .c-page-top-inner {
    background: url(../images/main/bg_kaikei.jpg) center center / cover no-repeat;
}
.joho .c-page-top-inner {
    background: url(../images/main/bg_joho.jpg) center center / cover no-repeat;
}
.staff .c-page-top-inner {
    background: url(../images/main/bg_staff.jpg) center center / cover no-repeat;
}
.joho .c-page-top-inner {
    background: url(../images/main/bg_joho.jpg) center center / cover no-repeat;
}
.consultant .c-page-top-inner {
    background: url(../images/main/bg_consultant.jpg) center center / cover no-repeat;
}
.useful .c-page-top-inner {
    background: url(../images/main/bg_useful.jpg) center center / cover no-repeat;
}
@media screen and (max-width: 896px) {
    .work .c-page-top-inner {
        background: url(../images/main/bg_sp_work.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .work.soudan .c-page-top-inner {
        background: url(../images/main/bg_sp_soudan.jpg) center right / cover no-repeat;
        margin-bottom: 15px;
    }
    .faq .c-page-top-inner {
        background: url(../images/main/bg_sp_faq.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .rechowto .c-page-top-inner {
        background: url(../images/main/bg_sp_rechowto.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .riyu .c-page-top-inner {
        background: url(../images/main/bg_sp_riyu.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .rireki .c-page-top-inner {
        background: url(../images/main/bg_sp_rireki.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .kaikei .c-page-top-inner {
        background: url(../images/main/bg_sp_kaikei.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .joho .c-page-top-inner {
        background: url(../images/main/bg_sp_joho.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .staff .c-page-top-inner {
        background: url(../images/main/bg_sp_staff.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .joho .c-page-top-inner {
        background: url(../images/main/bg_sp_joho.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .consultant .c-page-top-inner {
        background: url(../images/main/bg_sp_consultant.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
    .useful .c-page-top-inner {
        background: url(../images/main/bg_sp_useful.jpg) center center / cover no-repeat;
        margin-bottom: 15px;
    }
}
.c-page-top .c-page-heading {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    text-shadow:0px 0px 5px #ffffff;
}
.c-page-top .c-page-heading span {
    font-size: 16px;
    display: block;
    text-align: center;
}
.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: #000;
    font-weight: 700;
}
.c-page-top .c-bread_wrap ul li:first-child a {
    color: #ff0000;
    font-weight: 700;
}
@media (min-width: 896px) {
.c-page-top .c-bread_wrap ul li a:hover {
    color: #ff0000;
}
}
/*-- Button */
.c-btn-tertiary2 {
    background: rgb(255, 124, 52) !important;
    background: -ms-linear-gradient(top,  rgb(255, 124, 52) 0%, rgb(255, 91, 1) 100%) !important;
    background: -moz-linear-gradient(top,  rgb(255, 124, 52) 0%, rgb(255, 91, 1) 100%) !important;
    background: -webkit-linear-gradient(top,  rgb(255, 124, 52) 0%, rgb(255, 91, 1) 100%) !important;
    background: linear-gradient(to bottom,  rgb(255, 124, 52) 0%, rgb(255, 91, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255, 124, 52)', endColorstr='rgb(255, 91, 1)',GradientType=0 ) !important;
    border-radius: 25px;
    /*
    width: 90%;
    max-width: 294px;
    */
    min-width: 294px;
    text-align: center;
    margin: 0 auto;
}
.c-btn.c-btn-tertiary2:link,
.c-btn.c-btn-tertiary2:visited {
    border: 0;
    color: #fff;
    padding: 14px 0;
    display: inline-block;
}
@media (min-width: 896px) {
.c-btn-tertiary2:hover {
    opacity: 0.8;
}
}
@media screen and (max-width: 896px) {
    .c-btn.c-btn-tertiary2:link,
    .c-btn.c-btn-tertiary2:visited {
        font-size: 14px;
        line-height: 1.28;
        padding: 20px 0;
        display: block;
        position: initial;
    }
    .c-btn-tertiary2 {
        width: 90%;
    }

}
.c-btn-tertiary2 span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    background-color: #ff3d4c;
    margin-right: 4px;
    width: 47px;
    vertical-align: middle;
    display: inline-block;
}
@media screen and (max-width: 896px) {
    .c-btn-tertiary2 span {
        font-size: 14px;
        line-height: 1.428;
        vertical-align: bottom;
        margin-right: 10px;
    }
}
.c-btn-tertiary2 span.c-btn_catYellow {
    background-color: #ffa800;
}
@media screen and (max-width: 896px) {
    .c-page-top .c-bread_wrap {
        position: static;
        background: #ffffff;
    }
    .c-page-top .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 li {
        color: #000000;
        font-weight: 700;
    }
    .c-page-top .c-page-top-inner {
        padding: 14vw 15px;
        margin-bottom: 20px;
    }
    .c-page-top .c-page-heading {
        font-size: 15px;
        font-weight: 700;
    }
}
/*-- Home2 1*/
@media screen and (max-width: 896px) {
    .c-home21 {
        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);
        display: flex;
        flex-direction: column;
        padding: 21px 15px 26px;
    }
}
.c-home21 h1,
.c-home21 h2,
.c-home21 h3,
.c-home21 h4,
.c-home21 h5,
.c-home21 h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
    .c-home21 h1,
    .c-home21 h2,
    .c-home21 h3,
    .c-home21 h4,
    .c-home21 h5,
    .c-home21 h6 {
        order: 2;
        font-size: 14px;
        line-height: 1.28;
        margin-top: 29px;
        margin-bottom: 0;
    }
}
.c-home21_content {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 896px) {
    .c-home21_content {
        display: none;
    }
}
.c-home21_item {
    margin-left: 15px;
    width: 430px;
    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);
    text-align: left;
    padding: 17px 30px 17px 29px;
}
.c-home21_item strong {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.25;
    color: #ff0014;
}
.c-home21_item h1,
.c-home21_item h2,
.c-home21_item h3,
.c-home21_item h4,
.c-home21_item h5,
.c-home21_item h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    margin-bottom: 17px;
}
.c-home21_content_info {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
}
.c-home21_content_info label {
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    width: 80px;
    padding-right: 30px;
    display: inline-block;
}
.c-home21_more {
    margin-top: 37px;
}
@media screen and (max-width: 896px) {
    .c-home21_more {
        margin-top: 0;
        order: 1;
    }
    .c-home21_more .c-btn.c-btn-third {
        padding: 20px 15px;
        min-width: 0;
        width: 100%;
        border: 1px solid #d2d2d3;
    }
}
/****スマホのブレイクポイント****/
@media screen and (max-width: 896px) {
    html {
        overflow-x: hidden;
    }
    body {
        min-width: 320px;
    }
    body.is-menu:after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
}
    .c-bread_wrap,
    .c-cont,
    .c-main,
    aside,
    .c-cont > aside {
        width: 100%;
    }
    .c-cont > aside {
        display: none;
    }
    body.c-home2 .c-cont > aside {
        display: block;
    }
    .c-home2 .c-main {
        margin: 0;
    }
    .c-main {
        margin: 0 0 20px;
    }
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
    #Contents {
        padding-bottom: 0;
        padding-top: 58px;
    }
    .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-title-primary {
        font-size: 12px;
        line-height: 1.5;
        color: #ffffff;
        background-color: #ff3d4c;
        padding: 6px 5px;
        text-align: center;
        margin-bottom: 4vw;
    }
    .c-txt {
        font-size: 14px;
        line-height: 1.6;
    }
    /********************************
      HEADER
    *********************************/
    .c-home2 header {
        /*
        background: transparent;
        */
        border-bottom: none;
    }
    header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        background: #fff;
        border-bottom: 2px solid #ff3d4c;
    }
    header .header {
        background: transparent;
        border-bottom: none;
        width: auto;
        margin: 0;
        padding-left: 10px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    header .header .header_logo,
    header .header .hd-logo {
        padding-bottom: 0;
    }
    header .header .hd-logo img {
        width: 216px;
    }
    .header .header-main,
    .header .header-item {
        display: none;
    }
    .headNav_wrap {
        top: calc(100%);
        /*
        height: calc(100vh - 60px);
        overflow: auto;
        */
        padding: 0;
    }
    .headNav_wrap nav {
        width: auto;
        margin: 0 auto;
    }
    .headNav_wrap-list {
        display: block;
    }
    .headNav_wrap-list > li > a {
        background-color: #ff3d4c;
        color: #ffffff;
        display: block;
        font-size: 14px;
        padding: 16px 15px;
    }
    .headNav_wrap-list > li.is-on > a {
        pointer-events: painted;
    }
    .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: #000000;
    }
    */
    .headNav_wrap-list > li ul li.is-icn a {
        padding: 15px 15px 15px 35px;
    }
    .headNav_wrap-list > li ul li a:before {
        display: none;
    }
    .headNav_wrap-list > li ul li.is-icn 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: 58px;
        width: 58px;
    }
    .header .menu.is-active span:before,
    .header .menu.is-active span:after {
        left: -7px;
    }
    /********************************
    FOOTER
    *********************************/
    footer {
        border-top: 2px solid #ff3d4c;
        padding: 0 0 80px;
        position: relative;
    }
    body.agent_user footer {
        padding: 120px 0 0 0;
    }
    .footer {
        width: auto;
        display: block;
    }
    .c-sp .footer {
        padding: 0 0 105px 0;
    }
    body.agent_user .c-sp .footer {
        display: none;
    }
    .foot-logo {
        display: none;
    }
    .footLft_wrap {
        display: block;
        position: absolute;
        bottom: 120px;
        left: 50%;
        z-index: 9;
        margin: 0 0 0 -125px;
        width: 250px;
    }
    body.agent_user .footLft_wrap {
        bottom: 45px;
        width: 260px;
        margin: 0 0 0 -130px;
    }
    .footLft_in {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 0 0;
    }
    body.agent_user .footLft_in {
        margin: 0 0 0 0;
        width: 261px;
        position: initial;
        bottom: auto;
        right: auto;
        z-index: 9;
    }
    .footLft-security {
        width: 100px;
        margin-right: 0;
    }
    .footLft-security.is-ntn {
        width: 141px;
    }
    .footLft-security:last-child {
        margin-right: 0;
    }
    .footer ul {
        display: block;
        min-width: auto;
    }
    .footer.is-pc ul {
        display: none;
    }
    .footer ul li {
        float: left;
        width: 50%;
        font-size: 12px;
        margin: 0;
        display: table;
        height: 50px;
    }
    .footer ul li a {
        position: relative;
        padding: 0 0 0 20px;
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
    .footer ul li.is-non a {
        pointer-events: none;
    }
    .footer ul li a:nth-child(2n) {
        border-right: none;
    }
    .footer ul li a:after {
        content: none;
    }
    .footer ul li.is-icn a:after {
        content: none;
    }
    /*
    .footer ul li a:hover {
        color: #000000;
    }
    */
    .foot-inner {
        padding: 17px 0;
        line-height: 1;
    }
    body.agent_user .foot-inner {
        padding: 17px 0;
    }
    body.agent_user .foot-in {
        width: auto;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    .foot-inner small {
        text-align: center;
    }
    .fixed_button-wrap {
        background-color: #fff799;
        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: 99;
    }
    .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 10px;
        max-width: 48%;
        font-weight: 700;
    }
    .fixed_button-wrap .btn-white {
        -webkit-border-radius: 45px;
        -ms-border-radius: 45px;
        border-radius: 45px;
        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 {
        -webkit-border-radius: 45px;
        -ms-border-radius: 45px;
        border-radius: 45px;
        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;
    }
    .fixed_button-wrap .btn-org .c-btn_catYellow {
        font-size: 12px;
        width: 35px;
        background-color: #ffa800;
        line-height: 1.428;
        vertical-align: bottom;
        margin-right: 6px;
    }
    .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 .side-img {
        flex: 0 0 26.6%;
        max-width: 26.6%;
    }
    .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 #ff3d4c;
        padding: 0.66vw 2vw;
        font-size: 2.93vw;
        color: #ff3d4c;
        font-weight: 700;
    }
    .aside__sp .side-box .side-list li .side-content .side-text .txt {
        font-size: 14px;
        padding-left: 0;
    }
    .aside__sp .side-box .side-list li .side-content .side-text {
        display: flex;
        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;
        margin-right: 10px;
        line-height: 1;
    }
    .aside__sp .bnr-inner {
        padding: 0 15px;
        background-color: transparent;
        box-shadow: none;
    }
    .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 #ff3d4c;
        margin-bottom: 2%;
        background-color: #ffffff;
    }
    .aside__sp .bnr-inner .bnr-list li a {
        padding: 13px 8px;
    }
    .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: #ff3d4c;
        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;
    }
    .c-cont > aside > .side-wrap-icon {
        padding: 15px 20px 15px;
        margin-bottom: 15px;
    }
    .c-cont > aside > .side-wrap-icon .icon-side {
        margin-bottom: 10px;
    }
    .c-cont > aside > .side-wrap-icon .icon-side img {
        width: 18px;
    }
    .c-cont > aside > .side-wrap-icon .tit {
        margin-bottom: 10px;
    }
}
/****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;
    }
}
