@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:url( "../images/bg-top.png")center center no-repeat #5daaf4;
background-size:cover;
overflow: hidden;
position: relative;
}
@media (min-width: 768px) {
.lp-header:before {
position: absolute;
content: "";
bottom: -22rem;
left: 0;
height: 36rem;
width: 100vw;
background: #003978;
transform-origin: top left;
transform: skewY(-5deg);
}
.lp-header:after {
content: "";
display: inline-block;
width: 31rem;
height:100vh;
background: url('../images/usflg.png') top left -12rem no-repeat;
background-size: contain;
position: absolute;
top: 0;
left: 0;
}
}

.main-img {
position: relative;
z-index: 3;
margin:4.5rem -6rem 2rem auto;
}
.main-img img {
max-width: 82vw;
margin: auto;
}


@media (min-width: 992px)  {
.lp-header:before {
bottom: -20rem;
}
}
@media (min-width: 1200px)  {
.lp-header:after {
width: 38rem;
background: url('../images/usflg.png') top left -12rem no-repeat;
background-size: contain;
}
.lp-header:before {
bottom: -21rem;
}
.main-img img { 
max-width: 100%;
}
}

@media (min-width: 1400px)  {
.lp-header:after {
width: 38rem;
background: url('../images/usflg.png') top left -7rem no-repeat;
background-size: contain;
}
.lp-header:before {
bottom: -21rem;
}
.main-img {
margin:4.5rem auto 2rem;
}
}

@media (min-width: 1600px)  {
.lp-header:before {
bottom: -22.5rem;
}
.lp-header:after {
width: 40rem;
background: url('../images/usflg.png') top left -3rem no-repeat;
background-size: contain;
}
.main-img {
margin:4.5rem auto 2rem;
}

}

@media (min-width: 1800px)  {
.lp-header:before {
bottom: -24rem;
}
.lp-header:after {
width: 42rem;
background: url('../images/usflg.png') top left no-repeat;
background-size: contain;
}
}


/*.cs-obi {
padding: 1rem .2rem;
text-align: center;
font-size: 2rem;
font-weight: bolder;
background: #755e3f;
color: #fff;
z-index: 3;
position: absolute;
bottom: 0;
width: 100%;
}
.badge-app {
display: inline-block;
margin-right: 1rem;
padding: 1rem 1.5rem .8rem;
border-radius: 50rem;
font-size: 1.8rem;
line-height: 1;
background-color: #4d7f8f;
color: #fff;
}
@media (max-width: 850px) {
.cs-obi {
font-size: 1.8rem;
}
.badge-app {
font-size: 1.65rem;
}
}*/


.top-comment {
font-size: 1.4rem;
line-height:1.4;
}
@media (min-width: 576px) {
.top-comment {
font-size: 1.6rem;
}
}

/*------------------------------------
text common
--------------------------------------*/
.text-c-l {font-size:1.6rem !important}
.text-l-xl {font-size:1.8rem}
.text-xs2l-xxl {font-size:2.3rem}
@media (min-width: 992px) {
.text-c-l {font-size:1.8rem !important}
.text-l-xl {font-size:2rem}
.text-xs2l-xxl {font-size:2.55rem}
} 

.btn-outline, .btn-outline:focus {
font-size: 1.6rem;
}


h3.line-heading {
margin: 3rem 0;
padding: .4rem 0 .4rem 1rem;
border-left: 14px solid #949393;
/*border-left: 14px solid #7896c0;*/
line-height: 1;
}

.lead-title {
position: relative;
text-align: center;
padding: 1.2rem;
/*line-height: 1;*/
margin-bottom: 6rem;
/*color: #405e88;*/
}
.lead-title span {
position: relative;
padding: 1rem 1.4rem;
}
.lead-title span:before {
content: "";
width: 100%;
position: absolute;
bottom: -1rem;
left:0;
height: 6px;
/*background-image:repeating-linear-gradient(45deg, #7896c0 0, #7896c0 1px, transparent 0, transparent 50%);*/
background-image: repeating-linear-gradient(45deg, #949393 0, #949393 1px, transparent 0, transparent 50%);
background-size: 8px 8px;
}
@media (max-width: 575.98px) {
.lead-title {
margin-bottom: 4rem;
}
}

.text-blue-frame {
display: inline-block;
position: relative;
color: #fff;
background-color: #1f8ede;
border-radius: 50rem;
padding: 0.4rem 2.6rem 0.25rem 1.5rem;
transition: all .3s ease-in-out;
}
.text-blue-frame:after {
display: inline-block;
position: absolute;
font-family: 'icomoon';
content: "\e912";
transform: rotate(90deg);
margin: auto;
top:0;
bottom: 0;
height: 1em;
right: .2rem;
transition: .2s;
}

.text-blue-frame:hover,
.text-blue-frame:focus {
color: #fff;
background-color: #4aa6e9;
}

.text-blue-frame:hover:after {
right: -.2rem ;	
color: #fff;
}

.cp-date {
text-align: center;
font-size: 2rem;
font-weight: bolder;
line-height: 1.4;
margin-bottom: 3rem;
}
@media (min-width: 576px)  {
.cp-date {
font-size: 2.4rem;
}
}


/*club off fukidashi*/
.lead-title-sub {
position: relative;
display: inline-block;
text-align: center;
padding: 1.2rem;
margin: auto 0;
width: 82vw;
font-weight: bolder;
font-size: 2rem;
line-height: 1.2;
}

.lead-title-sub:before,
.lead-title-sub:after {
position: absolute;
content: "";
top:5rem;
bottom: 0;
height: 5rem;
}
.lead-title-sub:before {
border-left: solid 3px;
left: 0;
transform: rotate(-30deg);
}
.lead-title-sub:after {
border-right: solid 3px;
right: 0;
transform: rotate(30deg);
}

@media (min-width: 390px)  {
.lead-title-sub {
width: 85vw;
}
.lead-title-sub:before {
border-left: solid 3px;
}
.lead-title-sub:after {
border-right: solid 3px;
}
.lead-title-sub:before,
.lead-title-sub:after {
top: 3rem;
height: 5rem;
}
}

@media (min-width: 400px)  {
.lead-title-sub {
width: 360px;
}
.lead-title-sub:before {
border-left: solid 4px;
}
.lead-title-sub:after {
border-right: solid 4px;
}
.lead-title-sub:before,
.lead-title-sub:after {
top: 2rem;
height: 4rem;
}
}

@media (min-width: 768px)  {
.lead-title-sub {
width: 500px;
}
.lead-title-sub {
font-size: 2.5rem;
}
.lead-title-sub:before,
.lead-title-sub:after {
top: 1.8rem;
height: 7rem;
}
}

@media (min-width: 992px)  {
.lead-title-sub {
font-size: 3rem;
}
}

.lead-title-sub span {
display: inline-block;
font-size: .8em;
line-height: 1.2;
}
@media (min-width: 370px)  {
.d-xxl-block {
display: none;
}
}@media (min-width: 400px)  {
.d-xxl-block2 {
display: none;
}
}

/*------------------------------------
Contents
--------------------------------------*/
.cp-article {
position: relative;
overflow: hidden;
padding: 3rem 0;

}

@media (min-width: 576px)  {
.cp-article {
padding: 6rem 0 5rem;
}
}

h2.sub-title {
padding: 1.5rem;
text-align: center;
color: #fff;
background: #7a7fd1;
line-height: 1.4;
margin-bottom: 0;
}

h2.sub-title2 {
padding: 1.5rem;
text-align: center;
color: #fff;
background: #5c8bca;
line-height: 1.4;
margin-bottom: 0;
}

.sub-title-icon {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 1.5rem;
margin-bottom: 0;
color: #fff;
background: #003978;
}
.sub-title-icon span.ttl {
display: inline-block;
text-align: left;
/*font-size: 1.4rem;
white-space: nowrap;*/
}

.icon-flag {
content: '';
display: inline-block;
width: 100px;
height: 48px;
background: url(../images/usdjpy.svg) no-repeat;
background-size: contain;
vertical-align: middle;
margin-right: 1.5rem;
}
.swap-amount {
font-weight: bolder;
font-size: 3rem;
line-height: 1.2;
margin-bottom: 0;
}
.swap-amount > span.amount {
font-size: 2.7em;
line-height: 1;
color: #e13e33;
}
.swap-amount > span.text-small {
font-size: .6em;
margin-left: .5rem;
}
.dflex-box {
flex-wrap: wrap;
}
.dflex-box > div:first-of-type {
width: 19%;
text-align: center;
}
.dflex-box > div:nth-of-type(2) {
width: 27%;
}
.dflex-box > div:nth-of-type(3) {
width: 24%;
text-align: center;
}
.dflex-box > div:nth-of-type(4) {
width: 30%;
}


@media (max-width: 767.98px) {
.dflex-box > div:first-of-type {
width: 100%;
text-align: center;
}
.dflex-box > div:nth-of-type(2) {
width: 100%;
text-align: center;
margin-bottom: 2rem;
}
.dflex-box > div:nth-of-type(3) {
width: 100%;
text-align: center;
}
.dflex-box > div:nth-of-type(4) {
width: 100%;
text-align: center;
}
}

@media (max-width: 575.98px) {
/*.sub-title-icon {
flex-flow: column;	
}*/
.icon-flag {
width: 80px;
height: 40px;
}
.swap-amount {
font-size: 2.3rem;
}
.swap-amount > span.amount {
font-size: 3.6em;
}
.swap-amount > span.text-small {
font-size: .5em;
margin-left: 0;
}
}

@media (min-width: 992px)  {
.swap-amount > span.amount {
font-size: 4.2em;
}
.dflex-box > div:first-of-type {
width: 17%;
}
.dflex-box > div:nth-of-type(2) {
width: 29%;
}
.dflex-box > div:nth-of-type(3) {
width: 22%;
}
.dflex-box > div:nth-of-type(4) {
width: 32%;
}
}

@media (min-width: 1200px)  {
.dflex-box > div:first-of-type {
width: 16%;
}
.dflex-box > div:nth-of-type(2) {
width: 24%;
}
.dflex-box > div:nth-of-type(3) {
width: 21%;
}
.dflex-box > div:nth-of-type(4) {
width: 27%;
}
}

@media (min-width: 992px) {
.pl-md-amount {
padding-left: 24px;
}
}


/*------------------------------------
btn,icon
--------------------------------------*/
.btn-dblue:after,
.btn-orange:after {
font-weight: normal;
}

.btn-orange {
padding: 10px;
font-size: 2rem;
font-weight: bold;
}

.btn-dblue {
padding: 6px 0 8px;
font-size:2rem ;
font-weight: bold;
}

.btn-outline {
padding: 1.1rem 3rem 1.1rem .8rem;
}
.btn-outline > span {
display: block;
font-size: 1.2em;
font-weight: bolder;
}
@media (min-width: 370px){
.btn-outline .d-xs-none {
display: none;
}
}
@media (max-width: 575.98px){
.btn-outline {
padding: 1.1rem 3rem 1.1rem 1.5rem;
}
}

@media (min-width: 992px) {
.btn-orange {
padding: 20px;
font-size: 2.5rem;
}
.btn-dblue {
padding: 4px 0 8px;
font-size:2.5rem ;
}
} 

@media (min-width: 768px) {
.btn-orange {
padding: 20px;
}
}

@media (max-width: 575.98px) {
.btn-outline-sm-2l, .btn-dblue-s-sm-2l, .btn-dblue-sn-sm-2l {
padding-right: 3rem !important;
}
}
