/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
dl {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
    border: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

* {
    box-sizing: border-box
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.5
}

button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif
}

#wrap {
    min-width: 1240px;
    width: 100%;
    overflow: hidden;
    position: relative
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}

.inner {
    width: 1200px;
    margin: 0 auto
}

header {
    padding: 20px 0 10px
}

header .dsFlex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .dsFlex .left h1 {
    font-size: 30px;
    padding: 0;
    margin: 0
}

header .dsFlex .right {
    text-align: right
}

header .dsFlex .right a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #666;
    position: relative
}

header .dsFlex .right a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #666;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px
}

header .dsFlex .right a:hover {
    text-decoration: none
}

footer {
    background-color: #ccc;
    padding: 40px 0
}

footer .copy {
    font-size: 14px;
    text-align: center
}

.lineHd01 {
    background-color: #00B187;
    padding: 36px 40px 34px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px
}

.flow {
    margin-bottom: 20px
}

.flow ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: stretch;
    border-radius: 30px;
    border: 1px solid #00B187;
    overflow: hidden
}

.flow li {
    padding: 10px 40px 9px;
    list-style: none;
    min-width: 8em;
    text-align: center;
    position: relative
}

.flow li:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 20px solid #00B187;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -8px
}

.flow li:first-child:before {
    display: none
}

.formTpl .flow li:nth-child(1) {
    background-color: #EFF6FC;
    color: #00B187;
    font-weight: 700
}

.confirmTpl .flow li:nth-child(1) {
    background-color: #EFF6FC
}

.confirmTpl .flow li:nth-child(2) {
    background-color: #EFF6FC;
    color: #00B187;
    font-weight: 700
}

.endTpl .flow li:nth-child(1),
.endTpl .flow li:nth-child(2) {
    background-color: #EFF6FC
}

.endTpl .flow li:nth-child(3) {
    background-color: #EFF6FC;
    color: #00B187;
    font-weight: 700
}

.iconCheck {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    overflow: hidden;
    position: relative
}

.iconCheck input {
    position: absolute;
    left: -999px;
    top: 0
}

.iconCheck .txt {
    padding-left: 45px
}

.iconCheck .txt:before {
    content: "";
    display: block;
    border: 2px solid #aaa;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.iconCheck input:checked+.txt {
    font-weight: 700
}

.iconCheck input:checked+.txt:after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 9px;
    top: 50%;
    border-bottom: 4px solid #00B187;
    border-right: 4px solid #00B187;
    margin-top: -12px;
    transform: rotate(45deg)
}

.iconRadio {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    overflow: hidden;
    position: relative
}

.iconRadio input {
    position: absolute;
    left: -999px;
    top: 0
}

.iconRadio .txt {
    padding-left: 45px
}

.iconRadio .txt:before {
    content: "";
    display: block;
    border: 2px solid #aaa;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.iconRadio input:checked+.txt:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 50%;
    background-color: #00B187;
    margin-top: -10px;
    border-radius: 50%
}

.checkboxWrap {
    margin-left: -20px;
    margin-top: -10px
}

.checkboxWrap .iconRadio,
.checkboxWrap .iconCheck {
    margin: 10px 0 0 20px
}

.visualSelect {
    position: relative;
    width: 40%;
    border: 1px solid #aaa;
    border-radius: 4px;
    overflow: hidden
}

.visualSelect select {
    width: 100%;
    border: none;
    padding: 10px 20px;
    -webkit-appearance: none;
    border-radius: 4px
}

.visualSelect:after {
    content: "";
    display: block;
    pointer-events: none;
    width: 0;
    height: 0;
    border-width: 12px 6px 0 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: transparent;
    border-top-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px
}

.privacyBlock {
    padding-bottom: 120px
}

.privacyBlock p {
    margin: 0.6em 0
}

.privacyBlock h2 {
    border-bottom: 1px solid #0075C7;
    margin-top: 1.5em
}

.privacyBlock h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em
}

.privacyBlock>ol {
    padding-left: 0;
    margin-left: 0.5em
}

.privacyBlock li {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em
}

.privacyBlock ul {
    margin-left: 0.5em
}

.privacyBlock ul ul {
    margin-left: 1em;
    margin-bottom: 0.3em
}

input[type="text"] {
    border: 1px solid #aaa;
    padding: 10px 10px;
    border-radius: 4px;
    width: 400px
}

.inlineLable input[type="text"] {
    width: 198px
}

.visualSelect {
    width: 400px
}

input.size100 {
    width: 100%
}

textarea {
    border: 1px solid #aaa;
    padding: 10px 20px;
    border-radius: 4px;
    height: 300px
}

.formBlock {
    padding-bottom: 100px
}

.infoDl {
    margin-bottom: 40px
}

.infoDl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px
}

.infoDl dd {
    margin: 0
}

.infoDl dd li {
    line-height: 1.7
}

.req,
.any,
.none {
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 6px 10px;
    margin-right: 12px;
    width: 46px;
    text-align: center
}

.any {
    background-color: #87A4B9
}

.req {
    background-color: #E88E7D
}

.inlineNote {
    display: inline-block;
    font-weight: 700;
    margin: 0
}

label+.inlineNote {
    margin-left: 30px
}

.fz12 {
    font-size: 12px
}

.formTable {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #000;
    border-collapse: collapse
}

.formTable th {
    background-color: #F2F0EC;
    padding: 14px 20px;
    width: 20%;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle
}

.formTable th.vaTop {
    vertical-align: top
}

.formTable td {
    padding: 14px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.setAddressBtn {
    margin-left: 20px;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
    background-color: #aaa;
    transition: opacity 0.3s ease
}

.setAddressBtn:hover {
    opacity: 0.7
}

.btnWrap {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnWrap a,
.btnWrap button {
    display: block;
    margin: 0 auto;
    border: none;
    background: none;
    transition: opacity ease 0.3s
}

.btnWrap a:hover,
.btnWrap button:hover {
    opacity: 0.7
}

.btnWrap .submitBtn {
    background-color: #00B187;
    text-align: center;
    width: 600px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 26px 0px 24px;
    border-radius: 40px;
    position: relative
}

.btnWrap .submitBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(-45deg)
}

.btnWrap .returnBtn {
    background-color: #87A4B9;
    text-align: center;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 0px 12px;
    border-radius: 40px;
    position: relative;
    color: #fff;
    text-decoration: none
}

.btnWrap .returnBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg)
}

.sizeName {
    width: 20%
}

.sizeZip {
    width: 20%
}

.sizeComment {
    width: 70%
}

p.error,
label.error {
    margin: 0;
    display: block;
    color: #e10000;
    font-weight: 700;
    padding-bottom: 10px
}

.endTextWrap {
    padding: 20px 0 160px
}

.title-wrap {
    display: flex;
    background-color: #00B187;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.title-wrap .hd01 {
    font-size: 24px;
    color: #fff;
    padding-left: 40px
}

.title-wrap .flow {
    margin-bottom: 0;
    margin-right: 40px
}

.title-wrap .flow li {
    background-color: #fff
}

.hd03 {
    margin: 50px 0 20px;
    color: #8C7755;
    font-size: 18px;
    font-weight: 700;
    border-left: 4px solid #8C7755;
    line-height: 2;
    padding-left: 10px
}

.formTable2 .align-right {
    text-align: right
}

.formTable2 th {
    width: 8%;
    padding: 10px
}

.formTable2 td {
    padding: 10px
}

.formTable2 .shin {
    padding: 10px;
    vertical-align: top
}

.formTable2 .big {
    font-size: 16px
}

.formTable2 .green {
    color: #2A7D3E
}

.formTable2 .light-green {
    color: #41B187
}

.formTable2 .num {
    background-color: #F2F0EC;
    text-align: center
}

.formTable2 .small {
    margin-top: 3px;
    font-size: 12px;
    display: block;
    line-height: 1.3
}

.formTable2 .pref-tr {
    display: none
}

.formTable2 .pref-tr.active {
    display: table-row
}

.pref-wrap .iconCheck {
    min-width: 104px
}

label.error {
    font-size: 11px
}

.sum-tr td {
    text-align: right
}

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
dl {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
    border: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

* {
    box-sizing: border-box
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.5
}

button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif
}

#wrap {
    min-width: 1240px;
    width: 100%;
    overflow: hidden;
    position: relative
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}

.inner {
    width: 1200px;
    margin: 0 auto
}

header {
    padding: 20px 0 10px
}

header .dsFlex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .dsFlex .left h1 {
    font-size: 30px;
    padding: 0;
    margin: 0
}

header .dsFlex .right {
    text-align: right
}

header .dsFlex .right a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #666;
    position: relative
}

header .dsFlex .right a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #666;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px
}

header .dsFlex .right a:hover {
    text-decoration: none
}

footer {
    background-color: #ccc;
    padding: 40px 0
}

footer .copy {
    font-size: 14px;
    text-align: center
}

.lineHd01 {
    background-color: #00B187;
    padding: 36px 40px 34px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px
}

.flow {
    margin-bottom: 20px
}

.flow ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: stretch;
    border-radius: 30px;
    border: 1px solid #00B187;
    overflow: hidden
}

.flow li {
    padding: 10px 40px 9px;
    list-style: none;
    min-width: 8em;
    text-align: center;
    position: relative
}

.flow li:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 20px solid #00B187;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -8px
}

.flow li:first-child:before {
    display: none
}

.formTpl .flow li:nth-child(1) {
    background-color: #EFF6FC;
    color: #00B187;
    font-weight: 700
}

.confirmTpl .flow li:nth-child(1) {
    background-color: #EFF6FC
}

.confirmTpl .flow li:nth-child(2) {
    background-color: #EFF6FC;
    color: #00B187;
    font-weight: 700
}

.endTpl .flow li:nth-child(1),
.endTpl .flow li:nth-child(2) {
    background-color: #EFF6FC
}

.endTpl .flow li:nth-child(3) {
    background-color: #EFF6FC;
    color: #00B187;
    font-weight: 700
}

.iconCheck {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    overflow: hidden;
    position: relative
}

.iconCheck input {
    position: absolute;
    left: -999px;
    top: 0
}

.iconCheck .txt {
    padding-left: 45px
}

.iconCheck .txt:before {
    content: "";
    display: block;
    border: 2px solid #aaa;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.iconCheck input:checked+.txt {
    font-weight: 700
}

.iconCheck input:checked+.txt:after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 9px;
    top: 50%;
    border-bottom: 4px solid #00B187;
    border-right: 4px solid #00B187;
    margin-top: -12px;
    transform: rotate(45deg)
}

.iconRadio {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    overflow: hidden;
    position: relative
}

.iconRadio input {
    position: absolute;
    left: -999px;
    top: 0
}

.iconRadio .txt {
    padding-left: 45px
}

.iconRadio .txt:before {
    content: "";
    display: block;
    border: 2px solid #aaa;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.iconRadio input:checked+.txt:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 50%;
    background-color: #00B187;
    margin-top: -10px;
    border-radius: 50%
}

.checkboxWrap {
    margin-left: -20px;
    margin-top: -10px
}

.checkboxWrap .iconRadio,
.checkboxWrap .iconCheck {
    margin: 10px 0 0 20px
}

.visualSelect {
    position: relative;
    width: 40%;
    border: 1px solid #aaa;
    border-radius: 4px;
    overflow: hidden
}

.visualSelect select {
    width: 100%;
    border: none;
    padding: 10px 20px;
    -webkit-appearance: none;
    border-radius: 4px
}

.visualSelect:after {
    content: "";
    display: block;
    pointer-events: none;
    width: 0;
    height: 0;
    border-width: 12px 6px 0 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: transparent;
    border-top-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px
}

.privacyBlock {
    padding-bottom: 120px
}

.privacyBlock p {
    margin: 0.6em 0
}

.privacyBlock h2 {
    border-bottom: 1px solid #0075C7;
    margin-top: 1.5em
}

.privacyBlock h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em
}

.privacyBlock>ol {
    padding-left: 0;
    margin-left: 0.5em
}

.privacyBlock li {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em
}

.privacyBlock ul {
    margin-left: 0.5em
}

.privacyBlock ul ul {
    margin-left: 1em;
    margin-bottom: 0.3em
}

.note {
    color: #e10000;
    font-weight: 700
}

.cell {
    padding: 10px 20px
}

button {
    cursor: pointer
}

.descWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.descWrap .csvBtnWrap {
    width: 300px
}

.descWrap .csvBtnWrap a {
    display: block;
    background: linear-gradient(to bottom, #Fff, #ddd);
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #333
}

.descWrap .csvBtnWrap a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    border: 4px solid transparent;
    border-top: 8px solid #333;
    border-bottom: none;
    margin-top: -4px
}

.descWrap .csvBtnWrap a:after {
    content: "";
    display: block;
    width: 8px;
    height: 0px;
    border-bottom: 2px solid #333;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 4px
}

.descWrap .csvBtnWrap a:hover {
    border-color: #00B187;
    background: linear-gradient(to bottom, #Fff, rgba(0, 177, 135, 0.5))
}

.noPost {
    font-size: 16px;
    font-weight: 700;
    height: 200px
}

.resultList>li {
    border: 2px solid #707070
}

.resultList>li+li {
    margin-top: 30px
}

.resultList dl {
    display: flex
}

.resultList dt {
    font-size: 14px;
    font-weight: 700;
    padding-right: 20px
}

.resultList dd {
    margin: 0
}

.resultList .dsRow {
    display: flex
}

.resultList .dsRow .left,
.resultList .dsRow .right {
    display: flex;
    width: 50%;
    flex-wrap: wrap
}

.resultList .nameRow .left {
    padding: 10px 20px;
    width: 43%
}

.resultList .nameRow .left>div {
    display: flex;
    align-items: center
}

.resultList .nameRow .date {
    color: #00B187;
    font-weight: 700;
    padding-right: 30px
}

.resultList .nameRow .name ruby {
    font-size: 20px;
    font-weight: 700
}

.resultList .nameRow .name rt {
    font-size: 14px;
    font-weight: 400
}

.resultList .nameRow .right {
    border-left: 1px dotted #020202;
    width: 57%
}

.resultList .nameRow .right .row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px
}

.resultList .nameRow .right .row+.row {
    border-top: 1px dotted #020202
}

.resultList .nameRow .right dl {
    width: 50%
}

.resultList .companyRow {
    border-top: 1px dotted #020202;
    border-bottom: 1px dotted #020202;
    padding: 10px 20px
}

.resultList .companyRow .right {
    padding-left: 20px
}

.resultList .companyRow .right dl {
    width: 50%
}

.resultList .productRow {
    border-bottom: 3px double #020202;
    padding: 10px 20px;
    flex-direction: column
}

.resultList .productRow p {
    margin: 0
}

.resultList .commentRow .stateWrap3 {
    background-color: #E7F3FC
}

.resultList .commentRow .stateWrap3 .stateIcon {
    background-color: #0075C7
}

.resultList .commentRow .stateWrap2 {
    background-color: #F2FCF9
}

.resultList .commentRow .stateWrap2 .stateIcon {
    background-color: #07DBD3
}

.resultList .commentRow .stateWrap1 {
    background-color: #FCEAE7
}

.resultList .commentRow .stateWrap1 .stateIcon {
    background-color: #FF0000
}

.resultList .commentRow .left {
    padding: 20px;
    align-items: flex-start;
    flex-direction: column
}

.resultList .commentRow .right {
    padding: 20px;
    border-left: 2px solid #707070;
    align-items: flex-start;
    flex-direction: column
}

.resultList .commentRow .btnRow {
    width: 100%;
    display: flex;
    align-items: center
}

.resultList .commentRow .btnRow .status {
    width: 30%
}

.resultList .commentRow .btnRow .buttonWrap {
    width: 70%;
    padding-left: 20px
}

.resultList .commentRow .btnRow .buttonWrap button {
    border: none;
    background: none;
    background: linear-gradient(to bottom, #Fff, #ddd);
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 6px 0
}

.resultList .commentRow .btnRow .buttonWrap button:hover {
    border-color: #00B187;
    background: linear-gradient(to bottom, #Fff, rgba(0, 177, 135, 0.5))
}

.resultList .commentRow .btnRow .stateIcon {
    display: block;
    height: 100%;
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.resultList .commentRow .listRow {
    width: 100%;
    padding-top: 20px
}

.resultList .commentRow .listRow li {
    padding: 10px 0
}

.resultList .commentRow .listRow li+li {
    border-top: 1px dotted #707070
}

.resultList .commentRow .listRow li dl {
    display: block;
    position: relative;
    padding-right: 94px;
    min-height: 30px
}

.resultList .commentRow .listRow li dt {
    font-weight: 400
}

.resultList .commentRow .listRow li .btn {
    position: absolute;
    top: 0;
    right: 0
}

.resultList .commentRow .listRow li .btn button {
    border: none;
    background: none;
    background: linear-gradient(to bottom, #A7A7A7, #696969);
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 90px;
    padding: 6px 0;
    color: #fff
}

.resultList .commentRow .listRow li .btn button:hover {
    border-color: #000;
    background: linear-gradient(to bottom, #696969, #000)
}

.resultList .commentRow .listRow li .btn button span {
    padding-left: 24px;
    position: relative
}

.resultList .commentRow .listRow li .btn button span:before {
    content: "";
    display: block;
    width: 12px;
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg)
}

.resultList .commentRow .listRow li .btn button span:after {
    content: "";
    display: block;
    width: 12px;
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg)
}

footer {
    margin-top: 120px
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center
}

.overlay.active {
    display: flex
}

.fhModalWrap {
    border: 1px solid #707070;
    border-radius: 6px;
    background-color: #fff;
    padding: 40px;
    position: relative
}

.fhModalWrap .closeBtnWrap {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    right: -20px;
    top: -20px
}

.fhModalWrap .closeBtnWrap button {
    background: none;
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 5px
}

.fhModalWrap table {
    width: 600px
}

.fhModalWrap table th {
    padding: 8px 0;
    vertical-align: top;
    text-align: right;
    padding-right: 20px
}

.fhModalWrap table td {
    padding: 8px 0;
    vertical-align: top
}

.fhModalWrap table .targetTd {
    font-size: 15px;
    font-weight: 700
}

.fhModalWrap table .number {
    color: #00B187;
    margin-right: 10px
}

.fhModalWrap input[type="text"],
.fhModalWrap textarea {
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 3px;
    padding: 10px 20px
}

.fhModalWrap textarea {
    width: 450px;
    height: 200px;
    line-height: 1.5
}

.fhModalWrap .btnRow {
    margin-top: 20px
}

.fhModalWrap .btnRow button {
    border: none;
    background: none;
    background: linear-gradient(to bottom, #Fff, #ddd);
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 60%;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0
}

.fhModalWrap .btnRow button:hover {
    border-color: #00B187;
    background: linear-gradient(to bottom, #Fff, rgba(0, 177, 135, 0.5))
}

.result-table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse
}

.result-table .align-right {
    text-align: right
}

.result-table .align-center {
    text-align: center
}

.result-table th {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #F2F0EC;
    color: #8C7755;
    font-weight: 700
}

.result-table td {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.result-table td.break {
    overflow-wrap: break-word;
}

.table-btn {
    display: block;
    background: linear-gradient(to bottom, #Fff, #ddd);
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #333
}

.table-btn.xls-btn:hover {
    border-color: #00B187;
    background: linear-gradient(to bottom, #Fff, rgba(0, 177, 135, 0.5))
}

.table-btn.remove-btn {
    background: none;
    background-color: #e88e7d;
    font-size: 14px;
    border-radius: 10px
}

.table-btn.remove-btn:hover {
    border-color: #e88e7d;
    background-color: rgba(232, 142, 125, 0.12)
}