﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=BIZ+UDPGothic&family=BIZ+UDPMincho&display=swap');
@charset "UTF-8";

/* ==================================================
 Variables
================================================== */

:root{
    --colorSchemeBase: #008000 /*#008000*/;
    --colorSchemeLightBase: #ebfaec;
    --colorSchemeAccent: #ff6600;
    --colorSchemeLightAccent: #fff0d2;
    --colorSchemeAttention: #cc0000;
    --colorSchemeBright: #ffffff;
    --colorSchemeDarkGray: #666666;
    --colorSchemeGray: #cccccc;
    --colorSchemeLightGray: #f6f6f6;

    --colorSchemeLightAccent: rgba(255,255,200,1);
    --colorSchemeLightBlue: #fcfdff;
    --colorSchemeLink:#0000cc;
/*
    --colorKi: rgb(255,254,240);
    --colorMi: rgb(229,240,210);
    --colorPi: rgb(247,200,215);
    --colorDarkMi: rgb(133,144,77);
    --colorDarkPi: rgb(226,142,177);
    --colorMo: rgb(126,100,77);

    薄いグレー：#f5f5f5  238,235,230
    グレー    ：#A9A292  169,162,146
    濃いグレー：#4d4d4d   78, 68, 66
    パープル  ：#872481  135, 36,129
    赤        ：#B81D21  184, 29, 33
    橙        ：#E99847  233,152, 71
    緑        ：#018D5E    1,141, 94
    青        ：#024FA1    2, 79,161
*/


}

/* ==================================================
 Normalize
================================================== */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: top;
    -webkit-tap-highlight-color: #4d4d4d;
    color:#4d4d4d;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sup {
    vertical-align: top;
}
a, .module-link {
    width: auto;
    color: inherit;
    text-decoration: underline;
    color:#024FA1;
    cursor: pointer;
}
wbr + span {
    white-space: nowrap;
}
img {
    /*width: 100%;*/
}
input,
textarea,
select,
button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
    outline: none;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
select {
    width: 100%;
    min-height: 50px;
    padding: 0 10px .15em;
    background-color: #fff ;
    background-repeat: no-repeat;
    border: 1px solid #008000;
    border-radius: 5px;
}

input[type="text"],
textarea
{
    font-size:16px;
}

textarea {
    width: 100%;
    min-height: 8em;
    padding: 10px .15em 10px .15em;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #008000; 
    border-radius: 5px;
}
textarea:focus {
    border: 1px solid #008000;
}
textarea:placeholder{
    color: #A9A292; 
}
textarea:focus::placeholder{
    color: #fff; 
}
textarea:-ms-input-placeholder {
    color: #A9A292;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus{
    padding-right: 8px;
    padding-left: 8px;
    background-color: #fff;
    border: 1px solid #008000;
}
button
/*,input[type="button"],
input[type="submit"]*/ {
    display: inline-block;
    background-color: transparent;
/*    border: none;
    vertical-align: top;*/
    cursor: pointer;
}
/*button:focus
,input[type="button"]:focus,
input[type="submit"]:focus 
{
    outline: none;
}*/

html {}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: "BIZ UDPGothic","Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overscroll-behavior-y: none;
    overscroll-behavior: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}

/* ==================================================
 Layout
================================================== */

/* Body
------------------------------ */

body {
    min-width: 320px;
}
body>form {
    min-height: 100vh;
    height:auto;
    width:100%;
    border: 0px solid #f00000;
}

/* Header
------------------------------ */
body>form>header {
    padding: 20px;
    background-color: #fff;
}
/*body>form>header .header-logo {
    text-align: center;
}
body>form>header .header-logo svg {
    width: 90px;
    height: 40px;
    fill: var(--colorSchemeBase); 
    vertical-align: top;
}*/

body>form>header .admin-info{
    display:block;
    text-align:center;
}

body>form>header .admin-info input[type="button"].mini-button{
    display:inline-block;
    padding:3px 10px;
    color:#fff;
    border:1px solid #008000;
    border-radius: 100vh;
    background-color:#008000;
    font-size:8px;
}

@media screen and (max-width: 575px) {

    body>form>header .admin-info{
        font-size:xx-small;
    }
    body>form>header .admin-info input[type="button"].mini-button{
        padding:1px 3px;
        font-size:8pt;
    }
}



/* Footer
------------------------------ */

footer       {display:block;margin:  0px  0px  0px  0px;padding: 30px 10px 10px 10px;text-align: center;}
footer small {font-size: 12px;}

@media screen and (max-width: 757px) {
}

/* ==================================================
 Modules
================================================== */



/* Button
------------------------------ */
.button-box{
    display:inline-block;
    margin:0px 10px 0px 10px;
    padding: 7px 10px  7px 10px;
    border:0px solid #4d4d4d;
    border-radius: 100vh;
    color:#fff;
    background-color:#008000 ;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
    text-align:center;
    overflow:hidden;
    border:1px solid #008000; 
    width:180px;
}
.button-box.light{
    border:1px solid #008000; 
    background-color:#fff;
    color:#008000;
}
.button-box.red{
    border:1px solid #cc0000; 
    background-color:#cc0000;
    color:#ffffff;
}
.button-box.disabled{
    border:1px solid #A9A292; 
    background-color:#A9A292;
    color:#fff;
    cursor:initial;
}

.button-box:focus      
{
    border:1px solid #ebfaec;
}
.hyperlink{
    display:inline-block;
    margin:0px 10px 0px 10px;
    padding: 7px 10px  7px 10px;
    border:0px solid rgba(255,255,255,0);
    background-color:rgba(255,255,255,0);
    cursor:pointer;
    color:#0000aa;
    text-decoration:underline;
 } 
.hyperlink:focus{
    border:1px dashed #024FA1;
 } 


.button-box-collection            {display:flex        ;margin:30px 30px 30px 30px;padding: 0px  0px  0px  0px;border:0px solid #0000ff;justify-content:space-around;align-items:center;}
.button-box-collection.horizontal {flex-direction:column}
.button-box-collection>.cancel    {display:inline-block;margin:10px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #0000ff;color:#0000aa;text-decoration:underline;cursor:pointer;}

.button-box-single                        {display:flex        ;margin:20px 30px 20px 30px;padding: 0px  0px  0px  0px;border:0px solid #0000ff;justify-content:center;align-items:center;flex-direction:column;text-align:center}
.button-box-single>.button-box            {                     max-width:250px;width:180px;}
.button-box-single>.hyperlink             {                     margin:10px  0px  0px  0px;padding: 0px  0px  0px  0px;font-size:12px;font-weight:300;}

/*
@media screen and (max-width: 374px) {
  .button-box{font-size:12px;}
}*/
/* Radio */
.radio-collection                                               {display:flex        ;margin: 0px  0px 25px  0px;padding: 2px 10px  2px 10px;border:0px solid #0000ff;width:100%;justify-content:center;}
.radio-collection>label                                         {display:flex        ;margin: 7px  0px  7px  0px;padding: 5px 10px  5px 10px;border:0px solid #008000;min-width:180px;background-color:#ffffff;justify-content:center;align-items:center; border-radius:100vh;cursor:pointer;transition:500ms;transition-property:background-color,color;font-size:15px;font-weight:800}
.radio-collection>.buffer                                       {display:block       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #008000;min-width:40px;}
.radio-collection>input[type="radio"   ]                        {display:none;}
.radio-collection>input[type="radio"   ]:not(:checked)+ label   {background-color:#fff    !important;}
.radio-collection>input[type="radio"   ]:checked      + label   {background-color:#4d4d4d !important;color:#fff;}

@media screen and (max-width: 575px) {
    .radio-collection>label          {font-size:12px;min-width:150px;}
    .radio-collection>.buffer        {               min-width: 30px;}

}
/*
@media screen and (max-width: 374px) {
  .radio-collection>label            {font-size:12px;min-width:120px;}
    .radio-collection>.buffer        {               min-width: 20px;}
}*/


/*Button 削除予定for Footer
------------------------------ */
.module-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff; 
    border-radius: 100vh;
    background-color: #008000; 
    background-color: var(--colorSchemeBase);
    overflow: hidden;
    cursor: pointer;
}
.module-button.small {
    max-width: 160px;
    height: 30px;
    font-size: 14px;
}
.module-button::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #008000, #006800); 
    background: linear-gradient(to bottom, var(--colorSchemeBase), #006800);
    border-radius: 100vh;
    opacity: 0;
    transition: opacity .3s ease;
}
.module-button .button-text {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-bottom: .15em;
    color:inherit;
}


@media screen and (max-width: 575px) {
    .module-button {
        width: 100%;
    }
    .module-button::after {
        transition: none;
    }
}

/* Light */

.module-button.light {
    color: #008000; 
    color: var(--colorSchemeBase);
    background-color: #ffffff; 
    background-color: var(--colorSchemeBright);
    border-width: 1px;
    border-style: solid;
    border-color: #008000; 
    border-color: var(--colorSchemeBase);
}
.module-button.light::after {
    background: #ebfaec; 
    background: var(--colorSchemeLightBase);
}

/* Small */

.module-button.small .button-icon {
    position: relative;
    z-index: 2;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

@media screen and (max-width: 575px) {
    .module-button.small {
        height: 30px;
    }
}

/*@media screen and (max-width: 374px) {
    .module-button.small {
        width: 120px;
    }
}*/

/* Button list
------------------------------ */

.module-button-list {
    display: flex;
    margin-top: 40px;
}
.module-button-list + .module-button-list {
    padding-top: 40px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #008000; 
    border-top-color: var(--colorSchemeBase);
}
.module-button-list li {
    flex-grow: 1;
    flex-basis: 0;
    margin-left: 20px;
    text-align: center;
}
.module-button-list li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 575px) {
    .module-button-list {
        margin-top: 30px;
    }
    .module-button-list + .module-button-list {
        padding-top: 30px;
    }
    .module-button-list li {
        margin-left: 15px;
    }
    .module-button-list li:first-child {
        margin-left: 0;
    }
}



/* Modal
------------------------------ */

.module-modal {
    display: none;
    position: fixed;
    /*z-index: 1000;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.module-modal.is-visible {
    display: block;
}
.module-modal .modal-inner-1 {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.module-modal .modal-inner-2 {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 10px auto;
}

.module-modal .modal-content {
    width: 560px;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 10px;
/*    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);*/
}
.module-modal .modal-content .modal-image{
	object-fit: contain;
	width :100%;
}
.module-modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 1001;*/
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.module-modal .modal-title {
    color: #4d4d4d; 
    font-size: 22px;
    font-weight: 800;
    text-align:center;
}
.module-modal .modal-title + * {
    /*margin-top: 30px;*/
}
.module-modal .modal-note {
    margin-top: 20px;
    font-size: 12px;
}
.module-modal .modal-button {
    display: flex;
    margin-top: 40px;
}
.module-modal .modal-button li {
    flex-grow: 1;
    flex-basis: 0;
    margin-left: 20px;
}
.module-modal .modal-button li:first-child {
    margin-left: 0;
}

.modal-inner-mobilebar{
    display:none;
}
.modal-inner-mobilebar-buffer{
    display:none;
}

.body-onmodal{
    overflow-y:hidden;
}

@media screen and (max-width: 575px) {

    .module-modal {
        /*margin-top:25px;*/
    }
    .module-modal .modal-inner-2 {
        max-width: 575px;
        margin: 0px auto;
        padding:0px;
        border-radius:0;
    }
    .module-modal .modal-content {
        width: 100%;
        padding: 25px 0px 30px 0px;
        border-radius:0;
    }
    .module-modal .modal-title {
        margin-bottom: 0px;
        font-size: 15px;
    }
    .module-modal .modal-title + * {
        margin-top: 0px;
    }
    .module-modal .modal-note {
        margin-top: 20px;
        font-size: 12px;
    }
    .module-modal .modal-button {
        margin-top: 30px;
    }
    .module-modal .modal-button li {
        margin-left: 15px;
    }
    .module-modal .modal-button li:first-child {
        margin-left: 0;
    }

    .module-modal .modal-inner-mobilebar{
        position:absolute;
        display:flex;
        margin: 0px  0px  0px  0px;
        padding: 0px  0px  0px  0px;
        border-bottom:1px solid #cacaca;
        width:100vw;
      /*width:calc(100vw - 12px );*/
        height:35px;
        top:0px;
        background-color:#cfcfcf;
        justify-content:space-between;
    }
    .module-modal .modal-inner-mobilebar>.command{
        display:flex;
        margin: 0px  0px  0px  0px;
        padding: 2px 10px  2px 10px;
        border:0px solid #cccccc;
        justify-content:center;
        align-items:center;
        overflow:hidden;
        min-width:120px;
        font-size:15px;    
        cursor:pointer;
    }
    .modal-inner-mobilebar>.command:first-child{
        border-right:1px solid #999;
    }
    .modal-inner-mobilebar>.command:last-child{
        border-left:1px solid #999;
    }
    .modal-inner-mobilebar-buffer{
        display:block;
        height:30px;
    }
}

/*@media screen and (max-width: 374px) {
    .module-modal .modal-title {
        margin-bottom: 0px;
        font-size: 16px;
    }
    .module-modal .modal-title + * {
        margin-top: 0px;
    }
}*/
.module-modal.layer1 {
    z-index: 990;
}
.module-modal.layer1 .modal-inner-2 {
    z-index: 992;
    padding:0px !important;
}
.module-modal.layer1 .modal-bg {
    z-index: 991;
}
.module-modal.layer1>.modal-inner-1>.modal-inner-mobilebar
{
    z-index:994;
}



.module-modal.layer2 {
    z-index: 980;
}
.module-modal.layer2 .modal-inner-2 {
    z-index: 982;
}
.module-modal.layer2 .modal-bg {
    z-index: 981;
}
.module-modal.layer2>.modal-inner-1>.modal-inner-mobilebar
{
    z-index:984;
}


.module-modal.layer3 {
    z-index: 970;
}
.module-modal.layer3 .modal-inner-2 {
    z-index: 972;
}
.module-modal.layer3 .modal-inner-2>.modal-content-back{
    z-index: 973;
}
.module-modal.layer3 .modal-bg {
    z-index: 971;
}
.module-modal.layer3 .modal-inner-mobilebar
{
    z-index:974;
}


/* ==================================================
 Components
================================================== */

/* Global navigation
------------------------------ */

body.is-global-navigation {
    padding-bottom: 90px;
}
.component-global-navigation {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: rgba(255, 255, 255,0.95);
    border-top:1px solid #f6f6f6;
    border-top:1px solid var(--colorSchemeLightGray);
}
.component-global-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.component-global-navigation ul li {
    margin: 0 10px;
    background-color:rgba(255,255,255,0) !important; 
}
.component-global-navigation ul li .module-button {
    height: 56px;
    border-radius: 0;
    background-color:rgba(255,255,255,0); 
    align-items: flex-end;
    width: 100px;
    padding-bottom: 0px;
    overflow: visible;
}
.component-global-navigation ul li .module-button svg,
.component-global-navigation ul li .module-button img {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
/*    transform: translateY(-50%);*/
    fill: var(--colorSchemeGray);
}


.component-global-navigation ul li .module-button .button-text {
    margin-top: 1px;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    color: var(--colorSchemeDarkGray);

}
.component-global-navigation ul li .module-button .button-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    top: -3px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    background-color: #cc0000; 
    background-color: var(--colorSchemeAttention);
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff; 
    border-color: var(--colorSchemeBright);
    border-radius: 50%;
    overflow: hidden;
    visibility: hidden;
}
.component-global-navigation ul li .module-button .button-count.is-visible {
    visibility: visible;
}

.component-global-navigation ul li.ActivePage .module-button svg {
    fill: #008000;
}
.component-global-navigation ul li.ActivePage .module-button .button-text {
    color:#008000;
}

@media screen and (max-width: 750px) {
    body.is-global-navigation {
/*        padding-bottom: 45px;*/
    }
    .component-global-navigation {
        bottom: 0px;
        padding: 5px 5px;
        height: 60px !important;
        background-color: rgba(255, 255, 255,1);
    }
    .component-global-navigation ul li {
        flex-grow: 1;
        flex-basis: 0;
        height: 50px;
        margin: 0 5px;
    }
    .component-global-navigation ul li .module-button {
        width: 100%;
        height: 100%;
        padding-bottom: 5px;
    }
    .component-global-navigation ul li .module-button svg {
        top: 2px;
        left: calc(50% - 14px);
        width: 28px;
        height: 28px;
    }
    .component-global-navigation ul li .module-button .button-text {
        margin-top: 0;
        font-size: 10px;
        line-height: 1;
    }
    .component-global-navigation ul li .module-button .button-count {
        top: -2px;
        width: 22px;
        height: 22px;
        font-size: 10px;
        border-width: 2px;
        border-style: solid;
        border-color: #ffffff; 
    }
}
@media screen and (max-width: 374px) {
    .component-global-navigation ul li .module-button.icon-profile .button-text {
        letter-spacing: -.1em;
    }
}

/* Local navigation
------------------------------ */

.component-local-navigation {
    /*margin-top: 40px;*/
    margin-top: 10px;
}
.component-local-navigation:first-child {
    margin-top: 0;
}
.component-local-navigation ul {
    display: flex;
}
.component-local-navigation ul li {
    flex: 2;
    flex-grow: 2;
    display: flex;
    flex-basis: 0;
    margin-left: 15px;
}
.component-local-navigation ul li:first-child {
    margin-left: 0;
}
.component-local-navigation ul li:last-child.navigation-filter {
    flex: none;
    flex-grow:unset ;
    margin-left: 5px;
    align-items: flex-end;
    width:30px;
}
.component-local-navigation ul li:last-child.navigation-filter svg{
    display:inline-block;
    height:25px;
    width:25px;
    fill: var(--colorSchemeBase);
    cursor:pointer;
}
.component-local-navigation ul li .navigation-button {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    text-decoration: none;
    text-align: center;
}
.component-local-navigation ul li .navigation-button.is-current {
    cursor: default;
    pointer-events: none;
}
.component-local-navigation ul li .navigation-button::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    background-color: #ffffff; 
    background-color: var(--colorSchemeBright);
    border-radius: 100vh;
    transition: background-color .3s;
}
.component-local-navigation ul li .navigation-button.is-current::after {
    background-color: #008000; 
    background-color: var(--colorSchemeBase);
}
.component-local-navigation ul li .navigation-button > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 45px;
    padding: 0 5px .25em;
    background-color: #ffffff; 
    background-color: var(--colorSchemeBright);
    border-radius: 10px;
    line-height: 1.3em;
    transition: all .3s;
}

.component-local-navigation ul li .navigation-button.is-current > span {
    color: #ffffff; 
    color: var(--colorSchemeBright);
    background-color: #008000; 
    background-color: var(--colorSchemeBase);
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .component-local-navigation {
        margin-top: 20px;
        padding: 0 10px;
    }
    .component-local-navigation:first-child {
        margin-top: 0;
    }
    .component-local-navigation ul li {
        margin-left: 10px;
    }
    .component-local-navigation ul li:first-child {
        margin-left: 0;
    }
    .component-local-navigation ul li .navigation-button {
        padding-bottom: 6px;
    }
    .component-local-navigation ul li .navigation-button::after {
        height: 3px;
        margin-top: 3px;
    }
    .component-local-navigation ul li .navigation-button > span {
        min-height: 40px;
        padding: 0 5px .25em;
        border-radius: 5px;
        font-size: 14px;
        transition: none;
    }
    .component-local-navigation ul li .navigation-button.is-current > span {
        color: #ffffff; 
        color: var(--colorSchemeBright);
        background-color: #008000; 
        background-color: var(--colorSchemeBase);
        font-weight: bold;
    }
}

/*@media screen and (max-width: 374px) {
    .component-local-navigation ul li .navigation-button > span {
        padding-right: 0;
        padding-left: 0;
        font-size: 12px;
    }
}*/



/* Article 
------------------------------ */
.component-article                                       {display: block      ;margin:20px 10px 30px 10px;padding: 0px  0px 20px  0px;border:0px solid #00f;height:auto;}
.component-article>.header                               {display: flex       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;justify-content: center;align-items: center; font-size: 22px;font-weight:800;}
.component-article>.header>.label                        {display: block      ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;color:#008000;font-size:22px;font-weight:800;text-align:center;}
.component-article .item-body                            {                     margin: 0px  0px  0px  0px;padding: 0px  0px 10px  0px;border:0px solid #f00;}

@media screen and (max-width: 575px) {
    .component-article                                                 {margin: 10px 5px 10px 5px;}
    .component-article:first-child                                     {margin-top: 0;}
    .component-article>.header>.information-title {}

    .component-article .item-body                                      {padding: 0px 0px 10px 0px;}
    .component-article .article-primary                                {padding: 0 0 10px;}
}

/* Condition Report

*/

.component-report                                       {display:block      ;margin:20px 10px 30px 10px;padding: 0px  0px 20px  0px;border:0px solid #00f;height:auto;}
.component-report>.header                               {display:block      ;margin:30px  0px  0px  0px;padding: 0px 10px  0px 10px;border:0px solid #00f;}
.component-report>.header:first-child                   {                     margin: 0px  0px  0px  0px;}

.component-report>.header>.label                        {display:block      ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;font-size:22px;font-weight:800;text-align:center;}
.component-report>.item-body                            {                     margin:10px  0px  0px  0px;padding: 0px  0px 10px  0px;border:0px solid #f00;}

@media screen and (max-width: 575px) {
    .component-report                                       {margin: 10px 0px 10px 0px;}
    .component-report>.header                               {                           padding: 2px 10px  2px 10px;border:0px solid #00f/*background-color:#008000*/}
    .component-report>.header>.label                        {text-align:center;font-size:18px;}
    .component-report>.item-body                            {padding: 0px 0px 10px 0px;}

}



/* Body
------------------------------ */

.component-menu                       {display:block       ;margin:20px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;overflow: hidden;}
.component-menu>.header               {display: flex       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;justify-content: center;align-items: center;color:#008000; font-size: 22px;font-weight:800;}
.component-menu>ul                    {display:block       ;margin: 0px  0px  0px  0px;padding: 0px 20px 20px 20px;border:0px solid #00f;overflow: hidden;}
.component-menu>ul>li                 {display:flex        ;margin:10px  0px 20px  0px;padding: 7px 10px  7px 10px;border:1px solid #008000;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;transition:500ms;transition-property:background-color}
.component-menu>ul>li>svg             {display:block       ;margin: 0px 10px  0px 10px;padding: 0px  0px  0px  0px;border:0px solid #00f;height:36px;min-width: 36px;width: 36px;fill:#008000;                                             transition:500ms;transition-property:fill            }
.component-menu>ul>li>.label          {display:block       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;            min-width:240px;width:240px;font-size:18px;text-align:center                         ;transition:500ms;transition-property:color      }
.component-menu>ul>li>.arrow          {display:block       ;margin: 0px 10px  0px 10px;padding: 0px  0px  0px  0px;border:0px solid #00f;height:24px;min-width: 24px;width: 24px;fill:#4d4d4d;                                             transition:500ms;transition-property:color           }
.component-menu>ul>li:hover           {background-color:#008000;}
.component-menu>ul>li:hover>svg       {fill:#f5f5f5}
.component-menu>ul>li:hover>.label    {color:#fff}
.component-menu>ul>li:hover>.arrow    {color:#fff}
.component-menu>ul>li.withdrawal:hover{background-color:#B81D21;}

@media screen and (max-width: 575px) {
.component-menu>.header               {font-size:18px;}
.component-menu>ul>li>svg             {height:24px;min-width: 24px;width: 24px;}
.component-menu>ul>li>.label          {            min-width:180px;width:180px;font-size:15px;}
.component-menu>ul>li>.arrow          {height:24px;min-width: 24px;width: 24px;}
}
/*
@media screen and (max-width: 374px) {
.component-menu>ul>li>svg    {margin: 0px  5px  0px  0px;height:24px;min-width: 24px;width: 24px;}
.component-menu>ul>li>.label {margin: 0px  0px  0px  0px;            min-width:150px;width:150px;font-size:12px;}
.component-menu>ul>li>.arrow {margin: 0px  0px  0px  5px;height:24px;min-width: 24px;width: 24px;}
}*/


.component-entry                       {display:block       ;margin:20px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;overflow: hidden;}
.component-entry>.header               {display: flex       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;justify-content: center;align-items: center;color:#008000; font-size: 22px;font-weight:800}
.component-entry>dl                    {display:block       ;margin: 0px  0px  0px  0px;padding: 0px 20px 20px 20px;border:0px solid #00f;overflow: hidden;}
.component-entry>dl>dt                 {display:block       ;margin:30px  0px  5px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;text-align:center;font-size:18px;font-weight:800;}
.component-entry>dl>dd                 {display:flex        ;margin: 5px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;justify-content: center;align-items: center;}
.component-entry>dl>dd>.attention      {display:block       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;text-align:center;font-size:15px;text-align:center;color:#B81D21;}
.component-entry>dl>dd>.message        {display:inline-block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;text-align:center;font-size:15px;text-align:center;max-width:400px;}


.component-signup                       {display:block       ;margin:20px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;overflow: hidden;}
.component-signup>.header               {display:flex        ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;justify-content: center;align-items: center; font-size: 22px;font-weight:800;flex-direction:column}
.component-signup>.header>svg           {display:inline-block;margin: 0px  0px 10px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;width: 80px;height: 35px;fill:#018D5E;}
.component-signup dl                    {display:block       ;margin: 0px  0px  0px  0px;padding: 0px 20px 20px 20px;border:0px solid #00f;overflow: hidden;}
.component-signup dl>dt                 {display:block       ;margin:30px  0px  5px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;text-align:center;font-size:18px;font-weight:800;}
.component-signup dl>dd                 {display:flex        ;margin: 5px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;justify-content: center;align-items: center;}
.component-signup dl>dd>.attention      {display:block       ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;text-align:center;font-size:15px;text-align:center;color:#B81D21 !important}
.component-signup dl>dd>.message        {display:inline-block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;text-align:center;font-size:15px;text-align:center;max-width:400px;}


@media screen and (max-width: 575px) {
.component-entry>.header               {font-size:18px;}
.component-entry>dl>dt                 {font-size:15px;}
.component-entry>dl>dd                 {font-size:15px;}
.component-entry>dl>dd>.attention      {font-size:12px;}
.component-entry>dl>dd>.message        {font-size:12px;}
}
/* ==================================================
 Individual > General
================================================== */

body.page-general                                         {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height: auto;}
body.page-general>form>main                               {display:flex ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height: auto;             background-color:#ebfaec;justify-content:center;}
body.page-general>form>main>.main-center                  {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px 50px  0px;border:0px solid #f0f;min-height: 100vh;height: auto;width: 767px;background-color:#ffffff;overflow:visible;}

body.page-report                                          {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height: auto;}
body.page-report>form>main                                {display:flex ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height: auto;             background-color:#ebfaec;justify-content:center;}
body.page-report>form>main>.main-center                   {display:block;margin: 0px  0px  0px  0px;padding: 0px 20px 99px 20px;border:0px solid #f0f;min-height: 100vh;height: auto;width:1000px;background-color:#ffffff;overflow:visible}

body.page-print                                           {display:block;margin: 0mm  0mm  0mm  0mm;padding: 0mm  0mm  0mm  0mm;border:0.0mm solid #00f;}
body.page-print>form>main                                 {display:block;margin: 0mm  0mm  0mm  0mm;padding: 0mm  0mm  0mm  0mm;border:0.0mm solid #00f;}
body.page-print>form>main>*                               {display:block;margin: 0mm  0mm  0mm  0mm;padding: 0mm  0mm  0mm  0mm;border:0.0mm solid #f0f;}
body.page-print>form>main>.print                          {display:block;margin: 0mm  0mm  0mm  0mm;padding: 0mm  0mm  0mm  0mm;border:0.0mm solid #00f   ;background-color:#fff}
body.page-print>form>main>.print>.page-at                 {display:block;margin: 0mm  0mm  0mm  0mm;padding:10mm 10mm 10mm 10mm;border:0.0mm solid #ffff00;height:208mm;width: 295mm;overflow:hidden;box-sizing:border-box;page-break-after: always;}
body.page-print>form>main>.print>.page-at:last-child      {page-break-after: auto;}
body.page-print>form>main>.print>.page-at>.print-area     {display:block;margin: 0mm  0mm  0mm  0mm;padding: 0mm  0mm  0mm  0mm;border:0.0mm solid #0000ff;height:100%;width:100%;overflow:hidden;box-sizing:border-box;}
.page-at>.print-area>.page-footer  {display:block ;margin: 0mm 10mm  0mm 10mm;padding: 0mm  0mm   0mm  0mm;border:0.0mm solid #008000;text-align:right;}


/*
body.page-report                                                       {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f   ;height:auto;}
body.page-report>form>main.print-landscape                             {display:flex ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f   ;height:auto;             background-color:#cccccc;justify-content:center;}
body.page-report>form>main.print-landscape>.main-center                {display:block;margin: 0px  0px  0px  0px;padding: 0mm  0mm  0mm  0mm;border:0mm solid #f0f   ;height:auto;width: 297mm;background-color:#ffffff;overflow:visible;box-sizing: border-box;}
body.page-report>form>main.print-landscape>.main-center>.page-at       {display:block;margin:10mm 10mm 10mm 10mm;padding: 0mm  0mm  0mm  0mm;border:1mm solid #ffff00;height:189.4mm;width: 277mm;overflow:hidden;box-sizing:border-box;page-break-after: always;}
body.page-report>form>main.print-landscape>.main-center>.:last-child   {page-break-after: auto;}
*/

body.page-menu                              {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height:auto;}
body.page-menu>form>main                    {display:flex ;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height:auto;background-color:#ebfaec;justify-content:center;}
body.page-menu>form>main>.main-center       {display:block;margin: 0px  0px  0px  0px;padding:30px  0px 99px  0px;border:0px solid #f0f;min-height: 100vh;height:auto;background-color:#ffffff;width: 767px;overflow:visible}

body.page-entry                              {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height:auto;}
body.page-entry>form>main                    {display:flex ;margin:30px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height:auto;background-color:#ebfaec;justify-content:center;}
body.page-entry>form>main>.main-center       {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px 99px  0px;border:0px solid #f0f;min-height: 100vh;height:auto;background-color:#ffffff;width: 767px;overflow:visible}

body.page-login                              {display:block;margin: 0px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height:auto;}
body.page-login>form>main                    {display:flex ;margin:30px  0px  0px  0px;padding: 0px  0px  0px  0px;border:0px solid #00f;min-height: 100vh;height:auto;background-color:#ebfaec;justify-content:center;}
body.page-login>form>main>.main-center       {display:block;margin: 0px  0px  0px  0px;padding:10px 20px 10px 20px;border:0px solid #fff;min-height: 100vh;height:auto;background-color:#ffffff;width: 767px;overflow:visible;}

/*
.page-wide {
    background-color: #ebfaec; 
    background-color: var(--colorSchemeLightBase);
}
.page-wide form {
    border:0px solid #000;
}

.page-wide main>.main-center {
    overflow-x:visible;
    width: 1000px;
    margin: 0 auto;
}

.page-settings {
    background-color: #ebfaec; 
    background-color: var(--colorSchemeLightBase);
}
.page-settings main {
    padding: 0px 0px;
}
.page-settings .main-center {
    width: 1000px;
    margin: 0 auto;
}*/

@media screen and (max-width:1000px) {

    body.page-report>form>main>.main-center {width: 900px;border:0px solid #00f;}
}

@media screen and (max-width: 900px) {

    body.page-report>form>main>.main-center {padding: 0px 0px 99px 0px;width: 767px;border:0px solid #f00;}
}
@media screen and (max-width: 767px) {

    body.page-report>form>main>.main-center {padding: 0px 0px 99px 0px;width:100%;border:0px solid #f00;}
    
}

@media screen and (max-width: 575px)/*max-width: 767px)*/ {
    body.page-general                           {display:block;background-color:#ffffff;}
    body.page-general>form>main>.main-center {width:100% ;border:0px solid #f0f;}
    body.page-report                            {display:block;background-color:#ffffff;}
    body.page-report>form>main>.main-center  {width:100% ;border:0px solid #f0f;}

    body.page-menu                              {display:block;background-color:#ffffff;}

    body.page-entry                             {display:block;background-color:#ffffff;}
    body.page-login                             {display:block;background-color:#ffffff;}

    body.page-print>form>main>.print>.page-at       {width: 100%;overflow:hidden;}

}

/* ==================================================
 Individual > Login
================================================== */
/*
.page-login {
    background-color: #ebfaec; 
    background-color: var(--colorSchemeLightBase);
    border-top-width: 10px;
}
.page-login main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.page-login .login-box {
    width: 400px;
    padding: 50px;
    background-color: #fff; 
    background-color: var(--colorSchemeBright);
    border-width: 1px;
    border-style: solid;
    border-color: #ccc; 
    border-color: var(--colorSchemeGray);
    border-radius: 10px;
}
.page-general .login-title {
    text-align: center;
}
.page-general .login-title .title-logo {
    display: block;
}
.page-general .login-title .title-logo svg {
    width: 159px;
    height: 70px;
    fill: var(--colorSchemeBase);
    vertical-align: top;
}
.page-general .login-title .title-text {
    display: block;
    margin-top: 10px;
    color: #008000; 
    color: var(--colorSchemeBase);
    font-size: 14px;
    font-weight: bold;
}




@media screen and (max-width: 767px) {
    .page-login {
        background-color: #fff; 
        background-color: var(--colorSchemeBright);
    }
    .page-login main {
        height: auto;
        padding: 0;
    }
    .page-login .login-box {
        width: 100%;
        max-width: 400px;
        padding: 50px 30px 20px;
        background-color: transparent;
        border: none;
    }
}

*/



