﻿@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.clearfix {
    display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
    height: 1%
}

.clearfix {
    display: block;
}
/* end MacIE5 */


.clear {
    clear: both;
}

.c-check-input {
    display: none;
}

.c-check {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 48px;
}

    .c-check:before {
        width: 30px;
        height: 30px;
        background: #FFF;
        position: absolute;
        border: #000 1px solid;
        box-sizing: border-box;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: '';
    }

    .c-check > span {
        position: absolute;
        width: 22px;
        height: 11px;
        display: block;
        top: 5px;
        left: 4px;
        margin: auto;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.c-check-parts1,
.c-check-parts2 {
    position: absolute;
    background: #000;
}

.c-check-parts1 {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.c-check-parts2 {
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    opacity: 0;
}

.c-check-input:checked + .c-check .c-check-parts1 {
    -webkit-animation: check01 0.3s 0.2s ease-in-out alternate forwards;
    animation: check01 0.3s 0.2s ease-in-out alternate forwards;
}

.c-check-input:checked + .c-check .c-check-parts2 {
    -webkit-animation: check02 0.2s 0s ease-in-out alternate forwards;
    animation: check02 0.2s 0s ease-in-out alternate forwards;
}

@keyframes check01 {
    0% {
        opacity: 1;
        width: 0px;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes check01 {
    0% {
        opacity: 1;
        width: 0px;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes check02 {
    0% {
        opacity: 1;
        height: 0px;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

@-webkit-keyframes check02 {
    0% {
        opacity: 1;
        height: 0px;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}


a.c-defBtn {
    display: block;
    background: #959595;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

    a.c-defBtn.is-red {
        background-color: #ff0000;
    }

    a.c-defBtn .svg-inline--fa {
        /*  background-image: url(../images/icon_tab.png);
  background-repeat: no-repeat;
  background-position: left 10px center; */
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 12px;
        font-size: 12px;
    }

    a.c-defBtn:hover {
        opacity: 0.7;
    }

div.c-defBtn {
    display: block;
    background: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    opacity: 0.1;
}

    div.c-defBtn.is-red {
        background-color: #ff0000;
        opacity: 0.1;
    }

    div.c-defBtn .svg-inline--fa {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 12px;
        font-size: 12px;
    }

.c-loadingBack {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    z-index: 10000
}

.c-loadingOuter {
    display: none;
    height: 400px;
    width: 400px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10001;
    background: #FFF;
}

.c-loading {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

    .c-loading .timer {
        fill: #999999 !important;
    }

        .c-loading .timer .number {
            font-size: 30px;
        }

        .c-loading .timer .percent {
            font-size: 16px;
        }

    .c-loading .border {
        stroke: #FFF !important;
    }

    .c-loading .circle {
        stroke: #999999 !important;
    }

.c-loadingText {
    font-size: 24px;
    font-weight: bold;
    color: #999999;
}

.c-balBoxOuter {
    position: relative;
    margin: 0 45px;
}

.c-balBox {
    position: absolute;
    width: 100%;
    top: 13px;
    left: 0;
    border: #ff9c00 1px solid;
    box-sizing: border-box;
    z-index: 5000;
    background: #FFF;
    display: none;
}

.c-balBoxInner {
    padding: 24px 30px;
}

.c-balBox-title {
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 38px;
}

    .c-balBox-title:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100px;
        background: #000;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -15px;
    }

.c-balBox-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.c-balBox-closeWrap {
    font-size: 16px;
}

.c-balBox-close {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .c-balBox-close:before {
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        border: #959595 1px solid;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .c-balBox-close span {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        font-weight: bold;
    }

        .c-balBox-close span:before,
        .c-balBox-close span:after {
            content: '';
            display: block;
            background: #959595;
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
        }

        .c-balBox-close span:before {
            width: 29px;
            height: 1px;
            left: -3px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .c-balBox-close span:after {
            width: 1px;
            height: 29px;
            left: 11px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.c-balBox-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
/*
.c-balBox-link:before ,
.c-balBox-link:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  opacity: 0;
   	-webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;   
}
.c-balBox-link:before {
  border-bottom: 14px solid #fff;
  top: 47px;
  z-index: 5002;
}
.c-balBox-link:after {
  border-bottom: 14px solid #ff9c00;
  top:46px;
  z-index: 5001;
}
.c-balBox-link.is-active:before ,
.c-balBox-link.is-active:after {
  opacity: 1;
} */

a.c-btn,
button.c-btn {
    display: block;
    width: 260px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    background: #959595;
    border: none;
    padding: 22px 0;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.c-btn-mail:before,
.c-btn-print:before,
.c-btn-pdf:before {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.c-btn-mail:before {
    content: "\f003";
    left: 19px;
}

.c-btn-print:before {
    content: "\f02f";
    left: 19px;
}

.c-btn-pdf:before {
    content: "\f1c1";
    left: 19px;
    font-size: 18px;
}

.c-btn-prev:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.c-btn-next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.c-btn:hover,
button.c-btn:hover {
    background: #000;
}

.c-btn.is-two {
    padding: 12px 0;
}

.c-btn.is-off {
    pointer-events: none;
    background: #c1c0c0;
    color: #a0a0a0;
}

    .c-btn.is-off:before {
        border-color: #a0a0a0;
    }

.c-btn.is-on {
    background: #ff0000;
}


.p-note {
}

    .p-note .mCSB_scrollTools .mCSB_draggerRail {
        background: none;
    }

    .p-note .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #a0a0a0;
        width: 5px;
        border-radius: 5px;
    }

    .p-note .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .p-note .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background: #a0a0a0;
    }

.p-noteContent {
    box-sizing: border-box;
    margin-bottom: 55px;
    height: 400px;
    padding: 10px 0;
}

.p-noteInner {
    /*  overflow: scroll; */
    padding: 54px 45px;
    box-sizing: border-box;
}

.p-noteHeadTitle {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 34px;
}

.p-noteInner p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    padding-bottom: 54px;
    font-weight: bold;
}
.p-notePop.p-noteInner {
    height:500px;
    overflow:scroll;
}
.p-noteCheck {
    margin-bottom: 54px;
}

.p-note-btn {
    text-align: center;
    padding: 0 0 77px 0;
}

    .p-note-btn li {
        display: inline-block;
        width: 260px;
        margin: 0 20px;
    }

        .p-note-btn li a {
            display: block;
            background: #e60012;
            font-size: 20px;
            line-height: 1;
            color: #FFF;
            font-weight: bold;
            padding: 22px 0 22px 0;
            position: relative;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }
            /* .p-note-btn li a:before {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 10;
} */
            .p-note-btn li a span {
                position: relative;
                z-index: 10;
            }

        .p-note-btn li p {
            font-size: 16px;
            line-height: 1.5;
            font-weight: bold;
            padding-top: 13px;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .p-note-btn.p-note-noBtn {
    }

        .p-note-btn.p-note-noBtn li a {
            color: #a0a0a0;
            pointer-events: none;
        }

    .p-note-btn li a:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: #c1c0c0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity: 0;
    }

    .p-note-btn.p-note-noBtn li a:after {
        opacity: 1;
    }

    .p-note-btn.p-note-noBtn li p {
        color: #a0a0a0;
    }


.p-question {
    padding: 0 0 60px 0;
}

.p-questionNum {
    height: 80px;
}

.p-questionNumList {
    font-family: 'Anton', sans-serif;
}

    .p-questionNumList li {
        position: relative;
        /*  margin-top: 30px; */
        float: left;
        width: 50px;
        height: 80px;
    }

        .p-questionNumList li span {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            display: block;
            font-size: 24px;
            line-height: 50px;
            color: #434343;
            text-align: center;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
        }

        .p-questionNumList li + li {
            margin-left: 1px;
        }

        .p-questionNumList li.is-pass {
            width: 40px;
        }

            .p-questionNumList li.is-pass span {
                /*  margin-top: 40px; */
                height: 40px;
                font-size: 20px;
                line-height: 40px;
                background: rgb(149,149,149); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(149,149,149,1) 0%, rgba(140,140,140,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(149,149,149,1) 0%,rgba(140,140,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(140,140,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
            }

        .p-questionNumList li.is-now {
            width: 80px;
        }

            .p-questionNumList li.is-now span {
                /*  margin-top: 0px; */
                font-size: 40px;
                line-height: 80px;
                height: 80px;
                overflow: hidden;
                color: #FFF;
                background: rgb(230,0,18); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(230,0,18,1) 0%, rgba(216,0,17,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(230,0,18,1) 0%,rgba(216,0,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(230,0,18,1) 0%,rgba(216,0,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#d80011',GradientType=0 ); /* IE6-9 */
            }



        .p-questionNumList li:nth-child(1) {
            z-index: 10;
        }

        .p-questionNumList li:nth-child(2) {
            z-index: 9;
        }

        .p-questionNumList li:nth-child(3) {
            z-index: 8;
        }

        .p-questionNumList li:nth-child(4) {
            z-index: 7;
        }

        .p-questionNumList li:nth-child(5) {
            z-index: 6;
        }

        .p-questionNumList li:nth-child(6) {
            z-index: 5;
        }

        .p-questionNumList li:nth-child(7) {
            z-index: 4;
        }

        .p-questionNumList li:nth-child(8) {
            z-index: 1;
        }

        .p-questionNumList li.is-previous1,
        .p-questionNumList li.is-previous2,
        .p-questionNumList li.is-previous3,
        .p-questionNumList li.is-previous4,
        .p-questionNumList li.is-previous5,
        .p-questionNumList li.is-previous6,
        .p-questionNumList li.is-previous7 {
            opacity: 0;
        }

        .p-questionNumList li.is-previous1 {
            -webkit-animation: previous1 0.1s 1s ease-in-out alternate forwards;
            animation: previous1 0.1s 1s ease-in-out alternate forwards;
        }

        .p-questionNumList li.is-previous2 {
            -webkit-animation: previous2 0.2s 1s ease-in-out alternate forwards;
            animation: previous2 0.2s 1s ease-in-out alternate forwards;
        }

        .p-questionNumList li.is-previous3 {
            -webkit-animation: previous3 0.3s 1s ease-in-out alternate forwards;
            animation: previous3 0.3s 1s ease-in-out alternate forwards;
        }

        .p-questionNumList li.is-previous4 {
            -webkit-animation: previous4 0.4s 1s ease-in-out alternate forwards;
            animation: previous4 0.4s 1s ease-in-out alternate forwards;
        }

        .p-questionNumList li.is-previous5 {
            -webkit-animation: previous5 0.5s 1s ease-in-out alternate forwards;
            animation: previous5 0.5s 1s ease-in-out alternate forwards;
        }

        .p-questionNumList li.is-previous6 {
            -webkit-animation: previous6 0.6s 1s ease-in-out alternate forwards;
            animation: previous6 0.6s 1s ease-in-out alternate forwards;
        }

        .p-questionNumList li.is-previous7 {
            -webkit-animation: previous7 0.7s 1s ease-in-out alternate forwards;
            animation: previous7 0.7s 1s ease-in-out alternate forwards;
        }

@keyframes previous1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-51px, 0%);
        transform: translate(-51px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-51px, 0%);
        transform: translate(-51px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes previous2 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-102px, 0%);
        transform: translate(-102px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous2 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-102px, 0%);
        transform: translate(-102px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes previous3 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-153px, 0%);
        transform: translate(-153px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous3 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-153px, 0%);
        transform: translate(-153px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes previous4 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-204px, 0%);
        transform: translate(-204px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous4 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-204px, 0%);
        transform: translate(-204px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes previous5 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-255px, 0%);
        transform: translate(-255px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous5 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-255px, 0%);
        transform: translate(-255px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes previous6 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-306px, 0%);
        transform: translate(-306px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous6 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-306px, 0%);
        transform: translate(-306px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes previous7 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-357px, 0%);
        transform: translate(-357px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes previous7 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-357px, 0%);
        transform: translate(-357px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}



.p-questionContent {
    padding: 65px 0 58px 0;
}

.p-questionHeadTitle {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
}

    .p-questionHeadTitle a {
        color: #ff9c00;
    }

.p-questionBtnList {
    max-width: 872px;
    margin: 0 auto;
    padding: 0 20px;
}

    .p-questionBtnList li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }

        .p-questionBtnList li:nth-child(3n) {
            margin-right: 0px;
        }

    .p-questionBtnList.p-questionBtnList-2 {
        width: 586px;
    }

        .p-questionBtnList.p-questionBtnList-2 li {
            width: 250px;
            margin-right: 86px;
        }

            .p-questionBtnList.p-questionBtnList-2 li:nth-child(2n) {
                margin-right: 0;
            }

    .p-questionBtnList.p-questionBtnList-3 {
        max-width: 837px;
        margin: auto;
    }

        .p-questionBtnList.p-questionBtnList-3 li {
            width: 30%;
            margin-right: 5%;
            margin-bottom: 17px;
        }

            .p-questionBtnList.p-questionBtnList-3 li:nth-child(3n) {
                margin-right: 0;
            }

    .p-questionBtnList.p-questionBtnList-4 {
        max-width: 877px;
        margin: auto;
    }

        .p-questionBtnList.p-questionBtnList-4 li {
            width: 22.8%;
            margin-left: 2.93%;
            margin-right: 0;
            float: none;
            display: inline-block;
            margin-bottom: 15px;
        }

            .p-questionBtnList.p-questionBtnList-4 li:nth-child(4n) {
                margin-right: 0;
            }

            .p-questionBtnList.p-questionBtnList-4 li:nth-child(4n+1) {
                margin-left: 0;
            }

    .p-questionBtnList.p-questionBtnList3-center {
        text-align: center;
    }

        .p-questionBtnList.p-questionBtnList3-center li {
            float: none;
            display: inline-block;
            margin-bottom: 10px;
            margin-right: 0;
            margin-left: 2%;
        }

            .p-questionBtnList.p-questionBtnList3-center li:nth-child(3n) {
                margin-right: 0;
            }

            .p-questionBtnList.p-questionBtnList3-center li:nth-child(3n+1) {
                margin-left: 0;
            }


.p-questionCheckBtn-input {
    display: none;
}

.p-questionCheckBtn {
    display: table;
    width: 100%;
    background: #eeeeee;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

    .p-questionCheckBtn p {
        display: table-cell;
        height: 100px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 26px;
        padding: 0 5px;
        color: #313131;
        font-weight: bold;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .p-questionCheckBtn p > span {
            font-size: 18px;
            display: block;
            padding-top: 10px;
        }

.p-lastTime .p-questionCheckBtn p > span {
    font-size: 16px;
    padding-top: 15px;
}
/*
.p-questionCheckBtn:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: #ec000d 3px solid;
  position: absolute;
  bottom:0;
  left: 0;
   	-webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
  opacity: 0;
} */
.p-questionCheckBtn > span {
    display: block;
    position: absolute;
    background: #ec000d;
    opacity: 0;
}

.p-questionCheckBtn-input:checked + .p-questionCheckBtn > span {
    opacity: 1;
}

.p-questionCheckBtn > span:nth-child(1) {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

.p-questionCheckBtn > span:nth-child(2) {
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
}

.p-questionCheckBtn > span:nth-child(3) {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
}

.p-questionCheckBtn > span:nth-child(4) {
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 0;
}

.p-questionCheckBtn:hover > span:nth-child(1) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-questionCheckBtn:hover > span:nth-child(2) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-questionCheckBtn:hover > span:nth-child(3) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-questionCheckBtn:hover > span:nth-child(4) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%
    }
}

@keyframes height {
    0% {
        height: 0%;
    }

    100% {
        height: 100%
    }
}

@-webkit-keyframes height {
    0% {
        height: 0%;
    }

    100% {
        height: 100%
    }
}

/*
.p-questionCheckBtn:hover:before {
  opacity: 1;
} */
.p-questionCheckBtn.is-big {
    height: 150px;
}

    .p-questionCheckBtn.is-big p {
        font-size: 24px;
    }

.p-bottomBtn {
    padding-top: 50px;
}

.p-questionPrev {
}

.p-questionNextBtn,
a.p-questionPrevBtn {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    padding: 18px 0;
    max-width: 260px;
    display: inline-block;
    background: #959595;
    width: 100%;
    position: relative;
    border: none;
    outline: 0;
}

    .p-questionNextBtn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto;
        content: '';
        vertical-align: middle;
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-left: 1px solid;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    a.p-questionPrevBtn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 16px;
        margin: auto;
        content: '';
        vertical-align: middle;
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-left: 1px solid;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/*
button.p-questionNextBtn {
  background: #c1c0c0;
  color: #a0a0a0;
} */
.p-questionNextBtn {
    pointer-events: none;
    background: #c1c0c0;
    color: #a0a0a0;
}

    .p-questionNextBtn.is-two {
        margin-left: 42px;
    }

    .p-questionNextBtn.is-red.is-active {
        background: #FF0000;
        cursor: pointer;
        pointer-events: auto;
        color: #FFF;
    }



.p-priorityHead {
    margin-bottom: 50px;
    position: relative;
}

.p-priorityHeadTitle {
    font-size: 36px;
    line-height: 1.5;
}

    .p-priorityHeadTitle > span i {
        color: #ff9c00;
        margin-left: 20px;
    }

    .p-priorityHeadTitle > span > span {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

.p-priorityContent {
    padding: 65px 20px 78px 20px;
}


.p-region {
    padding: 0 0 92px 0;
}

.p-regionContent {
    padding: 65px 0 20px 0;
}

.p-regionHead {
    margin-bottom: 30px;
    position: relative;
}

.p-regionHeadTitle {
    font-size: 36px;
    line-height: 1.5;
}

    .p-regionHeadTitle > span {
    }

        .p-regionHeadTitle > span i {
            color: #ff9c00;
        }

        .p-regionHeadTitle > span > span {
            font-size: 16px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 5px;
        }

.p-regionBtn-input {
    display: none;
}

.p-regionBtn {
    width: 164px;
    box-sizing: border-box;
    color: #FFF;
    position: relative;
    display: block;
}

.p-regionBtn.is-on {
    background: #000;
    cursor: pointer;
}

.p-regionBtn.is-off {
    background: #898989;
}

.p-regionBtn-name,
.p-regionBtn-num {
    box-sizing: border-box;
}

.p-regionBtn-name {
    font-weight: bold;
    height: 40px;
    padding-right: 40px;
    display: block;
    padding-top: 8px;
    position: relative;
    z-index: 10;
}

.p-regionBtn-num {
    height: 36px;
    line-height: 36px;
    width: 36px;
    top: 2px;
    right: 2px;
    display: block;
    position: absolute;
    font-weight: bold;
    z-index: 11;
}

.p-regionBtn.is-on .p-regionBtn-num {
    background: #FFF;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.p-regionBtn.is-on:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FF0000;
    content: '';
    z-index: 1;
}

.p-regionBtn.is-on:hover:before {
    width: 100%;
}

.p-regionBtn.is-on:hover .p-regionBtn-num {
    color: #FF0000;
}

.p-regionBtnList01 {
    background: url(../images/region_img01.png) no-repeat center center;
    max-width: 980px;
    height: 474px;
    margin-bottom: 28px;
    position: relative;
}

    .p-regionBtnList01 li {
        position: absolute;
        opacity: 0;
    }

.p-regionList-europe {
    top: 127px;
    left: 136px;
}

.p-regionList-middleEast {
    top: 207px;
    left: 168px;
}

.p-regionList-africa {
    top: 282px;
    left: 87px;
}

.p-regionList-asia {
    top: 149px;
    left: 358px;
}

.p-regionList-japan {
    top: 217px;
    left: 470px;
}

.p-regionList-oceania {
    top: 344px;
    left: 449px;
}

.p-regionList-northAmerica {
    top: 163px;
    left: 739px;
}

.p-regionList-latinAmerica {
    top: 335px;
    left: 797px;
}

.p-regionBtnList01 li:nth-child(1) {
    -webkit-animation: memo 0.5s 0s ease-in-out alternate forwards;
    animation: memo 0.5s 0s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(2) {
    -webkit-animation: memo 0.5s 0.2s ease-in-out alternate forwards;
    animation: memo 0.5s 0.2s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(3) {
    -webkit-animation: memo 0.5s 0.4s ease-in-out alternate forwards;
    animation: memo 0.5s 0.4s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(4) {
    -webkit-animation: memo 0.5s 0.6s ease-in-out alternate forwards;
    animation: memo 0.5s 0.6s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(5) {
    -webkit-animation: memo 0.5s 0.8s ease-in-out alternate forwards;
    animation: memo 0.5s 0.8s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(6) {
    -webkit-animation: memo 0.5s 1.0s ease-in-out alternate forwards;
    animation: memo 0.5s 1.0s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(7) {
    -webkit-animation: memo 0.5s 1.2s ease-in-out alternate forwards;
    animation: memo 0.5s 1.2s ease-in-out alternate forwards;
}

.p-regionBtnList01 li:nth-child(8) {
    -webkit-animation: memo 0.5s 1.4s ease-in-out alternate forwards;
    animation: memo 0.5s 1.4s ease-in-out alternate forwards;
}

@keyframes memo {
    0% {
        opacity: 0;
        -webkit-transform: translate(20px, 0%);
        transform: translate(20px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes memo {
    0% {
        opacity: 0;
        -webkit-transform: translate(20px, 0%);
        transform: translate(20px, 0%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes borderfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.p-regionBtnList02 {
    margin-bottom: 34px;
}

    .p-regionBtnList02 li {
        display: inline-block;
        margin: 0 15px;
    }

.p-regionCaution {
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
}

@media screen and (max-width:1030px) {
    .p-region {
        padding: 0 0 92px 0;
    }

    .p-regionContent {
        padding: 65px 0 20px 0;
    }

    .p-regionHead {
        margin-bottom: 30px;
        position: relative;
    }

    .p-regionHeadTitle {
        font-size: 36px;
        line-height: 1.5;
    }

        .p-regionHeadTitle > span {
        }

            .p-regionHeadTitle > span i {
                color: #ff9c00;
            }

            .p-regionHeadTitle > span > span {
                font-size: 16px;
                vertical-align: middle;
                display: inline-block;
                margin-left: 5px;
            }

    .p-regionBtn-input {
        display: none;
    }

    .p-regionBtn {
        width: 164px;
        box-sizing: border-box;
        color: #FFF;
        position: relative;
        display: block;
    }

    label.p-regionBtn {
        background: #000;
        cursor: pointer;
    }

    span.p-regionBtn {
        background: #898989;
    }

    .p-regionBtn-name,
    .p-regionBtn-num {
        box-sizing: border-box;
    }

    .p-regionBtn-name {
        font-weight: bold;
        height: 40px;
        padding-right: 40px;
        display: block;
        padding-top: 8px;
        position: relative;
        z-index: 10;
    }

    .p-regionBtn-num {
        height: 36px;
        line-height: 36px;
        width: 36px;
        top: 2px;
        right: 2px;
        display: block;
        position: absolute;
        z-index: 11;
    }

    label.p-regionBtn .p-regionBtn-num {
        background: #FFF;
        color: #000;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    label.p-regionBtn:before {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #FF0000;
        content: '';
        z-index: 1;
    }

    label.p-regionBtn:hover:before {
        width: 100%;
    }

    label.p-regionBtn:hover .p-regionBtn-num {
        color: #FF0000;
    }

    .p-regionBtnList01 {
        background: url(../images/region_img01.png) no-repeat center center;
        background-size: 100% auto;
        max-width: 980px;
        height: 474px;
        margin-bottom: 28px;
        position: relative;
    }

        .p-regionBtnList01 li {
            position: absolute;
            opacity: 0;
        }

    .p-regionList-europe {
        top: 30%;
        left: 10%;
    }

    .p-regionList-middleEast {
        top: 43%;
        left: 17%;
    }

    .p-regionList-africa {
        top: 58%;
        left: 7%;
    }

    .p-regionList-asia {
        top: 32%;
        left: 35%;
    }

    .p-regionList-japan {
        top: 47%;
        left: 44%;
    }

    .p-regionList-oceania {
        top: 67%;
        left: 38%;
    }

    .p-regionList-northAmerica {
        top: 33%;
        left: 70%;
    }

    .p-regionList-latinAmerica {
        top: 63%;
        left: 74%;
    }




    .p-regionBtnList02 {
        margin-bottom: 34px;
    }

        .p-regionBtnList02 li {
            display: inline-block;
            margin: 0 15px;
        }

    .p-regionCaution {
        font-size: 16px;
        line-height: 1.7;
    }
}







.p-target {
    padding: 0 0 92px 0;
}

.p-targetContent {
    padding: 65px 0 74px 0;
}

.p-targetHead {
    margin-bottom: 30px;
}

.p-targetHeadTitle {
    font-size: 36px;
    line-height: 1.5;
}

    .p-targetHeadTitle > span i {
        color: #ff9c00;
    }

    .p-targetHeadTitle > span > span {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

.p-targetFrame {
    max-width: 850px;
    padding: 0 20px;
    margin: 0 auto;
}

.p-targetFrame-small {
    width: 74.3%;
    float: left;
}

.p-targetFrame-big {
    width: 23.5%;
    float: right;
}

.p-targetFrame-small ul {
}

    .p-targetFrame-small ul li {
        float: left;
        width: 31.6%;
        margin-right: 2.6%;
        height: 191px;
    }

        .p-targetFrame-small ul li:nth-child(3n) {
            margin-right: 0;
        }

        .p-targetFrame-small ul li:nth-child(3n + 1) {
            clear: both;
        }

        .p-targetFrame-small ul li:nth-child(n + 4) {
            margin-top: 16px;
        }

.p-targetCheck-input {
    display: none;
}

.p-targetCheck {
    width: 100%;
    display: block;
    background: #eeeeee;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    /* .p-targetCheck:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #FF0000 3px solid;
  opacity: 0;
 	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;  
} */
    /*.p-targetCheck:hover:before {
  opacity: 1;
}*/

    .p-targetCheck > span {
        display: block;
        position: absolute;
        background: #ec000d;
        opacity: 0;
    }

.p-targetCheck-input:checked + .p-targetCheck > span {
    opacity: 1;
}

.p-targetCheck > span:nth-child(1) {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

.p-targetCheck > span:nth-child(2) {
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
}

.p-targetCheck > span:nth-child(3) {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
}

.p-targetCheck > span:nth-child(4) {
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 0;
}

.p-targetCheck:hover > span:nth-child(1) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-targetCheck:hover > span:nth-child(2) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-targetCheck:hover > span:nth-child(3) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-targetCheck:hover > span:nth-child(4) {
    -webkit-animation: borderfade 0.5s 0s ease-in-out alternate forwards;
    animation: borderfade 0.5s 0s ease-in-out alternate forwards;
}

.p-targetCheckName {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    padding: 25px 0;
    border-bottom: 2px solid #FFF;
}

.p-targetCheckText {
    padding: 20px 0 20px 0;
}

.p-targetCheckText-num {
    font-size: 72px;
    display: inline-block;
    width: 76px;
    text-align: center;
    line-height: 1;
}

.p-targetCheckText-unit {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 0 8px;
}

.p-targetFrame-big .p-targetCheck {
    height: 398px;
}

    .p-targetFrame-big .p-targetCheck .p-targetCheckText {
        padding-top: 120px;
    }




.p-fund {
    padding: 0 0 92px 0;
}

.p-fundContent {
    padding: 65px 40px 44px 40px;
    box-sizing: border-box;
}

.p-fundHeadTitle {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px;
}

    .p-fundHeadTitle > span svg,
    .p-fundHeadTitle > span i {
        color: #ff9c00;
        margin-left: 20px;
    }

    .p-fundHeadTitle > span > span {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

.p-fundResult1 {
    margin-bottom: 46px;
}

.p-fundMeterOuter {
    position: relative;
}

.p-fundMeter {
    background: url(../images/mater_img01.png) no-repeat center center;
    width: 512px;
    height: 254px;
    margin: 0 auto;
    position: relative;
}

.p-fundMeter-link {
    padding: 20px 0 0 0;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 38px;
}

    .p-fundMeter-link > span > span {
        color: #ff9c00;
        font-size: 24px;
        display: inline-block;
        margin-left: 7px;
        vertical-align: middle;
    }

    .p-fundMeter-link .c-balBoxOuter {
        margin: 0;
    }

    .p-fundMeter-link .c-balBox {
        top: 25px;
    }

    .p-fundMeter-link .c-balBox-link::before {
        top: 32px;
    }

    .p-fundMeter-link .c-balBox-link::after {
        top: 31px;
    }


.p-fundMeterParts {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}

    .p-fundMeterParts img {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform-origin: 30px 140px;
        -ms-transform-origin: 30px 140px;
        transform-origin: 30px 140px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .p-fundMeterParts.meter_tab01 img {
        -webkit-transform: rotate(-80deg);
        -ms-transform: rotate(-80deg);
        transform: rotate(-80deg);
    }

    .p-fundMeterParts.meter_tab02 img {
        -webkit-transform: rotate(-41deg);
        -ms-transform: rotate(-41deg);
        transform: rotate(-41deg);
    }

    .p-fundMeterParts.meter_tab03 img {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .p-fundMeterParts.meter_tab04 img {
        -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
        transform: rotate(41deg);
    }

    .p-fundMeterParts.meter_tab05 img {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
    }


.p-fundTypeDetail {
    margin-bottom: 58px;
}

.p-fundTypeDetail-item {
    border: #ff0000 1px solid;
    background: #FFF;
    padding: 35px 0 35px 0;
    display: none;
}

    .p-fundTypeDetail-item.is-first {
        display: block;
    }

.p-fundTypeDetail-title {
    font-size: 36px;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    position: relative;
    margin-bottom: 50px;
}

    .p-fundTypeDetail-title:after {
        content: '';
        display: block;
        background: #000;
        width: 100px;
        height: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -20px;
        position: absolute;
    }

.p-fundTypeDetail-text {
    font-size: 18px;
    line-height: 2;
}

.p-fundResult1-bottom {
    font-size: 30px;
    line-height: 1.6;
    color: #313131;
    font-weight: bold;
}

.p-fundRecommend {
}

.p-fundRecommendList {
    margin-bottom: 28px;
}

    .p-fundRecommendList > li {
        width: 31.4%;
        float: left;
        position: relative;
    }

.p-fundRecommend-cover {
    font-size: 72px;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.p-fundRecommendList > li:after {
    display: block;
    height: 100%;
    content: '';
    width: 100%;
    background: rgba(255,255,255,0.8) url(../images/search_icon.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.p-fundRecommendList > li + li {
    margin-left: 2.9%;
}

.p-fundRecommendFrame {
    border: #000 1px solid;
    background: #eeeeee;
    padding-bottom: 22px;
    position: relative;
}

.p-fundRecommendHead {
    background: #ffc800;
    display: table;
    width: 100%;
    color: #313131;
}

.p-fundRecommendHead-tag,
.p-fundRecommendHead-category {
    display: table-cell;
    vertical-align: bottom;
}

.p-fundRecommendHead-tag {
    font-size: 10px;
    line-height: 1;
    text-align: left;
    padding: 0 0 4px 4px;
}

.p-fundRecommendHead-category {
    font-size: 18px;
    line-height: 1;
    text-align: right;
    padding: 15px 13px 9px 0;
    font-weight: bold;
}

.p-fundRecommendMs {
    background: #FFF;
    display: table;
    width: 100%;
    color: #313131;
}

.p-fundRecommendMs-tag,
.p-fundRecommendMs-star {
    display: table-cell;
    vertical-align: middle;
}

.p-fundRecommendMs-tag {
    font-size: 10px;
    line-height: 1;
    text-align: left;
    color: #313131;
    padding: 0 0 0 13px;
}

.p-fundRecommendMs-star {
    font-size: 14px;
    line-height: 1;
    text-align: right;
    padding: 9px 13px 8px 0;
    color: #313131;
    letter-spacing: 1px;
}

    .p-fundRecommendMs-star span {
        color: #313131;
        display: inline-block;
        height: 14px;
    }

.p-fundRecommendName {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    color: #e60012;
    text-decoration: underline;
    background: #FFF;
    padding: 10px 19px 13px 19px;
}

.p-fundRecommendDetail {
    padding: 10px 0 20px 0;
}

    .p-fundRecommendDetail dl {
        display: table;
        margin: 0 0 0 auto;
    }

    .p-fundRecommendDetail dt,
    .p-fundRecommendDetail dd {
        display: table-cell;
        vertical-align: baseline;
        font-weight: bold;
    }

    .p-fundRecommendDetail dt {
        font-size: 14px;
    }

    .p-fundRecommendDetail dd {
        font-size: 24px;
        padding: 0 13px 0 10px;
    }

.p-fundRecommendBtn {
    margin: 0 24px;
    box-sizing: border-box;
}

    .p-fundRecommendBtn li {
    }

        .p-fundRecommendBtn li + li {
            margin-top: 11px;
        }

.is-active > .p-fundRecommendFrame:before {
    content: "";
    position: absolute;
    bottom: -28px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    border: 12px solid transparent;
    border-top: 18px solid #eeeeee;
    z-index: 2;
}

.is-active > .p-fundRecommendFrame:after {
    content: "";
    position: absolute;
    bottom: -30px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    border: 12px solid transparent;
    border-top: 18px solid #000;
    z-index: 1;
}

.p-fundRecommendList > li:hover .p-fundRecommend-cover,
.p-fundRecommendList > li:hover:after {
    opacity: 0.6;
}

.is-active .p-fundRecommend-cover,
.p-fundRecommendList > li.is-active:after {
    display: none;
}


.p-fundCase {
    border: #000 1px solid;
    background: #FFF;
}

.p-fundCaseHeadTitle {
    font-size: 24px;
    line-height: 1.5;
    background: #ffc800;
    padding: 9px 0 10px 0;
    margin-bottom: 27px;
}

.p-fundCaseinner {
    margin: 0 22px;
}

.p-fundCase-box {
    width: 47.3%;
    float: left;
    margin-bottom: 30px;
}

    .p-fundCase-box:nth-child(2n) {
        float: right;
    }

    .p-fundCase-box:nth-child(2n + 1) {
        clear: both;
    }

.p-fundCase-boxGray {
    background: #eeeeee;
}

.p-fundCase-merit,
.p-fundCase-demerit {
    display: table;
}

.p-fundCase-meritGraph,
.p-fundCase-meritText,
.p-fundCase-demeritGraph,
.p-fundCase-demeritText {
    display: table-cell;
    vertical-align: middle;
}

.p-fundCase-meritGraph,
.p-fundCase-demeritGraph {
    width: 125px;
}

    .p-fundCase-meritGraph text,
    .p-fundCase-demeritGraph text {
        color: #000;
        fill: #000;
        font-size: 24px !important;
        font-weight: bold;
    }

    .p-fundCase-meritGraph .timer,
    .p-fundCase-demeritGraph .timer {
        display: none;
    }

    .p-fundCase-meritGraph .circle {
        stroke: #ff9c00;
    }

    .p-fundCase-meritGraph .border {
        stroke: #FFF;
    }

    .p-fundCase-demeritGraph .circle {
        stroke: #ff0000;
    }

    .p-fundCase-demeritGraph .border {
        stroke: #FFF;
    }

.p-fundCase-meritText,
.p-fundCase-demeritText {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding-right: 15px;
    font-weight: bold;
}

.p-fundCaseMiddleTitle {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-bottom: #ff2222 1px solid;
    padding-bottom: 6px;
    margin-bottom: 19px;
}

    .p-fundCaseMiddleTitle svg {
        font-size: 30px;
        line-height: 1.5;
        vertical-align: bottom;
        margin-right: 15px;
        color: #ff2222;
    }

    .p-fundCaseMiddleTitle span {
        font-size: 16px;
        line-height: 19px;
        position: absolute;
        right: 0;
        top: 5px;
    }

        .p-fundCaseMiddleTitle span svg {
            font-size: 10px;
            line-height: 19px;
            vertical-align: middle;
            margin-right: 4px;
        }

        .p-fundCaseMiddleTitle span a {
            text-decoration: underline;
        }

.p-fundCase-caution {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-top: 28px;
}

    .p-fundCase-caution p {
        text-indent: -1em;
        padding-left: 1em;
        font-weight: bold;
    }

        .p-fundCase-caution p a {
            color: #e60012;
            text-decoration: underline;
        }

        .p-fundCase-caution p svg {
            color: #e60012;
            font-size: 12px;
        }

.p-fundCaseBottom-btnWrap {
    padding: 57px 0 0 0;
}

.p-fundCaseBottom-btnList {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

    .p-fundCaseBottom-btnList li {
        display: inline-block;
        width: 260px;
        margin: 0 21px 25px 21px;
    }

.p-modalmail {
    background: #FFF;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 43px 45px;
    height:500px;
    overflow:scroll;
}

.p-modalmail-headTitle {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 45px;
}

    .p-modalmail-headTitle span {
        border: 1px solid #000;
        padding: 15px 25px;
        display: inline-block;
    }

.p-modalmail-headLineTitle {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
}

.p-modalmail-middleTitle {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 45px;
    font-weight: bold;
}

.p-modalmail-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 80px;
    font-weight: bold;
}

.p-modalmail-btn {
    text-align: center;
}

    .p-modalmail-btn .c-btn {
        margin: 0 auto;
    }

.p-modalmail-btnCaution {
    font-size: 14px;
    line-height: 22px;
    padding: 35px 0 20px 0;
    font-weight: bold;
}

#mail {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}


@media screen and (max-width:980px) {
    .p-fundContent {
        padding: 65px 20px 44px 20px;
    }
}



.p-constellationOuter {
    max-width: 980px;
    margin: 60px auto 60px auto;
    background: #FFF;
    position: relative;
}

.p-constellation {
    padding: 45px 20px;
    text-align: center;
    height: 500px;
    overflow: scroll;
}

.p-constellation-title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.p-constellation-intro {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 60px;
}

.p-constellationList {
    max-width: 807px;
    margin: 0 auto;
}

    .p-constellationList li {
        width: 15%;
        margin-right: 2%;
        float: left;
        margin-bottom: 35px;
    }

        .p-constellationList li:nth-child(6n) {
            margin-right: 0;
        }

.p-constellation-input {
    display: none;
}

.p-constellationBtn {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .p-constellationBtn img {
        margin-bottom: 20px;
    }

    .p-constellationBtn:hover {
        opacity: 0.7;
    }

.p-constellation-bottom {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 40px;
}

button.mfp-close {
    top: -40px;
    right: -30px;
    background: #FFF;
    padding: 0;
    touch-action: manipulation;
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border: #000 1px solid;
    position: absolute;
    margin: auto;
    text-indent: -9999px;
    opacity: 1;
}

    button.mfp-close:before,
    button.mfp-close:after {
        content: '';
        display: block;
        background: #000;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    button.mfp-close:before {
        width: 29px;
        height: 1px;
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    button.mfp-close:after {
        width: 1px;
        height: 29px;
        left: 9px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    button.mfp-close:active {
        top: -40px !important;
    }

.popup-modal-dismiss .c-btn {
    margin: 0 auto;
}

@media screen and (max-width:1030px) {
    button.mfp-close {
        right: 0px;
    }
}

.p-resultStyleTextOuter {
    display: none;
}

    .p-resultStyleTextOuter.is-active {
        display: block;
    }

.p-resultStyleText {
    border: #ffc800 5px solid;
    padding: 10px 15px;
    text-align: left;
    background: #FFF;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 43px;
    font-weight: bold;
}

    .p-resultStyleText:before {
        position: absolute;
        bottom: -38px;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        vertical-align: middle;
        box-sizing: border-box;
        width: 14px;
        height: 14px;
        border: 14px solid transparent;
        border-top: 20px solid #ffc800;
    }

.p-resultStyleType {
    margin-bottom: 45px;
}

    .p-resultStyleType p {
        display: inline-block;
        background: #ffc800;
        font-size: 60px;
        font-weight: bold;
        text-align: center;
        width: 378px;
    }

.p-resultStyleList {
    margin-bottom: 50px;
}

    .p-resultStyleList li {
        float: left;
        width: 18.222%;
        margin-right: 2.222%;
    }

        .p-resultStyleList li:nth-child(5n) {
            margin-right: 0;
        }

.p-resultStyleList-inner {
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    position: relative;
}

    .p-resultStyleList-inner:before {
        position: absolute;
        height: 100%;
        width: 100%;
        border: #000 1px solid;
        box-sizing: border-box;
        top: 0;
        left: 0;
        content: '';
    }

    .p-resultStyleList-inner p {
        width: 100%;
        position: absolute;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        bottom: 14px;
        left: 0;
        padding: 0 14px;
        box-sizing: border-box;
    }

        .p-resultStyleList-inner p span {
            display: block;
            background: #000;
            color: #FFF;
            padding: 6px 5px 5px 5px;
        }

    .p-resultStyleList-inner:hover:before,
    .is-active .p-resultStyleList-inner:before {
        border: #ffc800 5px solid;
    }

    .p-resultStyleList-inner:hover p span,
    .is-active .p-resultStyleList-inner p span {
        background: #ffc800;
        color: #000;
    }


.mfp-iframe-scaler {
}

    .mfp-iframe-scaler .mfp-close {
        width: 21px !important;
        right: -30px !important;
        text-indent: -9999px;
        text-align: left;
    }

@media screen and (max-width:1030px) {
    .mfp-iframe-scaler .mfp-close {
        right: 0px !important;
    }
}


.p-lastTimeCaution {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    padding: 60px 10% 0 10%;
}

.p-questionBtnList.p-questionGraphList {
    max-width: 740px;
    margin: 0 auto;
    padding: 15px 0 0 5.3%;
}

    .p-questionBtnList.p-questionGraphList li {
        width: 18.9%;
        margin-right: 1.375%;
    }

        .p-questionBtnList.p-questionGraphList li:nth-child(5n) {
            margin-right: 0;
        }

    .p-questionBtnList.p-questionGraphList .p-questionCheckBtn p span {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        padding: 0;
    }

.p-fundtabLink {
    text-align: right;
    margin-bottom: 15px;
}

    .p-fundtabLink a {
        text-decoration: underline;
        font-size: 16px;
        font-weight: bold;
    }


.p-FResult {
    padding: 47px 45px 73px 45px;
    box-sizing: border-box;
}

.p-FRHeadTitle {
    background: #FFF;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 45px;
    position: relative;
    border: #ff0000 1px solid;
}

    .p-FRHeadTitle span {
        display: inline-block;
        padding: 10px 0 8px 0;
    }

    .p-FRHeadTitle.is-textCheck:before {
        display: block;
        background: #ff0000 url(../images/icon-textCheck2.png) no-repeat center center;
        width: 70px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

    .p-FRHeadTitle.is-scales:before {
        display: block;
        background: #ff0000 url(../images/icon-scales.png) no-repeat center center;
        width: 70px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

    .p-FRHeadTitle .is-scales {
        display: block;
        background: #ff0000 url(../images/icon-scales.png) no-repeat center center;
        width: 70px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }



.p-FR_graphComparison {
    margin-bottom: 68px;
    position: relative;
}

.p-FR_graphComp-item {
    width: 42.6%;
    border: #000000 1px solid;
    box-sizing: border-box;
    background: #FFF;
    padding-bottom: 32px; /*汎用 32px*/
}

.p-FR_graphComp-item1 {
    float: left;
}

.p-FR_graphComp-item2 {
    float: right;
}

.p-FR_graphComp-title {
    background: #eeeeee;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 10px 0 8px 0;
    color: #313131;
}

    .p-FR_graphComp-title.is-def {
        margin-bottom: 140.8px;
    }

.p-FR_graphComp-subTitle {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.p-FR_graphComp-graph {
    position: relative;
    max-width: 247px;
    margin: 0 auto 29px auto;
    padding: 0 20px;
}

.p-FR_graphComp-graphLink {
    position: absolute;
    top: -30px;
    right: 20px;
}

    .p-FR_graphComp-graphLink a {
        font-size: 15px;
        font-weight: bold;
        cursor: pointer
    }

        .p-FR_graphComp-graphLink a i {
            font-size: 12px;
            line-height: 21px;
            height: 21px;
            width: 21px;
            border-radius: 50%;
            background: #ff0000;
            color: #FFF;
            display: block;
            margin: 0 auto;
        }

.p-FR_graphComp-changeBtn {
}

    .p-FR_graphComp-changeBtn a {
        width: 100%;
        max-width: 216px;
        margin: 0 auto;
        display: block;
        font-size: 14px;
        line-height: 1.4;
        font-weight: bold;
        color: #FFF;
        position: relative;
        background: #959595;
        border-radius: 20px;
        padding: 12px 0 10px 20px;
        text-align: left;
        box-sizing: border-box;
    }

        .p-FR_graphComp-changeBtn a:before,
        .p-FR_graphComp-changeBtn a:after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 10px;
            margin: auto;
            content: '';
            vertical-align: middle;
        }

        .p-FR_graphComp-changeBtn a::before {
            width: 22px;
            height: 22px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #FFF;
        }

        .p-FR_graphComp-changeBtn a::after {
            width: 7px;
            height: 7px;
            right: 17px;
            border-top: 3px solid #959595;
            border-right: 3px solid #959595;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.p-FR_graphComp-per {
    width: 17.85%;
    margin: auto;
    box-sizing: border-box;
    border: #ff0000 3px solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 162px;
    border-radius: 10px;
    background: #FFF;
}

    .p-FR_graphComp-per:before,
    .p-FR_graphComp-per:after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        vertical-align: middle;
        box-sizing: border-box;
        width: 9px;
        height: 9px;
        border: 9px solid transparent;
    }

    .p-FR_graphComp-per:before {
        border-left: 14px solid #FF0000;
        right: -23px;
    }

    .p-FR_graphComp-per:after {
        border-right: 14px solid #FF0000;
        left: -23px;
    }

.p-FR_graphComp-perInner {
    padding: 13px 0 0 0;
}

.p-FR_graphComp-perTitle {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3px;
}

.p-FR_graphComp-perLink {
    margin-bottom: 18px;
}

    .p-FR_graphComp-perLink i {
        color: #ff9c00;
        font-size: 17px;
        line-height: 1;
        vertical-align: middle;
    }

    .p-FR_graphComp-perLink span {
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
        display: inline-block;
        padding: 0 0 0 5px;
    }

.p-FR_graphComp-perNum {
    text-align: center;
}

    .p-FR_graphComp-perNum p {
        display: inline-block;
        font-size: 48px;
        line-height: 48px;
        font-weight: bold;
    }

        .p-FR_graphComp-perNum p span {
            font-size: 18px;
        }

    .p-FR_graphComp-perNum.is-icon-sunshine:before {
        content: "\f185";
        font: normal normal normal 48px/1 FontAwesome;
        display: inline-block;
        padding: 0 5px 0 0;
        color: #f27921;
    }

    .p-FR_graphComp-perNum.is-icon-cloud:before {
        content: "\f0c2";
        font: normal normal normal 48px/1 FontAwesome;
        display: inline-block;
        padding: 0 5px 0 0;
        color: #959595;
    }

    .p-FR_graphComp-perNum.is-icon-umbrella:before {
        content: "\f0e9";
        font: normal normal normal 48px/1 FontAwesome;
        display: inline-block;
        padding: 0 5px 0 0;
        color: #0066ff;
    }

@media screen and (max-width:970px) {
    .p-FR_graphComp-per {
        height: 210px;
    }
}

.p-FR_graphComp-description {
    margin-bottom: 50px;
}

.p-FR_graphComp-descriptionList {
}

    .p-FR_graphComp-descriptionList li {
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        padding: 0 0 0 29px;
        position: relative;
    }

        .p-FR_graphComp-descriptionList li span {
            content: '';
            width: 19px;
            height: 19px;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }
/*PWM版カスタマイズ
    【PC-16】診断結果　モデルポートフォリオ
*/
.p-FR_resultGraph-item {
    float: none;
    margin: 0 auto;
}
/*.p-FR_graphComp-des01:before {
    background: #e94d7c;
}

.p-FR_graphComp-des02:before {
    background: #3e8be7;
}

.p-FR_graphComp-des03:before {
    background: #f7bf4a;
}

.p-FR_graphComp-des04:before {
    background: #9354db;
}

.p-FR_graphComp-des05:before {
    background: #f27921;
}

.p-FR_graphComp-des06:before {
    background: #639d3d;
}
*/
.p-FR_graphComp-descriptionList li + li {
    margin-left: 30px;
}

.p-FR_graphComp-desCaution {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 50px;
}

.p-FR_possession {
}

.p-FR_posHead {
    position: relative;
    margin-bottom: 25px;
}

.p-FR_posHeadTitle {
    position: relative;
    border: #ff0000 1px solid;
    font-size: 28px;
    line-height: 1.4;
    padding: 7px 0 7px 60px;
    text-align: left;
    background: #FFF;
}

    .p-FR_posHeadTitle:before {
        content: "\f0f6";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 0;
        margin: auto;
        bottom: 0;
        left: 12px;
        z-index: 10;
        font-size: 30px;
        line-height: 1;
        height: 30px;
        color: #FFF;
    }

    .p-FR_posHeadTitle:after {
        display: block;
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        background: #ff0000;
        left: 0;
        top: 0;
        z-index: 1;
    }

.p-FR_posHead-link {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    height: 30px;
}

    .p-FR_posHead-link i {
        color: #ff9c00;
        font-size: 30px;
        line-height: 1;
        vertical-align: middle;
    }

    .p-FR_posHead-link span {
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        display: inline-block;
        padding: 0 0 0 5px;
    }

.p-FR_posIntro {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.p-FR_posIntro-text,
.p-FR_posIntro-btn {
    display: table-cell;
    vertical-align: middle;
}

.p-FR_posIntro-text {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    width: 65%;
    font-weight: bold;
}

.p-FR_posIntro-btn {
    text-align: right;
}

    .p-FR_posIntro-btn a {
        font-size: 16px;
        line-height: 1.4;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        max-width: 226px;
        width: 100%;
        display: inline-block;
        padding: 15px 0;
        background: #959595;
        border-radius: 25px;
    }

    .p-FR_posIntro-btn span {
        display: inline-block;
        width: 100%;
        max-width: 226px;
        position: relative;
    }

.p-FR_posArea {
    border: #000 1px solid;
    background: #FFF;
    position: relative;
    min-height: 250px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.p-FR_posArea-addBtn {
    position: absolute;
    padding: 0 0 0 51px;
    display: block;
    background: #ff0000;
    max-width: 306px;
    height: 50px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    border-radius: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .p-FR_posArea-addBtn span {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #FFF;
        text-align: left;
        border-left: #FFF 2px solid;
        display: block;
        padding: 0 0 0 15px;
        font-weight: bold;
    }

    .p-FR_posArea-addBtn:before {
        content: "\f040";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        line-height: 50px;
        font-size: 22px;
        top: 0;
        margin: auto;
        bottom: 0;
        left: 22px;
        color: #FFF;
    }

.p-FR_posCaution {
    margin-bottom: 30px;
}

.p-FR_posCaution-title {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    border-bottom: #000 2px solid;
    margin-bottom: 18px;
    padding-bottom: 15px;
}

    .p-FR_posCaution-title span {
        font-size: 16px;
    }

.p-FR_posCaution-text {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: bold;
}

.p-FR_posBtnArea {
}

.p-FR_posBtnAreaList {
    text-align: center;
}

    .p-FR_posBtnAreaList li {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
    }
        .p-FR_posBtnAreaList li .c-btn-mrgtop {
            margin: 30px 0px 10px 0px;
        }

        .p-FR_posBtnAreaList li ul li{
            display: list-item;
            vertical-align: top;
            margin: 0px 20px 10px 0px;
        }

            .p-FR_posBtnAreaList li ul li button {
                cursor: pointer;
            }
            .p-FR_posBtnAreaList button {
                font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            }

.p-FR_posBtnArea .c-btn {
    width: 300px;
}

@media screen and (max-width:840px) {
    .p-FR_posBtnArea .c-btn {
        width: 260px;
    }
}



.p-FR_posTableOuter {
    margin-bottom: 30px;
}

.p-FR_posTableInner {
}

.p-FR_posTable {
    width: 95%;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-collapse: unset;
}

    .p-FR_posTable th,
    .p-FR_posTable td {
        border-bottom: #000 1px solid;
        border-right: #000 1px solid;
        vertical-align: middle;
    }

    .p-FR_posTable th {
        background: #fce7e7;
        font-size: 16px;
        line-height: 1.4;
        padding: 13px 0;
    }

.p-FR_posTable-delate {
    width: 90px;
}

.p-FR_posTable-fundName {
    width: 321px;
}

.p-FR_posTable-category {
    width: 99px;
}

.p-FR_posTable-cost {
    width: 89px;
}

.p-FR_posTable-achievement {
    width: 89px;
}

.p-FR_posTable-popularity {
    width: 99px;
}

.p-FR_posTable-rating {
    width: 99px;
}

.p-FR_posTable-possession {
    width: 86px;
}

.p-FR_posTable-arrow1,
.p-FR_posTable-arrow2 {
    font-size: 10px;
    line-height: 10px;
}

.p-FR_posTable-arrow2 {
    margin-top: 2px;
}

.p-FR_posTable td {
    padding: 13px 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    background: #FFF;
    box-sizing: border-box;
}

.p-FR_posTable-iconDelate {
    background: #f27921;
    display: inline-block;
    /*    padding: 1px 15px;*/
    border-radius: 15px;
    color: #FFF;
    position: relative;
}

    .p-FR_posTable-iconDelate a {
        color: #FFF !important;
        padding: 1px 15px;
    }

.p-FR_posTable-categoryIcon {
    position: relative;
}

.p-FR_posTable-iconHandling {
    background: #ff0000;
    display: inline-block;
    padding: 1px 45px;
    border-radius: 15px;
    color: #FFF;
    margin-top: 3px;
}

.p-FR_posTable-iconChange {
    background: #959595;
    display: block;
    padding: 1px 5px;
    border-radius: 3px;
    color: #FFF;
    margin-top: 3px;
}

.p-FR_posTable tbody tr:nth-child(2n + 1) td {
    background: #eeeeee;
}

.p-FR_possession .p-FR_posTable-fundName {
    width: 231px;
}


.p-FR_details {
    border: #000 1px solid;
    padding: 28px;
    background: #FFF;
    margin-bottom: 60px;
}

.p-FR_details-item {
}

    .p-FR_details-item + .p-FR_details-item {
        margin-top: 25px;
    }

.p-FR_details-title {
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    border-left: #ff0000 8px solid;
    padding: 2px 0 0 9px;
    margin-bottom: 17px;
}

.p-FR_details-list {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    background: #eeeeee;
    padding: 21px 22px;
}

    .p-FR_details-list li + li {
        margin-top: 8px;
    }

	.p-FR_details-list li a {
		color: #e60012;
		text-decoration: underline;
	}

.p-FR_details-text {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}

.p-FR_detailsChart {
    width: 100%;
    max-width: 656px;
    margin: 0 auto;
    display: table;
}

.p-FR_detailsChart-item {
    display: table-cell;
    vertical-align: top;
    width: 292px;
}

.p-FR_detailsChart-arrow {
    display: table-cell;
    vertical-align: top;
    padding-top: 190px;
    text-align: center;
}

.p-FR_detailsChart-title {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 52px;
}

    .p-FR_detailsChart-title span {
        display: inline-block;
        padding: 10px 15px 7px 15px;
        background: #d2d2d2;
    }

.p-FR_detailsChart-item.is-after .p-FR_detailsChart-title span {
    padding: 10px 5px 7px 5px;
    background: #ff0000;
    color: #FFF;
    letter-spacing: -1px;
}

.p-FR_detailsChart-chart {
    position: relative;
    max-width: 246px;
    margin: 0 auto 30px auto;
}

.p-FR_detailsChart-chartLink {
    position: absolute;
    top: -25px;
    right: 0;
}

    .p-FR_detailsChart-chartLink a {
        font-size: 15px;
        font-weight: bold;
    }

        .p-FR_detailsChart-chartLink a i {
            font-size: 12px;
            line-height: 21px;
            height: 21px;
            width: 21px;
            border-radius: 50%;
            background: #ff0000;
            color: #FFF;
            display: block;
            margin: 0 auto;
        }

.p-FR_detailsChart-match {
	max-width: 175px;
	/*margin: 0 auto 40px auto;*/
	margin: 0 auto;
	border-radius: 10px;
	border: #d2d2d2 3px solid;
	background: #FFF;
	box-sizing: border-box;
	padding: 15px 5px 5px 5px;
}

.p-FR_detailsChart-matchTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.p-FR_detailsChart-matchText {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}

    .p-FR_detailsChart-matchText.is-umbrella:before {
        content: "\f0e9";
        font: normal normal normal 48px/1 FontAwesome;
        display: inline-block;
        padding: 0 5px 0 0;
        color: #0066ff;
    }

    .p-FR_detailsChart-matchText.is-cloud:before {
        content: "\f0c2";
        font: normal normal normal 48px/1 FontAwesome;
        display: inline-block;
        padding: 0 5px 0 0;
        color: #959595;
    }

    .p-FR_detailsChart-matchText span {
        font-size: 18px;
    }

.p-FR_detailsChartCaution {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 40px;
}

.p-FR_detailsChart-link {
	margin-top: 10px;
}

.p-FR_detailsChart-link a {
	position: relative;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.p-FR_detailsChart-link a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-FR_trading {
    padding: 0 0px;
    margin: 0 -22px;
}

.p-FR_tradingTab {
}

.p-FR_tradingTabList {
}

    .p-FR_tradingTabList li {
        background: #f8f8f8;
        width: 50%;
        float: left;
        position: relative;
        z-index: 10;
    }

        .p-FR_tradingTabList li.is-active {
            z-index: 20;
            background: #ffffff;
        }

.p-FR_tradingTab-inner {
    padding: 22px 7% 15px 7%;
}

.p-FR_tradingTab-head {
    position: relative;
    margin-bottom: 10px;
}

    .p-FR_tradingTab-head:after {
        display: block;
        border: #FF0000 1px solid;
        content: '';
        padding-bottom: 8px;
        border-radius: 5px;
    }

.p-FR_tradingTab-headTitle {
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 4px;
}

/*    .p-FR_tradingTab-headTitle:before {
        content: "\f07a";
        font: normal normal normal 32px/1 FontAwesome;
        display: inline-block;
        margin-right: 5px;
        color: #ff0000;
    }
*/
    .p-FR_tradingTab-headTitle i {
        font: normal normal normal 32px/1 FontAwesome;
        margin-right: 5px;
        color: #ff0000;
    }

.p-FR_tradingTab-text {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.p-FR_tradingTab-headTitle-link {
    display: inline-block;
    position: absolute;
    top: 4px;
    margin: auto;
    right: 10px;
    height: 30px;
}

    .p-FR_tradingTab-headTitle-link i {
        color: #ff9c00;
        font-size: 30px;
        line-height: 1;
        vertical-align: middle;
    }

    .p-FR_tradingTab-headTitle-link span {
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        display: inline-block;
        padding: 0 0 0 5px;
    }

/*.p-FR_tradingTabList li:nth-child(2) .p-FR_tradingTab-headTitle:before {
    color: #0066ff;
}*/

.p-FR_tradingTabList li:nth-child(2) .p-FR_tradingTab-headTitle i {
    color: #0066ff;
}

.p-FR_tradingTabList li:nth-child(2) .p-FR_tradingTab-head:after {
    border: #0066ff 1px solid;
}

.p-FR_tradingTabList li.is-active:after {
    position: absolute;
    height: 20px;
    background: #FFf;
    content: '';
    width: 100%;
    bottom: -15px;
    left: 0;
}

.p-FR_tradingWrap {
    background: #FFF;
    padding: 25px 20px;
    position: relative;
    z-index: 15;
}

.p-FR_tradingContents {
}

.p-FR_tradingContents-text {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: bold;
}

.p-FR_tradingContents-text2 {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
}

.p-FR_trading-displayBtn {
    text-align: left;
    margin-bottom: 14px;
    margin-top: 20px;
}

    .p-FR_trading-displayBtn li {
        position: relative;
    }

        .p-FR_trading-displayBtn li + li {
            margin-top: 6px;
        }

        .p-FR_trading-displayBtn li input {
            display: none;
        }

        .p-FR_trading-displayBtn li label {
            display: inline-block;
            padding: 0 0 0 27px;
            font-size: 16px;
            line-height: 1;
            font-weight: bold;
        }

            .p-FR_trading-displayBtn li label:before,
            .p-FR_trading-displayBtn li label span {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .p-FR_trading-displayBtn li label:before {
                width: 22px;
                height: 22px;
                border-radius: 5px;
                background: #dcdcdc;
                left: 0;
            }

            .p-FR_trading-displayBtn li label span {
                width: 11px;
                height: 11px;
                background: #ffffff;
                border: #a1a1a1 1px solid;
                border-radius: 50%;
                left: 5px;
            }

        .p-FR_trading-displayBtn li input:checked + label span {
            background: #ff0000;
        }

.p-FR_trading .p-FR_posTable-fundName {
    width: 235px;
}

.p-fundCaseBottom-btnWrap.p-FR_tradingBottomBtn {
    margin: 0 -22px;
}

    .p-fundCaseBottom-btnWrap.p-FR_tradingBottomBtn .p-fundCaseBottom-btnList {
        max-width: none;
    }

    .p-fundCaseBottom-btnWrap.p-FR_tradingBottomBtn li {
        width: 29%;
        margin-left: 2%;
        margin-right: 2%;
    }

        .p-fundCaseBottom-btnWrap.p-FR_tradingBottomBtn li .c-btn {
            width: 100%;
        }


@media screen and (max-width:1030px) {

    .p-fundCaseBottom-btnWrap.p-FR_tradingBottomBtn li {
        width: 37%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

.p-FRebalanceConfig {
}

.p-FRebalanceConfig-title {
    font-size: 36px;
    line-height: 1.4;
    background: #fbeeee;
    padding: 4px 0 0 0;
    margin-bottom: 50px;
}

.p-FRebalanceConfig-question {
    margin-bottom: 50px;
}

.p-FRebalanceConfig-questionTitle {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}

.p-FRebalanceConfig-questionText {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

.p-FRebalanceConfig-questionTitle + .p-FRebalanceConfig-questionText {
    margin-top: 20px;
}

.p-FRebalanceConfig-answer {
}

.p-FRebalanceConfig-inputArea {
    text-align: center;
}

    .p-FRebalanceConfig-inputArea input {
        width: 260px;
        box-sizing: border-box;
        border: #e5e5e5 3px solid;
        height: 50px;
        text-align: right;
        padding: 0 10px;
        font-size: 36px;
        color: #000;
        vertical-align: bottom;
    }

        .p-FRebalanceConfig-inputArea input::-webkit-input-placeholder {
            color: #000;
        }

        .p-FRebalanceConfig-inputArea input:-ms-input-placeholder {
            color: #000;
        }

        .p-FRebalanceConfig-inputArea input::-moz-placeholder {
            color: #000;
        }

    .p-FRebalanceConfig-inputArea span {
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        margin-left: 8px;
    }

.p-FRebalanceConfig-answer + .p-FRebalanceConfig-title {
    margin-top: 55px;
}


.p-FRebalanceConfig-answer {
}

.p-FRebalanceConfig-answerBtnList {
}

    .p-FRebalanceConfig-answerBtnList li {
        display: inline-block;
        width: 28%;
        margin: 0 5%;
    }

.p-FRebalanceConfig-answerBtnInput {
    display: none;
}

.p-FRebalanceConfig-answerBtn {
    display: table;
    background: #eeeeee;
    width: 100%;
    position: relative;
}

    .p-FRebalanceConfig-answerBtn span {
        display: table-cell;
        height: 150px;
        vertical-align: middle;
        font-size: 24px;
        line-height: 1.4;
        font-weight: bold;
    }

    .p-FRebalanceConfig-answerBtn:before {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: #FF0000 4px solid;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .p-FRebalanceConfig-answerBtn:hover:before {
        opacity: 1;
    }

.p-FRebalanceConfig-answerBtnInput:checked + .p-FRebalanceConfig-answerBtn:before {
    opacity: 1;
}

.p-FRebalanceConfig-answerBtnList.p-FRebalanceConfig-answerBtnList-4 {
}

    .p-FRebalanceConfig-answerBtnList.p-FRebalanceConfig-answerBtnList-4 li {
        width: 22.4%;
        margin: 0 0 0 3.46%;
    }

        .p-FRebalanceConfig-answerBtnList.p-FRebalanceConfig-answerBtnList-4 li:nth-child(4n +1) {
            margin-left: 0;
        }

        .p-FRebalanceConfig-answerBtnList.p-FRebalanceConfig-answerBtnList-4 li:nth-child(n + 5 ) {
            margin-top: 20px;
        }

.p-FRebalanceConfig-point {
    margin-top: 68px;
    border: #a0a0a0 1px solid;
    padding: 25px 30px;
    background: #FFF;
}

.p-FRebalanceConfig-pointTitle {
    color: #ff0000;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 20px;
    text-align: left;
    margin-bottom: 10px;
}

    .p-FRebalanceConfig-pointTitle:before {
        content: '';
        background: url(../images/icon-light.png) no-repeat center center;
        width: 19px;
        height: 26px;
        display: block;
        position: absolute;
        top: -2px;
        left: -4px;
    }

.p-FRebalanceConfig-pointText {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.p-FRebalanceBtnArea {
    margin-top: 60px;
}

.p-FRebalanceBtnAreaList {
}

    .p-FRebalanceBtnAreaList li {
        display: inline-block;
        vertical-align: top;
        width: 260px;
    }

        .p-FRebalanceBtnAreaList li + li {
            margin-left: 4.7%;
        }

        .p-FRebalanceBtnAreaList li .c-btn {
            width: 100%;
        }


#style_chanbe {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

.p-modalChangeStyle {
    background: #FFF;
    padding: 50px 45px;
    text-align: center;
}

.p-modalChangeStyle-headTitle {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.p-modalChangeStyle-intro {
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.p-modalChangeStyle-detail {
    text-align: center;
    border: #FF0000 1px solid;
    padding: 20px 20px 10px 20px;
    margin-bottom: 28px;
}

.p-modalChangeStyle-detailType {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-modalChangeStyle-detailText {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}

.p-modalChangeStyle-chartList {
    text-align: center;
    margin-bottom: 35px;
}

    .p-modalChangeStyle-chartList > ul > li {
        width: 25%; /*汎用は19.1*/
        box-sizing: border-box;
        border: #c9c9c9 1px solid;
        list-style: none;
        display: inline-block;
        margin-left: 1.125%;
    }

        .p-modalChangeStyle-chartList ul li:nth-child(3n+1) {
            margin-left: 0;
        }

        .p-modalChangeStyle-chartList > ul + ul > li {
            margin-top: 20px;
        }

        .p-modalChangeStyle-chartList ul li input {
            display: none;
        }

        .p-modalChangeStyle-chartList ul li label {
            display: block;
            padding: 15px 8.8%;
            position: relative;
        }

            .p-modalChangeStyle-chartList ul li > label:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                border: #FF0000 3px solid;
                box-sizing: border-box;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

            .p-modalChangeStyle-chartList ul li label:hover:before,
            .p-modalChangeStyle-chartList ul li input:checked + label:before {
                opacity: 1;
            }

.p-modalChangeStyle-chartList-title {
    margin-bottom: 44px;
    display: block;
    background: #e5e5e5;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 7px 0 5px 0;
}

.p-modalChangeStyle-chartList-graph {
    position: relative;
    max-width: 247px;
    margin: 0 auto;
}
    p-modalChangeStyle-chartList-graph > div > div {
        margin: 0 auto;
    }

.p-modalChangeStyle-chartList-graphLink {
    position: absolute;
    top: -30px;
    right: 0;
}

    .p-modalChangeStyle-chartList-graphLink a {
        font-size: 15px;
        font-weight: bold;
    }

        .p-modalChangeStyle-chartList-graphLink a i {
            font-size: 12px;
            line-height: 21px;
            height: 21px;
            width: 21px;
            border-radius: 50%;
            background: #ff0000;
            color: #FFF;
            display: block;
            margin: 0 auto;
        }

.p-modalChangeStyle-caution {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    margin: 68px 0 35px 0;
}


#style_fundinput {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

.p-modalFundInput {
    background: #FFF;
    padding: 50px 45px;
    text-align: center;
}

.p-modalFundInput-headTitle {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.p-modalFundInput-headLineTitle {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

    .p-modalFundInput-headLineTitle span {
        display: inline-block;
    }

        .p-modalFundInput-headLineTitle span:before {
            content: "\f002";
            font: normal normal normal 20px/1 FontAwesome;
            display: inline-block;
            margin-right: 5px;
            color: #FF0000;
        }

.p-modalFundInput-intro {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.p-modalFundInput-list {
    margin-bottom: 60px;
}

    .p-modalFundInput-list dt {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .p-modalFundInput-list dd + dt {
        margin-top: 25px;
    }

.p-modalFundInput-input {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
    box-sizing: border-box;
    border: #e5e5e5 3px solid;
    height: 50px;
    width: 100%;
}

.p-modalFundInput-select {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
    box-sizing: border-box;
    border: #e5e5e5 3px solid;
    height: 50px;
    width: 100%;
}

.freeword {
    align: left;
    width: 100%;
    display: inline-block;
}

.p-modalFundInput-pulldowns1 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
    box-sizing: border-box;
    border: #e5e5e5 3px solid;
    height: 50px;
    width: 49%;
}

.p-modalFundInput-pulldowns2 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
    box-sizing: border-box;
    border: #e5e5e5 3px solid;
    height: 50px;
    width: 50%;
}

.p-modalFundInput-btn {
    text-align: center;
}

    .p-modalFundInput-btn .c-btn {
        margin: 0 auto;
    }



#style_fundList {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

.p-modalFundList {
    background: #FFF;
    padding: 50px 45px 64px 45px;
    text-align: center;
}

.p-modalFundList-headTitle {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.p-modalFundList-cond {
    background: #eeeeee;
    padding: 21px 25px;
    margin-bottom: 27px;
}

    .p-modalFundList-cond dl {
        display: table;
    }

    .p-modalFundList-cond dt,
    .p-modalFundList-cond dd {
        display: table-cell;
        vertical-align: top;
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
    }

    .p-modalFundList-cond dl + dl {
        margin-top: 7px;
    }

.p-modalFundList-listOuter {
    border: #e5e5e5 4px solid;
    height: 300px;
    overflow-y: scroll;
}

.p-modalFundList-list {
    padding: 17px;
}

    .p-modalFundList-list li {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        position: relative;
        font-weight: bold;
    }

        .p-modalFundList-list li + li {
            border-top: #e5e5e5 1px solid;
        }

        .p-modalFundList-list li input {
            display: none;
        }

        .p-modalFundList-list li label {
            display: block;
            cursor: pointer;
            position: relative;
            padding: 7px 125px 5px 0;
        }

        .p-modalFundList-list li input:checked + label {
            background: #ffe7e7;
        }

        .p-modalFundList-list li span {
            display: block;
            color: #FFF;
            background: #ff0000;
            padding: 3px 20px 0 20px;
            line-height: 1;
            position: absolute;
            top: 0;
            bottom: 0;
            box-sizing: border-box;
            height: 22px;
            right: 0;
            border-radius: 11px;
            margin: auto;
        }

.p-modalFundList-caution {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 34px;
}

.p-modalFundList-btn {
    text-align: center;
}

    .p-modalFundList-btn li {
        display: inline-block;
    }

        .p-modalFundList-btn li + li {
            margin-left: 4%;
        }

.p-modalFundList-listNoneOuter {
    border: #e5e5e5 4px solid;
    overflow-y: scroll;
}

.p-modalFundList-listNone {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}



#evaluation_input {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

.p-modalEvaluation {
    background: #FFF;
    padding: 50px 45px 64px 45px;
    text-align: center;
}

.p-modalEvaluation-headTitle {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

.p-modalEvaluation-intro {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.p-modalEvaluationInput {
    display: table;
    width: 100%;
    background: #eeeeee;
    margin-bottom: 46px;
}

.p-modalEvaluationInput-tag,
.p-modalEvaluationInput-area {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.p-modalEvaluationInput-tag {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px;
    font-weight: bold;
}

.p-modalEvaluationInput-area {
    width: 335px;
    padding: 20px 0;
}

.p-modalEvaluationInput-areaRadio {
    margin-bottom: 10px;
}

    .p-modalEvaluationInput-areaRadio input {
        display: none;
    }

    .p-modalEvaluationInput-areaRadio label {
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        padding: 2px 0 0 26px;
        position: relative;
        margin-right: 20px;
    }

        .p-modalEvaluationInput-areaRadio label:before {
            display: block;
            width: 17px;
            height: 17px;
            box-sizing: border-box;
            border: #000 1px solid;
            background: #FFF;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            content: '';
            z-index: 10;
        }

    .p-modalEvaluationInput-areaRadio input:checked + label:before {
        background: #FF0000;
    }

.p-modalEvaluationInput-areaInput input {
    height: 45px;
    box-sizing: border-box;
    border: #e5e5e5 2px solid;
    vertical-align: bottom;
    width: 100%;
    max-width: 255px;
	padding: 0 10px;
	text-align: right;
}

.p-modalEvaluationInput-areaInput span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 10px;
}

.p-modalEvaluationCaution {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}











.in_fade {
    opacity: 0;
}

    .in_fade.is-move {
        -webkit-animation: fadeIn 0.5s 0s ease-in-out alternate forwards;
        animation: fadeIn 0.5s 0s ease-in-out alternate forwards;
    }

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


.popUpBox {
}

    .popUpBox a {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

.p-popUpBoxOuter {
    position: absolute;
    top: 0;
    width: 1px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 50;
}

.p-popUpBoxWrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: #000 3px solid;
}

    .p-popUpBoxWrap:before {
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        vertical-align: middle;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-top: 16px solid #000;
    }

.p-popUpBox {
    background: #FFF;
    color: #000;
}


.p-popTypeList {
    padding: 15px 10px 15px 15px;
    width: 200px;
    box-sizing: border-box;
}

    .p-popTypeList li {
        display: table;
        width: 100%;
        position: relative;
        font-weight: bold;
    }

        .p-popTypeList li span span {
            content: '';
            width: 19px;
            height: 19px;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }
		/*
.p-popTypeList-des01:before {
    background: #e94d7c;
}

.p-popTypeList-des02:before {
    background: #3e8be7;
}

.p-popTypeList-des03:before {
    background: #f7bf4a;
}

.p-popTypeList-des04:before {
    background: #9354db;
}

.p-popTypeList-des05:before {
    background: #f27921;
}

.p-popTypeList-des06:before {
    background: #639d3d;
}
*/
.p-popTypeList li + li {
    margin-top: 7px;
}

.p-popTypeList li span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

	.p-popTypeList li span[class^="p-popTypeList-des"] {
		text-align: left;
		padding-left: 30px;
	}

    .p-popTypeList li span:nth-child(2) {
        text-align: right;
    }

.p-popDelate {
    padding: 15px 10px 20px 15px;
    width: 300px;
    box-sizing: border-box;
}

.p-popDelate-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}


.p-popBtn {
    text-align: center;
}

    .p-popBtn a,
    .p-popBtn button {
        border: none;
        background: #e5e5e5;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        padding: 5px 10px;
        margin: 0 5px;
        cursor: pointer;
    }

.p-popSelect {
    padding: 15px 10px 20px 15px;
    width: 240px;
    box-sizing: border-box;
}

.p-popSelectList {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

    .p-popSelectList li {
    }

        .p-popSelectList li + li {
            margin-top: 10px;
        }

        .p-popSelectList li input {
            display: none;
        }

        .p-popSelectList li label {
            display: inline-block;
            position: relative;
            padding: 0 0 0 29px;
            cursor: pointer;
        }

            .p-popSelectList li label:before {
                width: 18px;
                height: 18px;
                box-sizing: border-box;
                border: #a0a0a0 1px solid;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                content: '';
            }

            .p-popSelectList li label span {
                border-right: 3px solid #FF0000;
                border-bottom: 3px solid #FF0000;
                content: '';
                opacity: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                top: 0;
                bottom: 0;
                left: 5px;
                width: 6px;
                height: 10px;
            }

        .p-popSelectList li input:checked + label span {
            opacity: 1;
        }

.p-popNoAdd {
    padding: 15px 10px 20px 15px;
    width: 300px;
    box-sizing: border-box;
}

.p-popNoAdd-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.mfp-content > div > .p-popUpBoxOuter {
    position: static;
    top: auto;
    width: auto;
    margin: auto;
    left: auto;
    right: auto;
    display: inline-block;
}

    .mfp-content > div > .p-popUpBoxOuter > .p-popUpBoxWrap {
        position: static;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
        border: #000 3px solid;
    }

        .mfp-content > div > .p-popUpBoxOuter > .p-popUpBoxWrap::before {
            display: none;
        }

.p-modalDelate,
.p-modalNoAdd {
    width: 306px;
    margin: 0 auto;
}

.p-modalSelect {
    width: 246px;
    margin: 0 auto;
}

.p-popContents {
    display: none;
}












.mfp-bg {
    opacity: 0.4;
}

.u-backPanel01 {
    background: #FFF url(../images/back_panel01.png);
}

.u-boxShadow {
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}



.paratit {
    width: 7em;
    font-size: 12px;
}

.paraoption {
    padding: 4px 0 0 0px;
}

.html5content {
    display: none;
    position: relative;
    width: 100%;
    height: 250px;
}

.html5content_01 {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.html5content_02 {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.ms-nav-legend-label {
    font-size: 10px;
}

.ms-nav-legend-1 {
    color: #f1961f;
}

.ms-nav-legend-2 {
    color: #72c3db;
}

.ms-nav-legend-3 {
    color: #f1961f;
}
.myStat .circliful{
    width: 125px;
}
.chparam li {
    display: inline;
    font-size: 12px;
    padding-right: 10px;
    text-align: left;
}

.markerPrice {
    color: #f1961f;
}

.plowBack {
    color: #82a6c9;
}

.netAssets {
    color: #f1961f;
}

.flaparam {
    margin-left: 0px;
    padding: 10px 0 8px 0;
    border: 1px solid #ccc;
    background: #eee;
}

.paratit {
    float: left;
    width: 7em;
    margin: 0;
    padding: 5px 0 0 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    font-size: 12px;
}

.paraoption {
    float: left;
    width: 250px;
    padding: 0;
}

    .paraoption img {
        margin-right: 5px;
    }

.list-help-01 li {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 6px;
}

    .list-help-01 li img {
        position: relative;
        top: -4px;
        left: 4px;
    }

.mt5 {
    margin-top: 5px;
}
.scroll-lock {
    height: 100%;
    overflow: hidden;
}

.pie-chart {
    height: 250px;
}
.pop-pie-chart {
    height: 150px;
}

.p-FR_posTable thead a {
    color: #7E7E7E;
}
    .p-FR_posTable thead a.is-active {
        color: #212020;
    }


.is-sunshine {
    font: normal normal normal 48px/1 FontAwesome;
    padding: 0 5px 0 0;
    color: #f27921;
}

.is-cloud {
    font: normal normal normal 48px/1 FontAwesome;
    padding: 0 5px 0 0;
    color: #959595;
}

.is-umbrella {
    font: normal normal normal 48px/1 FontAwesome;
    padding: 0 5px 0 0;
    color: #0066ff;
}

.highcharts-background {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0;
}