html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  color: #000;
  /* font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  min-width: 1000px;
  width: 100%;
}

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

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

input,
select {
  vertical-align: middle;
}

img {
  line-height: 1.0;
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}

.payment{
    margin: 30px auto; 
}

.payment-item{
    margin-top: 36px;
}

.payment h2 {
  background-color: #2547a1;
  border-radius: 15px;
  color: #fff;
  font-size: 35px;
  padding: 6px 0 6px 40px;
}

.payment h3 {
  border: 3px solid #30ad7e;
  color: #30ad7e;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  width: 300px;
}

.normal-font {
  font-size: 18px;
}

.normal-font.kisetsu-koshu{
    margin-bottom: 10px;
}

.nyuukai {
  font-size: 20px;
  font-weight: 800;
}

.pay-pic {
  margin-top: 25px;
  width: 90%;
}

.flow-ryoukin{
    margin-top: 20px;

}

.flow-ryoukin h4 {
  font-size: 20px;
}

.fee-tbl {
  border-collapse: collapse;
}

.fee-item {
  border: 2px solid #000;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
}

th.fee-item {
  font-weight: 500;
}

.dashed-line-right{
    border-right: 1px dashed #000;
}

.dashed-line-left{
    border-left: 1px dashed #000;
}

.fee-item .fs-small {
  font-size: 0.9em;
  font-weight: 400;
}

.nentyou table{
  border-collapse: collapse;
}