html {
    overflow-x: hidden;
    font-size: 62.5%
}

body {
    min-width: 320px;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
    margin: 0;
    padding: 0;
}

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

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

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

fieldset, img {
    border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

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

caption, th {
    text-align: left;
}

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

q:before, q:after {
    content: ""
}

abbr, acronym {
    border: none;
    font-variant: normal;
}

sup {
    vertical-align: super;
    font-size: 1rem;
    line-height: 1;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

a img, map a {
    border: none;
}

a:hover, a:active, a:focus {
    outline: 0;
}

embed {
    width: 100%
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

object, embed {
    height: 100%
}

img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

div {
    vertical-align: top;
}

strong {
    font-weight: bold;
}

em {
    font-style: normal;
}

select, input, button, textarea, button {
    font: 99% arial, sans-serif;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 1;
}

a, img, button, input[type=button], input[type=submit], .touch-hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

table {
    empty-cells: show;
    font-size: inherit;
    font: 100%
}

@media all and (-ms-high-contrast: none) {
    main {
        display: block;
    }
}

li {
    list-style: none;
    line-height: 1;
}

input {
    line-height: 1;
}

form img, input, select {
    vertical-align: middle;
}

textarea {
    resize: none;
}

select {
    padding: 1px;
}

legend {
    display: none;
}

input, select, textarea, button {
    font-size: 1.4rem;
    vertical-align: middle;
    color: #000;
    height: auto;
}

textarea {
    height: auto;
}

input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
    -webkit-appearance: none;
    font-size: 1.5rem;
    width: 100%;
    padding: 1rem 1.2rem;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: normal;
    border-radius: 2px;
    min-height: 44px;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border: 1px solid #77bae1;
}

input[type=email], input[type=text], input[type=number], input[type=password], textarea, select {
    outline: none;
}

label {
    margin-right: 1em;
    line-height: 1;
}

.noDisplay {
    display: none !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.inlineBlock {
    display: inline-block !important;
}

@media screen and (min-width: 769px) {
    .pcNone {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .spNone {
        display: none !important;
    }
}

@media screen and (min-width: 769px)and (max-width: 991px) {
    .tbNone {
        display: none !important;
    }
}

.static {
    position: static !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed !important;
}

.leftBox {
    float: left;
}

.rightBox {
    float: right;
}

.nofloat {
    float: none !important;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.clear {
    clear: both !important;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

.hover:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .scrollWSp {
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

.firstload {
    transition: 0s !important;
}

.w10 {
    width: 10% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.btNone {
    border-top: none !important;
}

.brNone {
    border-right: none !important;
}

.bbNone {
    border-bottom: none !important;
}

.blNone {
    border-left: none !important;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.note {
    color: #989898;
    margin-left: 1em;
    text-indent: -1em;
}

.underline {
    text-decoration: underline !important;
}

.textNoLine {
    text-decoration: none !important;
}

.font1 {
    font-family: "Noto Sans JP", sans-serif !important;
}

.font2 {
    font-family: "Roboto", sans-serif !important;
}

.fzS {
    font-size: 1.2rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .fzS {
        font-size: 1.2rem;
        line-height: 1.3;
    }
}

.fz {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .fz {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

.fzM {
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .fzM {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

.fzL {
    font-size: 1.8rem;
    line-height: 2.4;
}

@media screen and (max-width: 768px) {
    .fzL {
        font-size: 1.7rem;
        line-height: 1.9;
    }
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.red {
    color: #d40000;
}

.blue {
    color: #5996e0;
}

.g1 {
    color: #989898;
}

.g2 {
    color: #464646;
}

.g3 {
    color: #5c5c5c;
}

.g4 {
    color: #88919b;
}

.g5 {
    color: #efeeee;
}

.g6 {
    color: #ddd;
}

.c1 {
    color: #343541;
}

.c2 {
    color: #77bae1;
}

.c3 {
    color: #8e8d83;
}

.c4 {
    color: #a29494;
}

.c5 {
    color: #455262;
}

.c6 {
    color: #5392a0;
}

.text-middle {
    vertical-align: middle !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.fz {
    font-size: 1.4rem;
}

.fz--s {
    font-size: 1.2rem;
    line-height: 1.6;
}

.fz--l {
    font-size: 1.8rem;
    line-height: 2.4;
}

.fz8 {
    font-size: .8rem !important;
}

.fz9 {
    font-size: .9rem !important;
}

.fz10 {
    font-size: 1rem !important;
}

.fz11 {
    font-size: 1.1rem !important;
}

.fz12 {
    font-size: 1.2rem !important;
}

.fz13 {
    font-size: 1.3rem !important;
}

.fz14 {
    font-size: 1.4rem !important;
}

.fz15 {
    font-size: 1.5rem !important;
}

.fz16 {
    font-size: 1.6rem !important;
}

.fz17 {
    font-size: 1.7rem !important;
}

.fz18 {
    font-size: 1.8rem !important;
}

.fz19 {
    font-size: 1.9rem !important;
}

.fz20 {
    font-size: 2rem !important;
}

.fz21 {
    font-size: 2.1rem !important;
}

.fz22 {
    font-size: 2.2rem !important;
}

.fz23 {
    font-size: 2.3rem !important;
}

.fz24 {
    font-size: 2.4rem !important;
}

.fz25 {
    font-size: 2.5rem !important;
}

.fz26 {
    font-size: 2.6rem !important;
}

.fz27 {
    font-size: 2.7rem !important;
}

.fz28 {
    font-size: 2.8rem !important;
}

.fz29 {
    font-size: 2.9rem !important;
}

.fz30 {
    font-size: 3rem !important;
}

.flex {
    display: flex;
}

.flex.align-center {
    align-items: center;
}

.flex.justify-center {
    justify-content: center;
}

.flex.between {
    justify-content: space-between;
}

.flex.end {
    justify-content: flex-end;
}

.flex.rowwrap {
    flex-flow: row wrap;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #464646;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "palt" 1;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
        line-height: 1;
    }
}

body.white {
    background-color: #fff;
    color: #000;
}

html {
    position: relative;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/NotoSansJP-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP Partial";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSerifJP-Medium-Partial.woff") format("woff");
    font-display: swap;
}

p {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 1.3rem;
        line-height: 1.8;
    }
}

::selection {
    background: #ededed;
}

.underHiwrite {
    position: relative;
    z-index: 1;
}

.underHiwrite::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20%;
    background-color: #ff0;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.supText {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}

.subText {
    font-size: 75.5%;
    vertical-align: bottom;
    position: relative;
    top: .1em;
}

.annotation {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .annotation {
        font-size: 1rem !important;
    }
}

.annotation.-w {
    color: #fff;
}

.annotation.-k {
    color: #000;
}

a {
    text-decoration: none;
    transition: all 200ms ease;
    color: #000;
}

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

a img {
    transition: all 200ms ease;
}

a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"]:hover img {
    opacity: 1;
}

a.link {
    color: #343541;
    text-decoration: underline;
}

.pc a.link:hover {
    text-decoration: none;
    color: #343541;
}

.container-box {
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    .container-box {
        padding: 0 15px;
    }
}

.container-box-ul {
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .container-box-ul {
        padding: 0 15px;
    }
}

.container {
    width: 100%;
    max-width: 1220px;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: unset;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: unset;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.container.-Xlarge {
    max-width: 1920px;
}

.container.-large {
    max-width: 1520px;
}

.container.-small {
    max-width: 960px;
}

.container.-min {
    max-width: 690px;
}

.container.-fluid {
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
}

main {
    padding-top: 120px;
}

#mail main, #service main {
    padding-top: 160px;
}

.section-wrapper {
    margin: 0 auto 50px;
    position: relative;
}

.section-wrapper.-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.section-panel {
    width: 49%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 991px) {
    .section-panel {
        width: 100%;
        margin-bottom: 30px;
    }
}

.section-panel.-full {
    width: 100%
}

.section-panel.-left {
    width: 200px;
    position: relative;
}

.section-panel.-left.-sticky {
    position: sticky;
    top: 140px;
}

.section-panel.-right {
    width: calc(100% - 210px);
}

.section-panel-header {
    padding: 15px;
    background-color: #77bae1;
}

.section-panel-header h2 {
    font-size: 1.8rem;
    color: #fff;
}

.section-panel-content {
    background-color: #fff;
    padding: 25px;
}

.section-panel-content .subtitle {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.section-panel-footer {
    background-color: #fff;
    padding: 0 25px 25px;
}

.section-panel-footer .btn-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.section-panel-footer .btn-box li {
    width: calc((100% - 20px) / 2);
    max-width: 200px;
    margin-right: 20px;
}

.section-panel-footer .btn-box li:last-child {
    margin-right: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
    transition: all 200ms ease;
    font-size: 1.5rem;
}

.pc input[type=text]:hover, .pc input[type=tel]:hover, .pc input[type=email]:hover, .pc input[type=password]:hover, .pc select:hover, .pc textarea:hover {
    border: 1px solid #343541;
    background-color: #fff;
}

button {
    border: none;
    cursor: pointer;
}

input:disabled {
    pointer-events: none;
    opacity: .3;
}

input:focus, select:focus, textarea:focus {
    color: #000;
}

input[type=button]:focus, input[type=submit]:focus, button[type=submit]:focus, input[type=file], input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus, button:focus {
    outline: none;
}

input.short, select.short, textarea.short {
    width: 40%
}

@media screen and (max-width: 768px) {
    input.short, select.short, textarea.short {
        width: 100%
    }
}

.must {
    color: #d40000;
    font-size: 80%;
    vertical-align: top;
    position: relative;
    top: -0.4em;
    right: -0.2rem;
}

.pc input[type=button]:hover, .pc input[type=submit]:hover {
    opacity: .8;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    transition: 0s;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ccc !important;
}

label.file {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    background-color: #343541;
    padding: 1rem 2.5rem;
    margin-bottom: .8rem;
    border-radius: 2px;
    cursor: pointer;
    transition: all 200ms ease;
}

.pc label.file:hover {
    background-color: #77bae1;
}

select {
    -webkit-appearance: none;
    width: 100%;
    position: relative;
    height: 40px;
    padding-left: 1rem;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1;
}

label.select {
    position: relative;
    display: block;
}

label.select::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 32px;
    height: 32px;
    pointer-events: none;
}

label.select::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border-top: 6px solid #000;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    pointer-events: none;
}

label.select::after, label.select::before {
    display: none \9
}

@media all and (-ms-high-contrast: none) {
    label.select: :after, label.select::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    label.select: :after {
        right: 10px;
        border-top: 5px solid #000;
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgba(0, 0, 0, 0);
        font-size: 1.4rem;
    }
}

p.jqv-error {
    font-size: 1.2rem;
    color: #d40000;
}

em.require {
    font-size: 1.2rem;
    background: #d40000;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    font-weight: bold;
    padding: 0em .2em;
}

.checkmark {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #54d95d;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    margin: 0px auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #54d95d;
    fill: none;
    animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 60px #54d95d;
    }
}

.thankyou {
    padding: 20px 0 40px;
}

@media screen and (max-width: 768px) {
    .thankyou {
        padding: 30px 0;
    }
}

.thankyou .ttl {
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .thankyou .ttl {
        margin-bottom: 30px;
    }
}

.thankyou .ttl span {
    display: block;
    font-size: 1.5rem;
}

.thankyou .ill {
    width: 420px;
    margin: 0px auto 40px;
}

@media screen and (max-width: 768px) {
    .thankyou .ill {
        max-width: 320px;
    }
}

.thankyou .txt p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
}

.thankyou svg {
    width: 80px;
    height: 80px;
    margin: 0px auto 20px;
}

.suggestion {
    padding: 0px 0 60px;
}

@media screen and (max-width: 768px) {
    .suggestion {
        padding: 0px 0 40px;
    }
}

.suggestion h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #343541;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

.suggestion_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .suggestion_list {
        flex-flow: column;
        align-items: center;
    }
}

.suggestion_list .btnbox {
    width: 300px;
    padding: 15px;
}

@media screen and (max-width: 768px) {
    .suggestion_list .btnbox {
        padding: 10px;
        width: 100%;
        max-width: 320px;
    }
}

.suggestion_list .btnbox a {
    width: 100%
}

.input-label.calender-icon {
    width: 120px;
}

.input-box {
    position: relative;
}

.input-box-wrap {
    position: relative;
    margin-bottom: 15px;
}

.input-box-wrap.slaving {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.input-box-wrap.slaving .input-box {
    width: 100%
}

.input-box-wrap.slaving input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-box-wrap.slaving .slaving-btn-wrap {
    margin-left: -1px;
    min-width: 100px;
}

.input-box-wrap.slaving .slaving-btn-wrap button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-box-wrap.readonly .input-box {
    display: flex;
    flex-flow: column-reverse;
}

.input-box-wrap.readonly .input-box .input-placeholder {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.input-box-wrap.readonly .input-box .register-text {
    font-size: 1.6rem;
}

.input-placeholder {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #989898;
    font-style: normal;
    transition: all 200ms ease;
    pointer-events: none;
}

.input-placeholder.completed {
    transform: translateY(-8px);
    left: .5em;
    background-color: #fff;
    padding: 0 5px;
    top: 0;
    color: #ccc;
    transition: all 200ms ease;
    font-size: 1.2rem;
}

.input-style-basic {
    position: relative;
}

.input-style-basic:focus {
    border: 1px solid #77bae1;
}

.input-style-basic:focus + .input-placeholder {
    transform: translateY(-8px);
    left: .5em;
    background-color: #fff;
    padding: 0 5px;
    top: 0;
    color: #77bae1;
    transition: all 200ms ease;
    font-size: 1.2rem;
}

.input-style-basic.readonly {
    background-color: #f1f1f1;
}

.input-style-basic.readonly:focus {
    border: 1px solid #ccc;
}

.confirm .input-box {
    display: flex;
    flex-flow: column-reverse;
}

.confirm .input-box .input-placeholder {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.confirm .input-box .register-text {
    font-size: 1.6rem;
}

.input-box-wrap-rowstyle, .input-box-wrap.rowstyle {
    position: relative;
    margin-bottom: 15px;
}

.input-box-wrap-rowstyle .input-box, .input-box-wrap.rowstyle .input-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.input-box-wrap-rowstyle .input-box .input-placeholder, .input-box-wrap.rowstyle .input-box .input-placeholder {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    margin-bottom: 0px;
    font-size: 1.4rem;
    white-space: nowrap;
    line-height: 1.8;
}

.input-box-wrap-rowstyle .input-box.top, .input-box-wrap.rowstyle .input-box.top {
    align-items: flex-start;
}

.input-box-wrap-rowstyle .input-box.top .input-placeholder, .input-box-wrap.rowstyle .input-box.top .input-placeholder {
    padding-top: 5px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic, .input-box-wrap-rowstyle .input-box .input-style-basic-group, .input-box-wrap-rowstyle .input-box .register-text, .input-box-wrap.rowstyle .input-box .input-style-basic, .input-box-wrap.rowstyle .input-box .input-style-basic-group, .input-box-wrap.rowstyle .input-box .register-text {
    width: calc(100% - 235px);
    max-width: unset;
}

@media screen and (max-width: 991px) {
    .input-box-wrap-rowstyle .input-box .input-style-basic, .input-box-wrap-rowstyle .input-box .input-style-basic-group, .input-box-wrap-rowstyle .input-box .register-text, .input-box-wrap.rowstyle .input-box .input-style-basic, .input-box-wrap.rowstyle .input-box .input-style-basic-group, .input-box-wrap.rowstyle .input-box .register-text {
        width: calc(100% - 155px);
    }
}

.input-box-wrap-rowstyle .input-box .input-style-basic.full, .input-box-wrap-rowstyle .input-box .input-style-basic-group.full, .input-box-wrap-rowstyle .input-box .register-text.full, .input-box-wrap.rowstyle .input-box .input-style-basic.full, .input-box-wrap.rowstyle .input-box .input-style-basic-group.full, .input-box-wrap.rowstyle .input-box .register-text.full {
    width: calc(100% - 235px);
}

@media screen and (max-width: 991px) {
    .input-box-wrap-rowstyle .input-box .input-style-basic.full, .input-box-wrap-rowstyle .input-box .input-style-basic-group.full, .input-box-wrap-rowstyle .input-box .register-text.full, .input-box-wrap.rowstyle .input-box .input-style-basic.full, .input-box-wrap.rowstyle .input-box .input-style-basic-group.full, .input-box-wrap.rowstyle .input-box .register-text.full {
        width: calc(100% - 155px);
    }
}

.input-box-wrap-rowstyle .input-box .input-style-basic.half, .input-box-wrap-rowstyle .input-box .input-style-basic-group.half, .input-box-wrap-rowstyle .input-box .register-text.half, .input-box-wrap.rowstyle .input-box .input-style-basic.half, .input-box-wrap.rowstyle .input-box .input-style-basic-group.half, .input-box-wrap.rowstyle .input-box .register-text.half {
    width: calc((100% - 235px) / 2);
}

@media screen and (max-width: 991px) {
    .input-box-wrap-rowstyle .input-box .input-style-basic.half, .input-box-wrap-rowstyle .input-box .input-style-basic-group.half, .input-box-wrap-rowstyle .input-box .register-text.half, .input-box-wrap.rowstyle .input-box .input-style-basic.half, .input-box-wrap.rowstyle .input-box .input-style-basic-group.half, .input-box-wrap.rowstyle .input-box .register-text.half {
        width: calc((100% - 155px) / 2);
    }
}

.input-box-wrap-rowstyle .input-box .input-style-basic.min, .input-box-wrap-rowstyle .input-box .input-style-basic-group.min, .input-box-wrap-rowstyle .input-box .register-text.min, .input-box-wrap.rowstyle .input-box .input-style-basic.min, .input-box-wrap.rowstyle .input-box .input-style-basic-group.min, .input-box-wrap.rowstyle .input-box .register-text.min {
    width: calc((100% - 235px) / 3);
}

@media screen and (max-width: 991px) {
    .input-box-wrap-rowstyle .input-box .input-style-basic.min, .input-box-wrap-rowstyle .input-box .input-style-basic-group.min, .input-box-wrap-rowstyle .input-box .register-text.min, .input-box-wrap.rowstyle .input-box .input-style-basic.min, .input-box-wrap.rowstyle .input-box .input-style-basic-group.min, .input-box-wrap.rowstyle .input-box .register-text.min {
        width: calc((100% - 155px) / 3);
    }
}

.input-box-wrap-rowstyle .input-box .input-style-basic.ex-min, .input-box-wrap-rowstyle .input-box .input-style-basic-group.ex-min, .input-box-wrap-rowstyle .input-box .register-text.ex-min, .input-box-wrap.rowstyle .input-box .input-style-basic.ex-min, .input-box-wrap.rowstyle .input-box .input-style-basic-group.ex-min, .input-box-wrap.rowstyle .input-box .register-text.ex-min {
    width: 80px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic.auto, .input-box-wrap-rowstyle .input-box .input-style-basic-group.auto, .input-box-wrap-rowstyle .input-box .register-text.auto, .input-box-wrap.rowstyle .input-box .input-style-basic.auto, .input-box-wrap.rowstyle .input-box .input-style-basic-group.auto, .input-box-wrap.rowstyle .input-box .register-text.auto {
    width: auto !important;
}

.input-box-wrap-rowstyle .input-box .input-style-basic.single, .input-box-wrap-rowstyle .input-box .input-style-basic-group.single, .input-box-wrap-rowstyle .input-box .register-text.single, .input-box-wrap.rowstyle .input-box .input-style-basic.single, .input-box-wrap.rowstyle .input-box .input-style-basic-group.single, .input-box-wrap.rowstyle .input-box .register-text.single {
    width: 100%
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group, .input-box-wrap.rowstyle .input-box .input-style-basic-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-box, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-box {
    width: 100%
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box {
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px 10px 10px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box + .input-group-box, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box + .input-group-box {
    border-top: 0;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .title, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #989898;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .title.black, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .title.black {
    color: #464646;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item p, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item p {
    font-size: 12px;
    color: #989898;
    margin-bottom: 2px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item label, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item label {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    gap: 5px;
    font-size: 12px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item-flex, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item-flex {
    display: flex;
    flex-flow: row wrap;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item-flex label, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .row .row-item-flex label {
    width: unset;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .row.grid, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .row.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-box .row + .row, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-box .row + .row {
    margin-top: 20px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box {
    width: 100%;
    border: solid 1px #ccc;
    border-top: 0;
    padding: 5px 10px 10px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box:first-child, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box:first-child {
    border-top: solid 1px #ccc;
    border-radius: 2px 2px 0 0;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box:last-child, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box:last-child {
    border-radius: 0 0 2px 2px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box .title, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box .title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #989898;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box .title.black, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box .title.black {
    color: #464646;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box .title.red, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box .title.red {
    color: #d40000;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box .row, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box .row {
    display: grid;
    grid-template-columns: 100px 1fr;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box .row .title p, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box .row .title p {
    font-size: 1.4rem;
    color: #88919b;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-group-confirm-box .row + .row, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-group-confirm-box .row + .row {
    margin-top: 20px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-price-box, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-price-box {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-price-box .row, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-price-box .row {
    display: flex;
    align-items: center;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-price-box .row p, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-price-box .row p {
    font-weight: bold;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .input-price-box .row.price::after, .input-box-wrap.rowstyle .input-box .input-style-basic-group .input-price-box .row.price::after {
    content: "";
    height: 1px;
    background-color: #eee;
    flex: 1;
    margin: 10px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group input, .input-box-wrap.rowstyle .input-box .input-style-basic-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .slaving-btn-wrap, .input-box-wrap.rowstyle .input-box .input-style-basic-group .slaving-btn-wrap {
    margin-left: -1px;
}

.input-box-wrap-rowstyle .input-box .input-style-basic-group .slaving-btn-wrap button, .input-box-wrap.rowstyle .input-box .input-style-basic-group .slaving-btn-wrap button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-box-wrap-rowstyle .input-box .register-text, .input-box-wrap.rowstyle .input-box .register-text {
    width: calc(100% - 155px);
    font-size: 1.4rem;
}

.input-box-wrap-rowstyle .input-box label, .input-box-wrap.rowstyle .input-box label {
    width: 140px;
    text-align: left;
}

.input-box-wrap-rowstyle .input-box label.checkbox, .input-box-wrap.rowstyle .input-box label.checkbox {
    margin-bottom: 0;
    margin-right: 0;
    padding: 6px 30px 6px 0;
    width: auto;
    text-align: unset;
}

.input-box-wrap-rowstyle .input-box label.checkbox::before, .input-box-wrap.rowstyle .input-box label.checkbox::before {
    top: 50%;
    transform: translateY(-50%);
}

.input-box-wrap-rowstyle .input-box label.radio, .input-box-wrap.rowstyle .input-box label.radio {
    margin-bottom: 0;
    margin-right: 0;
    padding: 6px 30px 6px 0;
    width: auto;
    text-align: unset;
}

.input-box-wrap-rowstyle .input-box label.radio::before, .input-box-wrap.rowstyle .input-box label.radio::before {
    top: 50%;
    transform: translateY(-50%);
}

.input-box-wrap-rowstyle .input-box label.select, .input-box-wrap.rowstyle .input-box label.select {
    width: auto;
    text-align: unset;
    margin-right: 0;
}

.input-box-wrap-rowstyle .input-box.-half, .input-box-wrap.rowstyle .input-box.-half {
    width: 50%
}

.input-box-register {
    padding-top: 20px;
}

.input-box-register .input-box-wrap-rowstyle {
    margin-bottom: 40px;
}

.input-box-register p.annotation {
    margin-left: 235px;
    margin-top: 2px;
    font-size: 1.2rem !important;
}

@media screen and (max-width: 991px) {
    .input-box-register p.annotation {
        margin-left: 155px;
    }
}

.input-box-register .input-placeholder {
    width: 220px !important;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .input-box-register .input-placeholder {
        width: 140px !important;
    }
}

.input-box-register .register-text {
    width: calc(100% - 235px) !important;
    font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
    .input-box-register .register-text {
        width: calc(100% - 155px);
    }
}

.input-group-ttl {
    margin-bottom: 20px;
    color: #343541;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
}

.input-group-ttl::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #343541;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

input[type=password] i.password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-image: url(/asset/img/common/icon-passwordeye-close.svg);
}

input[type=text] i.password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-image: url(/asset/img/common/icon-passwordeye-open.svg);
}

.formicon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.formicon.-edit {
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: contain;
    background-image: url(/asset/img/common/icon-editing-pencil.svg);
}

.formicon.-password {
    width: 22px;
    height: 15px;
    display: block;
    background-position: center;
    background-size: contain;
    background-image: url(/asset/img/common/icon-passwordeye-open.svg);
}

.table-forms-wrap {
    margin-bottom: 20px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .table-forms-wrap {
        margin-bottom: 10px;
    }
}

.table-forms-wrap.between {
    justify-content: space-between;
    align-items: center;
}

.table-forms-wrap.flex-end {
    justify-content: flex-end;
    align-items: center;
}

.table-forms-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.table-forms-box input, .table-forms-box select {
    height: 40px !important;
    min-height: 40px !important;
}

.table-forms-box .searchbox {
    min-width: 260px;
}

.table-forms-box label {
    display: flex;
    align-items: center;
}

.table-forms-box label input[type=radio] {
    margin-right: 5px !important;
}

label.select select {
    padding-right: 50px;
}

label.select select.dark {
    background-color: #343541;
    color: #fff;
    outline: none !important;
}

label.select select.readonly {
    pointer-events: none;
    background-color: #f1f1f1;
}

label.select.dark::after {
    border-top: 6px solid #fff !important;
}

.validate {
    font-size: 1.2rem;
    color: #d40000;
}

.validation-notice {
    margin-bottom: 20px;
    border: 1px solid #d40000;
    background-color: rgba(212, 0, 0, .03);
    padding: 20px;
}

.validation-notice li {
    line-height: 1.4;
    font-size: 1.3rem;
    color: #d40000;
}

.required {
    font-size: 1rem;
    background-color: #d40000;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 5px;
    transform: translateY(-2px);
    display: inline-block;
    line-height: 1;
}

label.checkbox {
    cursor: pointer;
    font-size: 1.3rem;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 30px !important;
    position: relative;
    line-height: 23px;
    transition: border .2s linear 0s, color .2s linear 0s;
    white-space: nowrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

label.checkbox::before {
    background-color: #fff;
    border: 1px solid #c8c7cc;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 0;
    top: 1px;
    transition: border .2s linear 0s, color .2s linear 0s;
    transition: all 200ms ease;
}

label.checkbox.disabled {
    pointer-events: none;
    opacity: .5;
}

label.checkbox:has(input:checked)::before, label.checkbox.active:before {
    background-image: url(/static/img/common/icon-checkmark-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #343541;
    border: 1px solid #343541;
}

label.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

label.radio {
    cursor: pointer;
    font-size: 1.3rem;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 30px !important;
    position: relative;
    line-height: 23px;
    transition: border .2s linear 0s, color .2s linear 0s;
    white-space: nowrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: auto;
}

label.radio::before {
    background-color: #fff;
    border: 1px solid #c8c7cc;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 0;
    top: 1px;
    transition: border .2s linear 0s, color .2s linear 0s;
    transition: all 200ms ease;
    border-radius: 10px;
}

label.radio::after {
    content: "";
    position: relative;
}

label.radio.disabled {
    pointer-events: none;
    opacity: .2;
}

label.radio:has(input:checked)::after, label.radio.active::after {
    content: "";
    background-color: #343541;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    border: 1px solid #343541;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

label.radio input[type=radio] {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.select2 > * {
    font-size: 1.3rem;
}

.register .select2-container--default .select2-selection--single {
    min-height: 40px !important;
}

.register .select2-selection__rendered {
    line-height: 40px !important;
}

.register .select2-results__option {
    line-height: 1.4;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-results__option {
    padding: 10px 6px !important;
}

.calender-range {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.calender-range span {
    padding: 0 5px;
}

.calender-range input {
    position: relative;
}

.calender-range button {
    min-width: 60px;
    width: 60px;
}

.calender-icon {
    position: relative;
}

.calender-icon::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/asset/img/common/icon-calendar-lightgray.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 5;
}

.calender-icon input {
    padding-left: 30px;
}

.flatpickr-current-month input.cur-year {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.flatpickr-current-month {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 1.5rem !important;
    font-family: unset !important;
}

.datecalendar.disabled {
    background-color: #f1f1f1;
}

.h01 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    .h01 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

.h01::before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #77bae1;
}

.h01.-nl::before {
    display: none;
}

.h02 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 10px;
    font-size: 2.4rem;
    color: #404040;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}

@media screen and (max-width: 768px) {
    .h02 {
        font-size: 1.8rem;
    }
}

.h03 {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(2rem, 5vw, 2.6rem);
    font-weight: 700;
    padding-left: 26px;
    margin-bottom: 40px;
}

.h03::before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #343541;
    transform: rotate(-45deg);
}

.h04 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding-bottom: .7em;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .h04 {
        font-size: 1.8rem;
    }
}

.h04::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #343541;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.h05 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .h05 {
        font-size: 1.8rem;
    }
}

.headline-lead {
    max-width: 960px;
    width: 90%;
    margin: 0 auto 50px;
}

.btn {
    position: relative;
    padding: 0 1em;
}

.btn.-lhl {
    height: 75px;
}

.btn.-lhm {
    height: 60px;
}

.btn.-lhs {
    height: 40px;
}

.btn.-lhxs {
    height: 30px;
}

.btn.-fsm {
    font-size: 1.6rem;
}

.btn.-fsl {
    font-size: 1.8rem;
}

.btn.-fss {
    font-size: 1.3rem;
}

.btn.-auto {
    width: auto !important;
}

.btn:disabled, .btn.-disabled {
    opacity: .3;
    background-color: #272834;
    pointer-events: none;
}

.btn.-check .icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.btn.-check .icon::before {
    display: block;
    content: "";
    width: 24px;
    height: 17px;
    background-image: url(../img/common/icon_btn_check.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: .8em;
}

.btn.-cancel .icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.btn.-cancel .icon::before {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(../img/common/icon_btn_cross.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: .8em;
}

.btn.-right-arrow::before {
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    background-image: url(../img/common/icon-arrow-right_black04.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn.-csv i {
    background-image: url(../img/common/icon-arrow-right_white01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 10px;
}

.btn.-csv i.logout {
    background-image: url(../img/common/icon-logout.svg);
}

.btn.-expand {
    font-size: 1.2rem;
    white-space: nowrap;
}

.btn.-expand i {
    background-image: url(../img/common/icon-expand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    z-index: 2;
    margin-right: 5px;
}

.btn.-back {
    background-color: #989898 !important;
}

.btn.c1 {
    background-color: #667b9f;
}

.btn01 {
    color: #fff;
    font-size: 1.5rem;
    background-color: #77bae1;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
    transition: all 200ms ease;
}

.btn01:hover {
    background-color: #9ddafd;
}

.btn01.-rev {
    border: 1px solid #77bae1;
    color: #77bae1;
    background-color: #fff;
}

.btn02 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    padding: 0 1em;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    transition: .3s;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.btn02 i {
    background-image: url(../img/common/icon-arrow-right_white01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 10px;
}

.btn02 i.logout {
    background-image: url(../img/common/icon-logout.svg);
}

.btn02::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.btn02:hover {
    color: #fff;
}

.btn02:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.btn02:hover i {
    background-image: url(../img/common/icon-arrow-right_black01.svg);
}

.btn02.-k {
    border: 1px solid #000;
    color: #000;
}

.btn02.-k i {
    background-image: url(../img/common/icon-arrow-right_black01.svg);
}

.btn02.-k i.logout {
    background-image: url(../img/common/icon-logout-black.svg);
}

.btn02.-k::before {
    background: #000;
}

.btn02.-k:hover {
    color: #fff;
}

.btn02.-k:hover i {
    background-image: url(../img/common/icon-arrow-right_white01.svg);
}

.btn03 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #272834;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
    transition: all 200ms ease;
}

.btn03:hover {
    background-color: #3f5461;
}

.btn04 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to right, #000d83 0%, #4698e0 100%);
    color: #fff;
    transition: all 200ms ease;
    outline: none;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.btn05 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #f5702d;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
    transition: all 200ms ease;
}

.btn05:hover {
    background-color: #3f5461;
}

.btn06 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
    transition: all 200ms ease;
    border: 1px solid #000;
}

.btn06:hover {
    opacity: .8;
}

.modal-confirmation {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.modal-confirmation li {
    margin-right: 15px;
    width: 160px;
}

.modal-confirmation li:last-child {
    margin-right: 0;
}

.modal-confirmation li button {
    width: 100%
}

.btn-cancel {
    background-color: #e66;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    transition: all 200ms ease;
}

.btn-cancel:hover {
    opacity: .8;
}

.btn-done {
    background-color: #57be62;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    transition: all 200ms ease;
}

.btn-done:hover {
    opacity: .8;
}

.btn-transparent {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-weight: bold;
    transition: all 200ms ease;
}

.btn-transparent:hover {
    opacity: .8;
}

i.icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 2;
    margin-right: 5px;
}

i.csv {
    background-image: url(../img/common/icon-excel-white.svg);
}

.action-btn-panel {
    margin: 40px auto;
    width: 100%;
    max-width: 630px;
}

.action-btn-panel.-wide {
    max-width: 960px;
}

.action-btn-panel ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.action-btn-panel ul.flex-start {
    justify-content: flex-start;
}

.action-btn-panel ul li {
    padding: 0 10px;
    width: 50%
}

.duplicate, .reduce {
    font-size: 2rem;
    background-color: #696a75;
    color: #fff;
}

button.reduce {
    margin-right: 4px;
}

i {
    margin-right: 8px;
}

i.icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 2;
    margin-right: 5px;
}

i.i-10 {
    width: 10px;
}

i.i-15 {
    width: 15px;
}

i.i-30 {
    width: 30px;
}

i.i-40 {
    width: 40px;
}

i.i-csv {
    background-image: url(../img/common/icon-excel-white.svg);
}

i.i-plusmark {
    background-image: url(../img/common/icon-plusmark-white.svg);
}

i.i-pencil {
    background-image: url(../img/common/icon-pencil-white.svg);
}

i.i-delete {
    background-image: url(../img/common/icon-delete-white.svg);
}

i.i-info {
    background-image: url(../img/common/icon-detail-white.svg);
}

i.i-add {
    background-image: url(../img/common/icon-add-white.svg);
}

i.i-checkmark {
    background-image: url(../img/common/icon-checkmark-white.svg);
}

i.i-cancel {
    background-image: url(../img/common/icon-cancel-white.svg);
}

i.i-upload {
    background-image: url(../img/common/icon-upload-white.svg);
}

i.i-download {
    background-image: url(../img/common/icon-download-white.svg);
}

i.i-send {
    background-image: url(/static/img/common/icon-sendmark-white.svg);
}

i.i-list {
    background-image: url('/static/img/common/icon-listitem-white.svg');
}

i.-rev.i-csv {
    background-image: url(../img/common/icon-excel-dark.svg);
}

i.-rev.i-plusmark {
    background-image: url(../img/common/icon-plusmark-dark.svg);
}

i.-rev.i-pencil {
    background-image: url(../img/common/icon-pencil-dark.svg);
}

i.-rev.i-delete {
    background-image: url(../img/common/icon-delete-dark.svg);
}

i.-rev.i-info {
    background-image: url(../img/common/icon-detail-dark.svg);
}

i.-rev.i-add {
    background-image: url(../img/common/icon-add-dark.svg);
}

i.-rev.i-checkmark {
    background-image: url(../img/common/icon-checkmark-dark.svg);
}

i.-rev.i-cancel {
    background-image: url(../img/common/icon-cancel-dark.svg);
}

i.-rev.i-upload {
    background-image: url(../img/common/icon-upload-dark.svg);
}

i.-rev.i-download {
    background-image: url(../img/common/icon-download-dark.svg);
}

i.-rev.i-send {
    background-image: url(../img/common/icon-sendmark-dark.svg);
}

i.-w.i-csv {
    background-image: url(../img/common/icon-excel-white.svg);
}

i.-w.i-plusmark {
    background-image: url(../img/common/icon-plusmark-white.svg);
}

i.-w.i-pencil {
    background-image: url(../img/common/icon-pencil-white.svg);
}

i.-w.i-delete {
    background-image: url(../img/common/icon-delete-white.svg);
}

i.-w.i-info {
    background-image: url(../img/common/icon-detail-white.svg);
}

i.-w.i-add {
    background-image: url(../img/common/icon-add-white.svg);
}

i.-w.i-checkmark {
    background-image: url(../img/common/icon-checkmark-white.svg);
}

i.-w.i-cancel {
    background-image: url(../img/common/icon-cancel-white.svg);
}

i.-w.i-upload {
    background-image: url(../img/common/icon-upload-white.svg);
}

i.-w.i-download {
    background-image: url(../img/common/icon-download-white.svg);
}

i.-w.i-send {
    background-image: url(../img/common/icon-sendmark-white.svg);
}

i.-k.i-csv {
    background-image: url(../img/common/icon-excel-dark.svg);
}

i.-k.i-plusmark {
    background-image: url(../img/common/icon-plusmark-dark.svg);
}

i.-k.i-pencil {
    background-image: url(../img/common/icon-pencil-dark.svg);
}

i.-k.i-delete {
    background-image: url(../img/common/icon-delete-dark.svg);
}

i.-k.i-info {
    background-image: url(../img/common/icon-detail-dark.svg);
}

i.-k.i-add {
    background-image: url(../img/common/icon-add-dark.svg);
}

i.-k.i-checkmark {
    background-image: url(../img/common/icon-checkmark-dark.svg);
}

i.-k.i-cancel {
    background-image: url(../img/common/icon-cancel-dark.svg);
}

i.-k.i-upload {
    background-image: url(../img/common/icon-upload-dark.svg);
}

i.-k.i-download {
    background-image: url(../img/common/icon-download-dark.svg);
}

i.-k.i-send {
    background-image: url(../img/common/icon-sendmark-dark.svg);
}

.tbl01 {
    border: 0px;
    border-collapse: collapse;
}

.tbl01 th {
    background: #f8f8f8;
    border: 1px solid #dce6eb;
    font-weight: bold;
    vertical-align: middle;
    padding: 13px;
    font-size: 1.2rem;
    line-height: 1.4;
    min-width: 150px;
}

@media screen and (max-width: 768px) {
    .tbl01 th {
        min-width: auto;
    }
}

.tbl01 th a {
    color: #343541;
}

.tbl01 td {
    padding: 13px;
    background: #fff;
    border: 1px solid #dce6eb;
    font-size: 12px;
    line-height: 20px;
}

.table-basic {
    width: 100%;
    font-size: 1.4rem;
}

.table-basic.cursor tr {
    cursor: pointer;
}

.table-basic tbody tr {
    position: relative;
}

.table-basic tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-basic tbody tr:nth-child(even) {
    background-color: #fff;
}

.table-basic tbody tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.table-basic tbody tr:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.table-basic tbody th, .table-basic tbody td {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 1.4;
    min-height: 40px;
}

.table-basic tbody th {
    width: 140px;
    font-size: 1.3rem;
}

.table-basic tbody td.button {
    display: flex;
    justify-content: center;
}

.table-basic thead th {
    font-size: 1.2rem;
    text-align: center;
    padding: 10px;
}

.table-basic .manipulate .btn {
    font-size: 1.3rem;
}

.table-basic.centermode td {
    text-align: center;
}

.table-basic.minify th, .table-basic.minify td {
    padding: 10px;
}

.table-basic-overflow {
    overflow-x: scroll;
}

@media screen and (max-width: 768px) {
    .table-basic-overflow table {
        min-width: 800px;
    }
}

.table-basic-overflow table th, .table-basic-overflow table td {
    white-space: nowrap;
    text-align: center;
}

.table-basic-overflow table.manipulation {
    margin-bottom: 20px;
}

#table-usagesummary th {
    width: 200px;
}

#table-usermanage td {
    text-align: center;
}

#table-conditionsOption th {
    width: 30%
}

#table-managedtable .processing {
    background-color: #fbefb6;
}

.pagination {
    display: flex;
    align-items: center;
    border: solid 1px #e4e4e4;
}

.pagination > * + * {
    border-left: solid 1px #e4e4e4;
}

.pagination-itemlink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #767676;
    transition: all .15s linear;
}

.pagination-itemlink.is-active {
    background: #77bae1;
    color: #fff;
    pointer-events: none;
}

.pagination-itemlink:not(.is-active):hover {
    background: #111;
    color: #fff;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    font-size: 1.3rem;
    color: #767676;
    transition: all .15s linear;
    padding: .8em 1em;
    border-left: solid 1px #e4e4e4;
}

.pagination li.active a {
    background: #343541;
    color: #fff;
    pointer-events: none;
}

.pagination li:not(.active) a:hover {
    background: #343541;
    color: #fff;
}

.pagination li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: none;
}

.pagination li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .6s all;
    height: 70px;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, .1);
}

.header > * {
    transition: .6s all;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 10px;
        height: 58px;
        display: flex;
        align-items: center;
    }
}

.header-inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .header-inner {
        padding: 10px;
        height: 68px;
        display: flex;
        align-items: center;
    }
}

.header-logo img {
    height: 40px;
    width: auto;
}

.header .user-area {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.header .user-name {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px 5px;
    z-index: 2;
    transition: all 200ms ease;
    position: relative;
    background-color: #1f2124;
}

.header .user-name .icon {
    background-color: #77bae1;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: 1rem;
}

.header .user-name .name {
    font-size: 1.2rem;
    white-space: nowrap;
    line-height: 2;
}

.header .user-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.header .user-btn li {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.header .user-btn li:last-child {
    margin-right: 0;
}

.displaysetting-box {
    display: none;
    background-color: #fff;
    padding: 30px 0;
    transform: translateY(-60px);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
}

.displaysetting-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.displaysetting-btn {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #8e8d83;
    color: #fff;
    height: 40px;
    padding: 0 1em;
    font-size: 1.3rem;
    border-radius: 1px;
    margin-left: 10px;
    cursor: pointer;
}

.displaysetting-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.displaysetting-wrapper .checkall {
    display: none;
}

.displaysetting-wrapper .checkall.is-active {
    display: flex;
    align-items: center;
}

.displaysetting-wrapper .checkall .checkbox {
    margin-bottom: 0;
    margin-right: 0;
}

.newchat-trigger, .newchat-trigger span, .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
}

.menu-trigger {
    width: 25px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    transition: all 200ms ease;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 200ms ease;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span {
    background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
}

.header-trigger {
    width: 48px;
    height: 48px;
    background-color: #1f2124;
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 9999;
    transition: all 200ms ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-trigger.active {
    left: 250px;
    transition: all 200ms ease;
}

.newchat-trigger {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
}

.newchat-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 200ms ease;
}

.newchat-trigger span:nth-of-type(1) {
    top: 0;
}

.newchat-trigger span:nth-of-type(2) {
    top: 0px;
    transform: rotate(90deg);
}

.overlay {
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 200ms ease;
}

.overlay.open {
    visibility: visible;
    opacity: .8;
    z-index: 99;
}

#toast {
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    background-color: #d40000;
    padding: 15px 10px;
    position: fixed;
    border: 1px solid #d40000;
    border-radius: 3px;
    top: 10px;
    right: 10px;
    z-index: 200;
}

@media screen and (max-width: 768px) {
    #toast {
        top: 80px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
}

#toast.show {
    opacity: 1;
    visibility: visible;
}

#toast p {
    font-size: 1.3rem;
}

.header-sub {
    background-color: #fff;
    height: 40px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    margin-top: 70px;
    z-index: 50;
    position: fixed;
    width: 100%;
    left: 0;
}

.header-sub-inner {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.header-sub-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%
}

.header-sub .menubox {
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 3vw;
    position: relative;
}

.header-sub .menubox:hover {
    cursor: pointer;
}

.header-sub .menubox .parent-item {
    position: relative;
    transition: all 200ms ease;
    height: 40px;
    display: flex;
    align-items: center;
}

.header-sub .menubox.active-tab .parent-item,
.header-sub .menubox .parent-item:hover {
    color: #77bae1;
}

.header-sub .menubox .active span {
    position: relative;
}

.header-sub .menubox .active span::after {
    content: "";
    height: 2px;
    bottom: -2px;
    background-color: #77bae1;
    display: block;
    width: 100%;
    position: absolute;
}

.header-budget {
    background-color: #d1cdcd;
    height: 60px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    margin-top: 1px;
    z-index: 10;
    position: relative;
}

.header-budget-inner {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.header-budget-inner::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: linear-gradient(90deg, rgba(209, 205, 205, 0) 0%, rgb(209, 205, 205) 80%);
}

.header-budget-menu {
    overflow-x: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-right: 100px;
    padding-left: 20px;
}

.header-budget-menu li {
    padding: 0 5px;
}

.header-budget-menu li a {
    border-radius: 15px;
    font-size: 1.3rem;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #a99f9f;
    color: #685f5f;
}

.header-budget-menu li a:hover, .header-budget-menu li a.current {
    background-color: #685f5f;
    color: #fff;
}

.grandNav {
    width: 100%;
    height: 100%;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
    background-position: top center;
    background-size: cover;
}

.grandNav.open {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.grandNav .trigger {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 991px) {
    .grandNav .trigger {
        width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .grandNav .trigger {
        width: 60px;
    }
}

.grandNav .container {
    height: 100%
}

.grandNav-inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 60px;
}

@media screen and (max-width: 768px) {
    .grandNav-inner {
        padding: 0px 5vw;
    }
}

.grandNav-upper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 100px;
    margin: 0px auto;
}

@media screen and (max-width: 991px) {
    .grandNav-upper {
        padding: 70px 0px;
        flex-flow: column-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        height: auto;
    }
}

.grandNav-bottom {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    right: 0px;
    bottom: 20px;
}

@media screen and (max-width: 991px) {
    .grandNav-bottom {
        position: relative;
        right: unset;
        bottom: unset;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .grandNav-bottom {
        flex-flow: column;
        align-items: flex-start;
    }
}

.grandNav-bottom small {
    font-size: 1rem;
    color: #989898;
    transform: translateY(-2px);
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .grandNav-bottom small {
        transform: none;
        padding-left: 0;
    }
}

.grandNav-bottom ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .grandNav-bottom ul {
        flex-flow: column;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}

.grandNav-bottom ul li {
    padding: 0px 15px 0 0;
}

@media screen and (max-width: 768px) {
    .grandNav-bottom ul li {
        padding: 0;
        margin-bottom: 15px;
    }
}

.grandNav-bottom ul li a {
    color: #989898;
    position: relative;
    padding-bottom: 5px;
    display: block;
    font-size: 1.2rem;
}

.grandNav-list {
    width: 100%
}

.grandNav-logo {
    width: 300px;
}

@media screen and (max-width: 991px) {
    .grandNav-logo {
        text-align: left;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .grandNav-logo {
        text-align: left;
        margin-bottom: 50px;
    }
}

.grandNav-logo .logo {
    margin-bottom: 15px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .grandNav-logo .logo img {
        width: 200px;
    }
}

.grandNav-logo p {
    font-size: 1.1rem;
}

.grandNav-logo p span {
    display: block;
    font-size: 1rem;
    opacity: .8;
}

.grandNav-upper .main {
    width: calc(100% - 300px);
}

@media screen and (max-width: 991px) {
    .grandNav-upper .main {
        width: 100%
    }
}

.grandNav-upper .main .item {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .grandNav-upper .main .item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .grandNav-upper .main .item {
        margin-bottom: 20px;
    }
}

.grandNav-upper .main .item a {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .grandNav-upper .main .item a {
        font-size: 1.4rem;
    }
}

.grandNav-upper .main .item a em {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-size: 2rem;
    letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
    .grandNav-upper .main .item a em {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .grandNav-upper .main .item a {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 44px;
        padding: 0px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, .3);
    }
}

.grandNav-upper .main .item a:hover {
    opacity: .6;
}

.grandNav-upper .main .item a.blank {
    padding-right: 20px;
    background-image: url(../img/common/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%
}

@media screen and (max-width: 768px) {
    .grandNav-upper .main .item a.blank {
        background-position: right 20px top 50%
    }
}

.grandNav-upper .main .item.-adj {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .grandNav-upper .main .item.-adj {
        margin-bottom: 15px;
    }
}

.grandNav-upper .main .item.-products {
    padding-left: 15px;
}

.grandNav-upper .main .item.-products li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.grandNav-upper .main .item.-products li::before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #989898;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.grandNav-upper .main .item.-products li a {
    font-size: 1.4rem;
}

.pagetop {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    background-color: #000;
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    transition: all 200ms ease;
}

@media screen and (max-width: 768px) {
    .pagetop {
        width: 40px;
        height: 40px;
        padding-top: 15px;
        bottom: 70px;
        right: 10px;
    }
}

.pagetop:hover {
    opacity: .6;
}

.pagetop img {
    width: 20px;
    height: 20px;
}

.footer {
    text-align: center;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #989898;
}

.footer small {
    font-size: 1rem;
}

.fixednavi {
    position: fixed;
    right: 15px;
    bottom: 80px;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 150;
}

.fixednavi li {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
}

.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.hero_inner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero .slide01 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .hero .slide01 {
        background-position: bottom;
    }
}

.hero .scroll {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 60px;
    height: 140px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .hero .scroll {
        display: none;
        background-color: #000;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 50px;
    }
}

.hero .scroll span {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    transform: rotate(-90deg) translateX(20px);
    letter-spacing: .1em;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .hero .scroll span {
        transform: unset;
        font-size: 1.1rem;
        letter-spacing: normal;
    }
}

.hero .scroll::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .hero .scroll: :after {
        transform: translateY(-65px);
    }
}

@keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

@keyframes topsplash {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 100px;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 150px;
        opacity: 0;
    }
}

.hero-ul {
    position: relative;
    height: 250px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}

.hero-ul::after {
    content: "";
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .hero-ul {
        height: 220px;
    }
}

.hero-ul_inner {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.hero-ul.-plane {
    background: none !important;
    height: 180px;
}

@media screen and (max-width: 768px) {
    .hero-ul.-plane {
        height: 50px;
    }
}

.hero-ul h1 {
    font-size: 3rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #272829;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .hero-ul h1 {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 768px) {
    .hero-ul h1 {
        font-size: 2rem;
    }
}

.hero-ul h1 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #999;
    margin-top: 2em;
}

.hero-ul h1 + p {
    margin-bottom: 0;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .hero-ul h1 + p {
        text-align: left;
    }
}

.js-blur {
    opacity: 0;
}

.blur {
    animation-name: blurAnime;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.blur.-fast {
    animation-duration: 1s;
}

@keyframes blurAnime {
    from {
        filter: blur(50px);
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blink {
    animation-name: fastblink;
    animation-duration: .2s;
    animation-delay: 0;
    animation-iteration-count: 1.2;
    animation-fill-mode: forwards;
}

@keyframes fastblink {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.about-logo {
    overflow: hidden;
}

.about-logo span {
    width: inherit;
    height: inherit;
    background-color: #fff;
    opacity: 0;
    display: block;
}

.isplay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
}

.isplay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
}

@keyframes play {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
}

.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
    font-size: 4rem;
    line-height: 40px;
    font-weight: 400;
}

.modal-content {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .8);
    background-color: #fff;
    width: 100%;
    max-height: calc(100vh - 8vw);
    overflow-y: scroll;
    padding: 40px 30px;
    border-radius: 10px;
}

.modal-content-inner {
    padding: 30px 0;
}

.modal-content-inner h3 {
    line-height: 1.5;
}

.modal-upperbtnarea {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.modal-bottomline {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}

#perchase {
    z-index: 103;
}

#perchase .modal-content {
    max-width: 600px;
}

#perchase h3 {
    text-align: center;
    margin-bottom: 15px;
}

.animate {
    visibility: hidden;
    transition: all 200ms ease;
    animation-duration: 1500ms;
    animation-fill-mode: both;
}

.animate.animated {
    visibility: visible;
}

.aInfinite {
    animation-iteration-count: infinite;
}

.aEx {
    transform: translate3d(0, 0, 0);
}

.a0 {
    animation-duration: 0s;
    animation-fill-mode: both;
}

.a1 {
    animation-duration: .1s;
    animation-fill-mode: both;
}

.a2 {
    animation-duration: .2s;
    animation-fill-mode: both;
}

.a3 {
    animation-duration: .3s;
    animation-fill-mode: both;
}

.a4 {
    animation-duration: .4s;
    animation-fill-mode: both;
}

.a5 {
    animation-duration: .5s;
    animation-fill-mode: both;
}

.a6 {
    animation-duration: .6s;
    animation-fill-mode: both;
}

.a7 {
    animation-duration: .7s;
    animation-fill-mode: both;
}

.a8 {
    animation-duration: .8s;
    animation-fill-mode: both;
}

.a9 {
    animation-duration: .9s;
    animation-fill-mode: both;
}

.a10 {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.a11 {
    animation-duration: 1.1s;
    animation-fill-mode: both;
}

.a12 {
    animation-duration: 1.2s;
    animation-fill-mode: both;
}

.a13 {
    animation-duration: 1.3s;
    animation-fill-mode: both;
}

.a14 {
    animation-duration: 1.4s;
    animation-fill-mode: both;
}

.a15 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.a16 {
    animation-duration: 1.6s;
    animation-fill-mode: both;
}

.a17 {
    animation-duration: 1.7s;
    animation-fill-mode: both;
}

.a18 {
    animation-duration: 1.8s;
    animation-fill-mode: both;
}

.a19 {
    animation-duration: 1.9s;
    animation-fill-mode: both;
}

.a20 {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.a21 {
    animation-duration: 2.1s;
    animation-fill-mode: both;
}

.a22 {
    animation-duration: 2.2s;
    animation-fill-mode: both;
}

.a23 {
    animation-duration: 2.3s;
    animation-fill-mode: both;
}

.a24 {
    animation-duration: 2.4s;
    animation-fill-mode: both;
}

.a25 {
    animation-duration: 2.5s;
    animation-fill-mode: both;
}

.a26 {
    animation-duration: 2.6s;
    animation-fill-mode: both;
}

.a27 {
    animation-duration: 2.7s;
    animation-fill-mode: both;
}

.a28 {
    animation-duration: 2.8s;
    animation-fill-mode: both;
}

.a29 {
    animation-duration: 2.9s;
    animation-fill-mode: both;
}

.a30 {
    animation-duration: 3s;
    animation-fill-mode: both;
}

.a31 {
    animation-duration: 3.1s;
    animation-fill-mode: both;
}

.a32 {
    animation-duration: 3.2s;
    animation-fill-mode: both;
}

.a33 {
    animation-duration: 3.3s;
    animation-fill-mode: both;
}

.a34 {
    animation-duration: 3.4s;
    animation-fill-mode: both;
}

.a35 {
    animation-duration: 3.5s;
    animation-fill-mode: both;
}

.a36 {
    animation-duration: 3.6s;
    animation-fill-mode: both;
}

.a37 {
    animation-duration: 3.7s;
    animation-fill-mode: both;
}

.a38 {
    animation-duration: 3.8s;
    animation-fill-mode: both;
}

.a39 {
    animation-duration: 3.9s;
    animation-fill-mode: both;
}

.a40 {
    animation-duration: 4s;
    animation-fill-mode: both;
}

.a41 {
    animation-duration: 4.1s;
    animation-fill-mode: both;
}

.a42 {
    animation-duration: 4.2s;
    animation-fill-mode: both;
}

.a43 {
    animation-duration: 4.3s;
    animation-fill-mode: both;
}

.a44 {
    animation-duration: 4.4s;
    animation-fill-mode: both;
}

.a45 {
    animation-duration: 4.5s;
    animation-fill-mode: both;
}

.a46 {
    animation-duration: 4.6s;
    animation-fill-mode: both;
}

.a47 {
    animation-duration: 4.7s;
    animation-fill-mode: both;
}

.a48 {
    animation-duration: 4.8s;
    animation-fill-mode: both;
}

.a49 {
    animation-duration: 4.9s;
    animation-fill-mode: both;
}

.a50 {
    animation-duration: 5s;
    animation-fill-mode: both;
}

.aD0 {
    animation-delay: 0s;
}

.aD1 {
    animation-delay: .1s;
}

.aD2 {
    animation-delay: .2s;
}

.aD3 {
    animation-delay: .3s;
}

.aD4 {
    animation-delay: .4s;
}

.aD5 {
    animation-delay: .5s;
}

.aD6 {
    animation-delay: .6s;
}

.aD7 {
    animation-delay: .7s;
}

.aD8 {
    animation-delay: .8s;
}

.aD9 {
    animation-delay: .9s;
}

.aD10 {
    animation-delay: 1s;
}

.aD11 {
    animation-delay: 1.1s;
}

.aD12 {
    animation-delay: 1.2s;
}

.aD13 {
    animation-delay: 1.3s;
}

.aD14 {
    animation-delay: 1.4s;
}

.aD15 {
    animation-delay: 1.5s;
}

.aD16 {
    animation-delay: 1.6s;
}

.aD17 {
    animation-delay: 1.7s;
}

.aD18 {
    animation-delay: 1.8s;
}

.aD19 {
    animation-delay: 1.9s;
}

.aD20 {
    animation-delay: 2s;
}

.aD21 {
    animation-delay: 2.1s;
}

.aD22 {
    animation-delay: 2.2s;
}

.aD23 {
    animation-delay: 2.3s;
}

.aD24 {
    animation-delay: 2.4s;
}

.aD25 {
    animation-delay: 2.5s;
}

.aD26 {
    animation-delay: 2.6s;
}

.aD27 {
    animation-delay: 2.7s;
}

.aD28 {
    animation-delay: 2.8s;
}

.aD29 {
    animation-delay: 2.9s;
}

.aD30 {
    animation-delay: 3s;
}

.aD31 {
    animation-delay: 3.1s;
}

.aD32 {
    animation-delay: 3.2s;
}

.aD33 {
    animation-delay: 3.3s;
}

.aD34 {
    animation-delay: 3.4s;
}

.aD35 {
    animation-delay: 3.5s;
}

.aD36 {
    animation-delay: 3.6s;
}

.aD37 {
    animation-delay: 3.7s;
}

.aD38 {
    animation-delay: 3.8s;
}

.aD39 {
    animation-delay: 3.9s;
}

.aD40 {
    animation-delay: 4s;
}

.aD41 {
    animation-delay: 4.1s;
}

.aD42 {
    animation-delay: 4.2s;
}

.aD43 {
    animation-delay: 4.3s;
}

.aD44 {
    animation-delay: 4.4s;
}

.aD45 {
    animation-delay: 4.5s;
}

.aD46 {
    animation-delay: 4.6s;
}

.aD47 {
    animation-delay: 4.7s;
}

.aD48 {
    animation-delay: 4.8s;
}

.aD49 {
    animation-delay: 4.9s;
}

.aD50 {
    animation-delay: 5s;
}

.effect01 {
    transition: all 200ms ease;
    position: relative;
    overflow: hidden;
}

.effect01::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 3;
    animation: effect01-b .8s ease-out 0s 1 alternate forwards running;
}

.effect01::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    animation: effect-a .8s ease-out .6s 1 alternate forwards running;
}

@keyframes effect01-b {
    0% {
        left: -100%
    }
    40% {
        left: 0;
    }
    60% {
        left: 0;
    }
    100% {
        left: 100%
    }
}

@keyframes effect-a {
    0% {
        left: 0;
    }
    100% {
        left: 100%
    }
}

.puyon {
    animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
    0% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    20% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    40% {
        transform: scale(0.95, 1.2) translate(0%, -10%);
    }
    50% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    60% {
        transform: scale(0.95, 1.05) translate(0%, -3%);
    }
    70% {
        transform: scale(1.05, 0.95) translate(0%, 3%);
    }
    80% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    100% {
        transform: scale(1, 1) translate(0%, 0%);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 1px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 1.3rem;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 30px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 1px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 1px;
    box-sizing: border-box;
    display: inline-flex;
    height: 30px;
    align-items: center;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #343541;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 1px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #343541;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #343541;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: rgba(0, 0, 0, 0);
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 1px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #343541;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 1px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #343541;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: gray;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #343541;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #343541;
}

.authgroup-area {
    height: calc(100vh - 170px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.authgroup-message {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.authgroup-btn {
    margin-bottom: 10px;
}

.authgroup-btn.rowwrap {
    flex-flow: row wrap;
}

.authgroup-btn.medium {
    max-width: 300px;
    width: 100%;
    margin: 0px auto 10px;
}

.authgroup .container {
    max-width: 560px;
    margin: 0px auto;
    width: 100%
}

.authgroup .loginarea-inner {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.authgroup .loginarea-inner h1 {
    text-align: center;
    margin-bottom: 40px;
}

.authgroup .loginarea-inner h1 img {
    width: 100px;
}

.signup {
    padding: 30px 0 50px;
}

.signup .input-rulebox {
    overflow-y: auto;
    height: 200px;
    padding: 30px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.signup .input-rulebox h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.signup .input-rulebox p {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.5;
}

.signup input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.planselect-box {
    margin-top: 50px;
    background-color: rgba(119, 186, 225, .1);
    padding: 40px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.planselect-box h2 {
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 10px;
    order: 1;
    width: calc(100% - 100px);
}

.planselect-box h2 span {
    font-size: 2rem;
    display: block;
    margin-top: 15px;
}

.planselect-box h2 + p {
    font-size: 1.3rem;
    order: 3;
    width: 100%
}

.planselect-box select {
    width: 100px;
    order: 2;
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    appearance: auto;
    -webkit-appearance: auto;
}

#mypage {
    background-color: #fbfbfb;
}

#mypage .panel-userinfo {
    width: 59%
}

@media screen and (max-width: 991px) {
    #mypage .panel-userinfo {
        width: 100%
    }
}

#mypage .panel-usage {
    width: 39%
}

@media screen and (max-width: 991px) {
    #mypage .panel-usage {
        width: 100%
    }
}

#admin {
    background-color: #fbfbfb;
}

#admin .wrapper {
    position: relative;
}

#admin .unchain {
    padding: 0 40px;
    max-width: unset;
}

#admin .adminpanel-box-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -25px 50px;
}

@media screen and (max-width: 991px) {
    #admin .adminpanel-box-wrap {
        margin: 0 0 40px;
    }
}

#admin .adminpanel-table-overflow {
    overflow-x: scroll;
}

#admin .adminpanel-table-overflow table th, #admin .adminpanel-table-overflow table td {
    white-space: nowrap;
    text-align: center;
    padding: 10px 15px;
}

#admin .adminpanel .editing .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#admin .adminpanel .editing button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #464646;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 1.5em;
}

#admin .adminpanel .editing button.delete {
    appearance: none;
    background: #d40000;
    cursor: pointer;
    margin-left: 10px;
}

#admin .adminpanel .editing button img {
    width: 14px;
    margin-right: 4px;
}

#admin .adminpanel .editing button:hover {
    opacity: .8;
}

#admin .adminpanel .restedit {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

#admin .adminpanel .restedit .editbutton {
    margin-left: 10px;
    background-color: #5392a0;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    border-radius: 2px;
}

#admin .adminpanel .restedit .edit-input {
    width: 40px;
    height: 20px;
    padding: 5px !important;
    min-height: 30px;
    margin-right: 4px;
}

#admin .adminpanel .widthchange {
    font-size: 1.3rem;
    background-color: #20447a;
    color: #fff;
    border-radius: 3px;
}

@keyframes userbox-fadein {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(-55px);
    }
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "";
    font-size: .8em;
    padding-top: .12em;
}

table.dataTable thead th.sorting_asc:after {
    content: ""
}

table.dataTable thead th.sorting_desc:after {
    content: ""
}

.service-area {
    background-color: #f0f0f0;
}

#service .serviceselect-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#service .serviceselect-item {
    width: 33.33%;
    padding: 20px;
}

#service .serviceselect-item p, #service .serviceselect-item ul {
    text-align: center;
}

#service .serviceselect-item p {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.5;
}

#service .serviceselect-item li {
    line-height: 1.4;
}

#service .serviceselect-item a {
    border: 1px solid #efeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(42, 58, 95, .1);
}

#service .serviceselect-item a.summary {
    background: linear-gradient(153deg, rgb(57, 165, 226) 0%, rgb(9, 37, 171) 100%);
}

#service .serviceselect-item a.remarks {
    background: linear-gradient(153deg, #77e1cd 0%, #5392a0 100%);
}

#service .serviceselect-item a.analysis {
    background: linear-gradient(153deg, #eab48a 0%, #d97b32 100%);
}

#service .serviceselect-item a.recruit {
    background: linear-gradient(153deg, #e88cb1 0%, #d7418b 100%);
}

#service .serviceselect-item a.voice {
    background-color: #5392a0;
}

#service .serviceselect-item a.text {
    background-color: #0e407a;
}

#service .serviceselect-item a:hover {
    transform: translateY(-5px);
    opacity: .8;
    transition: all 200ms ease;
}

#service .serviceselect-item dl {
    font-size: 1.2rem;
    text-align: center;
}

#service .serviceselect-item dl dt {
    margin-bottom: 10px;
}

#service .uploading-wrap {
    display: flex;
    flex-flow: row wrap;
}

#service .uploading-wrap .innerbox {
    position: relative;
}

#service .uploading-wrap .innerbox .navigation {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    color: #5392a0;
}

#service .uploading-wrap .innerbox-lead {
    margin-bottom: 20px;
}

#service .uploading-wrap .innerbox-lead ul {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

#service .uploading-wrap .innerbox-lead ul li {
    line-height: 1.5;
}

#service .uploading-wrap .innerbox-lead ul li.main {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2a3a5f;
}

#service .uploading-wrap .uploadbox {
    width: 50%;
    padding: 50px;
    background-color: #eef5f8;
}

#service .uploading-wrap .resultbox {
    width: 50%;
    padding: 50px;
}

#service .send-gpt-wrap {
    display: flex;
    flex-flow: row wrap;
}

#service .send-gpt-wrap .outerbox {
    box-sizing: border-box;
    width: 46%;
    transition: all 200ms ease;
    min-height: 610px;
    position: relative;
}

#service .send-gpt-wrap .outerbox.active {
    width: 100%;
    transition: all 200ms ease;
}

#service .send-gpt-wrap .outerbox.none {
    width: 0%;
    transition: all 200ms ease;
}

#service .send-gpt-wrap .outerbox.none > * {
    display: none;
}

#service .send-gpt-wrap .outerbox textarea {
    height: 100%
}

#service .send-gpt-wrap .outerbox .message-send {
    position: absolute;
    right: 15px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #878787;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

#service .send-gpt-wrap .innerbox.send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%
}

#service .send-gpt-wrap .innerbox.send.none {
    width: 0%;
    transition: all 200ms ease;
}

#service .send-gpt-wrap .innerbox.send.none > * {
    display: none;
}

#service .send-gpt-wrap .innerbox.send #retake {
    display: none;
}

#service .send-gpt-wrap .innerbox.send.active {
    width: 0%
}

#service .send-gpt-wrap .innerbox.send.active #sendgpt {
    display: none;
}

#service .send-gpt-wrap .innerbox.send.active #retake {
    display: block;
}

#service .send-gpt-wrap .innerbox.send button {
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: relative;
    width: 60px;
    height: 60px;
}

#service .send-gpt-wrap .innerbox.send button img {
    width: 100%
}

#service .send-gpt-wrap .innerbox.gpt {
    margin-top: 40px;
    background-color: #353535;
    max-height: 550px;
    overflow-y: scroll;
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    color: #f8db00;
    font-size: 1.3rem;
    line-height: 1.7;
    border-radius: 5px;
    width: 100%;
    transition: all 200ms ease;
}

#service .send-gpt-wrap .innerbox.remarks {
    width: 46%;
    transition: all 200ms ease;
    position: relative;
}

#service .send-gpt-wrap .innerbox.remarks.active {
    width: 100%;
    overflow: hidden;
    transition: all 200ms ease;
}

#service .send-gpt-wrap .innerbox.remarks.none {
    width: 0%;
    transition: all 200ms ease;
}

#service .send-gpt-wrap .innerbox.remarks.none > * {
    display: none;
}

#service .send-gpt-wrap .innerbox.remarks .icon {
    position: absolute;
    left: -35px;
    top: 40px;
}

#service .btn-box {
    margin-bottom: 20px;
}

#service .btn-box.generate-start {
    display: flex;
    justify-content: flex-end;
}

#service .btn-box.generate-start .btn {
    box-shadow: 0px -5px 0px inset rgba(42, 58, 95, .4);
    border-radius: 5px;
    cursor: pointer;
}

#service .btn-box.generate-start .btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

#service .btn-box.download-start {
    display: flex;
    justify-content: flex-end;
}

#service .btn-box.download-start button {
    width: 240px;
    font-weight: 700;
}

#service .btn-box.remarkspage {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#service .btn-box.remarkspage button {
    width: 160px;
    font-size: 1.4rem;
}

#service .output-box {
    margin-bottom: 20px;
}

#service .output-box-panel {
    position: relative;
    border: 1px solid #efeeee;
    height: 280px;
    padding: 60px 20px 20px;
    overflow-y: auto;
}

#service .output-box-panel .progress-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}

#service .output-box-panel .progress-box.active {
    display: block;
}

#service .output-box-panel .progress-box.active .progress-bar {
    animation: progressbar;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}

#service .output-box-panel .progress-bar {
    background: linear-gradient(to right, #465577 0%, #608182 100%);
    display: block;
    width: 100%;
    height: 15px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    bottom: 0;
}

#service .output-box-panel .progress-per {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    padding-left: 10px;
}

#service .output-box-panel .progress-file {
    display: none;
    margin-bottom: 20px;
    position: relative;
}

#service .output-box-panel .progress-file:last-child {
    margin-bottom: 0;
}

#service .output-box-panel .progress-file.active {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    opacity: .3;
    pointer-events: none;
}

#service .output-box-panel .progress-file.active.done {
    opacity: 1;
    pointer-events: unset;
}

#service .output-box-panel .progress-file.active.done a {
    text-decoration: underline;
}

#service .output-box-panel .progress-file.active.done a:hover {
    cursor: pointer;
}

#service .output-box-panel .progress-file .icon {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-right: 10px;
    padding: 5px;
}

#service .output-box-panel .progress-file .icon.csv {
    background-image: url(../img/common/icon-excel-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #24590e;
}

#service .output-box-panel .progress-file .icon.txt {
    background-image: url(../img/common/icon-textfile-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #0e407a;
}

#service .output-box-panel .progress-file span {
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
}

#service .output-box .announcement {
    display: none;
}

#service .output-box .announcement.active {
    display: block;
    margin-bottom: 20px;
}

@keyframes progressbar {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.fileupload-buttons {
    display: flex;
    flex-flow: row wrap;
}

.fileupload-buttons > * {
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
}

.fileupload-buttons > *:last-of-type {
    margin-right: 0;
}

.fileupload-buttons > *.mailpage {
    max-width: 140px;
    font-size: 1.2rem;
}

.fileupload-area {
    width: 100%;
    height: 100px;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    background-color: #fff;
}

.fileupload-area:hover {
    opacity: .8;
}

.btn.uitype span {
    padding-left: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left;
}

.btn.start {
    background-color: #35a186;
}

.btn.start span {
    background-image: url(/static/img/common/icon-upload.svg);
}

.btn.cancel {
    background-color: #646b70;
}

.btn.cancel span {
    background-image: url(/static/img/common/icon-threedots.svg);
}

.btn.delete {
    background-color: #b14141;
}

.btn.delete span {
    background-image: url(/static/img/common/icon-trashbox.svg);
}

.buttons button {
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 5px;
    max-width: 110px;
}

.projectlist {
    position: relative;
}

.projectlist .manipulate-panel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.projectlist .manipulate-panel .flex-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.projectlist .manipulate-panel .display {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 20px;
}

.projectlist .manipulate-panel .display ul {
    display: flex;
    align-items: center;
}

.projectlist .manipulate-panel .display ul li {
    white-space: nowrap;
    min-width: 80px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #464646;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.projectlist .manipulate-panel .display ul li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.projectlist .manipulate-panel .display ul li.active {
    background-color: #77bae1;
    color: #fff;
}

.projectlist .manipulate-panel .display ul li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 0px;
}

.projectlist .manipulate-panel .display ul li:last-child.active {
    background-color: #77bae1;
    color: #fff;
}

.projectlist .manipulate-panel .amount {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.projectlist .manipulate-panel .amount select {
    max-width: 100px;
    min-width: 80px;
    width: auto;
}

.projectlist .manipulate-panel .amount span {
    padding-left: 5px;
}

.projectlist .manipulate-panel .search {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.projectlist .manipulate-panel .search input {
    max-width: 200px;
    min-width: 200px;
    width: auto;
}

.projectlist .sort-panel {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.projectlist .sort-panel dl {
    padding: 0px 1vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-width: 6em;
}

.projectlist .sort-panel dt {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2px;
}

.projectlist .sort-panel dd ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.projectlist .sort-panel dd ul li {
    padding: 2px;
}

.projectlist .sort-panel dd ul li span {
    text-align: center;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    line-height: 18px;
    color: #fff;
    background-color: #77bae1;
    font-size: 1.1rem;
    cursor: pointer;
}

.projectlist .sort-panel dd ul li span.active {
    background-color: #343541;
}

.projectlist .sort-panel .change-category {
    margin-left: 30px;
}

.projectlist .sort-panel .change-category li {
    padding: 2px 2em;
    font-size: 1.2rem;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.projectlist .sort-panel .change-category li:hover {
    opacity: .8;
}

.projectlist .sort-panel .change-category #summary {
    background-color: #3674df;
    margin-right: 5px;
}

.projectlist .sort-panel .change-category #remarks {
    background-color: #2ca77e;
}

.projectlist .project-item {
    padding: 25px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
    margin-bottom: 20px;
}

.projectlist .project-item .subfield {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.projectlist .project-item .subfield li {
    padding: 0px 5px;
}

.projectlist .project-item .subfield li:first-child {
    padding-left: 0;
}

.projectlist .project-item .subfield li.project-category .icon {
    font-size: 1.4rem;
    padding: 2px .5em;
}

.projectlist .project-item .subfield li.project-category .summary {
    border-radius: 2px;
    padding: 4px 1em;
    color: #fff;
    background-color: #3674df;
}

.projectlist .project-item .subfield li.project-category .remarks {
    border-radius: 2px;
    padding: 4px 1em;
    color: #fff;
    background-color: #2ca77e;
}

.projectlist .project-item .subfield li.project-category .analysis {
    border-radius: 2px;
    padding: 4px 1em;
    color: #fff;
    background-color: #d97b32;
}

.projectlist .project-item .subfield li.project-category .diy {
    border-radius: 2px;
    padding: 4px 1em;
    color: #fff;
    background-color: #c83367;
}

.projectlist .project-item:has(.checkbox) {
    position: relative;
    display: block;
    padding-left: 60px;
    cursor: pointer;
}

.projectlist .project-item:has(.checkbox input:checked) {
    background-color: rgba(119, 186, 225, .25);
}

.projectlist .project-item .checkbox {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.projectlist .project-item .mainfield {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .projectlist .project-item .mainfield {
        flex-flow: column;
        align-items: flex-start;
    }
}

.projectlist .project-item .mainfield .baseinfo {
    width: calc(100% - 320px);
}

@media screen and (max-width: 991px) {
    .projectlist .project-item .mainfield .baseinfo {
        width: 100%;
        margin-bottom: 15px;
    }
}

.projectlist .project-item .mainfield h3 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
}

.projectlist .project-item .mainfield-btn {
    padding-left: 20px;
    display: flex;
    justify-content: flex-end;
    flex-flow: row nowrap;
    width: 320px;
}

@media screen and (max-width: 991px) {
    .projectlist .project-item .mainfield-btn {
        padding-left: 0;
        justify-content: flex-start;
    }
}

.projectlist .project-item .mainfield-btn .btn {
    font-size: 1.3rem;
    white-space: nowrap;
    max-width: 140px;
}

.projectlist .project-item .segmentfield .toggle-switch {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.projectlist .project-item .segmentfield .toggle-switch::after {
    content: "＋";
    position: absolute;
    left: 0;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.projectlist .project-item .segmentfield .toggle-switch.active::after {
    content: "ー"
}

.projectlist .project-item .segmentfield .toggle-content {
    padding: 30px 0 0px;
    display: none;
}

.projectlist .project-item .segmentfield .toggle-single em {
    font-weight: bold;
}

.projectlist .project-item .segmentfield .toggle-category {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.projectlist .project-item .segmentfield .toggle-category h4 {
    width: 5em;
    padding-right: 10px;
}

.projectlist .project-item .segmentfield .toggle-category ul {
    width: calc(100% - 5em);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.projectlist .project-item .segmentfield .toggle-category ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #989898;
    color: #5c5c5c;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1.2;
}

.projectlist .project-item .segmentfield .toggle-category ul li.apply {
    background-color: #343541;
    color: #fff;
}

.remarkslist {
    position: relative;
}

.remarkslist .manipulate-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: solid 1px #efeeee;
    background-color: rgba(239, 238, 238, .2);
    padding: 10px;
}

.remarkslist .manipulate-panel .search {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.remarkslist .manipulate-panel .search input {
    max-width: 200px;
    min-width: 200px;
    width: auto;
}

.remarkslist .manipulate-panel .sort-panel {
    display: flex;
    justify-content: flex-start;
}

.remarkslist .manipulate-panel .sort-panel dl {
    padding: 0px 1vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-width: 6em;
}

.remarkslist .manipulate-panel .sort-panel dt {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2px;
}

.remarkslist .manipulate-panel .sort-panel dd ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.remarkslist .manipulate-panel .sort-panel dd ul li {
    padding: 2px;
}

.remarkslist .manipulate-panel .sort-panel dd ul li span {
    text-align: center;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    line-height: 18px;
    color: #fff;
    background-color: #77bae1;
    font-size: 1.1rem;
    cursor: pointer;
}

.remarkslist .manipulate-panel .sort-panel dd ul li span.active {
    background-color: #343541;
}

.remarkslist .manipulate-panel .sort-panel .change-category {
    margin-left: 30px;
}

.remarkslist .manipulate-panel .sort-panel .change-category li {
    padding: 2px 2em;
    font-size: 1.2rem;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.remarkslist .manipulate-panel .sort-panel .change-category li:hover {
    opacity: .8;
}

.remarkslist .manipulate-panel .sort-panel .change-category #summary {
    background-color: #3674df;
    margin-right: 5px;
}

.remarkslist .manipulate-panel .sort-panel .change-category #remarks {
    background-color: #2ca77e;
}

.remarkslist .remarks-panel {
    border: solid 1px #efeeee;
    overflow: auto;
    max-height: 40vh;
}

.remarkslist .remarks-item {
    padding: 15px;
    border-bottom: solid 1px #efeeee;
    margin-bottom: 0;
    margin-right: 0;
}

.remarkslist .remarks-item:last-child {
    border-bottom: 0;
}

.remarkslist .remarks-item .subfield {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.remarkslist .remarks-item .subfield li {
    font-size: 1.3rem;
    padding: 0px 5px;
}

.remarkslist .remarks-item .subfield li:first-child {
    padding-left: 0;
}

.remarkslist .remarks-item .subfield li.project-category .summary {
    border-radius: 2px;
    padding: 4px 1em;
    color: #fff;
    background-color: #3674df;
}

.remarkslist .remarks-item .subfield li.project-category .remarks {
    border-radius: 2px;
    padding: 4px 1em;
    color: #fff;
    background-color: #2ca77e;
}

.remarkslist .remarks-item .checkbox {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.remarkslist .remarks-item .mainfield {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.remarkslist .remarks-item .mainfield .icon.csv {
    background-image: url(../img/common/icon-excel-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #24590e;
    width: 24px;
    height: 24px;
}

.remarkslist .remarks-item .mainfield h3 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 5px;
    color: #5d5d5d;
}

.remarkslist .remarks-item .segmentfield .toggle-switch {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.remarkslist .remarks-item .segmentfield .toggle-switch::after {
    content: "＋";
    position: absolute;
    left: 0;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.remarkslist .remarks-item .segmentfield .toggle-switch.active::after {
    content: "ー"
}

.remarkslist .remarks-item .segmentfield .toggle-content {
    padding: 30px 0 0px;
    display: none;
}

.remarkslist .remarks-item .segmentfield .toggle-single em {
    font-weight: bold;
}

.remarkslist .remarks-item .segmentfield .toggle-category {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.remarkslist .remarks-item .segmentfield .toggle-category h4 {
    width: 5em;
    padding-right: 10px;
}

.remarkslist .remarks-item .segmentfield .toggle-category ul {
    width: calc(100% - 5em);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.remarkslist .remarks-item .segmentfield .toggle-category ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #989898;
    color: #5c5c5c;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1.2;
}

.remarkslist .remarks-item .segmentfield .toggle-category ul li.apply {
    background-color: #343541;
    color: #fff;
}

.remarkslist .remarks-item .number {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
}

.remarkslist .remarks-item .number p {
    width: 30px;
    height: 30px;
    background-color: #77bae1;
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
}

.remarkslist .remarks-item:has(.checkbox) {
    position: relative;
    display: block;
    padding-left: 60px;
    cursor: pointer;
}

.remarkslist .remarks-item:has(.checkbox input:checked) {
    padding-right: 60px;
    background-color: rgba(119, 186, 225, .25);
}

.remarkslist .remarks-item:has(.checkbox input:checked) .number {
    display: flex;
}

.detailanalysis .project {
    padding: 20px 0;
}

.detailanalysis .project .name {
    font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.6;
    padding-left: 10px;
    color: #5d5d5d;
}

.detailanalysis .project .label {
    margin-bottom: 5px;
    display: inline-block;
    padding: 0 1em;
    height: 26px;
    border-radius: 13px;
    background-color: #556b8f;
    color: #fff;
    line-height: 26px;
    font-size: 1.2rem;
}

.remarkstable {
    position: relative;
    display: flex;
    flex-direction: column;
}

.remarkstable .select {
    display: flex;
    gap: 15px;
}

.remarkstable .select .type {
    display: flex;
    align-items: center;
    gap: 2px;
}

.remarkstable .select .type button {
    display: block;
    min-width: 75px;
    height: 100%;
    background-color: #464646;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
}

.remarkstable .select .type button.active {
    background-color: #77bae1;
}

.remarkstable .select .button button {
    height: 40px;
    min-width: 100px;
}

.remarkstable .range {
    display: flex;
    align-items: center;
    gap: 4px;
}

.remarkstable .range input {
    width: 120px;
}

.remarkstable .selected {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.remarkstable .selected li {
    display: flex;
    align-items: center;
    background-color: #667b9f;
    color: #fff;
    font-size: 16px;
    padding: 6px 8px 8px;
    border-radius: 100px;
    gap: 8px;
    line-height: 1;
}

.remarkstable .selected li button {
    position: relative;
    display: block;
    width: .8em;
    height: .8em;
    margin-bottom: -0.1em;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
}

.remarkstable .selected li button::before, .remarkstable .selected li button::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.remarkstable .selected li button::before {
    transform: rotate(-45deg);
}

.remarkstable .selected li button::after {
    transform: rotate(45deg);
}

.remarkstable .titlearea {
    margin-bottom: 50px;
}

.remarkstable .title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: calc(100% - 200px);
}

.remarkstable .title input {
    width: 100%
}

.remarkstable .tab {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 2px;
}

.remarkstable .tab li {
    overflow: hidden;
    min-width: 100px;
    max-width: 200px
}

.remarkstable .tab li button {
    display: block;
    width: 100%;
    background-color: #464646;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px 3px 0 0;
    text-align: center;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remarkstable .tab li button.active {
    background-color: #77bae1;
}

.remarkstable .tab li button input[type=text] {
    min-height: auto;
    padding: 0;
}

.remarkstable .remarks-panel {
    overflow: hidden;
    min-height: 40vh;
    max-height: 550px;
    transition: border .2s;
}

.remarkstable .remarks-panel.edit-mode {
    border: solid #77bae1 2px;
}

.remarkstable .remarks-panel-button {
    background-color: #eee;
    border: solid 1px #ccc;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    transition-duration: .2s;
}

.remarkstable .remarks-panel-button.edit-mode {
    border: solid #77bae1 2px;
    border-top: 0;
    background-color: rgba(119, 186, 225, .2);
}

.remarkstable .remarks-panel-button button {
    border: solid 1px #ccc;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 40px;
    color: #555;
    transition-duration: .2s;
}

.remarkstable .remarks-panel-button button:hover {
    opacity: .7;
}

.remarkstable .remarks-panel-button button.active {
    border: solid 1px #77bae1;
    background-color: #77bae1;
    color: #fff;
}

.remarkstable .handsontable tr:has(td input:checked) td {
    background-color: rgba(119, 186, 225, .2);
}

.remarkstable .handsontable.select-mode .wtBorder.current {
    background-color: rgba(0, 0, 0, 0) !important;
}

.detailanalysis .button-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.detailanalysis .button-panel button {
    height: 40px;
}

.recruit-create .recruit-q-list {
    display: grid;
    gap: 20px;
}

.recruit-create .recruit-q-item {
    border: solid 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px;
    display: grid;
    gap: 20px;
}

.recruit-create .recruit-q-item-section {
    display: grid;
    grid-template-columns: 200px 1fr;
}

.recruit-create .recruit-q-item-section .content.horizontal {
    display: flex;
}

.recruit-create .recruit-q-item-section .content .button {
    width: 160px;
    margin-bottom: 10px;
}

.recruit-create .recruit-q-item-section .content .button .btn {
    height: 30px;
}

.recruit-create .recruit-q-item .answer-list {
    padding: 10px 0;
}

.recruit-create .recruit-q-item .answer-list li {
    padding: 10px;
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.recruit-create .recruit-q-item .answer-list li:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.recruit-create .recruit-q-item .answer-list .item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.recruit-create .recruit-q-item .answer-list .item .check {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.recruit-create .recruit-q-item .answer-list .item .check label {
    height: 20px;
    margin: 0;
}

.recruit-create .recruit-q-item .answer-list .item .num {
    padding-top: 8px;
}

.recruit-create .recruit-q-item .answer-list .item .input {
    flex: 1;
}

.recruit-create .recruit-q-item .answer-list .item .uploadswitch {
    padding-top: 8px;
}

.recruit-create .recruit-q-item .answer-list .item .uploadswitch input {
    display: none;
}

.recruit-create .recruit-q-item .answer-list .item .button {
    margin: 0;
    width: 30px;
}

.recruit-create .recruit-q-item .answer-list .item .button .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.upload {
    position: relative;
    background-color: #667b9f;
    display: block;
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.upload::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/common/icon-upload.svg);
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.delete {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #b14141;
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.delete::before, .recruit-create .recruit-q-item .answer-list .item .button .btn.delete::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 10px;
    background-color: #b14141;
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.delete::before {
    transform: rotate(-45deg);
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.delete::after {
    transform: rotate(45deg);
}

.recruit-create .recruit-q-item .answer-list .item .button .btn.delete.show {
    display: block;
}

.recruit-create .recruit-q-item-subsection {
    display: grid;
    grid-template-columns: 180px 1fr;
}

.recruit-create .recruit-q-item-subsection .content.horizontal {
    display: flex;
}

.recruit-create .recruit-q-item-group {
    display: grid;
    gap: 15px;
    background-color: #f9f9f9;
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 15px;
}

.recruit-create .recruit-q-item-add {
    display: flex;
    width: 400px;
    margin: 20px auto 0;
}

.recruit-create .recruit-q-item-add .btn {
    height: 60px;
}

.recruit-confirm .recruit-c-list {
    display: grid;
    gap: 60px;
    counter-reset: list;
}

.recruit-confirm .recruit-c-item {
    border: solid 1px #ddd;
    padding: 15px 20px 20px;
}

.recruit-confirm .recruit-c-item > .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*.recruit-confirm .recruit-c-item > .title::before {*/
/*    counter-increment: list;*/
/*    content: "F" counter(list) "."*/
/*}*/

.recruit-confirm .recruit-c-item > .title.outrange::before {
    display: none;
}

.recruit-confirm .new-page {
    position: relative;
    display: flex;
    padding-left: 40px;
    margin-top: 10px;
}

.recruit-confirm .new-page::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    border-bottom: dashed 1px #ccc;
}

.recruit-confirm .new-page p {
    position: relative;
    background-color: #fff;
    color: #aaa;
}

.recruit-confirm .new-page p::before {
    content: "＜"
}

.recruit-confirm .new-page p::after {
    content: "＞"
}

.recruit-confirm .answer-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    counter-reset: answer;
}

.recruit-confirm .answer-list.list {
    grid-template-columns: 1fr;
}

.recruit-confirm .answer-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 5px;
    font-size: 12px;
    line-height: 1.6;
}

.recruit-confirm .answer-list li::before {
    counter-increment: answer;
    content: counter(answer) ".";
    text-align: right;
}

.recruit-confirm .exit-condition-list {
    background-color: rgba(212, 0, 0, .1);
    padding: 10px;
    margin-top: 10px;
    color: rgba(212, 0, 0, .6);
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
}

.recruit-confirm .exit-condition-list p {
    line-height: 1.6;
}

.recruit-confirm .exit-condition-list .text strong::after {
    content: "、"
}

.recruit-confirm .exit-condition-list .text strong:last-child::after {
    content: ""
}

.recruit-confirm .limited-question-list {
    background-color: rgba(119, 186, 225, .2);
    padding: 10px;
    margin-top: 10px;
    color: #77bae1;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
}

.recruit-confirm .limited-question-list p {
    line-height: 1.6;
}

.recruit-confirm .limited-question-list .text strong::after {
    content: "、"
}

.recruit-confirm .limited-question-list .text strong:last-child::after {
    content: ""
}

.recruit-confirm .exit-question {
    border: solid 1px #ddd;
    padding: 20px;
}

.recruit-confirm .exit-question > .title {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.recruit-confirm .exit-question > .button {
    display: flex;
    justify-content: center;
}

.recruit-confirm .exit-question > .button .btn {
    width: 160px;
    height: 40px;
}

.recruit-confirm .group-interview {
    border: solid 1px #ddd;
    padding: 15px 20px 20px;
}

.recruit-confirm .group-interview .inner {
    background-color: #eee;
    padding: 20px;
}

.recruit-confirm .group-interview .inner > .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.recruit-confirm .group-interview .inner > .subtitle {
    margin: 10px 0 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.recruit-confirm .group-interview .inner > .subtitle small {
    display: block;
}

.recruit-confirm .group-interview dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    font-size: 12px;
    line-height: 1.6;
}

.recruit-confirm .group-interview dl dt {
    font-weight: bold;
}

.recruit-confirm .group-interview ul {
    font-size: 12px;
}

.recruit-confirm .group-interview ul li {
    position: relative;
    line-height: 1.6;
    padding-left: 1em;
}

.recruit-confirm .group-interview ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.recruit-confirm .privacy-policy {
    border: solid 1px #ddd;
    padding: 15px 20px 20px;
}

.recruit-confirm .privacy-policy > .title {
    text-align: center;
    margin-bottom: 10px;
}

.recruit-confirm .privacy-policy > .logo {
    text-align: center;
    margin-bottom: 10px;
}

.recruit-confirm .privacy-policy > .subtitle {
    width: 300px;
    display: block;
    text-align: center;
    border-top: thick double #ddd;
    border-bottom: thick double #ddd;
    margin: 10px auto 20px;
}

.recruit-confirm .contact {
    border: solid 1px #ddd;
    padding: 15px 20px 20px;
}

.recruit-confirm .contact > .title {
    margin-bottom: 10px;
}

.recruit-confirm .contact > .body {
    font-size: 12px;
}

.recruit-confirm-admin-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.recruit-confirm-admin-menu ul {
    margin: 0;
    display: grid;
    justify-content: center;
    grid-template-columns: .5fr 400px;
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

#table-mailselection thead th {
    text-align: left;
}

#table-mailselection thead th:first-child {
    width: 50px;
}

#table-mailselection .checkbox::before {
    top: 50%;
    transform: translateY(-50%);
}

.infomark {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/static/img/common/icon-info-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tooltip-area {
    position: relative;
    width: 100%
}

.tooltip-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.2rem;
}

.tooltip-btn.-thanksfee {
    position: absolute;
    bottom: 12px;
    left: 0;
}

.tooltip-btn i {
    width: 16px;
    height: 16px;
    background-image: url(/static/img/common/icon-info-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
}

.tooltip-btn:hover + .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1.4;
    background: #000;
    border-radius: 3px;
    transition: .3s ease-in;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    color: #fff;
}

.tooltip-text p {
    color: #fff !important;
}

.information {
    color: #464646 !important;
    line-height: 1.3;
}

.information.red {
    color: #d40000 !important;
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.flow .assignorder {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(212, 0, 0, .1);
    border: 1px solid #d69898;
    color: #a56565;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 200ms ease;
}

.flow .assignorder:hover {
    opacity: .7;
}

.flow .assignorder span {
    text-decoration: underline;
}

.flow-list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.flow-item {
    padding: 20px;
    width: 33.3333333333%;
    margin-bottom: 30px;
}

.flow-item .stepnum {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.flow-item dl {
    margin-bottom: 20px;
}

.flow-item dl dt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.flow-item dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 90px;
}

.flow-item-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-end {
    padding-top: 40px;
    text-align: center;
    position: relative;
}

.flow-end::before {
    content: "▼";
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.flow-end p {
    font-size: 1.6rem;
    font-weight: bold;
}

.flow-end p span {
    font-size: 2rem;
    text-decoration: underline;
    display: inline-block;
    color: #77bae1;
}

.flow-end p span a {
    color: #77bae1;
}

.applicantlist .progress {
    background-color: #f3fefe;
}

.applicantlist .monitor {
    background-color: #fffaf4;
}

.applicantlist .results {
    background-color: #f9fff5;
}

.applicantlist .etc {
    background-color: #fcfcfc;
}

.applicantlist .headtitle {
    font-weight: bold;
    border-bottom: 1px solid #bababa;
    position: relative;
}

.applicantlist .headtitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    bottom: -1px;
    right: 0;
    display: block;
    background-color: #fff;
}

.applicantlist .headtitle::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    bottom: -1px;
    left: 0;
    display: block;
    background-color: #fff;
}

.applicantlist .tablegroup {
    display: flex;
    align-items: center;
}

.applicantlist .tablegroup li {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.applicantlist .tablegroup li:first-child span {
    color: #95d1d1;
}

.applicantlist .tablegroup li:nth-child(2) span {
    color: #e6c7a8;
}

.applicantlist .tablegroup li:last-child span {
    color: #cdecb9;
}

.applicantlist .ellipsis {
    width: 11em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ms-choice {
    height: 32px !important;
    border: 1px solid #ccc !important;
    line-height: 40px !important;
    border-radius: 2px !important;
}

.ms-drop ul > li label {
    position: relative;
    padding-left: 0 !important;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.ms-search input {
    height: auto !important;
    min-height: 32px !important;
    border-radius: 2px !important;
}

.ms-drop ul > li.multiple, .ms-drop ul > li.ms-select-all {
    display: block;
    float: none !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    text-align: left !important;
}

.ms-drop ul > li.multiple label, .ms-drop ul > li.ms-select-all label {
    overflow: unset !important;
    text-overflow: unset !important;
}

.ms-drop input[type=checkbox] {
    position: relative !important;
    margin-top: .3rem;
    margin-left: -1.25rem;
    width: 18px;
    height: 18px;
}

#mail.recruit {
    min-width: 1100px;
}

#mail .mainbtn {
    width: 180px;
}

#mail .table-basic th {
    position: relative;
}

#mail .table-basic th::after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #efeeee;
}

#mail .table-basic th::after {
    right: 0;
}

#mail .table-basic th:last-child::after {
    display: none;
}

#mail .table-basic td {
    color: #5c5c5c;
}

#mail .table-basic .iconcell {
    width: 40px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

#mail .table-basic .iconcell.-trash {
    vertical-align: middle;
}

#mail .table-basic .unopened {
    font-weight: bold;
}

#mail .addfile {
    padding-top: 5px;
    display: none;
}

#mail .addfile ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

#mail .addfile li {
    padding: 5px;
}

#mail .addfile li a {
    background-color: #7e8791;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 12px;
    height: 24px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

#mail .addfile li a:hover {
    background-color: #455262;
    transition: all 200ms ease;
}

#mail .addfile li a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 5px;
}

#mail .addfile li.docx a::before {
    background-image: url(/static/img/common/icon-docx-white.svg);
}

#mail .addfile li.xlsx a::before {
    background-image: url(/static/img/common/icon-xlsx-white.svg);
}

#mail .addfile li.pptx a::before {
    background-image: url(/static/img/common/icon-pptx-white.svg);
}

#mail .addfile li.pdf a::before {
    background-image: url(/static/img/common/icon-pdf-white.svg);
}

#mail .addfiledetail ul {
    display: flex;
    flex-flow: column;
}

#mail .addfiledetail li {
    margin-bottom: 15px;
}

#mail .addfiledetail li a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    position: relative;
}

#mail .addfiledetail li a::before {
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 5px;
}

#mail .addfiledetail li a:hover {
    opacity: .7;
    text-decoration: underline;
}

#mail .addfiledetail li.docx a::before {
    background-image: url(/static/img/common/icon-docx-dark.svg);
}

#mail .addfiledetail li.xlsx a::before {
    background-image: url(/static/img/common/icon-xlsx-dark.svg);
}

#mail .addfiledetail li.pptx a::before {
    background-image: url(/static/img/common/icon-pptx-dark.svg);
}

#mail .addfiledetail li.pdf a::before {
    background-image: url(/static/img/common/icon-pdf-dark.svg);
}

#mail .folder-menu li {
    margin-bottom: 20px;
    position: relative;
    transition: all 200ms ease;
}

#mail .folder-menu li a {
    display: flex;
    align-items: center;
    width: 100%
}

#mail .folder-menu li a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
}

#mail .folder-menu li:hover, #mail .folder-menu li.active {
    transform: translateX(10px);
    transition: all 200ms ease;
}

#mail .folder-menu li:hover::before, #mail .folder-menu li.active::before {
    content: "";
    width: 2px;
    height: 20px;
    display: block;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    position: absolute;
    background-color: #77bae1;
}

#mail .folder-menu li.mailbox a::before {
    background-image: url(/static/img/common/icon-mailbox-dark.svg);
}

#mail .folder-menu li.sentbox a::before {
    background-image: url(/static/img/common/icon-sendmark-dark.svg);
}

#mail .folder-menu li.draftbox a::before {
    background-image: url(/static/img/common/icon-editing-pencil-dark.svg);
}

#mail .folder-menu li.trashbox a::before {
    background-image: url(/static/img/common/icon-delete-dark.svg);
}

#mail .input-box-wrap-rowstyle, #mail .input-box-wrap.rowstyle {
    position: relative;
    margin-bottom: 15px;
}

#mail .input-box-wrap-rowstyle .input-box .input-placeholder, #mail .input-box-wrap.rowstyle .input-box .input-placeholder {
    width: 200px;
}

#mail .input-box-wrap-rowstyle .input-box .input-style-basic, #mail .input-box-wrap-rowstyle .input-box .input-style-basic-group, #mail .input-box-wrap-rowstyle .input-box .register-text, #mail .input-box-wrap.rowstyle .input-box .input-style-basic, #mail .input-box-wrap.rowstyle .input-box .input-style-basic-group, #mail .input-box-wrap.rowstyle .input-box .register-text {
    width: calc(100% - 220px);
    max-width: unset;
    line-height: 1.5;
}

#mail .input-box-wrap-rowstyle.compose .input-box .input-placeholder, #mail .input-box-wrap.rowstyle.compose .input-box .input-placeholder {
    width: 100px;
    text-align: right;
}

#mail .input-box-wrap-rowstyle.compose .input-box .input-style-basic, #mail .input-box-wrap-rowstyle.compose .input-box .input-style-basic-group, #mail .input-box-wrap-rowstyle.compose .input-box .register-text, #mail .input-box-wrap.rowstyle.compose .input-box .input-style-basic, #mail .input-box-wrap.rowstyle.compose .input-box .input-style-basic-group, #mail .input-box-wrap.rowstyle.compose .input-box .register-text {
    width: calc(100% - 120px);
    max-width: unset;
    line-height: 1.5;
}

#mail .input-box-wrap-rowstyle.compose .input-box .input-style-basic input, #mail .input-box-wrap-rowstyle.compose .input-box .input-style-basic-group input, #mail .input-box-wrap-rowstyle.compose .input-box .register-text input, #mail .input-box-wrap.rowstyle.compose .input-box .input-style-basic input, #mail .input-box-wrap.rowstyle.compose .input-box .input-style-basic-group input, #mail .input-box-wrap.rowstyle.compose .input-box .register-text input {
    height: 36px;
}

#mail .input-box-wrap-rowstyle.compose .input-box textarea, #mail .input-box-wrap.rowstyle.compose .input-box textarea {
    height: 44px;
}

#mail .input-box-wrap-rowstyle.compose .input-box textarea + ul .btn, #mail .input-box-wrap.rowstyle.compose .input-box textarea + ul .btn {
    height: 44px;
    white-space: nowrap;
}

#mail .input-box-wrap-rowstyle.compose.fileupload input[type=file], #mail .input-box-wrap.rowstyle.compose.fileupload input[type=file] {
    height: 100% !important;
    width: 100%;
    cursor: pointer;
}

#mail .input-box-wrap-rowstyle.compose .maintext, #mail .input-box-wrap.rowstyle.compose .maintext {
    height: auto !important;
}

#mail hr {
    border-top: 1px solid #fff;
    height: 0;
    margin-bottom: 30px;
}

#mail .maincontent p {
    margin-bottom: 20px;
}

#mail .-newcompose {
    position: fixed;
    right: 30px;
    top: 145px;
    z-index: 50;
}

#mail .-newcompose a {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    height: 56px;
}

#mail .headline-icon {
    display: flex;
    align-items: flex-end;
}

#mail .headline-icon li {
    padding: 0 15px;
}

#mail .headline-icon li:first-child {
    padding-left: 0;
    margin-right: 30px;
}

#mail .headline-icon li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100%
}

#mail .headline-icon li a:hover {
    cursor: pointer;
    opacity: .7;
}

#mail .headline-icon li a img {
    width: 20px;
}

#mail .headline-icon li a span {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 10px;
}

#mail .border-radius {
    border-radius: 100%
}

#mail .select2-container .select2-search--inline .select2-search__field {
    min-height: 0 !important;
}

#mail .mail-manipulate-panel {
    display: flex;
    flex-flow: column;
    position: fixed;
    right: 40px;
    bottom: 40px;
    gap: 15px;
}

#mail .mail-manipulate-panel .btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    transition: all 200ms ease;
}

#mail .mail-manipulate-panel .btn img {
    display: block;
    margin-bottom: 4px;
}

#mail .mail-manipulate-panel .btn-send {
    background: linear-gradient(to right, #000d83 0%, #4698e0 100%);
}

#mail .mail-manipulate-panel .btn-draft {
    background: #343541;
}

#mail .mail-manipulate-panel .btn-delete {
    background: #d40000;
}

#mail .mail-manipulate-panel .btn:hover {
    opacity: .7;
}

#mail .calladdress {
    width: 20px;
    height: 20px;
    background-image: url(/static/img/common/icon-mailui-addressbook-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

#mail .template-call {
    margin-bottom: 15px;
}

#mail .template-call .h01 {
    font-size: 1.8rem;
}

#mail .template-call .h01 span {
    margin-right: 5px;
}

#mail .template-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

#mail .template-list li {
    width: calc((100% - 30px) / 4);
}