@charset "UTF-8";
/* CSS Document */


.flx {
    display: -webkit-flex;
    display: flex;
}
.flx-ctr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.flx-start {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flx-end {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flxare {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.mstxt {
}
.mstxt p {
    line-height: 1.5;
}
.mstxt p a {
    display: inline-block;
    color: #228be0;
    text-decoration: underline;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.confirm .fm-box .moku {
    padding: 15px 20px;
}
.confirm .fm-box .reed {
    padding: 15px 20px;
}


/*///// form-are /////*/
.form-are {
}
.form-are .fm-box:first-of-type {
    border-top: 1px solid #ccc;
}

.form-are.line .fm-box {
    border: 1px solid #ccc;
}

.fm-box {
    display: -webkit-flex;
    display: flex;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-top: 0;
}

.fm-box.top {
    border-top: 1px solid #ccc;
}

.fm-box.flxno {
    display: block;
}

.fm-box input {
    width: 100%;
    max-width: 700px;
    height: 38px;
}

.fm-box .text {
    font-size: 1.4rem;
    color: #297abb;
    font-feature-settings: normal;
}
.fm-box .text.red {
    font-size: 1.3rem;
}
.fm-box .text.blu {
    font-size: 1.3rem;
}


/*///// サブテキスト /////*/
.fm-box .atxt {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.fm-box .atxt small {
    font-size: 90%;
}
.fm-box .btxt {
    font-size: 1.4rem;
    line-height: 1.2;
}
.fm-box .btxt small {
    font-size: 90%;
}


.fm-box .stxt {
    font-size: 1.35rem;
    line-height: 1.4;
}
.fm-box .stxt small {
    font-size: 90%;
}
.fm-box .stxt a {
    font-weight: bold;
    text-decoration: underline;
    color: #297abb;
}

.fm-box .mtxt {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
.fm-box .ntxt {
    font-size: 1.45rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
}



.fm-box .red {
    color: #e02300;
}
.fm-box .blu {
    color: #116cb5;
}

.fm-box .note {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #e02300;
    margin-top: 5px;
}
.fm-box .note small {
    font-size: 90%;
}
.fm-box .moku .note {
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: inherit;
}

.fm-box .rbtxt {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 4px;
    font-feature-settings: normal;
}
.fm-box .rbtxt p {
}
.fm-box .rbtxt span {
    color: #909090;
}

.fm-box .txtbox {
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 10px;
    color: #999;
    display: -webkit-flex;
    display: flex;
}

.fm-box .filbtn {
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 7px 10px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.3rem;
    border-radius: 4px;
    flex-shrink: 0;
}

.fm-box .blk.sort {
    position: relative;
}
.fm-box .blk.sort:after {
    content: "\e037";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem;
    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;
    transform: rotate(90deg);
    position: absolute;
    top: 8px;
    right: 5px;
}


/*///// moku /////*/
.fm-box .moku {
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 220px;
    font-feature-settings: "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 1px solid #ccc;
    background-color: #f6f6f6;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.fm-box .moku .area {
    width: 100%;
}
.fm-box .moku .mtxt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    line-height: 1.2;
}
.fm-box .moku .flxno {
    display: block;
}
.fm-box .moku.flxno {
    display: block;
}

.fm-box .moku .text {
    margin-top: 5px;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: inherit;
    font-feature-settings : "palt";
}

.fm-box .moku .hisu {
    font-size: 1.0rem;
    line-height: 1;
    padding: 5px 4px;
    border-radius: 3px;
    background-color: #DF2528;
    color: #ffffff;
    height: auto;
    white-space: nowrap;
    margin-left: auto;
    align-self: center;
}

.fm-box .moku.ue {
    padding-top: 25px;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.fm-box .moku .nubr {
    margin-left: 5px;
    font-size: 1.55rem;
}

/*///// lilst /////*/
.fm-box .lilst {
    flex: 1;
}
.fm-box .lilst li {
    display: -webkit-flex;
    display: flex;
    margin-top: 5px;
}
.fm-box .lilst li:first-of-type {
    margin-top: 0;
}
.fm-box .lilst li a {
    display: -webkit-flex;
    display: flex;
}

/*///// davlu /////*/
.fm-box .davlu {
    flex: 1;
}
.fm-box .davlu li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.fm-box .davlu li:last-of-type {
    border-bottom: 0;
}
.fm-box .davlu .subu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #ccc;
    background-color: #f6f6f6;
    width: 100px;
    padding: 10px;
    font-size: 1.4rem;
    letter-spacing: normal;
    white-space: nowrap;
    font-feature-settings: "palt";
}
.fm-box .davlu .subu span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}
.fm-box .davlu .lilst li {
    border-bottom: 0;
}


/*///// reed /////*/
.fm-box .reed {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
    padding: 16px 20px;
    line-height: 1.6;
    flex-wrap: wrap;
}
.fm-box .reed.flxno {
    display: block;
}
.fm-box .reed.flx-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.fm-box .reed.flx-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.fm-box.ueline {
    border-top: 1px solid #ccc;
}


.fm-box .reed .reefile {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #297abb;
    margin-top: 10px;
}
.fm-box .reed .reefile i {
    font-size: 2.0rem;
}
.fm-box .reed .reefile span {
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fm-box .reed .reefile:hover {
    color: #333;
}


/*///// sisy /////*/
.fm-box.sisy {
}
.fm-box.sisy .moku {
}
.fm-box.sisy .reed {
}
.fm-box.sisy .reed .text {
    margin-top: 3px;
}

/*///// sisynmb /////*/
.fm-box.sisynmb {
}
.fm-box.sisynmb .moku {
}
.fm-box.sisynmb .reed {
}

/*///// tbngo /////*/
.fm-box.tbngo {
}
.fm-box.tbngo .moku {
}
.fm-box.tbngo .reed {
}

/*///// gakai /////*/
.fm-box.gakai {
}
.fm-box.gakai .moku {
}
.fm-box.gakai .reed {
}

/*///// meber /////*/
.fm-box.meber {
}
.fm-box.meber .moku {
}
.fm-box.meber .reed {
}
.fm-box.meber .reed .rbtxt {
    margin-top: -5px;
}
.fm-box.meber .reed .blk {
    width: 100%;
}
.fm-box.meber .reed input {
    max-width: 200px;
}


/*///// name /////*/
.fm-box.name {
}
.fm-box.name .moku {
}
.fm-box.name .reed {
    flex-wrap: nowrap;
}

.fm-box.name .nihon,
.fm-box.name .kana,
.fm-box.name .eigo {
}
.fm-box.name .nihon .blk,
.fm-box.name .kana .blk,
.fm-box.name .eigo .blk {
    flex: auto;
    width: 50%;
    max-width: 270px;
}
.fm-box.name .nihon .blk:first-of-type,
.fm-box.name .kana .blk:first-of-type,
.fm-box.name .eigo .blk:first-of-type {
    margin-right: 20px;
}




/*///// organ /////*/
.fm-box.organ {
    border-top: 1px solid #ccc;
}
.fm-box.organ .moku {
}
.fm-box.organ .reed {
}
.fm-box.organ .reed .blk {
    /*width: 100%;*/
    width: calc(100% / 2 - 10px);
}
.fm-box.organ .reed .blk:first-of-type {
    margin-right: 20px;
}
.fm-box.organ .reed .blk:last-of-type {
    margin-right: 0;
}
.fm-box.organ .reed li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}




/*///// melad /////*/
.fm-box.melad {
}
.fm-box.melad .moku {
}
.fm-box.melad .reed {
}
.fm-box.melad .reed .text {
    margin-top: 3px;
}




/*///// paswd /////*/
.fm-box.paswd {
}
.fm-box.paswd .moku {
}
.fm-box.paswd .reed {
}
.fm-box.paswd .reed .text {
    margin-top: 3px;
}
.fm-box.paswd .reed .blk {
    width: 100%;
    max-width: 380px;
}



/*///// cotct /////*/
.fm-box.cotct {
}
.fm-box.cotct .moku {
}
.fm-box.cotct .reed {
}
.fm-box.cotct .reed .flx {
    padding: 10px 0;
}


/*///// adrs /////*/
.fm-box.adrs {
}
.fm-box.adrs .moku {
}
.fm-box.adrs .reed {
}
.fm-box.adrs .reed .text {
    margin-top: 3px;
}
.fm-box.adrs .reed .adrs-one {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.fm-box.adrs .reed li {
    margin-top: 10px;
}
.fm-box.adrs .reed li:first-of-type {
    margin-top: 0;
}



/*///// tel、fax /////*/
.fm-box.tel,
.fm-box.fax {
}
.fm-box.tel .moku,
.fm-box.fax .moku {
}
.fm-box.tel .reed,
.fm-box.fax .reed {
}
.fm-box.tel .reed .text,
.fm-box.fax .reed .text {
    margin-top: 3px;
}



/*///// ctego /////*/
.fm-box.ctego {
}
.fm-box.ctego .moku {
}
.fm-box.ctego .reed {
}
.fm-box.ctego .reed .blk {
    width: 50%;
    margin-right: 20px;
}
.fm-box.organ .reed .blk:last-of-type {
    margin-right: 0;
}
.fm-box.ctego .reed .fm-select {
    max-width: 500px;
}



/*///// frmat /////*/
.fm-box.frmat {
}
.fm-box.frmat .moku {
}
.fm-box.frmat .reed {
    padding-top: 25px;
    padding-bottom: 25px;
}
.fm-box.frmat .reed .blk {
    width: 50%;
}
.fm-box.frmat .reed .fm-select {
    max-width: 500px;
}



/*///// rihan /////*/
.fm-box.rihan {
}
.fm-box.rihan .moku {
}
.fm-box.rihan .reed {
}
.fm-box.rihan .reed .blk {
    width: 100%;
    max-width: 400px;
}
.fm-box.rihan .reed .rbtxt {
    margin-top: -5px;
}
.fm-box.rihan .reed .rbtxt p {
    font-size: 1.45rem;
    white-space: normal;
    margin: 0;
}

.fm-box.rihan .reed .flxare {
    padding: 10px 0;
}



/*///// entai /////*/
.fm-box.entai {
}
.fm-box.entai .moku {
}
.fm-box.entai .reed {
}
.fm-box.entai .reed .txtbox {
    height: 60px;
}
.fm-box.entai .rbtxt span {
    color: inherit;
}



/*///// edtor /////*/
.fm-box.edtor {
}
.fm-box.edtor .moku {
}
.fm-box.edtor .reed {
}
.fm-box.edtor .reed .txtbox {
    height: 100px;
}
.fm-box.edtor .reed .edtor-are {
    /*border: 1px solid #ccc;
    min-height: 400px;*/
    width: 100%;
}
.fm-box.edtor .reed .upbtn label {
    width: 150px;
}
.fm-box.edtor .rbtxt span {
    color: inherit;
}
.fm-box.edtor .tox-tinymce {
    min-height: 500px !important;
}

.fm-box.edtor .photo-area {
}
.fm-box.edtor .photo-area .photo-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1;
}
.fm-box.edtor .photo-area .photo-row .photo-del {
    margin-left: 10px;
}



/*///// prof /////*/
.fm-box.prof {
}
.fm-box.prof .moku {
}
.fm-box.prof .reed {
}
.fm-box.prof .reed .txtbox {
    height: 100px;
}



/*///// photo /////*/
.fm-box.photo {
}
.fm-box.photo .moku {
}
.fm-box.photo .reed {
}

.fm-box .reed.photo {
}
.fm-box .reed.photo li {
    margin-top: 15px;
}
.fm-box .reed.photo li:first-of-type {
    margin-top: 0;
}
.fm-box .reed.photo li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.4;
    color: #116cb5;
    margin-top: 6px;
}
.fm-box .reed.photo li a:hover span {
    text-decoration: underline;
}
.fm-box .reed.photo li a i {
    font-size: 22px;
}



/*///// docme /////*/
.fm-box.docme {
}
.fm-box.docme .moku {
}
.fm-box.docme .reed {
}

.fm-box .reed.docme {
}
.fm-box .reed.docme li {
    margin-top: 10px;
}
.fm-box .reed.docme li:first-of-type {
    margin-top: 0;
}
.fm-box .reed.docme li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #116cb5;
}
.fm-box .reed.docme li a:hover span {
    text-decoration: underline;
}
.fm-box .reed.docme li a i {
    font-size: 22px;
}


/*///// adurl /////*/
.fm-box.adurl {
}
.fm-box.adurl .moku {
}
.fm-box.adurl .reed {
    padding: 50px 20px;
}
.fm-box.adurl .reed p {
    margin-right: 10px;
}
.fm-box.adurl .reed input {
    width: 100%;
    max-width: 400px;
}



/*///// ocpat /////*/
.fm-box.ocpat {
}
.fm-box.ocpat .moku {
}
.fm-box.ocpat .reed {
}
.fm-box.ocpat .reed .blk {
    margin: 5px 0;
    margin-right: 30px;
}



/*///// orgchk（所属機関チェック） /////*/
.fm-box.orgchk {
    border-bottom: 1px solid #ccc;
}
.fm-box.orgchk .moku {
}
.fm-box.orgchk .reed {
    flex-wrap: wrap;
}
.fm-box.orgchk .reed .blk {
    flex: none;
    width: auto;
    padding: 5px 0;
    margin-right: 30px;
}
.fm-box.orgchk .reed .blk:last-of-type {
    margin-right: 0;
}
.fm-box.orgchk .davlu .subu {
    width: 120px;
}


/*///// kyochk（共同チェック） /////*/
.fm-box.kyochk {
}
.fm-box.kyochk .moku {
}
.fm-box.kyochk .reed {
}
.fm-box.kyochk .reed .flx {
    padding: 10px 0;
}


/*///// ocpat（職 種） /////*/
.fm-box.ocpat {
}
.fm-box.ocpat .moku {
}
.fm-box.ocpat .reed {
}
.fm-box.ocpat .reed .blk {
    margin: 5px 0;
    margin-right: 30px;
}



/*///// gakaichk（所属学会） /////*/
.fm-box.gakaichk {
}
.fm-box.gakaichk .moku {
}
.fm-box.gakaichk .reed {
}
.fm-box.gakaichk .reed .flx {
    padding: 10px 0;
}



/*///// ogone /////*/
.fm-box.ogone {
}
.fm-box.ogone .moku {
}
.fm-box.ogone .reed {
}
.fm-box.ogone .reed .flx {
    padding: 10px 0;
}


/*///// ogtwo /////*/
.fm-box.ogtwo {
}
.fm-box.ogtwo .moku {
}
.fm-box.ogtwo .reed {
}
.fm-box.ogtwo .reed .flx {
    padding: 10px 0;
}


/*///// dairichk /////*/
.fm-box.dairichk {
    border-top: 1px solid #ccc;
}
.fm-box.dairichk .moku {
}
.fm-box.dairichk .reed {
}



/*///// role /////*/
.fm-box.role {
}
.fm-box.role .moku {
}
.fm-box.role .reed {
    padding-bottom: 20px;
}
.fm-box.role input {
    width: 50%;
}



/*///// plus-are /////*/
.plus-are {
}
.plus-are .fm-box.organ {
}

.plus-are .fm-box.organ:nth-of-type(n+3) {
    border-top: 0;
}



/*///// kyodo-are /////*/
.kyodo-are {
}
.kyodo-are .list {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.kyodo-are .list:nth-of-type(1) {
    margin-top: 0;
}
.kyodo-are .list.rowupdown-row {
    margin-top: 0;
}
.kyodo-are .list.rowupdown-row:nth-of-type(n+4) {
    margin-top: 10px;
}

.kyodo-are .smoku {
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 220px;
    font-feature-settings: "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    border-left: 1px solid #ccc;
}
.kyodo-are .smoku .mtxt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    line-height: 1.2;
}
.kyodo-are .smoku .hisu {
    font-size: 1.0rem;
    line-height: 1;
    padding: 5px 4px;
    border-radius: 3px;
    background-color: #DF2528;
    color: #ffffff;
    height: auto;
    white-space: nowrap;
    margin-left: auto;
    align-self: center;
}

.kyodo-are .sreed {
    width: 100%;
}
.kyodo-are .sreed .moku {
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}
.kyodo-are .sreed .fm-box:last-of-type {
    border-bottom: 0;
}

.kyodo-are .fm-box.orgchk {
    border-top: 0;
    border-bottom: 0;
}
.kyodo-are .fm-box.orgchk .subu {
    flex-shrink: 0;
    width: 220px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 20px 10px;
}
.kyodo-are .fm-box.orgchk .reed .blk {
    flex: none;
    width: auto;
    padding: 5px 0;
    margin-right: 30px;
}

.kyodo-are .sreed .moku .hisu {
    margin-left: initial;
}
.kyodo-are .sreed .moku .mtxt {
    display: block;
}


/*///// 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;
}
.docme-tbl tbody tr {
    border-bottom: 1px solid #cccccc;
}
.docme-tbl tbody tr:last-of-type {
    border-bottom: none;
}

/*///// input type /////*/
input.wid {
    max-width: none;
}

input.pass {
    width: 350px;
}

input.zip {
    max-width: 130px;
}
input.zipa {
    max-width: 70px;
}
input.zipb {
    max-width: 80px;
}
/*
input.nmber {
    max-width: 400px;
}*/
input.nmber {
    max-width: 80px;
}

input.type1 {
    max-width: 150px;
}

/*///// textarea type /////*/
textarea.type1 {
    min-height: 100px;
}
textarea.type1_5 {
    min-height: 150px;
}
textarea.type2 {
    min-height: 200px;
}
textarea.type2_5 {
    min-height: 250px;
}
textarea.type3 {
    min-height: 300px;
}
textarea.type3_5 {
    min-height: 350px;
}
textarea.type4 {
    min-height: 400px;
}
textarea.type4_5 {
    min-height: 450px;
}
textarea.type5 {
    min-height: 500px;
}


/* 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;
}


/* form-are lst-blk
===================================*/
.fm-box .tai {
    background-color: #eee;
    border: 1px solid #bbb;
    border-bottom: none;
    text-align: center;
    width: 100%;
    max-width: 200px;
    padding: 15px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-are .lst-blk {
    padding: 20px 0;
}
.form-are .lst-blk:first-of-type {
    padding-top: 25px;
}
.form-are .lst-blk:last-of-type {
    padding-bottom: 25px;
}

.form-are .lst-blk .fm-box .moku {
    background: none;
    border-right: none;
}
.form-are .lst-blk .fm-box.txt {
    font-size: 1.45rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding: 20px;
    padding-bottom: 0;
}

.form-are .lst-blk .fm-box.docme {
    padding: 20px;
    padding-bottom: 0;
}
.form-are .lst-blk .fm-box.docme ul {
    margin-top: 20px;
}
.form-are .lst-blk .fm-box.docme ul:first-of-type {
    margin-top: 0;
}
.form-are .lst-blk .fm-box.docme li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.form-are .lst-blk .fm-box.hyoka {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 0;
}
.form-are .lst-blk .fm-box.hyoka .fm-radio .blk {
    margin-right: 50px;
}
.form-are .lst-blk .fm-box.hyoka .fm-radio label {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-are .lst-blk .fm-box.hyoka .txt {
    padding-top: 30px;
}
.form-are .lst-blk .fm-box.hyoka .txt strong {
    font-size: 1.45rem;
    color: #138aca;
}
.form-are .lst-blk .fm-box.hyoka .txt p {
    padding-top: 5px;
    line-height: 1.6;
}

.form-are .lst-blk .fm-box.comment {
    padding-top: 10px;
}
.form-are .lst-blk .fm-box.comment textarea {
    width: 100%;
    min-height: 300px;
    padding: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.form-are .file-btn {
    padding-top: 20px;
    padding-right: 12px;
    /*margin-bottom: -15px;*/
}
.file-btn {
    display: -webkit-flex;
    display: flex;
    flex: auto;
}
.file-btn.rigaut {
    margin-left: auto;
    flex: none;
}
.file-btn .btnbox {
    padding: 0 8px;
}
.file-btn .lef {
}
.file-btn .rig {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
}

.file-btn .lef a.butn.file,
.file-btn .rig a.butn.file {
    font-size: 1.3rem;
}

.file-btn .lnk {
    padding-left: 20px;
}
.file-btn .lnk a {
    font-size: 1.35rem;
    line-height: 1;
    color: #138aca;
    border: 1px solid #2899d7;
    /*background-color: #eeeeee;*/
    border-radius: 30px;
    display: -webkit-inline-flex;
    display: inline-flex;
    min-width: 74px;
    min-height: 34px;
    padding: 3px 6px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.file-btn .lnk a span {
    align-self: center;
    margin: auto;
}
.file-btn .lnk a:hover {
    background-color: #2899d6;
    color: #fff;
}

.auxy-are .file-btn {
    padding-right: 10px;
}


/* form-are.output
===================================*/
.form-are.output {
    padding: 20px;
    border: 1px solid #cccccc;
}
.form-are.output .lst-blk {
    padding-top: 0;
}
.form-are.output .lst-blk:first-of-type {
    padding: 20px 0;
    padding-top: 0;
}

.form-are.output .lst-blk .fm-box {
    border: 0;
    border-bottom: 1px solid #ccc;
}
.form-are.output .lst-blk .fm-box:last-of-type.flxno {
    border-bottom: 0;
}

.form-are.output .lst-blk .fm-box .moku {
    background: none;
    /*border-right: none;*/
}
.form-are.output .lst-blk .fm-box.txt {
    font-size: 1.45rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding: 20px;
}

.form-are.output .lst-blk .fm-box .hyka-txt {
    padding: 20px;
}
.form-are.output .lst-blk .fm-box .hyka-txt strong {
    font-size: 1.45rem;
    color: #138aca;
}
.form-are.output .lst-blk .fm-box .hyka-txt p {
    padding-top: 5px;
    line-height: 1.6;
}

.form-are.output .fm-box {
    border: 0;
    border-top: 1px solid #ccc;
}
.form-are.output .fm-box:first-of-type {
    border-top: 0;
}
.form-are.output .fm-box .moku {
    border: 0;
    background: none;
    border-right: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-are.output .fm-box .reed {
    display: block;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-are.output .fm-box .reed p {
    margin: 0;
    padding: 0;
}

.form-are.output .fm-box ul.reed li {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    display: block;
}
.form-are.output .fm-box ul.reed li:first-of-type {
    padding-top: 0;
}

.form-are.output .fm-box ul.reed.pzro {
    padding: 0;
}
.form-are.output .fm-box ul.reed.pzro li {
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}
.form-are.output .fm-box ul.reed.pzro li:first-of-type {
    border-top: 0;
}

.form-are.output .fm-box ul.reed li a {
    color: #116cb5;
}
.form-are.output .fm-box ul.reed li a:hover {
    text-decoration: underline;
}

.form-are.output .fm-box ul.reed.docum,
.form-are.output .fm-box ul.reed.photo {
    line-height: 1.3;
}
.form-are.output .fm-box ul.reed.docum li a i,
.form-are.output .fm-box ul.reed.photo li a i {
    font-size: 20px;
}

.form-are.output .fm-box ul.reed.docum li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
}
.form-are.output .fm-box ul.reed.photo li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
    font-size: 1.4rem;
}

.form-are.output .fm-box .davlu .subu {
    /*border-left: 1px solid #ccc;*/
    border-right: 1px solid #ccc;
    background: none;
}

.form-are.output .review-text {
    border-bottom: 1px solid #cccccc;
}
.form-are.output .review-text:last-of-type {
    border-bottom: 0;
}


.fm-box.hyka {
    padding: 30px 0;
}
.fm-box.hyka .flx {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.fm-box.hyka .fm-radio .blk {
    margin-right: 40px;
    margin-left: 40px;
}
.fm-box.hyka .fm-radio label {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-are.output .tbl-blk {
    /*padding-bottom: 20px;*/
}
.form-are.output .tbl-blk table {
    border: none;
    min-height: inherit;
}
.form-are.output .tbl-blk table td {
    border-bottom: none;
    line-height: 1.6;
}
.form-are.output .tbl-blk thead th {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.form-are.output .tbl-blk tbody {
    border-top: 1px solid #cccccc;
}
.form-are.output .tbl-blk tbody:first-of-type {
    border-top: none;
}


/* btn-are
===================================*/
.btn-are {
    padding-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.btn-are.t20 {
    padding-top: 20px;
}
.btn-are.t40 {
    padding-top: 40px;
}
.btn-are.t60 {
    padding-top: 60px;
}
.btn-are.t80 {
    padding-top: 80px;
}

.btn-are.lef {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/*///// btn-one /////*/
.btn-one {
    height: 60px;
    width: 200px;
    border: none;
    color: #ffffff;
    background-color: #2899d6;
    border-radius: 6px;
}
.btn-one span {
    font-size: 1.5rem;
}
.btn-one:hover {
    color: #ffffff;
    background-color: #026da7;
}
.btn-one i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}
.btn-one.lef i {
    left: 10px;
    right: auto;
}

.lefbtn {
    margin: 0;
    margin-right: auto;
}
.rigbtn {
    margin: 0;
    margin-left: auto;
}

/*///// btn-next /////*/
.btn-next {
    height: 60px;
    width: 200px;
    border: none;
    color: #ffffff;
    background-color: #2899d6;
    border-radius: 6px;
    margin: 0 15px;
}
.btn-next span {
    font-size: 1.5rem;
}
.btn-next:hover {
    color: #ffffff;
    background-color: #026da7;
}
.btn-next i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

/*///// btn-retrn /////*/
.btn-retrn {
    height: 60px;
    width: 150px;
    border: none;
    background-color: #d4d4d4;
    border-radius: 6px;
    margin: 0 15px;
}
.btn-retrn span {
    font-size: 1.5rem;
}
.btn-retrn:hover {
    color: #ffffff;
    background-color: #989898;
}
.btn-retrn i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}
.btn-retrn.wid {
    width: 200px;
}

/*///// btn-logout /////*/
.btn-logout {
    height: 32px;
    width: auto;
    border: none;
    color: #ffffff;
    background-color: #aaa;
    border-radius: 3px;
    padding: 0 12px;
    font-weight: normal;
    font-size: 1.3rem;
}
.btn-logout span {
    font-size: 1.3rem;
}
.btn-logout:hover {
    color: #ffffff;
    background-color: #444359;
}

/*///// btn-set /////*/
.btn-set {
    height: 32px;
    width: auto;
    border: 1px solid #bbb;
    color: #888;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
}
.btn-set span {
    font-size: 1.3rem;
}
.btn-set:hover {
    color: #ffffff;
    background-color: #2899d6;
}

/*///// btn-adre /////*/
.btn-adre {
    width: auto;
    height: 32px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #ddd;
    border-radius: 3px;
    padding: 0 8px;
    font-weight: normal;
    font-size: 1.3rem;
}
.btn-adre:hover {
    color: #ffffff;
    background-color: #2899d6;
}

/*///// btn-delt /////*/
.btn-delt {
    width: auto;
    height: auto;
    border: none;
    margin-left: 10px;
    background: none;
}
.btn-delt:hover {
    color: #2899d6;
}
.btn-delt i {
}
.btn-delt span {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin: 0 !important;
}

/*///// btn-flow /////*/
.btn-flow {
    width: auto;
    border: none;
    color: #ffffff;
    background-color: #2899d6;
    border-radius: 5px;
    height: 45px;
    padding: 0 30px;
}
.btn-flow span {
    font-size: 1.35rem;
}
.btn-flow:hover {
    color: #ffffff;
    background-color: #026da7;
}

/*///// btn-stei /////*/
.btn-stei {
    color: #138aca;
    border: none;
    font-weight: normal;
    font-size: 1.4rem;
}
.btn-stei i {
    font-size: 2.0rem;
}
.btn-stei:hover span {
    text-decoration: underline;
}

/*///// btn-min /////*/
.btn-min {
    height: 40px;
    width: 150px;
    border: none;
    color: #ffffff;
    background-color: #2899d6;
    border-radius: 20px;
    margin-left: 30px;
}
.btn-min span {
}
.btn-min i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-size: 2.0rem;
}
.btn-min:hover {
    color: #ffffff;
    background-color: #026da7;
}


/* 利益相反　2019.11.19
===================================*/
.fm-box.rieki {
}
.fm-box.rieki li {
    display: -webkit-flex;
    display: flex;
}
.fm-box.rieki li {
    border-top: 1px solid #ccc;
}
.fm-box.rieki li:first-of-type {
    border-top: 0;
}

.fm-box.rieki .koum {
    flex-shrink: 0;
    width: 360px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #ccc;
    padding: 20px;
    line-height: 1.45;
    font-feature-settings : "palt";
    padding-right: 10px;
}

.fm-box.rieki .hisu {
    flex-shrink: 0;
    width: 130px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    padding: 20px;
}
.fm-box.rieki .hisu .blk:last-of-type {
    margin-top: 15px;
}

.fm-box.rieki .reed {
}

.fm-box.rieki .hed {
    background-color: #f6f6f6;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fm-box.rieki .hed .koum,
.fm-box.rieki .hed .hisu,
.fm-box.rieki .hed .reed {
    padding: 10px 20px;
    line-height: 1.3;
    font-feature-settings: normal;
}
.fm-box.rieki .hed .koum,
.fm-box.rieki .hed .hisu {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}


/* PDFファイル　2020.03.03
===================================*/
.coipdf-area {
}
.coipdf-area .photo-row {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}

.document-area {
}
.document-area .photo-row {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}



/* 履歴写真
===================================*/
.profphoto-area {
}
.profphoto-area .photo-row {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}



/* 追加
===================================*/

.lntop {
    border-top: 1px solid #ccc;
}
.lntop-no {
    border-top: none !important;
}
.lnbom {
    border-bottom: 1px solid #ccc;
}
.lnbom-no {
    border-bottom: none !important;
}




























