@charset "UTF-8";

html,
body {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.6rem;
	line-height: 1.6;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
}

a:link {
	color: #1a77c5;
	text-decoration: underline;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a[href*="tel:"] {
	cursor: default;
}
p {
	font-size: 1.6rem;
	margin-bottom: 1em;
}
.cation {
	display: block;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.txt_red {
    color: #c60000;
}
.txt_c_y {
    color: #ffda11;
}
.txt_center {
	text-align: center;
}
.bg_color {
	background: #fff4e0;
}
.inner {
	box-sizing: border-box;
	padding: 10px;
}
h2 {
	text-align: center;
}

.action{
    padding: 0 10px;
}
.action a {
	background: #ff6600;
	border-radius: 5px;
	box-shadow: 0px 5px 0px #b54800;
	color: #fff;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	max-width: 640px;
	width: 100%;
    position: relative;
}
.action a + *{
    margin: 30px auto 50px;
}
.action a::before{
    background: #ffffff;
    height: 16px;
    width: 10px;
    content: "";
    display: block;
    position: absolute;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    right: 24px;
    top: calc(50% - 8px);
}

/***********************
   header
***********************/
header {
	background: #fff;
	height: 50px;
	width: 100%;
}
header .inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
.logo {
	height: auto;
	max-width: 160px;
	width: 45%;
}
.account_btn_wrap {
	background: #ff6600;
	border-radius: 5px;
	text-align: center;
	max-width: 200px;
	width: 50%;
}
.account_btn_wrap a {
	color: #fff;
	display: block;
	height: 100%;
	padding: 3px 4px;
	text-decoration: none;
	width: 100%;
    font-size: 12px;
}

/***********************
   MV
***********************/
#main.mainWrap .mainInr{
	background: none;
}
#main.mainWrap p,
#main.mainWrap ul li{
	line-height: 1.7 !important;
}
#main.mainWrap .mainArea{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 20px;
	background: url(./../img/bg.gif) no-repeat center center;
	background-size: cover;
}
#main.mainWrap .mainAreaInr{
    width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 30px 0 5px;
	display: flex;
	box-sizing: border-box;
	position: relative;
    gap: 10px;
    align-items: center;
}
#main.mainWrap .Inrcell{
	box-sizing: border-box;
}
#main.mainWrap .Inrcell + .Inrcell{
    flex: 1;
}
#main.mainWrap .Inrcell h1 {
	/* margin-top: -50px; */
}
.list2clm{
	color: #fff;
    overflow: hidden;
}
#main.mainWrap .mainAreaInr > div:first-child{
	width: 567px;
	padding: 0;
    text-align: center;
}
#main.mainWrap .mv_swapblock{
	display: grid;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 5px #7d0c0c;
    margin-bottom: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    align-items: center;
    line-height: 1.2;
    grid-auto-columns: 1fr 2fr;
}
#main.mainWrap .mv_swapblock > dd:last-of-type{
	grid-column: 1 / 3;
}
#main.mainWrap .mv_swapblock > dd .tryjpy_swapplus span{
    color: #ffac50;
}
#main.mainWrap .mv_swapblock > dd .usdtry_swapplus span{
    color: #85edff;
}
#main.mainWrap .mv_swapblock > dd .eurtry_swapplus span{
    color: #85edff;
}
.cp-swap-wrap{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: end;
    gap: 14px;
}
.cp-swap-wrap .increase{
    text-align: center;
}
.cp-swap-wrap em s{
    font-size: 13px;
    font-weight: bold;
}
.cp-swap-wrap .swap-ad{
	background: #ff701f;
	padding: 8px;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#main.mainWrap .mv_swapblock dt{
	text-align: center;
	color: #232323;
	width: 205px;
	flex-grow: 0;
}
#main.mainWrap .mv_swapblock dt .pair{
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}
#main.mainWrap .mv_swapblock dt img{
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
#main.mainWrap .mv_swapblock .dateinfo{
	display: block;
	font-size: 0.8em;
}
#main.mainWrap .mv_swapblock dd{
	flex-grow: 1;
}
#main.mainWrap .mv_swapblock dd .swap{
	font-size: 3.8em;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	text-align: right;
	color: #c81616;
	white-space: nowrap;
}
#main.mainWrap .mv_swapblock dd .unit{
	font-size: 0.4em;
}
#main.mainWrap .mv_swapblock dd .swap sup{
	font-size: 0.16em;
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
	color: #333;
}
#main.mainWrap .mv_swapblock .swapplus{
	background: #0f2853;
	text-align: center;
	padding: 4px 0;
	border-radius: 3px;
	color: #fff;
    font-size: 14px;
}
#main.mainWrap .mv_swapblock .swapplus sup{
	font-size: 0.7em;
	vertical-align: top;
}
.p-campaign-visual-txt{
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
    background-color: #ffde00;
}
.p-campaign-visual-txt img{
    vertical-align: top;
}
.p-campaign-visual-txt span{
    font-size: 38px;
    color: #fcf000;
    line-height: 1.2;
}

#main.mainWrap .contents{
	background-color: #fff;
	width: 980px;
	padding: 20px;
}
#main.mainWrap .contents img{
	vertical-align: top;
}
#main.mainWrap .contents img.win{
	vertical-align: middle;
}
#main.mainWrap .contents a{
	color: #ff7b00;
}
#main.mainWrap .contents a:hover{
	text-decoration: none;
}
#main.mainWrap h2{
	background-color: inherit;
	color: #0f2853;
	font-size: 2.0em;
	text-align: center;
	border: none;
	margin: 50px 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4;
}
#main.mainWrap .contents h3,
#main.mainWrap .contents h2.hdstyle{
	color: #0f2853;
	background-color: #eeeeee;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 15px;
	font-size: 1.1em;
	text-align: left;
}
#main.mainWrap .campaginMore{
	display: block;
    background: #0f2853;
    color: #fff;
    width: 90%;
    max-width: 530px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    border-radius: 5px;
    margin: 10px auto 0;
	/* position: absolute;
	bottom: 50px;
	left: 160px; */
}
.action .campaginMore{
	background: #0743aa;
    box-shadow: 0px 5px 0px #003695;
}
#main.mainWrap .mvDate{
	padding: 15px 0;
	background: #000;
	color: #fff;
}
#main.mainWrap .mvDate .dateInr{
	max-width: 980px;
	margin: auto;
    padding: 0 10px;
}
#main.mainWrap .mvDate .dateInr p{
	font-size: 1.5em;
	line-height: 1.4 !important;
	margin-bottom: 15px;
	text-align: center;
}
#main.mainWrap .mvDate a{
	color: #ffda11;
}
#main.mainWrap .mvannotation{
	border-top: 1px solid #fff;
	padding-top: 10px;
}
#main.mainWrap .mvannotation li{
	padding-top: 5px;
	font-size: 0.8em;
	line-height: 1.4 !important;
}
#main.mainWrap .mvannotation li > span{
	display: block;
	padding-left: 2em;
}
#main.mainWrap .mvannotation .numat{
	float: left;
	width: 2em;
	padding: 0;
}

#campaign {
	background: #cfd4dd;
	padding: 50px 0;
}
#campaign .catch {
	background: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 40px auto;
	padding: 70px 0 30px;
}
#campaign .catch span {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -20px;
	width: 80%;
}
#campaign .catch .logo_gaitame {
	width: 80%;
}
.campaginInfo h2{
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.campaginInfo h2:before, .campaginInfo h2:after {
  border-top: 2px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.campaginInfo h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.campaginInfo h2:after {
  margin-left: 1em; /* 文字の左隣 */
}
.campaginInfo h2 + span {
	font-size: 2.4rem;
	font-weight: bold;
	color: #0f2853;
	text-align: center;
	display: block;
	margin: 20px 0 ;
}
.campaginInfo ul.pair {
	margin: 0 auto 50px;
	width: 70%;
}
.campaginInfo ul.pair li {
	font-size: 2.4rem;
	font-weight: bold;
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
}
.campaginInfo ul.pair li:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: -10px;
    top: 0.6em;
    content: "";
    background: #f74f0a;
}
.campaginInfo ul {
	width: 100%;
	display: block;
	margin: 0 auto
}
.campaginInfo ul li {
	width: 100%;
	margin-bottom: 20px;
}
.campaginInfo ul li img {
	width: 100%;
	display: block;
}
.campaginInfo h3 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.campaginInfo .cation {
	margin-top: 20px;
}

#about {
	padding: 50px 0;
}
#about h2 {
	font-size: 3rem;
	font-weight: bold;
	color: #f74f0a;
	margin-bottom: 2rem;
}
#about h2 + p {
	font-size: 2rem;
	font-weight: bold;
	color: #0f2853;
	margin-bottom: 5rem;
}
#about h2 + p .spNoDisp {
	display: none;
}
#about .detail {
	text-align: center;
}
#about .detail p {
	text-align: left;
}
#about img {
	margin: 2rem 0;
}

#reason,
#annualized{
	padding: 50px 0;
	background: #0f2853;
}
#reason h2 img {
	max-height: 160px;
}
.reasonWrap,
.annualrate_table{
	background: #fff;
	border-radius: 10px;
	width: 100%;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 30px 20px;
}
.reasonWrap h3 {
	text-align: center;
	margin-bottom: 30px;
}
.reasonWrap h3 img {
	height: 94px;
}
.reasonWrap img {
	display: block;
	margin: 0 auto;
}
.reasonWrap img.mgn_t30 {
	margin-top: 30px;
}

.reasonWrap h4 {
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.reasonWrap h4:before, .reasonWrap h4:after {
  border-top: 2px solid;
  content: "";
  width: 20%; /* 線の長さ */
}
.reasonWrap h4:before {
  margin-right: 1em; /* 文字の右隣 */
}
.reasonWrap h4:after {
  margin-left: 1em; /* 文字の左隣 */
}
.reasonWrap img.comment {
	width: 100%;
	display: block;
	margin: 20px auto;
}

#question {
	background: #e1f0f6;
	padding: 50px 0;
}
#question h2 img {
	height: 70px;
}
#question ul {
	margin-top: 40px;
}
#question ul li {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

.accordion{
    display: none;
}
.acd-label{
    display: block;
	margin-bottom: 1px;
	position: relative;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .2s;
    visibility: hidden;
}
.acd-label:after {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #0f2853 2px solid;
    border-right: #0f2853 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    bottom: 12%;
    margin: auto;
}
.accordion:checked + .acd-label:after {
	content:"";
	display:block;
    width: 8px;
    height: 8px;
    border-top: #0f2853 2px solid;
    border-right: #0f2853 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:absolute;
	right: 2%;
	bottom: 8%;
	margin: auto;
}
.accordion:checked + .acd-label + .acd-content{
    height: auto;
	opacity: 1;
	padding: 30px 20px;
    visibility: visible;
}
#question .accordion:checked + .acd-label > .listTitle > .number {
	border-radius: 10px 0 0 0;
}
#question .listTitle {
	display: table;
	cursor: pointer;
}
#question .number, #question .textArea {
	display: table-cell;
	vertical-align: middle;
}
#question .number {
	background: #0f2853;
	color: #fff;
	width: 20%;
	min-height: 125px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
}
#question .number em {
	font-size: 4rem;
	display: block;
}

#question .textArea {
	padding: 10px;
}
#question .textArea h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	color:#f74f0a;
	font-weight: bold;
	margin-bottom: 10px;
}
#question .textArea p {
	font-weight: bold;
	color: #0f2853;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1.4;
}
#question .detail img {
	display: block;
	margin: 0 auto;
	width: 400px;
}

.accountCampaign {
	margin: 20px 10px;
	border: 2px solid #3399CC;
	background: #e1f0f6;
	padding: 30px 10px;
}
.accountCampaign h2 {
	font-weight: bold;
	font-size: 2.4rem;
	color: #0f2853;
	margin-bottom: 20px;
}
.accountCampaign h3 {
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.accountCampaign h3:before, .accountCampaign h3:after {
  border-top: 2px solid;
  content: "";
  width: 10%; /* 線の長さ */
}
.accountCampaign h3:before {
  margin-right: 1em; /* 文字の右隣 */
}
.accountCampaign h3:after {
  margin-left: 1em; /* 文字の左隣 */
}
.accountCampaign span {
	color: #0f2853;
	text-align: center;
	font-weight: bold;
	display: block;
}

.accountCampaign ul {
	margin: 20px auto;
	width: 90%;
}
.accountCampaign ul li {
	font-size: 1.8rem;
	font-weight: bold;
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
}
.accountCampaign ul li:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: -10px;
    top: 0.6em;
    content: "";
    background: #f74f0a;
}
.accountCampaign a {
	display: block;
	width: 80%;
	color: #0f2853;
	background: #fff;
	border: 1px solid #0f2853;
	border-radius: 3px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 0 auto;
	text-decoration: none;
}

.cautionBox {
    padding: 10px;
	border: 2px solid #c60000;
	font-size: 1.2rem;
	width: 100%;
	margin: 30px auto 0;
	background: #fff;
}
.cautionBox dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.cautionBox dd {
	margin-bottom: 20px;
	line-height: 1.2;
}
.cautionBox dd:last-child {
	margin-bottom: 0;
}

.bnr {
	text-align: center;
	padding: 0 10px;
}

#footerWrap {
  width: 100%;
  background: #f2f4f6;
  font-size: 14px;
  line-height: 20px;
}

#footerWrap #attention {
  margin: 10px auto 0;
  background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
  background-size: 100px auto;
  padding: 55px 10px 10px 10px;
}

#footerWrap #attention dl {}

#footerWrap #attention dt {
  font-weight: bold;
}

#footerWrap #attention dd {
  margin-bottom: 10px;
  margin-left: 12px;
}

#footerWrap #attention a.textlink1 {
  font-size: 1em;
}

#footerWrap #attention2 {
  margin: auto;
  background: #f2f4f6;
  padding: 0 10px 20px;
}

#footerWrap dl dt {
	text-indent: -1rem;
	padding-left: 1rem;
	margin-right: 10px ;
}
#footerWrap dl dd {
	margin: 0 10px 10px;
}
#footerWrap #footer {
  width: 100%;
  min-width: inherit;
  background: none;
  padding: 10px 0;
  text-align: center;
  background-color: #ffffff;
}

#footerWrap #footer img {
  zoom: 1;
}

#point-table{
    margin: 100px 0;
}
#point-table .cation{
    font-size: 1.0rem;
}
#point-table h2{
    font-weight: bold;
    color: #f74f0a;
    margin-bottom: 2rem;
}
#point-table table{
    width: 100%;
    border-left: 1px solid #e1e6ee;
    margin-bottom: 14px;
    font-size: 1.2rem;
}
#point-table table th {
    background: #e1e6ee;
    text-align: center;
}
#point-table table th, #point-table table td {
    padding: 27px 4px;
    text-align: center;
    border-right: 1px solid #e1e6ee;
    border-bottom: 1px solid #e1e6ee;
    line-height: 1.4;
}
#point-table table th:nth-of-type(2){
    background: #009abe;
    border-left: 3px solid #009abe;
    border-right: 3px solid #009abe;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
}
#point-table table td:nth-of-type(2){
    border-left: 3px solid #009abe;
    border-right: 3px solid #009abe;
    font-weight: bold;
    background: #effcff;
    font-size: 1.6rem;
    line-height: 1;
}
#point-table table td sup{
    font-size: 12px;
    vertical-align: text-top;
}
#point-table table td small{
    font-size: 12px; 
}

#point-table table tr:last-of-type td:nth-of-type(2){
    border-bottom:  3px solid #009abe;
}

/* annualrate_table */
#annualized{
    letter-spacing: 1px;
}
#annualized h2{
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    color: #fff;
    letter-spacing: normal;
}
.annualized-note{
    font-size: 12px;
    color: #fff;
}
#annualized h2 + .annualized-note{
    text-align: center;
}
.annualrate_table{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
}
.annualrate_table:has(+ .annualized-note){
    margin-bottom: 14px;
}
.annualrate_table dt img {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 70px;
  height: 100%;
}
.annualrate_table dt {
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 6px;
  letter-spacing: normal;
  text-align: left;
  align-items: center;
}
.annualrate_table dd {
    margin-top: 14px;
}
.annualrate_table dd .annualrate_txt {
  text-align: center;
  margin-bottom: 0;
}
.annualrate_n{
  font-size: 56px;
  line-height: 1.2;
  vertical-align: top;
  color: #1494db;
  margin-bottom: 0;
}
.annualrate_n sup {
  font-size: 14px;
  vertical-align: super;
}
.annualrate_n span {
  font-size: 25px;
}
.annualrate_table table th {
  background: #ededed;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.annualrate_table table {
  table-layout: fixed;
  width: 100%;
  max-width: 500px;
  letter-spacing: normal;
  margin-inline: auto;
}
.annualrate_table table th,.annualrate_table table td {
  padding: 8px 4px;
}
.annualrate_table table td {
  background: #f9f9f9;
}
.annualrate_table dd{
    margin-top: 3px;
    font-weight: bold;
}

@media screen and (min-width:641px) {
a:hover {
	opacity: .8;
	filter: opacity(80);
}
.inner {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 980px;
}
.action a {
	line-height: 80px;
    max-width: 560px;
    height: 80px;
    font-size: 2.8rem;
	border-radius: 10px;
	margin: 40px auto;
}
.cation {
	font-size: 1.4rem;
	line-height: 1.4;
}
.rim.yellow {
	font-size: 4.8rem;
}
.pcNoDisp {
	display: none;
}
.account_btn_wrap a {
	font-size: 16px;
    padding: 5px;
}

#campaign .catch span {
	top: -30px;
}
#campaign .catch .logo_gaitame{
	width: auto;
}
.campaginInfo h2,.reasonWrap h4 {
	font-size: 2.8rem;
}
.campaginInfo h2:before, .campaginInfo h2:after,
.reasonWrap h4:before, .reasonWrap h4:after {
  width: 5em; /* 線の長さ */
}
.campaginInfo ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.campaginInfo ul.pair {
	width: 300px;
	display: block;
}
.campaginInfo ul.pair li {
	width: 100%;
}
.campaginInfo ul li {
	width: 30%;
	margin-bottom: 0;
}

#about h2 {
	font-size: 4rem;
}
#about h2 + p {
	font-size: 2.4rem;
	text-align: center;
}
#about h2 + p .spNoDisp {
	display: block;
}


.reasonWrap h3 {
	margin-bottom: 50px;
}
.reasonWrap img.comment {
	width: 80%;
}
#swap h2 span.whats {
	font-size: 2.0rem;
}
#question h2 img {
	height: 100px;
}
#question .number {
	width: 140px;
}

#question .textArea {
	padding: 30px 50px;
}
#question .textArea h3 {
	font-size: 3rem;
	line-height: 1.8;
}
#question .textArea p {
	font-size: 2rem;
}
#question ul li {
	margin-bottom: 30px;
}
#question .detail img {
	width: 400px;
}

.accountCampaign {
	max-width: 980px;
	margin: 20px auto;
}
.accountCampaign img {
	display: block;
	margin: auto;
}
.accountCampaign ul {
	width: 300px;
}
.accountCampaign a {
	width: 300px;
}

.cautionBox {
	max-width: 980px;
	margin: 40px auto;
}

#attention, #footer, #measurement {
	max-width: 980px;
	margin: 0 auto;
}

#point-table table{
    font-size: 1.6rem;
}
#point-table .cation{
    font-size: 1.2rem;
}
#point-table h2{
    font-size: 4rem;
}
#point-table table th:nth-of-type(2){
    font-size: 20px;
}
#point-table table td:nth-of-type(2){
    font-size: 24px;
}

/* annualrate_table */
#annualized h2{
    font-size: 4rem;
}
.annualrate_table{
    grid-template-columns: repeat(3 , 1fr);
    gap: 30px;
}
.annualrate_table table{
    width: 100%;
    max-width: 267px;
}

}
@media screen and (max-width:980px) and (min-width:737px){
    #main.mainWrap .mainAreaInr{
        display: block;
    }
    #main.mainWrap .mainAreaInr > div:first-child{
        margin: auto;
    }
    #main.mainWrap .mainAreaInr > div:first-child .spNoDisp{
        display: none;
    }
    #main.mainWrap .mv_swapblock{
        margin: 0 auto 10px;
        max-width: 700px;
    }
}
@media screen and (max-width:980px) and (min-width:640px){
   #main.mainWrap .pcNoDisp{
        display: block;
    }
    .annualrate_table{
        grid-template-columns: repeat(2 , 1fr);
        gap: 50px 30px;
    }
    .annualrate_table div:nth-of-type(3){
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
    .annualrate_table table{
        max-width: 650px;
    }
}
@media screen and (max-width: 320px) {
  #main.mainWrap .mv_swapblock dt {
    width: 100% !important;
  }
  #main.mainWrap .mv_swapblock .swapplus{
    font-size: 12px;
  }
}
