*{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
    outline:none;
    font-size:20px;
    box-sizing:border-box;
}
html {
   background-color: #F1F1F4; /* 周囲の背景色 */
   height:100%;
}
body {
    max-width: 1064px; /*パディング分を考慮して*/
    margin:auto;
    padding: 0 0 80px;
    background: #FFFFFF;
    color:#1A1A1C;
    min-height:100%;
}
@media screen and (max-width: 899px) {
    *{
        font-size:16px;
    }
}


#container{
    height:100%;
}

#content_div{padding:0 40px;}
@media screen and (max-width: 899px) {
    #content_div{padding:0 10px;}
}
h1 {
    font-weight: bold;
    font-size:2.2rem;
}
@media screen and (max-width: 899px) {
    h1{font-size:1.4rem;}
}

h2 {
    font-weight: bold;
    font-size:2rem;
}
@media screen and (max-width: 899px) {
    h2{font-size:1.2rem;}
}

h3 {
    font-weight: bold;
    font-size:1.625rem;
}

h4 {
    font-weight: bold;
    font-size:1.375rem;
}

h5 {
    font-weight: bold;
    font-size:1.25rem;
}

h6 {
    font-weight: bold;
    font-size:1.125rem;
}

button {
    font-weight: bold;
    font-size:1rem;
}

/*---------------------------------------
ボタン配置
---------------------------------------*/

.wrapper .A{
    text-align:center;
    
    float:left;/*左周り*/
    width:50%;

}

.wrapper .B{
    text-align:center;
    
    float:right;/*右周り*/
    width:50%;
}






/*---------------------------------------
Primary Button
---------------------------------------*/
.btn {
    border: 1px solid #0C015F;
    position: relative;
    padding: 1rem;
    display:inline-block;
    cursor: pointer;
    user-select: none;

    transition: all 0.3s;
    vertical-align: middle;    
    text-decoration: none;
    border-radius: 0.5rem;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-feature-settings: 'pwid' on;

    color: #FFFFFF;
    background: #0C015F;
    min-width: 256px;
}


.btn:hover {
  background: #0030B2;
    border: 1px solid #0030B2;
}

.btn:active {
  background: #0030B2;
    border: 1px solid #0030B2;
}

.btn:focus {
    /* Light/Border/Focused */
    border: 1px solid #D18D0F;
}

.btn:disabled {
    border: 1px solid #949497;
  background: #949497;
  pointer-events: none;
}


/*---------------------------------------
Secondary Button ※プライマリボタンの色などの上書き定義
---------------------------------------*/
.btn.btn--secondary {

    /* Light/Text/On Fill */
    color: #0C015F;

    /* Light/Button/Normal */
    background: #FFFFFF;

    /* Light/Button/Normal */

    border: 1px solid #0C015F;
    border-radius: 8px;
}


.btn.btn--secondary:hover {
    color:  #0030B2;
    background: #E8F1FE;
    border: 1px solid #0030B2;
}

.btn.btn--secondary:active {
    color:  #0030B2;
    background: #E8F1FE;
    border: 1px solid #0030B2;
}

.btn.btn--secondary:focus {
    /* Light/Border/Focused */
    border: 1px solid #D18D0F;
    background: transparent;
}

.btn.btn--secondary:disabled {
    border: 1px solid #949497;
    background: #FFFFFF;
    color: #949497;
}

    .btn.btn--secondary2 {
        /* Light/Text/On Fill */
        color: #0C015F;
        /* Light/Button/Normal */
        background: #FFFFFF;
        /* Light/Button/Normal */

        border: 1px solid #0C015F;
        border-radius: 8px;
        min-width: 150px;
        /*        min-width: 100px;
        max-width: 100px;*/
        /*        min-width: 50%;
        max-width: 50%;*/
        /*width: 20%;*/
        /*white-space: nowrap;*/
        /*        font-size : 12px;
        padding : 5px;*/
        /*height : 72px;*/
        padding: 10px;
    }


        .btn.btn--secondary2:hover {
            color: #0030B2;
            background: #E8F1FE;
            border: 1px solid #0030B2;
        }

        .btn.btn--secondary2:active {
            color: #0030B2;
            background: #E8F1FE;
            border: 1px solid #0030B2;
        }

        .btn.btn--secondary2:focus {
            /* Light/Border/Focused */
            border: 1px solid #D18D0F;
            background: transparent;
        }

        .btn.btn--secondary2:disabled {
            border: 1px solid #949497;
            background: #FFFFFF;
            color: #949497;
        }

/*---------------------------------------
Tertiary Button ※プライマリボタンの色などの上書き定義
---------------------------------------*/
.btn.btn--tertiary {

    /* Light/Text/On Fill */
    color: #0C015F;

    /* Light/Button/Normal */
    background: transparent;

    /* Light/Button/Normal */

    border: 1px solid transparent;
    text-decoration-line: underline;
}


.btn.btn--tertiary:hover {
    color:#0030B2 ;
    border: 1px solid transparent;
}

.btn.btn--tertiary:active {
    color: #0030B2;
    border: 1px solid transparent;
}

.btn.btn--tertiary:focus {
    /* Light/Border/Focused */
    border: 1px solid #D18D0F;
}

.btn.btn--tertiary:disabled {
    border: 1px solid transparent;
    color: #949497;
}





/*---------------------------------------
input / select
---------------------------------------*/

.inputtext ,
.select {
   /* Input */

    margin:4px 0px;
    box-sizing: border-box;

    /* オートレイアウト */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;


    /* Light/Background/Primary */

    background: #FFFFFF;
    /* Light/Border/Field */

    border: 1px solid #1A1A1C;
    border-radius: 8px;

    /* オートレイアウト内部 */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0; 
}

.input:focus,
.select:focus{

    border: 1px solid #D18D0F;
}

.input_error ,
.select_error {

    border: 1px solid #EC0000;

}

.input_label {
    /* Label */

    /* Subtitle2/Mobile */

    font-weight: 600;
    font-size: 14px;
    line-height: 175%;
    /* ボックスの高さと同一、または24px */

    letter-spacing: 0.04em;
    font-feature-settings: 'pwid' on;

    /* Light/Text/Body */

    color: #1A1A1C;



}


.input_label_required {
    margin-left:8px;
   /* Required */
    /* Capture/Mobile */

    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* ボックスの高さと同一、または18px */

    letter-spacing: 0.0125em;
    font-feature-settings: 'pwid' on;

    /* Light/Text/Alert */

    color: #EC0000;

}

.input_label_option {

    margin-left:8px;

    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* ボックスの高さと同一、または18px */

    letter-spacing: 0.0125em;
    font-feature-settings: 'pwid' on;

    /* Light/Text/Alert */

    color: #999999;

}



.input_helptext {
    /* String */


    width: 327px;
    height: 18px;

    /* Capture/Mobile */

    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* ボックスの高さと同一、または18px */

    letter-spacing: 0.0125em;
    font-feature-settings: 'pwid' on;

    /* Light/Text/Description */

    color: #626264;
}







/*---------------------------------------
radioボタン
---------------------------------------*/



input[type=radio] {
    opacity:0;
    position: absolute;
}

.radio_btn_tile {
    cursor: pointer;
    /* Tile */


    box-sizing: border-box;
    margin:8px 0px;
    /* オートレイアウト */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;

    width: 327px;
    height: 74px;

    /* Light/Background/Primary */

    background: #FFFFFF;
    /* Light/Border/Field */

    border: 1px solid #1A1A1C;
    border-radius: 8px;

    /* オートレイアウト内部 */

    flex: none;
    order: 0;
    flex-grow: 1;
}

.radio_btn {
    display: block;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    background-color: #FFFFFF; 
    box-shadow:0 0 0 2px #1A1A1C;
    width: 13px;
    height: 13px;
}


.radio_btns input[type=radio]:checked + .radio_btn_tile {
    border: 1px solid #0C015F;
}


.radio_btns input[type=radio]:checked + .radio_btn_tile .radio_btn{

    border: 4px solid #FFFFFF;
    background-color: #0C015F; 
    box-shadow:0 0 0 2px #0C015F;
    width: 13px;
}



/*---------------------------------------
チェックボックス
---------------------------------------*/
input[type=checkbox] {
/*    opacity:0;
    position: absolute;*/
}

.checkbox_label {
    cursor: pointer;

    /* Checkbox */


    /* オートレイアウト */

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;

    width: 327px;
    height: 40px;


    /* オートレイアウト内部 */

    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}


.checkbox_icon {
    /* Icon */


    width: 24px;
    height: 24px;


    /* オートレイアウト内部 */

    flex: none;
    order: 0;
    flex-grow: 0;
}



.checkbox {
    position: relative;
    left: 14.58%;
    right: 14.58%;
    top: 14.58%;
    bottom: 14.58%;
    width: 16px;
    height: 16px;
    border: 1px solid #1A1A1C;
    /* Light/Icon/Active */

    background: #FFFFFF;
    border-radius: 3px;
}


.checkboxes input[type=checkbox]:checked + .checkbox_label .checkbox_icon .checkbox{
    border: 1px solid #0C015F;
    background: #0C015F;
    border-radius: 3px;
    content: "s";

}







/*---------------------------------------
カラー
---------------------------------------*/

.description {
    color: #626264;
}


.place_holder {
    color: #757578;
}


.link {
    color: #0C015F;
}


.visited {
    color: #0000BE;
}


.alert {
    color: #EC0000;
}

.disabled {
    color: #949497;
}





/*---------------------------------------
ヘッダー
---------------------------------------*/
.-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 0;
    gap:30px;
}
.-logo *{
    margin:0;
}
.-logo * img{
    vertical-align: middle;
}
@media screen and (max-width: 899px) {
    .-logo img{
        height:40px;
    }
}

/*---------------------------------------
コンテンツ共通
---------------------------------------*/
.-btnwrap{
    text-align: center;
    padding-top:30px;
    display:flex;
    justify-content: center;
    gap:20px;
    flex-wrap:wrap;
}
.-btnwrap2 {
    text-align: center;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.-btnwrap.-btm{
    padding-top:0;
    padding-bottom:30px;
}

.-table1{
    width:100%;
    border-collapse: collapse;
}
.-table1 th,.-table1 td{
    padding:20px;
    border:1px solid #ccc;
}
.-table1 th{background:#fbfbfb;}

.-w100p{
    width:100%;
}
.u-ta--center{
    text-align:center;
}
.u-ta--left{
    text-align:center;
}
.u-ta--right{
    text-align:right;
}

/*margin padding*/
.u-margin--bm{
    margin-bottom:40px;
}
@media screen and (max-width: 899px) {
    .u-margin--bm{
        margin-bottom:25px;
    }
}

/*flex*/
.u-flex{
    display:flex;
}
.u-flex--vcenter{
    align-items: center;
}
.u-flex--wrap{
    flex-wrap:wrap;
}
.-gap5{
    gap:5px;
}



@media screen and (max-width: 899px) {
    .-table1 th,.-table1 td{
        padding:10px;
    }
}


/*---------------------------------------
ログイン
---------------------------------------*/
.-login{
    display:flex;
    justify-content: center;
}

.-hdline2{
    text-align:center;
    background:#0C015F;
    padding:20px;
    margin-bottom:40px;
    color:#fff;
}
.-hdline2 h2{
    margin:0;
}
.-hdline3{
    position:relative;
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:20px;
    padding-left:26px;
}
.-hdline3::before{
    width:20px;
    height:8px;
    background:#FF7F11;
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto 0;
}

@media screen and (max-width: 899px) {
    .-hdline2{
        font-size:1.4rem;
        margin-bottom:30px;
        padding:15px;
    }
}


/*---------------------------------------
カレンダー
---------------------------------------*/
.-holiday{
    background:rgba(255, 127, 17,0.3);
}

.-calendar__box .-header{
    display:grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap:40px;
    margin-bottom:10px;
}
.-calendar__box .-header .-list{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    gap:10px;
}
.-calendar__box .-header .-list p{
    font-weight:bold;
}
.-calendar__box .-header .-list div{
    flex:1;
}
.-calendar__box .-header .-month{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.-calendar__box .-header .-month .-prev,
.-calendar__box .-header .-month .-next{
    width:44px;
    height:44px;
    text-indent:-9999px;
    position:relative;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-decoration: none;
    font-feature-settings: 'pwid' on;
    outline: 0;
    background: none;
    border: none;
}

.-calendar__box .-header .-month .-prev::before,
.-calendar__box .-header .-month .-next::before
{
    width:44px;
    height:44px;
    border-radius:100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    border:1px solid #ccc;
}
.-calendar__box .-header .-month .-prev::after,
.-calendar__box .-header .-month .-next::after
{
    left: 3px;
	width: 14px;
	height: 14px;
    top:0;
    bottom:0;
    left:12px;
    margin:auto;
	border-top: 1px solid #0C015F;
	border-right: 1px solid #0C015F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    content:'';
    position: absolute;
}
.-calendar__box .-header .-month .-prev::after{
    -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
    left:18px;
}

.-calendar__box .-header .-month .-prev:hover::before,
.-calendar__box .-header .-month .-next:hover::before{
    color:  #0030B2;
    background: #E8F1FE;
    border: 1px solid #0030B2;
}

.-calendar__box .-header .-month .-prev:active::before,
.-calendar__box .-header .-month .-next:active::before{
    color:  #0030B2;
    background: #E8F1FE;
    border: 1px solid #0030B2;
}
.-calendar__box .-header .-month .-date{
    font-size:1.6em;
    color:#0C015F;
    font-weight:bold;
}
.-calendar .-table1 tr th{
    width:calc(100% / 7);
}
.-calendar .-table1 td
{
    padding:0;
}
.-calendar .-table1 td > *{
    border:0;
    outline:0;
    background:none;
    position:relative;
    width:100%;
    text-align:left;
    cursor:pointer;
}
.-calendar .-table1 td > *:hover::after{
    position:absolute;
    left:0;
    top:0;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    content:'';
    border:1px solid hwb(224 0% 30%);
    background:#E8F1FE;
}
.-calendar .-table1 td > * > *{
    position:relative;
    z-index:10;
    padding:10px;
    cursor:pointer;
    border:0;
    outline:0;
    background:none;
    width:100%;
    text-align:left;
}
.-calendar .-table1 td *{
    font-size:14px;
    font-weight:normal;
    color: #1A1A1C;
}
.-calendar .-table1 .-date{
    font-size:16px!important;
    font-weight:bold;
}
.-calendar .-table1 .-items{
    margin:0;
}
@media screen and (max-width: 899px) {
    .-calendar .-table1 tr th{
        padding:5px;
    }
    .-calendar__box .-header{
        grid-template-columns: 1fr;
        gap:10px;
    }
    .-calendar .-table1 td > * > *{
        padding:2px;
    }
    .-calendar .-table1 td *{
        font-size:10px;
    }
    .-calendar .-table1 .-date{
        font-size:13px!important;
    }
}

/*.inputtext,*/
.input_select2 {
    /* Input */

    margin: 4px 0px;
    box-sizing: border-box;
    /* オートレイアウト */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;
    /* Light/Background/Primary */
    /*background: #ffc0cb;*/
    background: #c0c0c0;
    /* Light/Border/Field */

    border: 1px solid #1A1A1C;
    border-radius: 8px;
    /* オートレイアウト内部 */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}