@charset "UTF-8";

/* flow-are
===================================*/
.flow-are {
    margin-bottom: 30px;
    margin-top: 30px;
}
.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-weight: 500;
    font-size: 1.45rem;
    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;
    color: #151144;
}

.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: 600;
    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;
}*/
.flow-title h4 {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-feature-settings : "palt";
    font-weight: 600;
    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 #15449c;
    min-width: 190px;
    height: 45px;
    padding: 0 20px;
    color: #15449c;
}


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

.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 .hisu {
    font-size: 1.0rem;
    line-height: 1;
    padding: 3px 3px;
    border-radius: 3px;
    background-color: #DF2528;
    color: #ffffff;
    height: auto;
    white-space: nowrap;
    margin-left: auto;
}
.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 .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: 100px;
    padding: 10px;
    padding-left: 15px;
    font-size: 1.4rem;
    letter-spacing: normal;
    white-space: nowrap;
    font-feature-settings: "palt";
    color: #151144;
}



/*///// error-are /////*/
.error-are {
    margin-bottom: 20px;
}
.error-are ul {
    padding: 10px 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: 8px;
}
.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;
    position: relative;
}
.error-are.min {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
}


/*///// koshin-are /////*/
.koshin-are {
    margin-bottom: 20px;
}
.koshin-are ul {
    padding: 10px 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;
}


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


/*/// thak-are ///*/
.thak-are {
}
.thak-are .hedare {
}
.thak-are .hedare h3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}
.thak-are .hedare h3.min {
    font-size: 2.1rem;
}

.thak-are .hedare p {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    text-align: center;
}
.thak-are .area {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
}
.thak-are .bkhed {
}
.thak-are .bkhed ul {
}
.thak-are .bkhed li {
    font-size: 1.45rem;
    line-height: 1.4;
    margin-bottom: 8px;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.02em;
}
.thak-are .bkhed li a {
    display: inline;
    font-weight: 600;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 4px;
    font-feature-settings: "palt";
}
.thak-are .bkhed li a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}

.thak-are .bkhed li:before {
    content: "■";
    color: #17a2e1;
    margin-right: 3px;
}
.thak-are .bkfot {
    border: 1px solid #1e2b52;
    padding: 20px 15px;
    margin-top: 20px;
}
.thak-are .bkfot p {
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
.thak-are .bkfot .blk {
    margin-top: 20px;
}
.thak-are .bkfot .blk h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
}
.thak-are .bkfot .blk h3 span {
    padding-bottom: 2px;
}
.thak-are .bkfot .blk h3 a {
    font-size: 1.6rem;
    display: inline;
    padding-bottom: 2px;
    font-weight: 600;
    word-break: break-all;
    color: #085cb5;
}
.thak-are .bkfot .blk h3 a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}

.thak-are .txt-a {
    margin-top: 30px;
    text-align: center;
}
.thak-are .txt-a p {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    font-feature-settings: "pkna" 1;
}
.thak-are .txt-a p.waku {
    color: #e02300;
    background-color: #faf9e7;
    border: 1px solid #f3a893;
    padding: 15px 25px;
    display: inline-block;
    font-size: 1.55rem;
    letter-spacing: 0.03em;
}


/*///// lost /////*/
.thak-are.lost .hedare {
    text-align: center;
}
.thak-are.lost .hedare p {
    font-size: 1.65rem;
    display: inline;
    box-shadow: 0 0px 0 transparent inset, 0px -6px 0px #ffe871 inset;
    padding-bottom: 3px;
}

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


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


/*///// name kana /////*/
.fm-box.name .reed .blk,
.fm-box.kana .reed .blk {
    flex: 1;
    max-width: 170px;
}
.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;*/
    width: auto;
}


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


/*///// organ /////*/
.fm-box.organ .reed .blk {
    flex: 1;
}
.fm-box.organ .reed .blk:first-of-type {
}


/*///// 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: 10px;
    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: 600;
    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: 25px;
    padding-bottom: 25px;*/
}
.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.45rem;
    font-feature-settings: "pkna" 1;
}
.fm-box.douichk .reed li p strong {
    font-size: 1.5rem;
    font-weight: 600;
}


/*///// sankacost /////*/
.fm-box.sankacost {
}
.fm-box.sankacost .reed {
}
.fm-box.sankacost .reed .fm-select {
    max-width: 355px;
}
.fm-box.sankacost .reed .flx {
}
.fm-box.sankacost .reed .flx .tai {
    flex-shrink: 0;
    width: 110px;
}
.fm-box.sankacost .reed .flx input {
}


/*///// 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.6;
}
.fm-box .docme .waku a {
}
.fm-box .docme .waku a i {
    font-size: 2.0rem;
}
.fm-box .docme .waku a span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #3188e2 inset;
    padding-bottom: 2px;
}
.fm-box .docme .waku a:hover span {
    box-shadow: none;
}
.fm-box .docme .waku .indent span {
    font-weight: 600;
}
.fm-box .docme .waku .mstxt strong {
    color: #085cb5;
}

.fm-box .docme .file {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.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;
}

input.type1 {
    max-width: 600px;
}
input.type2 {
    max-width: 500px;
}
input.type3 {
    max-width: 400px;
}

textarea.heit {
    height: 42px;
}
textarea.heit1 {
    min-height: 100px;
}
textarea.heit2 {
    min-height: 200px;
}
textarea.heit3 {
    min-height: 300px;
}


/*///// adre-btn /////*/
.adre-btn {
    border: 1px solid #b5b5b5;
    background: #eee;
    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;
}
.adre-btn:hover {
    /*background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);*/
    box-shadow: none;
    background-color: #277ed8;
    color: #fff;
}


/*///// text /////*/
.fm-box .rtxt,
.reed .rtxt {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #5c5c5c;
}
.fm-box .rbtxt,
.reed .rbtxt {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-top: 5px;
    color: #5c5c5c;
}
.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;
    line-height: 1.4;
}
.fm-box .mstxt,
.reed .mstxt {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
.fm-box .mtxt,
.reed .mtxt {
    font-size: 1.35rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
.fm-box .stxt,
.reed .stxt {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
}
.fm-box .atxt,
.reed .atxt {
    font-size: 1.45rem;
    line-height: 1.4;
    font-weight: 600;
}
.fm-box strong,
.reed strong {
    font-weight: 600;
}

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


/* .conf
===================================*/
.conf {
}
.conf .form-two .fm-box .moku {
    padding: 15px;
    padding-right: 12px;
    padding-left: 15px;
}
.conf .form-two .fm-box .reed {
    padding: 15px;
    padding-left: 25px;
}
.conf .reed.docme {
    display: block;
}
.conf .reed.docme a {
    display: -webkit-flex;
    display: flex;
}
.conf .fm-box .moku,
.conf .fm-box .reed {
    padding-top: 15px;
    padding-bottom: 15px;
}
.conf .fm-box.douichk .reed li {
    padding: 0;
    padding-left: 25px;
}


/* entry-form
===================================*/
.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;
}


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


/* document-area（2020.05.15）
===================================*/
.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;
}


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


/* 追加 2022.05.29
===================================*/
.form .kaisai {
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 18px;
}
.form .kaisai .pho {
    max-width: 180px;
    margin-right: 30px;
}
.form .kaisai .txt {
}
.form .kaisai .txt dl {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.form .kaisai .txt dl:last-of-type {
    margin-bottom: 0;
}
.form .kaisai .txt dl dt {
    line-height: 1.5;
    font-weight: 600;
    flex-shrink: 0;
    width: 120px;
    text-align: center;
    background-color: #daeef6;
    padding: 3px;
    margin-right: 10px;
    display: table;
}
.form .kaisai .txt dl dt span {
    display: table-cell;
    vertical-align: middle;
}

.form .kaisai .txt dl dd {
    line-height: 1.5;
    padding: 3px;
}
.form .kaisai .txt dl dd em {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #085cb5;
    font-style: normal;
}


.fm-box.yakusyoku .reed input {
    max-width: 355px;
}





























