/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

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

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;src:local('Cormorant Garamond Regular'),local('CormorantGaramond-Regular'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtP.ttf) format('truetype')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;src:local('Cormorant Garamond Medium'),local('CormorantGaramond-Medium'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfvg-N.ttf) format('truetype')}@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;src:local('Cormorant Garamond SemiBold'),local('CormorantGaramond-SemiBold'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fvg-N.ttf) format('truetype')}@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:700;src:local('Cormorant Garamond Bold'),local('CormorantGaramond-Bold'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-N.ttf) format('truetype')}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%}

/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
    font-family: Helvetica Neue','游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP','Helvetica Neue','游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 14px;
    line-height: 25px;
}
a {
    color: #000000;
}
a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
}


/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 20px 0 20px 0;
    width: 100%;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    color: #000000;
    background-color: #d5802b;
    font-size: 110%;
    text-align: center;
    font-weight: 700;
}
.btn-green {
    background-color: #80d52b;
}
.btn-bule {
    background-color: #2bd5d5;
}
.btn-beju {
    background-color: #f0e08f;
}
.use-btn:hover, .use-btn:focus {
    background-color: #ff8000;
    text-decoration: none;
    border-radius: 5px;
    font-color: #000000;
}

/* ==========================================================================
Navigation
========================================================================== */
.head-menu {
    position: fixed;
    z-index: 30;
    width: 100%;
    background: #fff;
    border-bottom: 8px solid #FDFDFD;
}
.cocolor {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    border-bottom: 8px solid #1E90FF;
}

.nav-toggle {
    position: absolute;
    top: 0px;
    left: 80%;
    width: 50px;
    z-index: 999998;
    padding: 10px 0 16px 0px;
    cursor: pointer;
    font-size: 20px;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 1px;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    top: 0px;
    right:50px;
    height: 26px;
    display: none;
}
.navicon p {
    position: relative;
    top: -10px;
    left: 75%;
    width: 50px;
    font-size: 12px;
    font-color:#aaa;
    text-align: right;
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 543px;
}

/* -------------------------------------------
navimenu
------------------------------------------- */
.navimenu {
margin-top: 40px;
}

nav ul{
    font-size: 90%;
margin: 0 auto;
padding: 0;
text-align: right;
}
nav ul li{
display: inline-block;
position: relative;
padding-left: 10px;
margin-left: 10px;
}
nav ul li a::after,
nav ul li a::before {
display: block;
content: '';
position: absolute;
}

nav ul li a:hover:after{
background-color: #0000CD;
}
nav ul li a.current::after {
background-color: #0000CD;
}

nav ul li a{
text-decoration: none;
color:#333;
display: inline-block;
width: 100%;
}

nav ul li a:visited {
    color:#000000;
}
nav ul li a:hover {
    color:#0000CD;
}
nav ul li a.current {
    color:#0000CD;
}
.menu-br {
    display: none;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 700px;
    background: url('../img/header-back.png') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.headbar {
    text-align: left;
    font-size: 100%;
    line-height: 1;
    font-weight: 600;
    padding: 15px 0 8px 0;
    background-color: #FFFFFF;
}
#home {
    width: 100%;
    height: 100%;
}
.hero {
    width: 100%;
    height: 100%;
}
header i {
    margin-left: 5px
}
.title_read {
    font-size: 140%;
    line-height: 1;
    font-weight: 700;
    margin: 100px 0px 7px 50px;
    padding: 8px 5px 5px 10px;
    background-color: #0066ff;
    color: #FFFFFF;
}
.headrogo {
    width: 25%;
}
.mainrogo {
    margin: 50px 0 0 0px;
    width: 100%;
}
.bub01 {
    margin: 10px 0 0 0px;
    width: 70%;
}
.bub02 {
    margin: 10px 0 0 0px;
    width: 50%;
}
.bub03 {
    margin: 60px 10px 0 0px;
    width: 45%;
}
.bub04 {
    margin: 60px 0 0 0px;
    width: 50%;
}
.bub05 {
    margin: 10px 0 0 0px;
    height: 65%;
}
.bub06 {
    margin: 190px 0 0 0px;
    height: 65%;
}
.bub07 {
    display:none;
}
.bub08 {
    margin: 20px 0 0 0px;
    width: 70%;
}
.hero-content{
    margin: 10px 0 0 45px;
}

.headcopy {
    width: 550px;
    margin: 95px -80px 0 0;
    z-index: 10;
}
.hero .container {

}
.hero .spwall {
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    height: 100%;
}
.fl-right {
        display: flex;
        flex-direction: row-reverse;
}
.tx-box {
        justify-content: flex-end;
}

/* ----------------------------------------------------------------------
 Topへ戻るボタン
---------------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
   
}
    #page-top a {
        background: #666666;
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity:0.6;
        text-decoration: none;
        color: #fff;
        width: 45px;
        padding: 3px;
        text-align: center;
        display: block;
        border-radius: 10px;
    }
        #page-top a:hover {
            border-style: none;
            background: #999999;
        }


/* ==========================================================================
Video
========================================================================== */

section.video {
    padding: 40px 0 10px 0;
    background-color: #FFF;
}

/* ==========================================================================
Features area
========================================================================== */

.area01 h1{
  padding: 0.3em;/*文字周りの余白*/
  color: #1E90FF;/*文字色*/
  background: #eaf4ff;/*背景色*/
  border-bottom: solid 3px #1E90FF;/*下線*/
    font-size: 250%;
    font-weight: 700;
    margin-bottom: -5px;
}
.area01 h2{
    color: #1E90FF;
    font-size: 180%;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #1E90FF;
    border-bottom: 1px solid #1E90FF;
}
.risk-head {
    font-size: 180%;
    color: #FFFFFF;/*文字色*/
  background: #c7aa8d;/*背景色*/
    margin-top: 0.5em;
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
.bld {
    font-weight: 700;
}

.point-red{
    color: #1E90FF;
    font-size: 200%;
    font-weight: 700;
}
.point-orange {
    color: #ff952b;
    font-size: 230%;
    font-weight: 700;
}
.point-green {
    color: #23b1b1;
    font-size: 230%;
    font-weight: 700;
}
.mds-red{
    color: #d50000;
    font-size: 120%;
    font-weight: 700;
}
.mds-green{
    color: #23b1b1;
    font-size: 100%;
    font-weight: 700;
}
.mds-blue{
    color: #1E90FF;
    font-size: 120%;
    font-weight: 700;
}
.mds-beju {
    color: #b9b027;
    font-size: 120%;
    font-weight: 700;
}
.extxt-red {
    color: #d50000;
    font-weight: 700;
}
.spec-txt {
    font-size: 80%;
    line-height: 1.2;
}
.div80{
    width: 80px;
}
.div70{
    width: 70px;
}
.img-h40{
    height: 40px;
}
.img-h50{
    height: 50%;
}
.img100{
    width: 100%;
}
.img90{
    width: 90%;
}
.img70, .img-ex70{
    width: 70%;
}
.img50{
    width: 50%;
}
.img40{
    width: 40%;
}
.img30{
    width: 30%;
}

.mg10 {
    margin: 10px 0 10px 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin: 30px;
}
.title-rogo {
    margin: 60px 0 0 0px;
    width: 95%;
}
.bnr-rogo {
    margin: 10px 0 10px 30px;
    width: 90%;
}
.bnr-risk {
    background-color: #fdeddb;
    margin-bottom: 20px;
}
.bnr-nisa {
    background-color: #f4fced;
    margin-bottom: 20px;
}
.bnr-distri {
    background-color: #f0feff;
    margin-bottom: 20px;
}
.bnr-fund {
    background-color: #faf7d6;
    margin-bottom: 20px;
}
.bnr-inter {
    background-color: #dee1ed;
    margin-bottom: 20px;
}
.bnr-risk  a:hover, .bnr-risk a:focus, .bnr-nisa  a:hover, .bnr-nisa a:focus, .bnr-distri  a:hover, .bnr-distri a:focus, .bnr-fund  a:hover, .bnr-fund a:focus, .bnr-inter  a:hover, .bnr-inter a:focus {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.hero-risk {
    position: relative;
    padding: 60px 0 20px 0;
    background-color: #fdeddb;
}
.hero-nisa {
    position: relative;
    padding: 60px 0 20px 0;
    background-color: #f4fced;
}
.hero-distri {
    position: relative;
    padding: 60px 0 20px 0;
    background-color: #f0feff;
}
.hero-fund {
    position: relative;
    padding: 60px 0 20px 0;
    background-color: #faf7d6;
}
.area02 {
    background: #f4f4f4;
}
.area02 h2{
    color: #000000;
    font-size: 120%;
    font-weight: 700;
}
.area02 h3 {
    color: #ff952b;
    font-weight: 700;
}
.area02 ul{
    margin-left: 20px;
}
.area03 h1{
    color: #ff952b;
    font-size: 350%;
    font-weight: 700;
    margin-bottom: -5px;
}
.area03 h2{
    color: #ff952b;
    font-size: 180%;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #ff952b;
    border-bottom: 1px solid #ff952b;
}
.area03 ul{
    margin-left: 20px;
}
.area04 h1{
    color: #6ab123;
    font-size: 350%;
    font-weight: 700;
    margin-bottom: -5px;
}
.area04 h2{
    color: #6ab123;
    font-size: 180%;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #6ab123;
    border-bottom: 1px solid #6ab123;
}
.area04 ul{
    margin-left: 20px;
}
.area05 h1{
    color: #1fafb2;
    font-size: 350%;
    font-weight: 700;
    margin-bottom: -5px;
}
.area05 h2{
    color: #1fafb2;
    font-size: 180%;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #1fafb2;
    border-bottom: 1px solid #1fafb2;
}
.area05 ul{
    margin-left: 20px;
}
.area06 h1{
    color: #000;
    font-size: 150%;
    text-align: center;
    background-color: #efea95;
    padding: 5px 0;
    margin-bottom: -5px;
}
.area06 h2{
    color: #b9b027;
    font-size: 180%;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #b9b027;
    border-bottom: 1px solid #b9b027;
}
.mob_code {
    display:  none;
}
.risk-box {
    margin-left: 20px;
}
#What, #Risk, #Charm, #Nisa, #Interact, #Lineup {
    margin-bottom: 70px;
}


/* ==========================================================================
Lineup
========================================================================== */
.box {
    border: solid 2px #1E90FF;/*線色*/
    margin: 0.5em 0 1em;
    padding: 0.5em 1em;/*文字周りの余白*/
    border-radius: 0.5em;/*角丸*/
}
.box .operation {
    color: #888;
    font-size: 120%;
    font-weight: 700;
    margin: 0.5em -1em;
}
.box .targe-domestic {
  padding: 0.1em;/*文字周りの余白*/
  color: #FFF;/*文字色*/
    font-size: 100%;
  background: #008040;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin: 0.5em -1em 1em 0;
}
.box .targe-abroad {
  padding: 0.1em;/*文字周りの余白*/
  color: #FFF;/*文字色*/
    font-size: 100%;
  background: #ff2b2b;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin: 0.5em -1em 1em 0;
}
.box .targe-inout {
  padding: 0.1em;/*文字周りの余白*/
  color: #FFF;/*文字色*/
    font-size: 100%;
  background: #5555ff;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin: 0.5em -1em 1em 0;
}
.box .targe-composite {
  padding: 0.1em;/*文字周りの余白*/
  color: #FFF;/*文字色*/
    font-size: 100%;
  background: #ff55ff;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin: 0.5em -1em 1em 0;
}
.box .fund {
  background: #1E90FF;/*背景色*/
  color: #FFF;/*文字色*/
    font-size: 150%;
    font-weight: 700;
    padding: 0.3em 0.5em;/*文字周りの余白*/
}
.box .features {
    font-size: 120%;
    line-height: 1.8;
    padding: 0.7em 0;/*文字周りの余白*/
}
.box .risk {
  background: #ccc;/*背景色*/
  color: #FFF;/*文字色*/
    font-size: 90%;
    margin-bottom: 0em;
}
.box .noColor {
    border: solid 1px #ccc;/*線色*/
    color: #ccc;/*文字色*/
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.risk-01 {
    border: solid 2px #d56a00;/*線色*/
    color: #d56a00;
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    background: #ffead5;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.mds-01{
    color: #d56a00;
    font-size: 120%;
    font-weight: 700;
}
.mds-01-sq {
    background: #d56a00;/*背景色*/
    border-radius: 0.3em;/*角丸*/
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    padding: 0.05em 0.4em;/*文字周りの余白*/
    margin-right: 0.5em;
}
.risk-02 {
    border: solid 2px #d50000;/*線色*/
    color: #d50000;
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    background: #ffd5d5;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.mds-02 {
    color: #d50000;
    font-size: 120%;
    font-weight: 700;
}
.mds-02-sq {
    background: #d50000;/*背景色*/
    border-radius: 0.3em;/*角丸*/
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    padding: 0.05em 0.4em;/*文字周りの余白*/
    margin-right: 0.5em;
}
.risk-03 {
    border: solid 2px #6ad500;/*線色*/
    color: #6ad500;
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    background: #eaffd5;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.mds-03 {
    color: #6ad500;
    font-size: 120%;
    font-weight: 700;
}
.mds-03-sq {
    background: #6ad500;/*背景色*/
    border-radius: 0.3em;/*角丸*/
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    padding: 0.05em 0.4em;/*文字周りの余白*/
    margin-right: 0.5em;
}
.risk-04 {
    border: solid 2px #008040;/*線色*/
    color: #008040;
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    background: #d5ffd5;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.mds-04 {
    color: #008040;
    font-size: 120%;
    font-weight: 700;
}
.mds-04-sq {
    background: #008040;/*背景色*/
    border-radius: 0.3em;/*角丸*/
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    padding: 0.05em 0.4em;/*文字周りの余白*/
    margin-right: 0.5em;
}
.risk-05 {
    border: solid 2px #23b1b1;/*線色*/
    color: #23b1b1;
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    background: #dcf8f8;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.mds-05 {
    color: #23b1b1;
    font-size: 120%;
    font-weight: 700;
}
.mds-05-sq {
    background: #23b1b1;/*背景色*/
    border-radius: 0.3em;/*角丸*/
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    padding: 0.05em 0.4em;/*文字周りの余白*/
    margin-right: 0.5em;
}
.risk-06 {
    border: solid 2px #5555ff;/*線色*/
    color: #5555ff;
    font-weight: 700;
    padding: 0.3em;/*文字周りの余白*/
    background: #d5d5ff;/*背景色*/
    border-radius: 0.5em;/*角丸*/
    text-align: center;
    margin-bottom: 1.5em;
}
.mds-06 {
    color: #5555ff;
    font-size: 120%;
    font-weight: 700;
}
.mds-06-sq {
    background: #5555ff;/*背景色*/
    border-radius: 0.3em;/*角丸*/
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    padding: 0.05em 0.4em;/*文字周りの余白*/
    margin-right: 0.5em;
}


/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 10px 0;
    background-color: #d4d4d4;
    border-top: 8px solid #1E90FF;
}
footer p {
    color: #000000;
    font-size: 80%;
    line-height: 1.2;
}

.footrogo {
    margin: 0 0 20px 0;
    width: 350px;
    cursor: pointer;
}
.footicon {
    margin: 0 0 5px 0;
    width: 20px;
}
footer p img {
    vertical-align: text-bottom;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
}

.navrogo {
    margin: -20px 0 60px 0;
    width: 300px;
}
.nav_icon {
    margin: 0 0 10px 0;
    width: 20px;
}
.overnav {
    font-size: 90%;
    line-height: 2;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 50px 0;
}

.overspec {
    margin: 0 0 10px 0;
    font-size: 40%;
    line-height: 1.6;
}

/* Menu style */
.overlay nav {
    position: absolute;
    width: 100%;
    top: 45%;
    bottom: 0;
    text-align: center;
    font-size: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}
.misline {
    text-decoration: line-through;
    color: #b8860b;
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #345271;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    color: #73d0da;
}

.overnav a:hover, .overnav a:focus{
    color: #999999 !important;
}
.overnav a:visited{
    color: #000000 !important;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}