@charset "utf-8";

body {
font-family:'roboto',"Hiragino Kaku Gothic ProN",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-size: 1.8rem;/* 1.4rem=14px */
}

/*------------------------------------
header nav
--------------------------------------*/

.lp-header {
background: #caedff;
position: relative;
overflow: hidden;
}
.picture {
position: absolute;
bottom: -2rem;
left: -4.5rem;
width: 25vw;
}
h1.knowmxn {
text-align: center;
margin-bottom: 0;
}

@media (min-width: 768px) {
.lp-header {
background:
url( "../images/sabo.png") bottom right no-repeat,
url( "../images/bg-top.png") center center no-repeat #caedff;
background-size: 18vw, cover;
}

h1.knowmxn {
padding: 0 6rem;
}
}
@media (min-width: 1200px) {
.picture {
position: absolute;
bottom: 0;
left: calc(50vw - 650px);
width: 330px;
}
h1.knowmxn {
padding: 0;
}
h1.knowmxn img {
margin-left: 8rem;
}
}


/*------------------------------------
text
--------------------------------------*/
@media (min-width: 768px) {
h1 {font-size: 3rem;}
h2 {font-size: 2.8rem;}
h3 {font-size: 2.25rem;}
h5{font-size: 1.65rem;}

}


/*------------------------------------
Contents
--------------------------------------*/
/*menu*/
.menu-title {
background: #107690;
padding: 1.5rem 3rem;
color: #fff;
font-size: 2rem;
font-weight: bolder;
line-height: 1.2;
margin-bottom: 0;
}
.menu-area {
border: 3px solid #107690;
padding: 1.5rem 1rem 1.5rem 0;
}
ol.menu a {
color: #1f8ede;
border-bottom: 1px solid  #1f8ede;
padding-bottom: 0.1px;
}
ol.menu a:hover {
opacity: .8;
}

ol.menu {
counter-reset: hl_count;
list-style: none;
}
ol.menu > li {
counter-increment: hl_count;
}
ol.menu > li:before{
content: counters(hl_count, "-")
}

ol.menu > li {
margin-top: .5em;
padding-left: 1em;
text-indent: -1.7em;
font-weight: bold;
}

ol.menu > li:before {
margin-right: .5em;
padding: .1em .5em;
text-align: center;
border-radius: 4px;
color: #fff;
background-color: #444;
}
ol.menu li ul {
margin-top: 1.5rem;
}
ol.menu li ul li{
font-weight: normal;
font-size: .9em;
}

h3 {
margin: 2rem 0 .5rem;
}

.table-md-striped.table td {
text-align: left;
}
@media (min-width: 768px) {
.table-md-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 575.98px) {
.table-md-striped td {
width: 100%;
display: block;
}
.table-md-striped tr td:first-of-type {
background-color:#eef0f2;
}
}

.swap-table th {
background: #3f2e7c;
color: #fff;
border-right:1px solid #fff !important;
}
.swap-table tbody tr:first-of-type {
background: #ffede8;
}
.swap-table td p {
margin-bottom: 0;
}
.swap-table .text-b {
color:#1986d2 ;
font-size: 1.4em;
font-weight: bolder;
line-height: 1.2;
}
.swap-table .text-b span {
font-size: 1.8em;
}
.swap-table .text-r {
color:#e34f28;
font-size: 1.4em;
font-weight: bolder;
line-height: 1.2;
}
.swap-table .text-r span {
font-size: 2.4em;
}
.swap-table .text-r.underbar {
display: inline-block;
border-bottom: 2px solid #e34f28;
line-height: 1;
}

@media (max-width: 575.98px) {
.swap-table .text-b,
.swap-table .text-r {
font-size: 1.2em;
}
.swap-table .text-b span {
font-size: 1.6em;
}
.swap-table .text-r span {
font-size: 1.85em;
}

.swap-table {
width: 100%;
}
.swap-table tr {
display: block;
float: left;
}
.swap-table tr th,
.swap-table tr td {
padding: .5rem .25rem;
border-left: none;
line-height: 1.2;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.swap-table tr th:first-child,
.swap-table tr td:first-child {
height: 55px;
}
.swap-table tr:first-child td:first-child {
background: #f9cdc1;
}
.swap-table tr:nth-child(2) td:first-child {
background: #f4f4f4;
}

.swap-table tr th:nth-child(n + 2),
.swap-table tr td:nth-child(n + 2) {
height: 105px;
}

.swap-table thead {
display: block;
float: left;
width: 30%;
}
.swap-table thead tr {
width: 100%;
}
.swap-table thead tr th {
font-weight: normal;
}
.swap-table thead tr th:nth-child(3) span{
font-size: .8em;
}
.swap-table tbody {
display: block;
float: left;
width: 70%;
}
.swap-table tbody tr {
width: 50%;
}
.swap-table tr td + td {
border-left: none;
}
.swap-table tbody td:last-child{
border-bottom: 1px solid #dee2e6;
}
}
@media (max-width: 348px) {
.swap-table tr th,
.swap-table tr td {
font-size: 1.6rem;
padding: .5rem .15rem;
}
}

/*フローティングバナー*/
.floatingBanner {
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
width: 100%;
padding: 3rem 1.5rem 1.5rem;
text-align: center;
/*background-color: rgba(223,223,223,0.6);*/
background-color: rgba(245, 245, 245, .8);
}
.floatingBanner h5 {
font-size: 2.4rem;
}
.floatingBanner a img {
max-width: 70vw;
}

.floatingBanner.js_close {
display: none;
}

.floatingBanner_close {
position: absolute;
right: 4rem;
top: 10px;
cursor: pointer;
}

.floating_close {
display: block;
position: relative;
width: 30px;
height: 30px;
}

.floating_close::before, .floating_close::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 5px;
height: 30px;
background:#727171;
}
.floating_close::before {
transform: translate(-50%,-50%) rotate(45deg);
}
.floating_close::after {
transform: translate(-50%,-50%) rotate(-45deg);
}

@media (max-width: 575.98px) {
.floatingBanner {
padding: 4.2rem 1.5rem 1.5rem;
}
.floatingBanner h5 {
font-size: 2.2rem;
}
.floatingBanner_close {
right: 1rem;
}


