@charset "UTF-8";

/* flow-are
===================================*/
.flow-are {
    margin-bottom: 30px;
    margin-top: 20px;
}
.flow-are ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flow-are li {
    display: block;
    line-height: 1;
    text-align: center;
}
.flow-are li:nth-of-type(odd) {
    width: 100%;
}
.flow-are li:nth-of-type(even) {
    width: 25%;
}

.flow-are li span {
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    height: 42px;
    padding: 5px 10px;
    background-color: #e0e0e0;
    color: #555;
    border-radius: 30px;
    text-align: center;
    transition: all 0.2s ease-out;
    white-space: nowrap;
}
.flow-are li i {
    color: #aaa;
    padding: 0 5px;
}
.flow-are li.on span {
    background-color: #ffda72;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151144;
}

.flow-title {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
}
.flow-title h4 {
    font-size: 1.5rem;
    font-feature-settings : "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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 #107dc3;
    min-width: 210px;
    height: 45px;
    padding: 0 15px;
    color: #0155a0;
    background-color: #f5f5f5;
}


/* fm-box
===================================*/
.fm-box {
    display: -webkit-flex;
    display: flex;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.fm-box:last-of-type {
    border-bottom: 1px solid #ccc;
}
.fm-box.flxno {
    display: block;
}

.fm-box .moku {
    flex-shrink: 0;
    width: 100%;
    max-width: 210px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
    border-right: 1px solid #ccc;
    /*background-color: #f6f8fd;*/
    background-color: #f5f5f5;
    padding: 18px;
    padding-right: 12px;
    padding-left: 15px;
    color: #151144;
    font-size: 1.5rem;
}
.fm-box .moku span {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
}
.fm-box .moku .hisu {
    font-size: 2.2rem;
    line-height: 1;
    padding-left: 3px;
    color: #DF2528;
    position: relative;
    top: 2px;
}
.fm-box .moku small {
    font-size: 1.25rem;
    color: #DF2528;
}
.fm-box .moku.ue {
    padding-top: 30px;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.fm-box .moku p {
    line-height: 1;
}

.fm-box .reed {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
    padding: 18px;
    padding-left: 25px;
    line-height: 1.6;
    flex-wrap: wrap;
}
.fm-box .reed.flxno {
    display: block;
}

.fm-box .reed .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-right: 6px;
}


.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: #f5f5f5;
    width: 90px;
    padding: 10px;
    padding-left: 15px;
    font-size: 1.4rem;
    letter-spacing: normal;
    white-space: nowrap;
    font-feature-settings: "palt";
    color: #151144;
}

.fm-box .fm-radio li {
    margin-left: 50px;
}
.fm-box .fm-radio li:first-of-type {
    margin-left: 0;
}

.fm-box .reed .lilst {
    display: block;
}
.fm-box .reed .lilst li {
    display: -webkit-flex;
    display: flex;
}


/*///// error-are /////*/
.error-are {
    margin-bottom: 20px;
}
.error-are ul {
    padding: 15px 15px;
    border: 1px solid #e02300;
    background-color: #fdf4f5;
}
.error-are li {
    font-size: 1.4rem;
    color: #e02300;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4px;
}
.error-are li:last-of-type {
    margin-bottom: 0;
}
.error-are li:before {
    content: "\e8b2";
    font-family: 'Material Icons';
    font-size: 1.6rem;
    margin-right: 3px;
}
.error-are.min {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
}


/*///// koshin-are /////*/
.koshin-are {
    margin-bottom: 20px;
}
.koshin-are ul {
    padding: 15px 15px;
    border: 1px solid #3188e2;
    background-color: #f5faff;
}
.koshin-are li {
    font-size: 1.4rem;
    color: #3188e2;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.koshin-are li:before {
    content: "\e86c";
    font-family: 'Material Icons';
    font-size: 1.7rem;
    margin-right: 3px;
}

.koshin-are.top {
    margin-top: 30px;
}


/*///// nice-select /////*/
.fm-nice .nice-select {
    width: 100%;
    max-width: 400px;
}
.nice-select {
    /*background-color: #f7f7f7;*/
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    border: 1px solid #D1CDC6;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    white-space: nowrap;
    width: auto;
}
 .nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    background-color: #ffffff;
    border: 1px solid rgb(20 17 68 / 50%);
    box-shadow: 0 0 4px 0px rgb(20 17 68 / 50%);
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}

.nice-select.open .list {
    height: 300px;
    overflow: hidden;
    overflow: scroll;
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
      left: auto;
      right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 1px rgba(43, 43, 43, 0.2);
    border: 1px solid #D1CDC6;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    font-size: 1.4rem;
    letter-spacing: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
    height: 300px;
}
.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 1.3;
    list-style: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eee;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}




/*///// meberchk /////*/
.fm-box.meberchk .reed input {
    max-width: 170px;
}


/*///// meber /////*/
.fm-box.meber .reed input {
    max-width: 170px;
}


/*///// name kana /////*/
.fm-box.name .reed .blk,
.fm-box.kana .reed .blk {
    flex: 1;
}
.fm-box.name .reed .blk:first-of-type,
.fm-box.kana .reed .blk:first-of-type {
    margin-right: 15px;
}


/*///// syokusyu /////*/
.fm-box.syokusyu .fm-select {
    max-width: 355px;
}


/*///// paswd /////*/
.fm-box.paswd .reed .blk {
    flex: 1;
    max-width: 355px;
}
.fm-box.paswd .reed .switch {
    margin-left: 15px;
}


/*///// organ /////*/
.fm-box.organ .reed .blk {
    flex: 1;
}
.fm-box.organ .reed .blk:first-of-type {
    margin-right: 20px;
}
.fm-box.organ:last-of-type {
    border-bottom: 1px solid #ccc;
}


/*///// orgchk /////*/
.fm-box.orgchk .moku {
    width: 150px;
}
.fm-box.orgchk .davlu .subu {
    flex-shrink: 0;
    width: 100%;
    max-width: 210px;
}

.fm-box.orgchk .davlu .subu span {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
}

.fm-box.orgchk .reed.fm-check .blk:nth-of-type(n+3) {
    margin-left: 30px;
}


/*///// adrs /////*/
.fm-box.adrs {
}
.fm-box.adrs .moku {
}
.fm-box.adrs .reed .rtxt {
    margin-bottom: 3px;
}
.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 .adrs-one .zip {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.fm-box.adrs .reed li {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.fm-box.adrs .reed li:first-of-type {
    margin-top: 0;
}
.fm-box.adrs .reed li .adrtxt {
    flex-shrink: 0;
    width: 100%;
    max-width: 80px;
    margin-right: 10px;
    line-height: 1.2;
    font-size: 1.45rem;
}
.fm-box.adrs .reed .adrs-one button {
    margin-left: 15px;
}
.fm-box.adrs .reed li .blk {
    flex: auto;
}


/*///// cotct /////*/
.fm-box.cotct .reed .flx:first-of-type {
    margin-right: 50px;
}
.fm-box.cotct .reed .flx:last-of-type {
    margin-right: 0;
}


/*///// nmber /////*/
.fm-box.nmber .reed input {
    max-width: 355px;
}


/*///// order /////*/
.fm-box.order {
    display: block;
}
.fm-box.order .pho {
    margin-right: 20px;
}
.fm-box.order .txt {
    flex: 1;
}


/*///// shiharai /////*/
.fm-box.shiharai {
}


/*///// sanka /////*/
.fm-box.sanka {
}
.fm-box.sanka .reed ul {
}
.fm-box.sanka .reed li {
    margin-top: 15px;
}
.fm-box.sanka .reed li:first-of-type {
    margin-top: 0;
}
.fm-box.sanka .reed li:nth-of-type(4) label {
    line-height: 1.3;
}
.fm-box.sanka .reed label {
    padding-left: 30px;
}
.fm-box.sanka .reed span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}
.fm-box.sanka .reed small {
    margin-left: 3px;
    font-size: 1.3rem;
    color: #085cb5;
}


/*///// sankachk /////*/
.fm-box.sankachk {
}
.fm-box.sankachk .reed {
    padding-top: 20px;
}
.fm-box.sankachk .reed ul {
    display: -webkit-flex;
    display: flex;
}
.fm-box.sankachk .reed li {
    margin-left: 40px;
}
.fm-box.sankachk .reed li:first-of-type {
    margin-left: 0;
}
.fm-box.sankachk .reed label {
    padding-left: 26px;
}
.fm-box.sankachk .reed span {
    font-size: 1.4rem;
    margin-left: 5px;
}
.fm-box.sankachk .reed small {
    margin-left: 3px;
    font-size: 1.3rem;
    color: #085cb5;
}


/*///// sankasya /////*/
.fm-box.sankasya {
}
.fm-box.sankasya .reed {
    padding-top: 25px;
    padding-bottom: 25px;
}
.fm-box.sankasya .reed ul {
    display: -webkit-flex;
    display: flex;
}
.fm-box.sankasya .reed li {
    margin-left: 40px;
}
.fm-box.sankasya .reed li:first-of-type {
    margin-left: 0;
}
.fm-box.sankasya .reed label {
    padding-left: 26px;
}
.fm-box.sankasya .reed span {
    font-size: 1.4rem;
    margin-left: 5px;
}
.fm-box.sankasya .reed small {
    margin-left: 3px;
    font-size: 1.3rem;
    color: #085cb5;
}


/*///// birthdate /////*/
.fm-box.birthdate .reed .flx {
    -webkit-align-items: center;
    align-items: center;
    margin-right: 15px;
}
.fm-box.birthdate .reed .flx:last-of-type {
    margin-right: 0;
}
.fm-box.birthdate .reed .flx:nth-of-type(1) .fm-select {
    width: 125px;
}
.fm-box.birthdate .reed .flx .fm-select {
    width: 80px;
}

.fm-box.birthdate .reed .flx p {
    margin-left: 5px;
}
.fm-box.birthdate .reed .flx p.fm-select {
    margin-left: 0;
}


/*///// douichk /////*/
.fm-box.douichk {
}
.fm-box.douichk .reed {
    padding: 0;
}
.fm-box.douichk .reed ul {
    width: 100%;
}
.fm-box.douichk .reed li {
    padding: 18px;
    padding-left: 25px;
    border-top: 1px solid #ccc;
}
.fm-box.douichk .reed li:first-of-type {
    border: 0;
}
.fm-box.douichk .reed li .flx {
    margin-top: 15px;
}
.fm-box.douichk .reed li p {
    font-size: 1.4rem;
}
.fm-box.douichk .reed li p strong {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*///// entai /////*/
.fm-box.entai {
}
.fm-box.entai .rbtxt {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #222222;
}
.fm-box.entai .reed textarea {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 65px;
}


/*///// edtor /////*/
.fm-box.edtor {
}
.fm-box.edtor .rbtxt {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #222222;
}


/*///// reed・docme /////*/
.fm-box .docme {
}
.fm-box .docme label i {
    font-size: 2.0rem;
    margin-right: 3px;
}
.fm-box .docme .waku {
    border: 1px solid #ccc;
    background-color: #fdfbf1;
    padding: 10px 15px;
}
.fm-box .docme .mtxt {
    line-height: 1.3;
}
.fm-box .docme .waku a {
    margin-top: 10px;
}
.fm-box .docme .waku a i {
    font-size: 2.0rem;
}
.fm-box .docme .waku a span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #3188e2 inset;
}
.fm-box .docme .waku a:hover span {
    box-shadow: none;
}
.fm-box .docme .file {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.fm-box .upbtn-are {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}


/*///// input type /////*/
.blk.zip input.zip {
    max-width: 120px;
}
input.zip {
    max-width: 120px;
}
input.zipa {
    max-width: 60px;
}
input.zipb {
    max-width: 70px;
}
input.nmb {
    max-width: 60px;
}
input.pref {
    max-width: 120px;
}


/*///// text /////*/
.fm-box .rtxt,
.reed .rtxt {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    color: #5c5c5c;
    margin-bottom: 5px;
}
.fm-box .rbtxt,
.reed .rbtxt {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    color: #5c5c5c;
    margin-top: 5px;
}
.fm-box .rtxt.red,
.reed .rtxt.red,
.fm-box .rbtxt.red,
.reed .rbtxt.red {
    color: #e02300;
}
.fm-box .rtxt.blu,
.reed .rtxt.blu,
.fm-box .rbtxt.blu,
.reed .rbtxt.blu {
    color: #085cb5;
}

.mstxt {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
.mstxt b {
    font-size: 2.0rem;
    position: relative;
    top: 4px;
}

.mtxt {
    font-size: 1.35rem;
    line-height: 1.2;
}
.stxt {
    font-size: 1.3rem;
    line-height: 1.2;
}
.atxt {
    font-size: 1.45rem;
    line-height: 1.4;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.red {
    color: #e02300;
}
.blu {
    color: #085cb5;
}


/*///// megtxt /////*/
.megtxt {
}
.megtxt dt {
    font-size: 1.45rem;
    margin-left: -0.4em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.megtxt dd {
    font-size: 1.4rem;
    line-height: 1.4;
}


/* conf
===================================*/
.conf {
}
.conf .fm-box .moku {
    padding: 15px;
    padding-right: 12px;
    padding-left: 15px;
}
.conf .fm-box .reed {
    padding: 15px;
    padding-left: 25px;
}
.conf .reed.docme {
    display: block;
}
.conf .reed.docme a {
    display: -webkit-flex;
    display: flex;
}


/* entry-form
===================================*/
.entry .wrbody {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.entry-form {
}
.entry-form .form ul {
}
.entry-form .form li {
    padding-top: 25px;
}
.entry-form .form li .ptxt {
    color: #151144;
    line-height: 1.2;
    margin-bottom: 6px;
    margin-left: 10px;
}
.entry-form .form li .ptxt span {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-left: 15px;
    color: #e02300;
}


/* adre-btn
===================================*/
.adre-btn {
    border: 1px solid #b5b5b5;
    box-shadow: inset 1px 1px 1px #fff;
    padding: 0 7px;
    width: auto;
    height: 28px;
    font-size: 1.15rem;
    border-radius: 5px;
    color: #085cb5;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
}
.adre-btn:hover {
    box-shadow: none;
    background: #277ed8;
    color: #fff;
}

/* switch
===================================*/
.switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 30px;
}
.switch input {
    display: none;
}
.switch input:checked + .slider {
    background-color: #277ed8;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #277ed8;
}
.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: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}
.slider.round {
    border-radius: 4px;
    text-align: left;
}
.slider.round:before {
    border-radius: 2px;
}
.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;
}


/* sfm-box / reglist
===================================*/
.fm-box.prochk .moku {
    border-right: 0;
    background: none;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 160px;
    -webkit-justify-content: center;
    justify-content: center;
}
.fm-box.prochk .moku .hisu {
    margin-left: 15px;
}
.fm-box.prochk .reed {
}

.reglist {
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}
.sfm-box {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
}
.sfm-box .smoku {
    color: #15449c;
    font-size: 1.45rem;
    flex-shrink: 0;
    width: 110px;
    font-feature-settings: "palt";
    /*background-color: #f6f8fd;*/
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sfm-box .sreed {
    flex: 1;
}
.sfm-box .sreed .moku {
    max-width: 160px;
    padding: 13px;
    padding-left: 10px;
    padding-right: 5px;
}
.sfm-box .sreed .reed {
    padding: 13px;
    padding-left: 23px;
}


/* addton
===================================*/
/*
.addton {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 10px;
}
.addton button {
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
    padding: 0 15px;
    line-height: 1;
    margin: 0 5px;
    height: 28px;
    width: auto;
}
.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;
}

.addton .mess {
    margin-right: 5px;
}
.addton .mess p {
    font-size: 1.35rem;
    line-height: 1.3;
}
*/


/* plus-are
===================================*/
.plus-are {
}
.plus-are .fm-box:last-of-type {
    border-bottom: 1px solid #ccc;
}

/*///// addton /////*/
.addton {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 10px;
}
.addton button {
    border: 1px solid #c0c0c0;
    background-color: #f0f0f0;
    padding-left: 5px;
    padding-right: 12px;
    margin: 0;
    margin-left: 10px;
    line-height: 1;
    height: 28px;
    width: auto;
    border-radius: 20px;
}
.addton button span {
    font-size: 1.25rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.addton button:before {
    content: "";
    width: 22px;
    height: 22px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 1.3rem;
}
.addton button.down:before {
    content: "ー";
    font-size: 1.2rem;
}
.addton button.up:before {
    content: "＋";
    font-size: 1.5rem;
}
.addton button:hover {
    background-color: #2899d6;
    color: #ffffff;
}
.addton .mess {
    margin-right: 5px;
}
.addton .mess p {
    font-size: 1.35rem;
    line-height: 1.3;
}


/* document-area
===================================*/
.document-area {
}
.document-area .photo-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 6px;
}
.document-area .photo-row:last-of-type {
    margin-bottom: 15px;
}
.document-area.conf .photo-row:last-of-type {
    margin-bottom: 0;
}

.document-area .photo-row a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.document-area .photo-row span {
    line-height: 1.4;
}

.document-area .photo-row i {
    font-size: 2.0rem;
    margin-right: 3px;
}
.document-area .photo-row .photo-del {
    cursor: pointer;
    color: #a5a5a5;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.document-area .photo-row .photo-del:hover {
    color: #222222;
}
.document-area .photo-row .photo-del i {
    font-size: 2.4rem;
}


/* search-are
=====================================*/
.search_container{
    box-sizing: border-box;
    position: relative;
    border: 1px solid #bbb;
    padding: 3px 10px;
    border-radius: 20px;
    height: 38px;
    width: 260px;
    overflow: hidden;
}
.search_container input[type="text"]{
    border: none;
    height: 2.0em;
    background: none;
    padding: 0 5px;
    margin-right: -30px;
    width: calc(100% / 1 - 25px);
}
.search_container input[type="text"]:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}
.search_container input[type="submit"] {
    cursor: pointer;
    font-family: 'Material Icons';
    font-size: 1.8em;
    border: none;
    background: none;
    color: #3879D9;
    position: absolute;
    width: 1.8em;
    height: 38px;
    right: 0;
    top: -2px;
    outline: none;
    padding: 0;
}

.search-are {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.search-are .search-slct {
    margin-left: 15px;
}
.search-slct .fm-select select {
    padding-left: 20px;
    border-radius: 30px;
    background: 0;
    height: 38px;
}

.search-are .search-slct.long {
    margin-left: 0;
}
.search-slct.long .fm-select {
    width: 200px;
}


/* auxy-are
===================================*/
.auxy-are {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.auxy-are .dspy {
    margin-left: auto;
    align-self: flex-end;
}
.auxy-are .dspy .fm-select {
    min-width: auto;
}
.auxy-are .dspy .fm-select select {
    border-radius: 0;
    background-color: #f0f0f0;
    height: 30px;
}
.auxy-are .dspy.lef {
    margin-left: inherit;
}


/* dwnl-are
===================================*/
.dwnl-are {
    align-self: flex-end;
}
.dwnl-are ul {
    display: -webkit-flex;
    display: flex;
}
.dwnl-are ul li {
    margin-left: 20px;
}
.dwnl-are ul li:first-of-type {
    margin-left: 0;
}


/* 追加 2020.05.15
===================================*/
.fm-box.sanka-type-1-show {
    height: auto;
    transition: height 200ms;
    overflow: hidden;
}
.fm-box.sanka-type-1-show.row-hidden {
    pointer-events: none;
    height: 0;
    border-top: 0;
}

.form.one {
    border-bottom: 1px solid #ccc;
}
.form.one .fm-box:last-of-type {
    border-bottom: 0px;
}


/* 19回 日本口腔ケア学会
===================================*/
.fm-box .moku {
    color: #003880;
}
.fm-box .davlu .subu {
    color: #003880;
}
.kyodo-are .smoku {
    color: #003880;
}
.kyodo-none {
    padding: 30px 25px;
    border: 1px solid #ccc;
}

.fm-box.frmat .reed .fm-select,
.fm-box.ctego .reed .fm-select {
    width: auto;
    min-width: 360px;
}

/*/// edtor-are ///*/
.edtor-are .tox-tinymce {
    min-height: 470px !important;
}

/*/// kyodo-are ///*/
.kyodo-are {
}

.kyodo-are .list {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.conf .kyodo-are .list:first-of-type {
    margin-top: 0;
}

.kyodo-are .smoku {
    width: 150px;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-feature-settings: "palt";
    background-color: #f6f6f6;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-right: 0;
    color: #003880;
    font-size: 1.45rem;
    line-height: 1.2;
}
.kyodo-are .sreed {
    flex: 1;
}
.kyodo-are .smoku .hisu {
    font-size: 2.2rem;
    line-height: 1;
    padding-left: 3px;
    color: #DF2528;
    position: relative;
    top: 2px;
}
.kyodo-are .smoku .nmb {
    margin-left: 3px;
}

.kyodo-are .sreed .moku {
    width: 100%;
    max-width: 210px;
    padding-left: 10px;
    padding-right: 10px;
}




.fm-box.join .reed .mtxt {
    text-indent: -0.5em;
    padding-left: 0.5em;
}
















