@charset "UTF-8";


/* display none
===================================*/
.smt {
    display: none;
}
.acdion-box .scrollmk {
    display: none;
}
.file-btn .txt {
    display: none;
}



/*  レイアウト
===================================*/

.contebody {
    position: relative;
    display: -webkit-flex;
    display: flex;
    min-height: calc(100vh - 330px);
}
.contebody-ie {
    flex: auto;
    position: relative;
}
.contebody-gk {
    flex: auto;
    position: relative;
    display: -webkit-flex;
    display: flex;
}

.sbody {
    flex: 1;
    min-height: 500px;
    max-width: 1100px;
    padding: 0 35px;
    padding-bottom: 130px;
}

.signup .sbody {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 110px;
}
.usepeg .sbody {
    max-width: 1040px;
    padding: 0 20px;
    padding-bottom: 130px;
    margin: 0 auto;
}

.saidnav {
    flex-shrink: 0;
    width: 175px;
    min-height: 100%;
    padding-bottom: 50px;
}



/*  カラー
===================================*/
.red {color: #DF2528;}
.blu {color: #138aca;}




/*  header
===================================*/
header {
    display: block;
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    /*margin-bottom: 2px;
    height: 78px;*/
    height: auto;
}

/* hed-are */
header .hed-are {
    position: relative;
    padding: 0 20px;
    background-color: #eee;
    border-bottom: 1px solid #c1c1c1;
}
header .hed-are .blk {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .hed-are .blk .logo-are {
    margin: initial;
}


header .hed-are .logo {
    display: inline-block;
    padding-top: 20px;
}
header .hed-are .logo p {
    font-size: 1.6rem;
    font-family: serif;
    letter-spacing: 0.06em;
}
header .hed-are .logo .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
/*
header .hed-are .logo .flx .lef {
    font-size: 4.2rem;
    line-height: 1;
    font-family: serif;
    color: #228be0;
}
header .hed-are .logo .flx .rig {
    line-height: 0.7;
    font-size: 2.0rem;
    font-family: serif;
    color: #228be0;
}
header .hed-are .logo .flx .rig small {
    font-size: 1.0rem;
}
*/
header .hed-are .logo .flx .lef {
    font-size: 3.1rem;
    line-height: 1;
    font-family: serif;
    color: #228be0;
}
header .hed-are .logo .flx .rig {
    line-height: 0.7;
    font-size: 1.7rem;
    color: #228be0;
    margin-left: 5px;
}
header .hed-are .logo .flx .rig small {
    font-size: 1.0rem;
    letter-spacing: 1px;
}


header .hed-are .user {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
header .hed-are .user .name {
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1;
    padding: 8px 10px;
    margin-right: 5px;
    min-width: 150px;
}
header .hed-are .user .name span {
}

/*
header .hed-are .user .bkhed {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #228be0;
    background-color: #fff;
    line-height: 1;
    border-radius: 30px;
    padding: 6px 17px;
}
header .hed-are .user .bkhed i {
    font-size: 2.0rem;
    margin-right: 2px;
    margin-left: -5px;
}
header .hed-are .user .bkhed h2 {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
header .user-are {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 15px 0;
}
header .user-are form {
    margin-left: auto;
}
header .user-are .bkhed {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #228be0;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1;
    border-radius: 30px;
    padding: 6px 17px;
}
header .user-are .bkhed i {
    font-size: 2.0rem;
    margin-right: 2px;
    margin-left: -5px;
}
header .user-are .bkhed h2 {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*////// nav-are  //////*/
header .nav-are {
    border-top: 2px solid #2899d6;
    border-bottom: 2px solid #2899d6;
    background-color: #f5f5f5;
}
header .nav-are ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    height: 55px;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
header .nav-are li {
    padding: 0 3px;
    padding-top: 3px;
    flex: 1;
}
header .nav-are li a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
}
header .nav-are li a span {
    margin: 0 auto;
}

header .nav-are li a:hover {
    background-color: #2899d6;
    color: #fff;
}
header .nav-are li.on a {
    background-color: #2899d6;
    color: #fff;
}



/*  footer
===================================*/
footer {
    width: 100%;
}
footer .fot {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 12px;
    height: 40px;
}
footer .fot p {
    text-align: center;
    line-height: 1;
    padding-bottom: 13px;
}
footer .fot p a {
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
}
footer .fot p a:hover {
    text-decoration: underline;
}
footer .fot h6 {
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}



/*  saidnav
===================================*/
.saidnav {
    background-color: #eeeeee;
    border-right: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}

.nav-vertical {
 	width: 100%;
 }
.nav-vertical .link {
	cursor: pointer;
	display: block;
	padding: 16px 20px;
    padding-right: 5px;
	color: #4D4D4D;
	font-size: 1.4rem;
    line-height: 1.2;
	font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-vertical li i {
	position: absolute;
    top: 12px;
    right: 3px;
    /*font-size: 1.9rem;*/
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-vertical li.on .link {
	color: #ffffff;
    background-color: #2899d6;
}
.nav-vertical li.on .link:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-size: 2.0rem;
    color: #fff;
}

.nav-vertical li.on i {
	color: #2899d6;
}
.nav-vertical li.open .link {
	color: #138aca;
}
.nav-vertical li.open i {
	color: #138aca;
}
.nav-vertical li.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-vertical li.default .submenu {
    display: block;
}

.nav-vertical .submenu {
 	display: none;
 	background: #444359;
 	font-size: 14px;
}
.nav-vertical .submenu li {
 	border-bottom: 1px solid #323233;
}
.nav-vertical .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 13px 12px;
 	padding-left: 20px;
    font-size: 1.35rem;
    line-height: 1.4;
 	-webkit-transition: all 0.2s ease;
 	-o-transition: all 0.2s ease;
 	transition: all 0.2s ease;
}
.nav-vertical .submenu a:hover {
 	background: #2899d6;
 	color: #FFF;
}

.nav-vertical .submenu .on a {
    position: relative;
 	background: #2899d6;
    color: #FFF;
}
.nav-vertical .submenu .on a:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 48%;
    right: 9px;
    transform: translate(0, -50%);
    font-size: 1.7rem;
    color: #fff;
}



/*  sbody
===================================*/
.sbody {
    display: block;
}

/*////// sbody-hed //////*/
.sbody-hed {
    display: -webkit-flex;
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ddd;
}

.sbody-hed h2 {
    font-size: 2.3rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sbody-hed span {
    align-self: flex-end;
}

/*////// sbody-tile //////*/
.sbody-tile {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 25px;
}
.sbody-tile .mrk {
    align-self: normal;
    display: block;
    width: 8px;
    background-color: #2899d6;
}
.sbody-tile h2 {
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px 0;
    padding-left: 10px;
    align-self: center;
}
.sbody-tile span {
    align-self: flex-end;
}

.sbody-tile .lstnmb {
    margin-left: 50px;
}
.sbody-tile .lstnmb ul {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px;
    border: 2px solid #2899d6;
}
.sbody-tile .lstnmb li {
    padding: 0 15px;
    line-height: 1;
    font-size: 1.6rem;
}

/*////// sbody-are //////*/
.sbody-are {
    padding-top: 30px;
}
.sbody-are .txt-are {
    padding-top: 10px;
}

.sbody-are.mtz {
    padding-top: 0;
}



/*  txt-are
===================================*/
.txt-are {
}
.txt-are dl {
    text-align: center;
}
.txt-are dd {
    padding-top: 8px;
}
.txt-are dd:first-of-type {
    padding-top: 0;
}



/*  janp
=====================================*/
.janp {
	position: fixed;
    bottom: 45px;
    right: 3.5%;
	z-index:2;
}
.janp a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(160, 160, 160, 0.5);
	contain: paint;
    touch-action: manipulation;
}
.janp a span {
	display: inline-block;
	text-decoration: none;
}
.janp a span::before,
.janp a span::after{
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
}
.janp a span::before{
	left: 0;
    right: 0;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.janp a:hover {
	background-color: #239be4;
}



/*  pan
=====================================*/
.pannav {
	position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 5px;
}
.pannav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pannav ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.2rem;
	line-height: 1.2;
    color: #239be4;
}
.pannav ul > li + li:before {
    content: "／";
    font-size: 1.55rem;
	line-height: 1.2;
    color: #B1B1B1;
    margin: 0 6px;
}
.pannav ul li a {
	color: #a0a0a0;
}
.pannav ul li a:hover {
	color: #239be4;
	text-decoration: underline!important;
}
.pannav ul li.active {
	color: #a0a0a0;
}



/*  eror-are
=====================================*/
.eror-are {
    padding-bottom: 20px;
}
.eror-are ul {
    padding: 10px 20px;
    border: 1px solid #e02300;
    background-color: #fdf4f5;
}
.eror-are li {
    padding: 5px 0;
    color: #e02300;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.eror-are li i {
    font-size: 1.8rem;
}



/*  kshn-are
=====================================*/
.kshn-are {
    padding-bottom: 20px;
}
.kshn-are ul {
    padding: 10px 20px;
    border: 1px solid #8fbbf5;
    background-color: #ebf7ff;
}
.kshn-are li {
    padding: 5px 0;
    color: #184fa0;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}



/* info-lst
===================================*/
/*///// lst-hed /////*/
.lst-hed {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 10px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #ccc;
    border-bottom: none;
}
.lst-hed .tai {
    font-size: 1.45rem;
    /*line-height: 1;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.lst-hed .tai:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: auto;
    background-color: #2899d6;
    margin-right: 8px;
    align-self: normal;
}

.lst-hed .lnk {
}
.lst-hed .lnk a {
    font-size: 1.3rem;
    padding: 0 8px;
    padding-right: 0;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.lst-hed .lnk a span {
}
.lst-hed .lnk a i {
}
.lst-hed .lnk a:hover {
    color: #ffffff;
    background-color: #2899d6;
}

/*///// info-lst /////*/
.info-lst {
}
.info-lst ul {
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 150px;
    max-height: 500px;
    overflow-y: scroll;
}
.info-lst li {
    padding: 12px 0;
    line-height: 1.4;
    border-top: 1px dotted #aaa;
}
.info-lst li:first-of-type {
    border-top: 0;
}

.info-lst li a {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.info-lst li a:hover {
    background-color: #dcf2fd;
}
.info-lst li .day {
    font-size: 1.3rem;
    letter-spacing: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.info-lst li .txt {
    padding-left: 20px;
}
.info-lst li .not {
    letter-spacing: 0.1em;
    padding: 30px 0;
}



/* rogu-lst
===================================*/
.rogu-lst {
    flex: 1;
}
.rogu-lst ul {
    border: 1px solid #ccc;
    padding: 15px;
    padding-top: 7px;
    min-height: 150px;
}
.rogu-lst li {
    display: -webkit-flex;
    display: flex;
    padding: 12px 0;
    line-height: 1.4;
    border-top: 1px dotted #aaa;
}
.rogu-lst li:first-of-type {
    border-top: 0;
}

.rogu-lst li .day {
    font-size: 1.3rem;
    letter-spacing: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-shrink: 0;
}
.rogu-lst li .time {
    font-size: 1.3rem;
    letter-spacing: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    flex-shrink: 0;
}
.rogu-lst li .txt {
    padding-left: 20px;
}
.rogu-lst li .txta {
    padding-left: 20px;
    flex-shrink: 0;
}
.rogu-lst li .txtb {
    padding-left: 5px;
}
.rogu-lst li .not {
    letter-spacing: 0.1em;
    padding: 40px 0;
}

.rogu-lst.one {
}
.rogu-lst.one ul {
    border-top: 1px solid #ccc;
    padding: 10px 15px;
    min-height: auto;
}
.rogu-lst.one li {
    display: -webkit-flex;
    display: flex;
    padding: 6px 0;
    border: 0;
}

.rogu-lst.page {
}
.rogu-lst.page ul {
    padding: 10px 15px;
    min-height: 200px;
}
.rogu-lst.page li {
    padding: 15px 0;
}

.rogu-lst.lef {
    margin-right: 15px;
}
.rogu-lst.rig {
    margin-left: 15px;
}

.rogu-lst .scroll {
    height: 195px;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 15px;
}
.rogu-lst .scroll dl {
    display: -webkit-flex;
    display: flex;
    padding-top: 20px;
}
.rogu-lst .scroll dl:first-of-type {
    padding-top: 10px;
}
.rogu-lst .scroll dt {
}
.rogu-lst .scroll dd {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* srch-are
===================================
.srch-are {
    border: 1px solid #d8d8d8;
    background-color: #f5f5f5;
    padding: 10px 15px;
}
.srch-are ul {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
}
.srch-are li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 15px;
}
.srch-are li:last-of-type {
    margin-right: 0;
}

.srch-are li input {
    position: relative;
    height: 36px;
    width: 100%;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #bbb;
	border-right: none;
    color: #444;
}
.srch-are li button {
    flex: none;
    height: 36px;
    background-color: #e5e5e5;
    border: 1px solid #bbb;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 5px;
    border-radius: 0 5px 5px 0;
    font-weight: normal;
    padding: 0 8px;
}
.srch-are li button.clear {
    border-radius: 5px;
    background-color: #7e7e8a;
    color: #fff;
    padding: 0 10px;
}
.srch-are li button.clear span {
    font-weight: bold;
}

.srch-are li button span {
    font-size: 1.25rem;
    display: block;
    white-space: nowrap;
}
.srch-are li button:hover {
	background-color: #2899d6;
    color: #ffffff;
}
.srch-are li input::placeholder {
	font-size: 1.3rem;
	line-height: 1;
}

.srch-are li .fm-select {
    min-width: 150px;
}
.srch-are li .fm-select select {
    background-color: #fff;
    color: #444;
    font-size: 1.3rem;
}

.srch-are ul.typtxt {
}
.srch-are ul.typtxt li:nth-of-type(1) input {
    width: 150px;
}
.srch-are ul.typtxt li:nth-of-type(3) {
    width: 40%;
}
.srch-are ul.typsle {
}
.srch-are ul.typsle li {
    flex: 1;
}
.srch-are ul.typsle li:last-of-type {
    flex: none;
}
*/


/* auxy-are
===================================*/
.auxy-are {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.auxy-are .chng {
    align-self: flex-end;
}
.auxy-are .chng ul {
    display: -webkit-flex;
    display: flex;
}
.auxy-are .chng li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.auxy-are .chng li:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #c0c0c0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.auxy-are .chng li:last-of-type:after {
    display: none;
}

.auxy-are .chng li a {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    color: #888888;
}
.auxy-are .chng li a span {
}
.auxy-are .chng li a:hover {
    background-color: #dcf2fd;
}
.auxy-are .chng li.on a {
    font-weight: bold;
    color: inherit;
}

.auxy-are .chng li button {
    display: -webkit-flex;
    display: flex;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: normal;
    border: 1px solid #bbb;
    font-size: 1.35rem;
}
.auxy-are .chng li button span {
    align-self: center;
}
.auxy-are .chng li button:hover {
    background-color: #b3316b;
    color: #ffffff;
}

.auxy-are .dspy {
    margin-left: auto;
    align-self: flex-end;
}
.auxy-are .dspy .fm-select {
    min-width: 120px
}
.auxy-are .dspy.lef {
    margin-left: inherit;
}



/* seigen-are
===================================*/
.seigen-are {
}
.seigen-are dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #138aca;
    padding: 0 15px;
    height: 100%;
}
.seigen-are dt {
    margin-right: 10px;
    color: #138aca;
}
.seigen-are dd {
}



/* tabl-are
===================================*/
.tabl-are {
    display: block;
    /*width: 100%;
    margin-top: 10px;*/
}
.tabl-are span.min {
    font-size: 1.3rem;
    font-weight: normal;
}


/*///// table /////*/
table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.3;
    letter-spacing: normal;
    table-layout: fixed;
    border: 1px solid #cccccc;
    height: 100%;
    min-height: 240px;
}
table th,
table td {
    border-bottom: 1px solid #cccccc;
}
table.auto {
    table-layout: auto;
}
.auto table {
    table-layout: auto;
}

/*///// thead /////*/
thead {
    background-color: #f0f0f0;
    font-size: 1.4rem;
}
thead th {
    padding: 15px 15px;
    text-align: left;
}

.updwn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.updwn .blk {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 5px;
}
/*
.updwn .arrowup {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #b7b7b7 transparent;
    margin-bottom: 4px;
    cursor: pointer;
}
.updwn .arrowdw {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #b7b7b7 transparent transparent transparent;
    margin-top: 4px;
    cursor: pointer;
}
.updwn .arrowup.on {
    border-color: transparent transparent #2899d6 transparent;
}
.updwn .arrowdw.on {
    border-color: #2899d6 transparent transparent transparent;
}
*/

.updwn .arrow {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    color: #909090;
}
.updwn .arrow.on {
    color: #fff;
    background-color: #2899d6;
}
.updwn .arrow i {
    font-size: 1.8rem;
}

thead .nmb.tnp {
    width: 150px;
}

/*///// tbody /////*/
tbody th,
tbody td {
    padding: 20px 15px;
    vertical-align: top;
    font-size: 1.4rem;
    text-align: left;
}

tbody tr.chk {
    background-color: #d6e3f1;
}

tbody th.nmb {
    padding: 15px 10px;
}
tbody .nmb p {
    font-size: 1.3rem;
    margin-bottom: 5px;
}
tbody .day {
    font-size: 1.3rem;
}
tbody .not {
    padding: 50px 0;
    letter-spacing: 0.1em;
    text-align: center;
}

tbody td a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
tbody td a i {
}
tbody td a span {
}
tbody td a:hover {
    background-color: #f5dbe7;
}

/*///// tbody link /////*/
tbody .link {
    padding: 15px 10px;
    /*vertical-align: middle;*/
}
tbody .link a {
    display: -webkit-inline-flex;
    display: inline-flex;
    background-color: #eeeeee;
    border: 1px solid #bbb;
    padding: 3px 6px;
    line-height: 1;
    min-height: 28px;
    min-width: 35px;
    font-weight: normal;
}
tbody .link a i {
    font-size: 2.0rem;
    margin: 0 auto;
}
tbody .link a span {
    align-self: center;
    margin: auto;
    white-space: nowrap;
    font-size: 1.3rem;
}
tbody .link a:hover {
    background-color: #2899d6;
    color: #fff;
}

tbody .link.prv a {
    background-color: #ffffff;
    border: 1px solid #2899d6;
    border-radius: 30px;
}
tbody .link.prv a:hover {
    background-color: #2899d6;
    color: #fff;
}

tbody .link button {
    display: -webkit-inline-flex;
    display: inline-flex;
    background-color: #eeeeee;
    border: 1px solid #bbb;
    padding: 3px 6px;
    line-height: 1;
    min-height: 28px;
    min-width: 35px;
    font-weight: normal;
}
tbody .link button i {
    font-size: 2.0rem;
    margin: 0 auto;
}
tbody .link button span {
    align-self: center;
    white-space: nowrap;
    font-size: 1.3rem;
}
tbody .link button:hover {
    background-color: #2899d6;
    color: #fff;
}

tbody .delt button {
    display: -webkit-inline-flex;
    display: inline-flex;
    border: none;
    padding: 5px;
    line-height: 1;
    font-weight: normal;
}
tbody .delt button i {
    font-size: 2.2rem;
    margin: 0 auto;
}
tbody .delt button span {
    align-self: center;
    white-space: nowrap;
    font-size: 1.3rem;
}
tbody .delt button:hover {
    background-color: #2899d6;
    color: #fff;
}

tbody .delt button.del {
    background-color: #7e7e8a;
    border: 1px solid #555;
    padding: 3px 6px;
    line-height: 1;
    min-height: 28px;
    min-width: 35px;
    color: #fff;
    font-weight: bold;
}
tbody .delt button.del:hover {
    background-color: #2899d6;
    color: #fff;
}

tbody .link .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
tbody .link .flx button:first-of-type {
    margin-right: 10px;
}

tbody .link .blk {
    display: block;
}
tbody .link .blk a,
tbody .link .blk button {
    margin: 3px 0;
}

tbody .link .uesh {
}
/*
tbody .link .uesh form {
    padding-top: 6px;
}
*/
tbody .link .sumitxt {
    margin: 0;
    margin-top: 3px;
    color: #e02300;
    font-weight: normal;
}

thead th.nber {
    width: 130px;
}
thead th.daly {
    width: 120px;
}

thead th.gomi {
    width: 50px;
}
tbody td.gomi {
    padding: 20px 10px;
    font-size: 1.4rem;
}
tbody .gomi button {
    display: -webkit-inline-flex;
    display: inline-flex;
    background-color: #eeeeee;
    border: 1px solid #bbb;
    padding: 3px 0px;
    line-height: 1;
    min-height: 28px;
    min-width: 28px;
    font-weight: normal;
}
tbody .gomi button i {
    font-size: 2.0rem;
    margin: 0 auto;
}
tbody .gomi button:hover {
    background-color: #2899d6;
    color: #fff;
}

/*///// tbody turn /////*/
tbody .turn {
    padding: 5px 0;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}
tbody .turn .blk {
}
tbody .turn button {
    padding: 3px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: 0 auto;
    color: #888;
}
tbody .turn button {
    margin: 5px 0;
}
tbody .turn button i {
    font-size: 1.6rem;
}
tbody .turn button:hover {
    background-color: #2899d6;
    color: #fff;
}

/*///// top /////*/
.tabl-are.top {
}
.tabl-are.top table {
    min-height: auto;
}
.tabl-are.top thead th {
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 15px;
}
.tabl-are.top tbody th,
.tabl-are.top tbody td {
    text-align: center;
    padding: 50px 15px;
    font-size: 1.5rem;
}
.tabl-are.top tbody th.mi,
.tabl-are.top tbody td.mi {
    font-size: 1.45rem;
}
.tabl-are.top tbody th.smi,
.tabl-are.top tbody td.smi {
    font-size: 1.45rem;
}
.tabl-are.top thead th span {
    white-space: nowrap;
}

/*///// docme-tbl /////*/
.docme-tbl {
}
.docme-tbl tbody th,
.docme-tbl tbody td {
    padding: 15px 15px;
    vertical-align: top;
    font-size: 1.45rem;
    border-bottom: none;
}
.docme-tbl table {
    border: none;
    min-height: auto;
    table-layout: auto;
}
.docme-tbl tbody tr {
    border-bottom: 1px solid #cccccc;
}
.docme-tbl tbody tr:last-of-type {
    border-bottom: none;
}



/* addton
===================================*/
.addton {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 8px;
}
.addton button {
    background-color: #eeeeee;
    padding: 0 15px;
    line-height: 1;
    margin: 0 5px;
    height: 28px;
}
.addton button span {
    font-size: 1.25rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.addton button:hover {
    background-color: #2899d6;
    color: #ffffff;
}

.addton.txt button {
    padding: 0 20px;
    height: 32px;
}
.addton.txt button span {
    font-size: 1.3rem;
}
.addton.lef {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 12px;
}



/* switch
===================================*/
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
}
.switch input {
    display: none;
}
.switch input:checked + .slider {
    background-color: #2196F3;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(39px);
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}
.slider.round {
    border-radius: 34px;
    text-align: left;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:after {
    content: '非表示';
    font-size: 1.1rem;
    line-height: 1;
    position: absolute;
    right: 6px;
    top: 48%;
    transform: translate(0, -43%);
    z-index: 1;
}
.switch input:checked + .slider:after {
    content: '表 示';
    font-size: 1.1rem;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translate(0, -43%);
    color: #ffffff;
}


/* syozo-are
===================================*/
.syozo-are {
}


/* peter-are
===================================*/
.peter-are {
    border: 1px solid #ccc;
}

.peter-are .fm-box .moku {
    width: auto;
    min-width: 125px;
}
.peter-are .fm-box .reed {
    padding: 25px 20px;
}

.peter-are .fm-box .davlu .moku {
    padding: 10px;
    width: 150px;
}

.endai-entrant-add-c .peter-are .fm-box .reed {
    padding: 20px;
}



/* tgnumber-are
===================================*/
.tgnumber-are {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 10px 20px;
}
.tgnumber {
    display: inline-block;
    align-self: center;
    background: none;
    text-shadow: none;
    box-shadow: none;
    width: auto;
}
.tgnumber .pagination {
    display: -webkit-flex;
    display: flex;
}
.tgnumber .pagination li {
	padding: 0 2px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    font-size: 1.3rem;
}
.tgnumber .pagination li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 30px;
    padding: 0 8px;
    line-height: 1;
    border: 1px solid #ddd;
    background-color: #ffffff;
    border-radius: 3px;
}
.tgnumber .pagination li a i {
	/*transform: scale(1, 1.2);*/
    font-size: 1.4rem;
}
.tgnumber .pagination li a span {
}
/*
.tgnumber .pagination li a:hover {
	background-color: #cccccc;
}*/
.tgnumber .pagination li a.on {
    border: 1px solid #2899d6;
	background-color: #2899d6;
	color: #fff;
}

.tgnumber .pagination li a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #2899d6;
}

.tgnumber .pagination li p {
    align-self: flex-end;
}

.tginfo {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tginfo-page {
}
.tginfo-volm {
}

@media screen and (max-width: 767px) {

    .tgnumber .pagination li a {
        width: 30px;
        height: 35px;
    }
    
}



/*  number
=====================================*/
.number-are {
	text-align:center;
	padding-top: 60px;
}
.number {
	display: inline-block;
    box-shadow: none;
    width: auto;
    background: none;
}
.number .pagination {
    display: -webkit-flex;
    display: flex;
   /* padding-left: 0;
    list-style: none;
    border-radius: .25rem;*/
}
.number .pagination li {
	padding: 0 2px;
}
.number .pagination li a {
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 38px;
    height: 40px;
    line-height: 1;
    border: 1px solid #ddd;
	border-radius: 2px;
}
.number .pagination li a i {
    color: #666;
}
.number .pagination li a span {
}
/*
.number .pagination li a:hover {
	background-color: #cccccc;
}*/
.number .pagination li a.on {
    border: 1px solid #2899d6;
	background-color: #2899d6;
	color: #fff;
}

.number .pagination li a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #2899d6;
}

@media screen and (max-width: 767px) {

    .number .pagination li a {
        width: 30px;
        height: 35px;
    }
    .number-are {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
}



/* flow-are
===================================*/
.flow-are {
    padding-bottom: 30px;
}
.flow-are ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.flow-are li {
    display: block;
    line-height: 1;
    padding-right: 5px;
}
.flow-are li:last-of-type {
    padding-right: 0;
}
.flow-are li:nth-of-type(odd) {
    flex: 1;
}
.flow-are.min li:nth-of-type(odd) {
    flex: none;
}

.flow-are li span {
    line-height: 1.3;
    padding: 5px 15px;
    min-height: 40px;
    background-color: #e0e0e0;
    color: #555;
    border-radius: 30px;
    text-align: center;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flow-are li i {
    font-size: 1.8rem;
}
.flow-are li.on span {
    background-color: #2899d6;
    color: #ffffff;
}

.flow-title {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
}
.flow-title h4 {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 2px solid #2899d6;
    background-color: #f6f6f6;
    border-radius: 40px;
    min-width: 300px;
    height: 48px;
}



/* title-are
===================================*/
.title-are {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    height: 38px;
}
.title-are .mrk {
    align-self: normal;
    display: block;
    width: 8px;
    background-color: #2899d6;
}
.title-are h3 {
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2.0rem;
}
.title-are p {
    font-size: 1.5rem;
    line-height: 1;
}

.title-are .auxy-are {
    margin-bottom: 0;
    margin-left: auto;
}

.title-are.func {
    margin-top: 30px;
    margin-bottom: 0;
}



/* single-are
===================================*/
.single-are {
    padding-top: 10px;
    margin-bottom: 30px;
    max-width: 900px;
}
.single-are.form input {
    height: 45px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}



/* mrk-are
===================================*/
.mrk-are {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.mrk-are ul {
    display: -webkit-flex;
    display: flex;
}
.mrk-are li {
    flex: 1;
}
.mrk-are li .txt {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 5px;
    color: #808080;
}
.mrk-are li .mmk {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.mrk-are li .mmk .maru {
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    border-radius: 50%;
    flex: none;
}
.mrk-are li .mmk .line {
    height: 3px;
    width: 100%;
    background-color: #cccccc;
}

.mrk-are li.on .txt {
    color: #138aca;
}
.mrk-are li.on .mmk .maru {
    background-color: #2899d6;
}
.mrk-are li.on .mmk .line {
    background-color: #2899d6;
}

/*////// mrk-title //////*/
.mrk-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 20px;
}
.mrk-title i {
    color: #2899d6;
}
.mrk-title h4 {
    font-size: 2.2rem;
    margin-left: 5px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* sbody-nav
===================================*/
.sbody-nav {
    padding-bottom: 30px;
}
.sbody-nav ul {
    display: -webkit-flex;
    display: flex;
}
.sbody-nav li {
    margin-right: 15px;
    width: 100%;
    max-width: 200px;
}
.sbody-nav li:last-of-type {
    margin-right: 0;
}

.sbody-nav li a {
    display: -webkit-flex;
    display: flex;
    height: 50px;
    border: 1px solid #a2a2a2;
    background-color: #efefef;
}
.sbody-nav li a span {
    margin: auto;
    align-self: center;
}
.sbody-nav li a:hover {
    background-color: #2899d6;
    color: #fff;
}

.sbody-nav li.on a {
    position: relative;
    background-color: #2899d6;
    border: 1px solid #2899d6;
    color: #fff;
}
.sbody-nav li.on a:hover {
    background-color: #2899d6;
}

.sbody-nav li.on a:before {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -20px;
    transform: rotate(90deg);
    color: #2899d6;
}



/* chui-txt
===================================*/
.chui-txt {
}
.chui-txt dl {
}
.chui-txt dd {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #DF2528;
}
.chui-txt dd i {
}
.chui-txt dd span {
}


/* kaisetsu
===================================*/
.kaisetsu {
    margin-left: auto;
    align-self: flex-end;
}
.kaisetsu a {
    color: #228be0;
}
.kaisetsu .txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.kaisetsu .txt i {
    font-size: 2.0rem;
}
.kaisetsu .txt strong {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kaisetsu a:hover .txt strong {
    text-decoration: underline;
}

/*///// poptxt /////*/
.poptxt-are {
}
.poptxt-are .title-a {
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
}
.poptxt-are .title-a .sub {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #228be0;
}
.poptxt-are .title-a .sub i {
    font-size: 2.2rem;
}
.poptxt-are .title-a .sub span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.poptxt-are .title-a .txt {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.poptxt-are .title-b {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 8px solid #2899d7;
    line-height: 1.3;
    padding: 5px 20px;
    padding-left: 10px;
    font-size: 1.55rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.poptxt-are dl {
}
.poptxt-are dt {
}
.poptxt-are dd {
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 12px;
}
.poptxt-are dd strong {
    font-size: 1.5rem;
    letter-spacing: normal;
    color: #1678c7;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.poptxt-are dd.red {
    color: #e02300;
}



/* 追加 2020.06.28
===================================*/
.hed-top {
    background-color: #020848;
    height: 44px;
}
.hed-top .area {
    padding: 7px 30px;
}
.hed-top .lef {
}
.hed-top .rig {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
}
.hed-top .rig ul {
    display: -webkit-flex;
    display: flex;
    align-self: center;
}
.hed-top .rig li {
    margin-right: 30px;
}
.hed-top .rig li:nth-of-type(2) {
    margin-right: 0;
}

.hed-top .rig li a {
    font-size: 1.24rem;
    letter-spacing: normal;
    display: -webkit-flex;
    display: flex;
    color: #bfbfbf;
    line-height: 1.8;
}
.hed-top .rig li a i {
    font-size: 1.6rem;
    align-self: center;
    margin-right: 3px;
}
.hed-top .rig li:nth-of-type(2) a i {
    font-size: 1.85rem;
    align-self: center;
    margin-right: 2px;
}
.hed-top .rig li a:hover {
    color: #fff;
}
.hed-top .rig li a:hover span {
    text-decoration: underline;
}

.hed-top .logo {
    position: relative;
}
.hed-top .logo h2 {
    font-size: 1.0rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 55px;
    color: #fff;
    white-space: nowrap;
    transform: scale(0.9);
    transform-origin: left;
}
.hed-top .logo .flx {
}
.hed-top .logo .flx .img {
    height: 30px;
    display: inline-block;
    align-self: center;
}
.hed-top .logo .flx .txt {
    font-size: 2.0rem;
    line-height: 1;
    align-self: flex-end;
    margin-bottom: -1px;
    margin-left: 6px;
    color: #bfbfbf;
}

.hed-top .illa {
    height: 29px;
    margin-left: 10px;
    align-self: flex-end;
}




.fot-btm {
    background-color: #eee;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fot-btm .area {
    max-width: 960px;
    margin: auto;
}
.fot-btm.login .area {
    max-width: 800px;
    margin: auto;
}

.fot-btm .lef {
}
.fot-btm .lef h5 {
    font-size: 1.6rem;
    font-weight: bold;
}
.fot-btm .lef dl {
}
.fot-btm .lef dt {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    font-feature-settings: "palt";
    margin-bottom: 5px;
}
.fot-btm .lef dd {
    font-size: 1.3rem;
    line-height: 1.5;
}

.fot-btm .rig {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
}
.fot-btm .rig.enuser {
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-self: flex-end;
}

.fot-btm .rig .bktop {
    margin-left: auto;
}
.fot-btm .rig .bktop button {
    background: none;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: inherit;
    font-size: 1.3rem;
    letter-spacing: normal;
    line-height: normal;
    padding: 5px 10px;
}
.fot-btm .rig .bktop button i {
    font-size: 2.0rem;
    margin-right: 3px;
}
.fot-btm .rig .bktop button span {
    line-height: 1;
}
.fot-btm .rig .bktop button:hover {
    background: #000;
    color: #fff;
}


.fot-btm .rig .bkbom {
    display: -webkit-flex;
    display: flex;
}

.fot-btm .rig ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    align-self: flex-end;
    margin-right: 10px;
}
.fot-btm .rig ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.25rem;
	line-height: 1.2;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.fot-btm .rig ul > li + li:before {
    content: "／";
    color: #ababab;
    margin: 0 4px;
}
.fot-btm .rig ul li a {
    color: #238be0;
}
.fot-btm .rig ul li a:hover {
    text-decoration: underline;
}

.fot-btm .rig .blk {
    align-self: flex-end;
}
.fot-btm .logo {
    position: relative;
}
.fot-btm .logo h2 {
    font-size: 1.0rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 55px;
    white-space: nowrap;
    transform: scale(0.9);
    transform-origin: left;
}
.fot-btm .logo .flx {
}
.fot-btm .logo .flx .img {
    height: 30px;
    display: inline-block;
    align-self: center;
}
.fot-btm .logo .flx .txt {
    font-size: 2.0rem;
    line-height: 1;
    align-self: flex-end;
    margin-bottom: -1px;
    margin-left: 6px;
    color: #6f6f6f;
}





/* srch-are
===================================*/
.srch-are {
}
.srch-are .title {
    color: #fff;
    background-color: #2899d6;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 5px 20px;
}

.srch-are .bace {
    display: -webkit-flex;
    display: flex;
    padding: 15px 20px;
    border: 1px solid #d8d8d8;
    background-color: #f5f5f5;
}
.srch-are .bace .lef {
    width: 85%;
    flex-shrink: 0;
}
.srch-are .bace .lef .blk {
    margin-top: 10px;
}
.srch-are .bace .lef .blk:first-of-type {
    margin-top: 0;
}

.srch-are .bace .type-a {
    display: -webkit-flex;
    display: flex;
}
.srch-are .bace .type-a li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% / 2 - 0px);
    margin-right: 40px;
    font-size: 1.35rem;
}
.srch-are .bace .type-a li span {
    flex-shrink: 0;
    width: 90px;
    line-height: 1.2;
}
.srch-are .bace .type-a li input {
    height: 33px;
}
.srch-are .bace .type-a li.fm-select {
    background: none;
}


.srch-are .bace .lef .flx {
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    font-size: 1.35rem;
}
.srch-are .bace .lef .txt {
    width: 90px;
    flex-shrink: 0;
    line-height: 1;
}
/*
.srch-are .bace .type-b {
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    border: 1px solid #c3c3c3;
    background-color: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    margin-right: 50px;
}
.srch-are .bace .type-b li {
    margin: 0 20px;
}
*/
.srch-are .bace .type-b {
    display: -webkit-flex;
    display: flex;
}

.srch-are .bace .type-b li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% / 2 - 0px);
    margin-right: 40px;
    font-size: 1.35rem;
}
.srch-are .bace .type-b.all li {
    width: 100%;
}

.srch-are .bace .type-b dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c3c3c3;
    background-color: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    padding: 10px 0;
}
.srch-are .bace .type-b dd {
    margin: 0 12px;
}



.srch-are .bace .fm-check label {
    font-size: 1.35rem;
}

.srch-are .bace .rig {
    align-self: flex-end;
    width: 100%;
}
.srch-are .bace .type-c {
}
.srch-are .bace .type-c li {
    margin-top: 6px;
}
.srch-are .bace .type-c li span {
}
.srch-are .bace .type-c li input {
}

button.srch-btn {
    padding: 6px 15px;
    font-weight: normal;
    font-size: 1.3rem;
}
button.srch-btn:hover {
    background-color: #138aca;
    color: #fff
}

button.srch-btn.on {
    color: #ffffff;
    border: 1px solid #138aca;
    background-color: #2999d6;
    font-weight: bold;
}
button.srch-btn.on:hover {
}

a.user-pdf {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #138aca;
    border: none;
    background: none;
    font-size: 1.2rem;
    margin-top: 5px;
}
a.user-pdf i {
    font-size: 1.8rem;
    margin-left: -4px;
}
a.user-pdf:hover {
    background: none;
}
a.user-pdf:hover span {
    text-decoration: underline;
}
a.user-pdf span {
    white-space: nowrap;
}


/* dwnl-are
===================================*/
.dwnl-are {
}
.dwnl-are .title {
    color: #fff;
    background-color: #2899d6;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 5px 20px;
}
.dwnl-are .bace {
    border: 1px solid #d8d8d8;
    background-color: #f5f5f5;
    padding: 15px 20px;
}
.dwnl-are .bace .one {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.dwnl-are .bace .one .blk {
    flex-shrink: 0;
}
.dwnl-are .bace .one .fm-select {
    flex-shrink: 0;
    max-width: 200px;
    margin-left: 20px;
}
.dwnl-are .bace .fm-select select {
    height: 33px;
    font-size: 13px;
}

.dwnl-are .bace .one .fm-check {
    display: -webkit-flex;
    display: flex;
}
.dwnl-are .bace .one .fm-check li {
    margin-left: 20px;
}
.dwnl-are .bace .fm-check label {
    font-size: 1.35rem;
}


.dwnl-are .bace .two {
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #c3c3c3;
    margin-top: 10px;
    padding-top: 10px;
}
.dwnl-are .bace .two li {
    margin-left: 40px;
}
.dwnl-are .bace .two li:first-of-type {
    margin-left: 0;
}

button.dwnl-btn {
    color: #138aca;
    border: 1px solid #138aca;
    background-color: #eee;
    padding: 7px 15px;
    font-size: 1.3rem;
}
button.dwnl-btn:hover {
    background-color: #138aca;
    color: #fff
}



/* consent-are
===================================*/
.consent-are {
}
.consent-are .txt {
    margin-top: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.consent-are .btn-are button {
}

.indx-are .consent-are .divare .blk a p {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.consent-are .txt.dai {
    margin-top: 100px;
    font-size: 1.8rem;
    letter-spacing: normal;
}






















