/* A Modern CSS Reset */
*,*::before,*::after {
    box-sizing: border-box
}

ul[class],ol[class] {
    padding: 0
}

body,h1,h2,h3,h4,h5,h6,p,ol[class],figure,blockquote,dl,dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    /*text-rendering:optimizeSpeed;*/
    line-height: 2
}

ul[class],ol[class] {
    list-style: none
}

a:not([class]) {
    /*text-decoration-skip-ink:auto*/
}

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1rem
}

input,button,textarea,select {
    font: inherit
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

html {
}

body {
    font-size: 1rem;
    font-style: normal;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
    line-height: 1.75;
    color: #333;
    background: #fff;
    position: relative;
    font-feature-settings: "palt";
}

a {
    color: #005379;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #7c1801;
    text-decoration: underline;
}

a:visited {
    color: #252c71;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.clear {
    clear: both;
}

.f_ll {
    font-size: 1.5rem;
}

.f_l {
    font-size: 1.25rem;
}

.f_m {
    font-size: 1rem;
}

.f_s {
    font-size: 0.875rem;
}

.f_ss {
    font-size: 0.75rem;
}

.f_sss {
    font-size: 0.625rem;
}

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

.f_n {
    font-weight: normal !important;
}

.red {
    color: #800000;
}

.blue {
    color: #0079C2;
}

.orange {
    color: #fa5;
}

.green{ color:#227751;}

.blue {color: #73AEDF}

.gray {
    color: #A5A7A9;
}

p {
    margin-bottom: 1rem;
    text-align: justify;
}

hr {
    width: 100%;
    background: none;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 1rem 0;
}

hr.dot {
    width: 100%;
    background: none;
    border: none;
    border-top: 1px dotted rgba(0,0,0,0.1);
    margin: 1rem 0;
}

.anchor {
    height: 4rem;
    margin-top: -4rem;
    position: absolute;
    z-index: -10;
    width: 1px;
}

.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
}

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

.flex.aifs {
    align-items: flex-start;
}

.flex.aife {
    align-items: flex-end;
}

.flex.jcfs {
    justify-content: flex-start;
}

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

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

/*--HEADER--*/
/* header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

header h1 {
    letter-spacing: 0.2rem;
}

header .logo {
    text-decoration: none;
    width: 125px;
    margin-bottom: 1rem;
}

header .hm {
    position: fixed;
    top: 2rem;
    right: 2rem;
}

header .hm a {
    margin-right: 1.5rem;
    display: inline-block;
}

header .hm a:last-child {
    margin-right: 0;
}

header .hm .icon {
    font-size: 1rem;
    vertical-align: middle;
    margin: -0.2rem 0 0 0;
}

header a {
} */

/*申請*/
/* body.shinsei header {
    align-items: flex-start;
    width: 100%;
    max-width: 64rem;
    margin: auto;
    padding: 1rem 1.25rem 0 1.25rem;
}

body.shinsei header h1 {
    font-size: 1.125rem;
    color: #0079C2;
    padding-left: 3.75rem;
    margin: 0;
    line-height: 2rem;
    background: url("../img/top_logo.svg") left center /3rem no-repeat;
}

.article {
    padding: 7rem 2.5rem 4rem 2.5rem;
    max-width: 64rem;
    margin: auto;
}

body.shinsei .article {
    padding: 4rem 1.25rem;
} */

/*--FOOTER--*/
/* #footer {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.6;
}

#footer .bg {
    background: url(../img/footer_bg.png) repeat-x center top #F7F7F7;
    clear: both;
    padding: 20px;
}

#footer .logo {
    padding: 25px 0px 10px 0px;
    margin: auto;
    width: 125px;
    box-sizing: border-box;
}

#footer .logo img {
    width: 100%;
    height: auto;
}

#footer .map {
    width: 300px;
    margin: 0 auto 10px auto;
    padding: 0;
    vertical-align: top;
}

#footer .address {
    font-style: normal;
    text-align: center;
    vertical-align: top;
    margin: auto;
}

#footer .copy {
    clear: both;
    padding: 15px 0;
    color: #0079C2;
    font-size: 0.625rem;
    text-align: center;
} */

/*--CONTENTS--*/
.sub_head {
    position: relative;
    margin-bottom: 0.5rem;
}

.sub_head h2 {
    margin-bottom: 0.5rem;
}

.contents {
    width: 100%;
    min-width: 60rem;
    min-height: 100vh;
    padding: 4rem 1.5rem 1.5rem 14rem;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 0;
    position: relative;
}

.contents .inner {
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    position: relative;
    padding: 0;
    letter-spacing: 0.1rem;
}

h1 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

h2 {
    font-size: 1.25rem;
    margin: 0 -2.5rem 1rem -2.5rem;
    padding: 0.25rem 2.5rem;
    color: #000;
}

h3 {
    font-size: 1.125rem;
    margin: 0 -1.5rem 1rem -1.5rem;
    padding: 0.25rem 1.5rem;
    background: #E7F3FE;
    color: #0079C2;
}

h4 {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

h1 .comment, h2 .comment, h3 .comment, h4 .comment, h5 .comment {
    font-size: 1rem;
}

body.shinsei h2 {
    font-size: 1.125rem;
    margin: 0 -1.25rem 1rem -1.25rem;
    padding: 0.25rem 1rem;
    background: #0079C2;
    color: #fff;
}

body.shinsei h3 {
    font-size: 1.125rem;
    margin: 0 -1.25rem 1rem -1.25rem;
    padding: 0.25rem 1rem;
    background: #E7F3FE;
    color: #0079C2;
}

/*STEP*/
.step_box {
    background: #E7F3FE;
    border-radius: 0.625rem;
    padding: 1rem 1.5rem;
    margin: 0 -1.5rem 3rem -1.5rem;
    position: relative;
    font-weight: bold;
}

.step_box::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 0.9rem);
    bottom: -3rem;
    height: 2rem;
    border-top: 1.1rem solid #0079C2;
    border-right: 0.9rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 0.9rem solid transparent;
}

.step_box.last {
    margin-bottom: 2rem;
}

.step_box.last::after {
    display: none;
}

.price {
    font-weight: bold;
    font-size: 1.25rem;
}

.card {
    width: auto;
    max-height: 2.5rem;
    display: inline-block;
}

.securitycode {
    width: 6rem;
    display: inline-block;
    vertical-align: middle;
}

.notice01 {
    border: 2px solid #75140C;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.notice02 {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: #F5FBFF;
}

.notice03 {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: #F5F5F0;
}

.notice01.wide, .notice02.wide, .notice03.wide {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

/*FAQ*/
ol.faq {
    counter-reset: q;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.faq li {
    font-weight: bold;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

ol.faq li .q {
    padding: 1rem 3rem;
    background: #E7F3FE;
    border-radius: 1rem;
    position: relative;
}

ol.faq li .q::before {
    counter-increment: q;
    content: 'Q'attr(value);
    vertical-align: middle;
    position: absolute;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #0079C2;
    left: 1rem;
}

ol.faq li .q::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 0.5rem);
    right: 1rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0px solid transparent;
    border-right: 2px solid #0079C2;
    border-bottom: 2px solid #0079C2;
    border-left: 0px solid transparent;
    transform: rotate(45deg);
}

ol.faq li .a {
    padding: 0.5rem 3rem;
    color: #800000;
    position: relative;
}

ol.faq li .a::before {
    counter-increment: q;
    content: 'A'attr(value);
    vertical-align: middle;
    position: absolute;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #800000;
    left: 1rem;
}

/*-- FORM/ --*/
form {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    background: transparent;
}

form label {
    vertical-align: middle;
}

input[type="text"], input[type="button"], input[type="date"], textarea, select {
    display: inline-block;
    font-weight: 500;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    position: relative;
    padding-inline:0; padding: 0.25rem 0.5rem;
    line-height: 1.5;
    margin: 0;
    color: #333;
    background: #fff;
    border: 1px solid #A6A6A6;
    box-shadow: none;
    box-sizing: border-box;
    z-index: auto !important;
    height: 2rem;
}

textarea {
    height: auto;
}

button, a.button /*, input[type="button"], input[type="submit"]*/
{
    display: block;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    letter-spacing: 0.1rem;
    padding: 0.5rem 0.75rem;
    margin: 0 auto 1.25rem auto;
    font-size: 1.25rem;
    font-weight: bold;
    background: #73AEDF;
    color: #fff !important;
    position: relative;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0.625rem;
    border: 1px solid #73AEDF;
    width: 100%;
    max-width: 17.5rem;
}

input::placeholder, textarea::placeholder, select::placeholder {
    color: #777;
}

button:hover, a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    text-decoration: none;
    box-shadow: none;
    opacity: 0.8;
}

input:disabled, input[type="text"]:disabled, input[type="submit"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover {
    background: #fff !important;
    color: #fff;
    opacity: 1.0;
    cursor: default;
    position: relative;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #ffb536;
    outline: none;
    /*box-shadow:0 0 3px rgba(255, 221, 102, 1);*/
}

button:disabled, a.button.disabled, button:disabled:hover, a.button.disabled:hover, a.button.disabled:hover, /*input[type="button"]:disabled,input[type="button"]:disabled:hover,*/
input[type="submit"]:disabled,input[type="submit"]:disabled:hover {
    background: var(--aiot-color-primary) !important;
    border-color: var(--aiot-color-primary);
    color: #fff;
    cursor: default;
    pointer-events: none;
}

input[type="button"]:disabled, input[type="button"]:disabled:hover {
    color: #A6A6A6;
    cursor: default;
    pointer-events: none;
}

button.mini, .button.mini {
    min-width: 0;
}

td button:last-of-type {
    margin-right: 0;
}

button.wide {
    width: calc(100% + 3rem);
    max-width: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

button.w100 {
    width: 100%;
    max-width: none;
    border-width: 2px;
}

.b_white, button.cancel, button.del {
    color: #227751 !important;
    border: 1px solid #227751;
    background: #fff;
}

input.big {
    font-size: 1.25rem;
    height: 2rem;
    padding: 0.25rem 0.75rem;
}

.b_red {
    border: 1px solid #75140C;
    background: #75140C;
}

td .b_red {
    margin: 0;
    position: relative;
    z-index: 100000;
    padding: 0.25rem 0.25rem;
}

td .b_red .material-icons {
    font-size: 1rem;
}

.b_edit {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border: 2px solid #3878BA;
    color: #3477BC !important;
    font-size: 0.625rem;
    letter-spacing: normal;
    background: transparent;
    border-radius: 0;
    margin: 0;
    width: auto;
}

.b_edit .material-icons {
    font-size: 1rem;
}

/*-- SELECT/ --*/
select {
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    position: relative;
}

.select_wrap {
    position: relative;
    display: inline-block;
}

.select_wrap::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: calc(50% - 0.35rem);
    pointer-events: none;
}

select:disabled, select.disabled {
    border: 1px solid rgba(160, 208, 36, 0.2);
    color: rgba(160, 208, 36, 0.2);
    background: none;
    z-index: auto;
}

select[multiple] {
    background: #fff;
    height: auto;
}

/*-- Radio and Checkbox/ --*/
input[type="radio"], input[type="checkbox"] {
    margin: 0;
    width: 1.75rem;
    height: 1.75rem;
    display: none;
}

input[type="radio"] + span, input[type="checkbox"] + span {
    padding-left: 2.25em;
    position: relative;
    margin-right: 1rem;
    display: inline-block;
}

input[type="radio"] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.35rem;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: transparent;
    border: 2px solid #0079C2;
    border-radius: 50%;
    z-index: 5;
    margin-right: 3px;
    box-sizing: border-box;
}

input[type="radio"] + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.2rem ;
    width: 0.75rem;
    height: 0.75rem;
    background: #0079C2;
    border-radius: 50%;
    z-index: 10;
    transition: 0.25s;
    opacity: 0;
}

input[type="radio"]:checked + span, input[type="checkbox"]:checked + span {
    font-weight: 600;
}

input[type="radio"]:checked + span::before {
}

input[type="radio"]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.58rem;
    left: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
    background: #0079C2;
    border-radius: 50%;
    z-index: 10;
    transition: 0.25s;
    opacity: 1;
}

input[type="checkbox"] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: #fff;
    border: 1px solid #A6A6A6;
    margin: -0.25rem 0.25rem 0 0;
    box-sizing: border-box;
    border-radius: 0.25rem;
    cursor: pointer;
}

input[type="checkbox"]:checked + span::before {
    background: #0079C2;
    border: 1px solid #0079C2;
}

input[type="checkbox"]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 0.8rem;
    height: 1.3rem;
    transform: rotate(40deg);
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    box-sizing: border-box;
}

.shinsei_l label {
    margin: 0 0 1rem 0;
    display: block;
    padding: 0;
}

.shinsei_l input[type="radio"] + span {
    display: block;
    padding: 0.5rem 1rem 0.5rem 3rem;
    border: 1px solid #666;
    margin: 0;
    font-size: 1.25rem;
    position: relative;
}

.shinsei_l input[type="radio"] + span::before {
    top: 1rem;
    left: 1rem;
}

.shinsei_l input[type="radio"] + span::after {
    top: 1.5rem;
    left: 1.5rem;
}

.shinsei_l input[type="radio"]:checked + span {
    background: #E7F3FE;
}

.shinsei_l input[type="radio"]:checked + span::after {
    top: calc(50% - 0.3rem);
    left: 1.3rem;
}

.shinsei_m label {
    margin: 0 0 0.25rem 0;
    display: block;
    padding: 0;
    /* background: #fff; */
    position: relative;
}

.shinsei_m input[type="radio"] + span, .shinsei_m input[type="checkbox"] + span, .shinsei_m input[type="file"] + span {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem 0.4rem 1.75rem;
    border: 1px solid #A6A6A6;
    margin: 0;
    font-size: 0.75rem;
    position: relative;
    line-height: 1.5;
}

.shinsei_m input[type="radio"] + span::before {
    top: calc(50% - 0.4rem - 1px);
    left: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
}

.shinsei_m input[type="radio"] + span::after {
    top: calc(50% - 0.1rem);
    left: 0.85rem;
}

.shinsei_m input[type="radio"]:checked + span {
    background: #fff;
}

.shinsei_m input[type="radio"]:checked + span::after {
    top: calc(50% - 0.2rem);
    left: 0.75rem;
    width: 0.4rem;
    height: 0.4rem;
}

.shinsei_m input[type="checkbox"] + span::before {
    top: calc(50% - 0.4rem - 1px);
    left: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0.1rem;
}

.shinsei_m input[type="checkbox"]:checked + span::before {
    background: #0079C2;
    border: 1px solid #0079C2;
}

.shinsei_m input[type="checkbox"]:checked + span::after {
    top: calc(50% - 0.4rem);
    left: 0.75rem;
    width: 0.4rem;
    height: 0.6rem;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.shinsei_m input[type="file"] {
    height: 2rem;
    width: 100%;
      left: 0;
     opacity: 0 !important;
     position: absolute;
     top: 0;
     width: 100%;
}

.shinsei_m input[type="file"] + span {
    position: absolute;
    top: 0;
    background: #fff url("../img/i_upload.svg") left 0.4rem center /1rem no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="text"].file {
    font-weight: bold;
    padding-right: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    pointer-events: none;
}

input[type="text"].file + input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    background: none;
    font-size: 0.6125rem;
    color: #0079C2;
}

input[type="date"] {
    text-align: left;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
    opacity: 0;
}

.date_wrap {
    position: relative;
}

.date_wrap::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: calc(50% - 0.35rem);
}

.shinsei_l input.flatpickr, .shinsei_l input[type="date"], .shinsei_l select {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #666;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 1.25rem;
    position: relative;
    border-radius: 0;
}

.shinsei_l .flatpickr-wrapper {
    width: 100%;
}

label {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

td.tc label {
    padding-right: 0;
    /*margin-left:0.5rem;*/
}

td.tc input[type="checkbox"] + span {
    margin-right: 0;
}

button.i_delete {
    min-width: 0 !important;
}

button.i_delete::before {
    display: none;
}

.error {
    color: #75140C;
    display: inline-block;
    padding-top: 0.25rem;
    font-size: 10px;
}

div.error {
    border: 2px solid #75140C;
    padding: 0 0.5rem;
    margin: 0;
}

span.error {
    color: #75140C;
}

.w100 {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.w10 {
    width: 10%;
}

.w95 {
    width: 95%;
}

.w85 {
    width: 85%;
}

.w75 {
    width: 75%;
}

.w65 {
    width: 65%;
}

.w55 {
    width: 55%;
}

.w45 {
    width: 45%;
}

.w35 {
    width: 35%;
}

.w25 {
    width: 25%;
}

.w15 {
    width: 15%;
}

.w09 {
    width: 9%;
}

.w06 {
    width: 6%;
}

.w05 {
    width: 5%;
}

.w66 {
    width: 66%;
}

.w48 {
    width: 48%;
}

.w33 {
    width: 33.33%;
}

.w32 {
    width: 32%;
}

input.w75 {
    min-width: 14rem;
}

input.w50 {
    min-width: 10.8rem;
}

input.w33 {
    min-width: 7.2rem;
}

input.w25 {
    min-width: 5.4rem;
}

input.w20 {
    min-width: 4.8rem;
}

input.w15 {
    min-width: 3.6rem;
}

input.w10 {
    min-width: 2.4rem;
}

input.w5 {
    min-width: 1.2rem;
}

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

.mb4 {
    margin-bottom: 0.25rem !important;
}

.mb8 {
    margin-bottom: 0.5rem !important;
}

.mb16 {
    margin-bottom: 1rem !important;
}

.mb20 {
    margin-bottom: 1.25rem !important;
}

.mb24 {
    margin-bottom: 1.5rem !important;
}

.mb28 {
    margin-bottom: 1.75rem !important;
}

.mb32 {
    margin-bottom: 2rem !important;
}

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

.mr4 {
    margin-right: 0.25rem !important;
}

.mr8 {
    margin-right: 0.5rem !important;
}

.mr16 {
    margin-right: 1rem !important;
}

.mr20 {
    margin-right: 1.25rem !important;
}

.mr24 {
    margin-right: 1.5rem !important;
}

.mr28 {
    margin-right: 1.75rem !important;
}

.mr32 {
    margin-right: 2rem !important;
}

.example {
    color: #777;
    white-space: nowrap;
}

.hissu {
    display: inline-block;
    background: #800000;
    border: 1px solid #800000;
    color: #fff;
    font-size: 0.5rem;
    padding: 0 0.25rem;
    vertical-align: middle;
    position: relative;
    margin: 0.2rem 0.5rem 0.1rem 0;
    border-radius: 0.15rem;
    box-sizing: border-box;
}

.ninni {
    display: inline-block;
    background: none;
    border: 1px solid #666;
    color: #666;
    font-size: 0.55rem;
    padding: 0 0.25rem;
    vertical-align: middle;
    position: relative;
    margin: -0.1rem 0.5rem 0.1rem 0;
    border-radius: 0.15rem;
    box-sizing: border-box;
}

body.shinsei .hissu {
    font-size: 0.5rem;
    padding: 0 0.15rem;
}

body.shinsei .ninni {
    font-size: 0.5rem;
    padding: 0 0.15rem;
}

/*進捗バー*/
.progress_box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

progress {
    width: calc(100% - 2rem);
    height: 6px;
    background-color: #eaeaea;
    border: none;
}

progress::-webkit-progress-bar {
    background-color: #eaeaea;
}

progress::-webkit-progress-value {
    background-color: #73AEDF;
}

progress::-moz-progress-bar {
    background-color: #0F95E8;
}

progress::-ms-fill {
    background-color: #0F95E8;
}

.progress_box .bar {
}

.progress_box .percent {
    font-size: 0.625rem;
}

/*日付取得カレンダー*/
.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(1) {
    color: #f55;
}

.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(7) {
    color: #1895E8;
}

span.flatpickr-weekday {
    color: rgba(0,0,0,0.5);
}

span.flatpickr-weekday:nth-child(1) {
    color: rgba(255, 105, 105, 0.6);
}

span.flatpickr-weekday:nth-child(7) {
    color: rgb(30, 115, 190, 0.6);
}

.flatpickr-day {
    line-height: 37px;
    color: #666;
}

.flatpickr-day.saturday {
    color: #1895E8;
}

.flatpickr-day.sunday, .flatpickr-day.jp-holiday {
    color: #f55;
}

.flatpickr-day.prevMonthDay.saturday, .flatpickr-day.nextMonthDay.saturday, .flatpickr-day.flatpickr-disabled.saturday {
    color: rgba(105, 139, 204, 0.2);
}

.flatpickr-day.prevMonthDay.sunday, .flatpickr-day.prevMonthDay.jp-holiday, .flatpickr-day.nextMonthDay.sunday, .flatpickr-day.nextMonthDay.jp-holiday, .flatpickr-day.flatpickr-disabled.sunday, .flatpickr-day.flatpickr-disabled.jp-holiday {
    color: rgba(255, 105, 105, 0.2);
}

.flatpickr-day.selected {
    background: none;
    border: 3px solid #ffb536;
    line-height: 32px;
    color: inherit;
    font-weight: bold;
}

.flatpickr-day.selected:hover {
    background: #f93;
    color: #fff !important;
    border-color: #f93;
}

.flatpickr-months .flatpickr-month {
    color: #333;
    height: 2.5rem;
    margin-bottom: 0.5rem;
    background: #DCEAF4;
    font-weight: bold;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(105,105,105,0.3);
}

input.flatpickr, input.flatpickr_range, input.flatpickr_month, input.flatpickr_time {
    width: 12rem;
    background: #fff;
    border: 1px solid #707070;
}

input.flatpickr_range {
    width: 15rem;
}

input.flatpickr_time {
    width: 11rem;
}

input.flatpickr_range_time {
    width: 18rem;
}

.flatpickr-current-month {
    display: flex;
    justify-content: center;
    flex-flow: row-reverse wrap;
    padding-top: 0;
}
.numInputWrapper span {
    opacity: 1;
}
input.flatpickr.arrow,input.flatpickr-month.arrow {
}

.flatpickr-current-month input.cur-year, .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month .flatpickr-monthDropdown-months option {
    height: 2.5rem;
    padding: 0;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
}

.flatpickr-current-month .numInputWrapper {
    width: 5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.125rem;
    position: relative;
    font-weight: bold;
}

.flatpickr-current-month .numInputWrapper::after {
    content: "年";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1.25rem;
    font-weight: bold;
}

.flatpickr-calendar {
    font-size: 0.8125rem;
}

.flatpickr-days, .dayContainer {
    width: 100% !important;
    min-width: 17rem !important;
}

.flatpickr-calendar.animate.open {
    padding: 1rem;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    display: none;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 1rem;
    top: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 1rem;
    top: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.flatpickr-day {
    height: auto;
}

.flatpickr-wrapper::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: calc(50% - 0.35rem);
    pointer-events: none;
}

.flatpickr-wrapper.active::after {
    transform: rotate(225deg);
    top: 1.2rem;
    transition: all .4s ease-in-out;
}

/*-- TABLE/ --*/
table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

table th {
    padding: 0.25rem 0.5rem;
    position: relative;
}

table td {
    padding: 0.25rem 0.5rem;
    position: relative;
}

.table01 {
    margin-bottom: 1.5rem;
}

.table01 th, .table01 td {
    padding: 1rem 1.25rem;
}

.table01 thead th, .table01 thead td {
    background: #F5F5F0;
    font-weight: normal;
}

.table01 th {
    text-align: left;
    font-weight: normal;
}

.table01 td {
}

.table01 tr.bg th, .table01 tr.bg td {
    background: #F5F5F0;
    padding: 0.25rem 1.25rem;
}

.table02 {
    background: #f7f7f7;
    font-size: 0.8125rem;
    margin-bottom: 1.5rem;
}

/* .table02 tr {
    padding: 50px !important;
} */
.table02 th, .table02 td {
    border-bottom: 4px solid #fff;
    padding: 1rem 1.25rem;
    font-weight: normal;
}

.table02 th {
    padding-right: 0;
    line-height: 1.5;
}

.table02 thead th, .table02 thead td {
    background: #F5F5F0;
    text-align: center;
}

.table02 thead th.tl {
    text-align: left;
}

.table02 thead th.tr {
    text-align: right;
}

.table02 th {
    text-align: left;
}

.table02 td {
}

.table02 td.tr {
    width: auto;
    text-align: right;
}

.table02 tr td:nth-last-of-type(2) {
    padding-right: 0;
}

.table03 {
    border: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    background: #fff;
    margin-bottom: 1.5rem;
}

.table03 th, .table03 td {
    border: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
}

.table03 thead th, .table03 thead td {
    background: #F5F5F0;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    background-clip: padding-box;
}

.table03 thead th {
    text-align: center;
}

.table03 th {
    text-align: left;
}

.table03 td {
}

.table01 tr.tr th, .table02 tr.tr th, .table03 tr.tr th {
    text-align: right;
}

.table01 tr.tr th.tl, .table02 tr.tr th.tl, .table03 tr.tr th.tl {
    text-align: left;
}

.table01 tr.tr th.tc, .table02 tr.tr th.tc, .table03 tr.tr th.tc, .table01 th.tc, .table02 th.tc, .table03 th.tc {
    text-align: center;
}

.table01.wide, .table02.wide, .table03.wide {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
}

td .error:not(input, select, textarea) {
    font-size: 0.625rem;
}

tr.tortal th, tr.total td {
    background: #F3BC50;
    font-weight: bold;
    padding: 0.25rem 1.25rem;
}

td .comment {
    display: inline-block;
    font-size: 0.625rem;
}

/*カレンダー*/
.table03.cal th, .table03.cal td {
    vertical-align: top;
    text-align: center;
    width: 14.2%;
}

.table03.cal td .date {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.table03.cal td .data {
    min-height: 3rem;
}

.table03.cal td .data span {
    display: block;
    font-weight: bold;
}

.l_double {
    border-top: 3px double rgba(0,0,0,0.1);
}

.l_col_double {
    border-left: 3px double rgba(0,0,0,0.1) !important;
}

thead th.l_col_double {
    border-left: 3px double rgba(160, 208, 36,0.5) !important;
}

.l_dashed th, .l_dashed td {
    border-top: 1px dashed rgba(0,0,0,0.1) !important;
}

th p, td p {
    margin: 0;
}

td table {
    margin-bottom: 0;
}

td img {
    width: 100%;
}

table + .flex {
    margin-top: 1rem;
}

img.photo_l {
    width: 100%;
    margin: auto;
    max-width: 16rem;
}

img.photo_m {
    width: 100%;
    margin: auto;
    max-width: 8rem;
}

img.photo_s {
    width: 100%;
    margin: auto;
    max-width: 2rem;
}

tr.gray {
}

tr.gray th, tr.gray td {
    background: rgba(0,0,0,0.1);
}

.photo_m + button {
    margin-top: 0.5rem;
}

/*-- 幅の広いテーブルにスクロール表示 --*/
.scroll, #calcResult {
    overflow: auto;
}

.scroll::-webkit-scrollbar, #calcResult::-webkit-scrollbar {
    height: 15px;
    /*tableにスクロールバーを追加*/
}

.scroll::-webkit-scrollbar-track, #calcResult::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    /*tableにスクロールバーを追加*/
}

.scroll::-webkit-scrollbar-thumb, #calcResult::-webkit-scrollbar-thumb {
    background: #0079C2;
    /*tableにスクロールバーを追加*/
}

.scroll table, #calcResult table {
    margin-bottom: 20px !important;
}

/*アコーディオン*/
.m::after {
    content: "＋";
    font-size: 1.25rem;
    margin-top: -0.35rem;
    position: absolute;
    right: 0.75rem;
    display: inline-block;
    transition: 0.25s;
    color: #fff;
}

.m.i_close::after {
    transform: rotate(45deg);
}

td.pt-0 {
    padding-top: 0;
}

td.pb-0 {
    padding-bottom: 0;
}

@media screen and (max-width: 640px) {
    .resp100 {
        width:100%;
    }
}
.mt4{
    margin-top: 0.25rem !important;
}

.hidden {
    display: none;
}