@charset "utf-8";

/*-------- 汎用 --------*/
body {
    color: #222;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    text-align: left;
}
a {
    text-decoration: none;
}
a:link {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #fff;
}
img {
    box-sizing: border-box;
    vertical-align: bottom;
}
ul,ol {
    list-style: none;
}
.wrap div {
    box-sizing: border-box;
}
.wrap {
    min-width: 1200px;
    margin:0 auto;
    position: relative;
}

h2 {
    color: #fff;
    background: #3dba8f;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 70px;
}
h3 {
    color: #005389;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.block {
    width: 950px;
    padding: 0 25px;
    margin: 0 auto;
}

/*-------- コンテンツ共通 --------*/
/* メインビジュアル */
.mainvisual {
    background: url(../img/mainvisual_bg.png) no-repeat center;
    position: relative;
    text-align: center;
}
.mainvisual .mainvisual_in {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.mainvisual .mainvisual_in a {
    display: block;
    position: absolute;
    left: 30px;
    top: 30px;
}
.mainvisual .mainvisual_in .coin_left {
    position: absolute;
    top: 450px;
    left: 0;
}
.mainvisual .mainvisual_in .coin_right {
    position: absolute;
    top: 450px;
    right: 0;
}

/* 案件一覧 */
.plan_list {
    padding-bottom: 80px;
}
.plan_box {
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    width: 900px;
    padding: 18px 23px 42px;
    margin-bottom: 50px;
    overflow: hidden;
}
.plan_box h3 {
    color: #222;
    border-left: 5px solid #3dba8f;
    line-height: 1;
    padding: 5px 5px 0 15px;
}
.plan_details {
    float: left;
    margin-right: 5px;
}
.plan_details a:hover {
    opacity: 0.8;
}
.plan_box .bnr {
    display: block;
}
.plan_box .bnr img {
    float: left;
    margin-right: 20px;
}
.plan_box .point_area {
    overflow: hidden;
}
.plan_box .point_area img {
    float: left;
    padding: 15px 5px 0 0;
}
.plan_box .point_area p {
    display: inline-block;
    font-size: 20px;
    float: left;
    padding: 12px 5px 0 0;
}
.plan_box .point_area .pointup {
    color: #ff5555;
    font-size: 34px;
    font-weight: bold;
    padding: 0;
}
.plan_box  ul {
    clear: both;
    width: 550px;
    overflow: hidden;
    margin: 40px 0 20px;
}
.plan_box ul li {
    float: left;
    text-align: center;
    margin-bottom: 25px;
}
.plan_box ul li:nth-child(-n+4) {
    width: 130px;
    margin-right:10px;
}
.plan_box ul li:nth-child(4) {
    margin-right: 0;
}
.plan_box ul li:nth-last-child(-n+3) {
    width: 176px;
    margin-right: 11px;
}
.plan_box ul li:last-child {
    margin-right: 0;
}
.plan_box ul li p:first-of-type {
    background: #f3f0e6;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    padding: 5px 2px;
}
.plan_box ul li p:last-of-type {
    padding: 5px 0 0;
}
.plan_box ul li .fs_large {
    font-size: 21px;
    line-height: 1.2;
}

/* 案件一覧/ボタン */
.btn_wrap {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
/* 案件一覧/ボタン - 獲得条件 */
.conditions {
    background: #3dba8f;
    border: 1px solid #51caa0;
    border-radius: 5px;
    box-shadow: 0 4px 0 #1f8a65;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 370px;
    padding: 10px 0 8px;
    margin: 0 25px 4px 48px;
}
.conditions:hover {
    box-shadow: none;
    margin: 4px 25px 0 48px;
}

/* 案件一覧/ボタン - 口座開設 */
.opening {
    background: #ff5555;
    border: 1px solid #ff6969;
    border-radius: 5px;
    box-shadow: 0 4px 0 #af3b3b;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 370px;
    padding: 8px 0;
    margin-bottom: 4px;
}
.opening:hover {
    box-shadow: none;
    margin: 4px 0 0 0;
}

/* TOPへ戻る */
.page_top {
    position: fixed;
    right: 5%;
    bottom: -15px;
}
.page_top a{
    background: #9e9e9e;
    border-radius: 100%;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
}
.page_top a:before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 35%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page_top a:hover {
    background: #005389;
    transition: 0.3s;
}

/* フッター */
.footer {
    background: #57cba3;
    text-align: center;
}
.footer p {
    color: #fff;
    padding: 58px 0;
}

/*-------- コンテンツ / 1ページ目 --------*/
/* FXって？ */
.what_fx {
    text-align: center;
    padding-bottom: 80px;
}
.what_fx h2 {
    color: #005389;
    background: none;
    font-size: 39px;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 70px 0 20px;
}
.what_fx h2:before {
    content: url(../img/accent_left.png);
    position: absolute;
    top: 5px;
    margin-left: -50px;
}
.what_fx h2:after {
    content: url(../img/accent_right.png);
    position: absolute;
    top: 5px;
    margin-right: -50px;
}
.what_fx p:last-of-type {
    font-size: 24px;
    line-height: 1.4;
}
.what_fx p:last-of-type span {
    color: #1c9bbe;
    font-size: 30px;
    font-weight: bold;
}

/* FXの基本 */
.profits {
    background: #f3f0e6;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
}
.profits:after {
    border-right: 100px solid transparent;
    border-top: 65px solid #f3f0e6;
    border-left: 100px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    width: 0;
    height: 0;
    margin: auto;
}
.structure_of_profit,.swap_ex {
    background: #fff;
    border-radius: 5px;
    padding: 50px 0 40px;
    margin: 45px 0 75px;
}
.profits .structure_of_profit h4 {
    border-top: 2px solid #dad9d9;
    border-bottom: 2px solid #dad9d9;
    color: #005389;
    font-size: 23px;
    font-weight: bold;
    width: 360px;
    margin: 0 auto 50px;
}
.structure_of_profit ul {
    overflow: hidden;
}
.structure_of_profit ul li {
    float: left;
    position: relative;
    margin-right: 33px;
}
.structure_of_profit ul li:last-child {
    margin-right: 0;
}
.structure_of_profit ul li p {
    font-weight: bold;
}
.structure_of_profit ul li:after {
    border-top: 18px solid transparent;
    border-left: 22px solid #005389;
    border-bottom: 18px solid transparent;
    content: "";
    position: absolute;
    top: 50px;
    right: -26px;
    width: 0;
    height: 0;
}
.structure_of_profit ul li:last-child:after {
    border: none;
}
.swap_ex h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.swap_ex .swap_ex_in {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    width: 685px;
    margin: 30px auto 40px;
    overflow: hidden;
}
.swap_ex .swap_ex_in p {
    font-size: 18px;
    font-weight: bold;
}
.swap_ex .swap_ex_in p:first-child {
    float: left;
    background: #e5e5e5;
    padding: 15px 37px;
}
.swap_ex .swap_ex_in p:last-child {
    padding: 15px 0 15px 225px;
}
.emphasis{
    color: #df0003;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}
.note {
    font-size: 12px;
    margin-bottom: 40px;
}
.swap_ex img:last-of-type {
    margin-bottom: 35px;
}

/* CheckPoint */
.check_point {
    background: #fff;
    border: 5px solid #dad9d9;
    border-radius: 5px;
    position: relative;
    height: 137px;
    padding: 40px 30px 40px 185px;
    text-align: left;
}
.check_point img {
    position: absolute;
    top: -8px;
    left: 35px;
}

/* 口座開設フロー */
.account_flow {
    padding-top: 125px;
    text-align: center;
}
.account_flow ul {
    overflow: hidden;
    margin: 80px 0;
}
.account_flow ul li {
    float: left;
    margin-right: 14px;
}
.account_flow ul li:last-child {
    margin-right: 0;
}
.account_flow ul li p:first-of-type {
    background: #3dba8f;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width:140px;
    position: relative;
    margin: 0 0 20px 35px;
}
.account_flow ul li p:first-of-type:after {
    background: #3dba8f;
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 140px;
}
.account_flow ul li:last-child p:first-of-type:after {
    width: 0;
}
.account_flow ul li p span {
    color: #f7f400;
    font-size: 25px;
}
.account_flow ul li img {
    margin-bottom: 30px;
}
.account_flow ul li p:nth-of-type(2) {
    color: #005389;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.account_flow ul li p {
    font-size: 15px;
}

/* 取引の流れ */
.transaction_flow {
    padding-bottom: 85px;
}
.transaction_flow ul {
    margin-bottom: 80px;
}
.transaction_flow ul li{
    overflow: hidden;
}
.transaction_flow ul li img{
    float: left;
    margin-right: 20px;
}
.transaction_flow ul li p:first-of-type {
    color: #005389;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
}

/* ボタン */
.btn_01 {
    color: #fff;
    background: #005389;
    box-shadow: 0 5px 0 #00385c;
    border-radius: 5px;
    display: block;
    font-size: 38px;
    font-weight: bold;
    width: 900px;
    padding: 22px 0 18px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 80px;
}
.btn_01:after {
    content: "";
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 60px;
    width: 16px;
    height: 16px;
}
.btn_01:hover {
    box-shadow: none;
    top: 5px;
}

/*-------- コンテンツ / 1ページ目 --------*/
/* FXの魅力って？ */
.fx_fharm {
    padding-bottom: 80px;
}
.fx_fharm h2 {
    color: #00417b;
    background: none;
    font-size: 39px;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 70px 0 45px;
}
.fx_fharm h2:before {
    content: url(../img/accent_left.png);
    position: absolute;
    top: 5px;
    margin-left: -50px;
}
.fx_fharm h2:after {
    content: url(../img/accent_right.png);
    position: absolute;
    top: 5px;
    margin-right: -50px;
}
.fx_fharm ul li {
    overflow: hidden;
    margin-bottom: 80px;
}
.fx_fharm ul li:last-child {
    margin-bottom: 0;
}
.fx_fharm ul li img {
    float: left;
    margin-right:20px;
}
.fx_fharm ul li h3 {
    display: inline-block;
    padding-top: 2px;
    margin-bottom: 15px;
    line-height: 1;
}
.fx_fharm ul li p:first-of-type {
    background: #3dba8f;
    border-radius: 15px;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 75px;
    padding: 6px 0 4px 0;
    margin-right: 10px;
    text-align: center;
    line-height: 1;
}
.fx_fharm ul li p {
    padding-left: 170px;
    line-height: 1.8;
}

/* FXをはじめる4つのキーポイント */
.keypoint {
    background: #f3f0e6;
}
.keypoint ul {
    overflow: hidden;
}
.keypoint ul li {
    box-sizing: border-box;
    float: left;
    width: 450px;
    padding: 0 30px;
    margin-bottom: 80px;
    text-align: center;
}
.keypoint ul li h3 {
    margin-bottom: 10px;
}
.keypoint ul li img {
    margin-bottom: 20px;
}
.keypoint ul li p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}


/*-------- スクロールでフェードイン --------*/
.fade_inAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}