  /*
.q-sizeはmax時
*/
/*  common
-------------------------------------------------------------- */

body {
    font-family: Meiryo,"メイリオ", Verdana, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
h1,h2,h3,h4,p,ul {
  margin: 0;
}
ul {
  padding: 0;
  list-style-type: none;
}
a[target="_blank"] {
  margin:0 5px 0 5px;
  display:inline-block;
  padding:0 0px 0 32px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1000px) {
  #wrapper {
    width: 1000px;
    margin: 0 auto;
  }
}
.content-width {
  width: 950px;
  margin: 0 auto;
}
#wrapper {
  position: relative;
}

#header {
  border-top: solid 6px #e6003e;
  box-shadow: 0 1px 4px 1px #cccccc;
}
#header img.logo_img{
  margin-top:28px;
}
#header .left-box {
  display: block;
}
#header .right-box {
  width: 15%;
  /*margin: 3% 0;*/
  margin: 26px 0;
  padding: 1%;
  border: solid 1px #ffb0c5;
  border-radius: 4px;
}
#header .right-box .size {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 7%;
  font-size: 15px;
}
#header .right-box .btn-box {
  font-size: 0;
  border: solid 1px #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 1px 1px 1px #d7d7d7;
}
#header .right-box .btn-box .font-btn {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  width: 33%;
  border-right: solid 1px #d3d3d3;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
  background: -moz-linear-gradient(#fff, #ededed);
  background: -o-linear-gradient(#fff, #ededed);
  background: -ms-linear-gradient(#fff, #ededed);
  background: linear-gradient(#fff, #ededed);
  cursor: pointer;
}
#header .right-box .btn-box .font-btn:last-child {
  border: none;
}
#header .right-box .btn-box .current {
  color: #fe356b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #ededed));
  background: -moz-linear-gradient(#ededed, #fff);
  background: -o-linear-gradient(#ededed, #fff);
  background: -ms-linear-gradient(#ededed, #fff);
  background: linear-gradient(#ededed, #fff);
  cursor: default;
}

#important-area{
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
}

.bread {
  width: 50%;
  padding: 2% 0;
  font-size: 1.2rem;
}
.bread a {
  color: #000;
  /*font-weight: bold;*/
  line-height: 1.3;
  border-bottom: solid 1px #bfbfbf;
}
.bread a:hover {
  text-decoration: none;
}
.bread-cover .right {
  width: 50%;
  padding: 2% 0;
  /*font-size: 0;*/
  text-align: right;
}
.bread-cover .right .imgbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  box-sizing: border-box;
}
.bread-cover .right a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.fund {
  /*font-size: 0;*/
  margin-bottom: 3%;
  overflow: hidden;
  width: 100%;
}

.fund .Fund-eye {
  /*display: inline-block;*/
  float: left;
  vertical-align: top;
  width: 14.9%;
  font-size: 3rem;
  line-height: 1.2;
  background-image: url(../images/fundeye_logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  height: 0;
  margin-right: 0.9%;
  padding-top: 3.7%;
  text-indent: -9999em;
}
.fund .floatlist {
  /*display: inline-block;*/
  float: right;
  vertical-align: top;
  width: 84.1%;
  padding-bottom: 0.5%;
}
.fund .floatlist li {
  display: inline-block;
  vertical-align: top;
  width: 21.25%;
  margin-right: 5%;
  padding-bottom: 1%;
  color: #aaaaaa;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px #aaaaaa;
  position: relative;
}
.fund .floatlist li a {
  color: #aaaaaa;
  text-decoration: none;
}
.fund .floatlist li a:hover {
  color: #e8043b;
  opacity: 1;
  text-decoration: none;
}
.fund .floatlist .on {
  color: #e8043b;
  border-bottom: solid 2px #e8043b;
}
.fund .floatlist li:last-child {
  margin: 0;
}
.fund .list03 li {
  width: 30%;
}
.fund .floatlist li::after {
  position: absolute;
  content: '';
  bottom: -4px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #aaa;
}
.fund .floatlist .on::after {
  background: #e8043b;
}


.main-title {
  font-size: 2.5rem;
  line-height: 2.0;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 7px 7px;
  background: linear-gradient(-45deg, #ECECEC 25%, white 25%, white 50%, #ECECEC 50%, #ECECEC 75%, white 75%, white);
  padding-left: 20px;
  border-left:10px solid #002060;
  color: #002060;
  background-size: 10px 10px;
}
.main-title.noto{
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,sans-serif;
}

.top-menu{
    margin: 20px 0;
}

.top-step{
    display: inline-block;
    width: 160px;
    margin-right: 20px;
    color: #BFBFBF;
    border-bottom: 5px solid #BFBFBF;
    text-align: left; 
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
}

.active-step{
    color: #002060;
    border-color: #002060;
}

.question-text{
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
}

.icon-fund{
    width: 15px;
    height: 15px;
    background: url("../images/icon_fund.png");
    background-repeat: no-repeat;
    margin: 2px;
}

.bord {
  background: url("../images/main_bg01.png");
}
.bord .imgbox {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.bord .imgbox::before {
  position: absolute;
  content: '';
  right: 100%;
  top: 0;
  width: 100%;
  height: 13px;
  background: #e8043b;
}

.next-prev {
  text-align: center;
  margin: 30px 0;
}
.next-prev a:hover {
  text-decoration: none;
  opacity: 1.0;
}

.next-prev-btn{
  display: inline-block;
  border: none;
  background: #336699;
  color: #fff;
  box-shadow: 3px 3px 5px #a6a6a6;
  margin: 0 10px;
  padding: 10px 40px;
  line-height: 1.2;
  font-size: 2.0rem;
  height: 70px;
  vertical-align: middle;
  cursor: pointer;
}

.prev-btn{
    font-size: 1.5rem;
    height: 35px;
    vertical-align: bottom;
}

.next-btn {
    width: 300px;
}

.next-prev-btn:hover{
    opacity: .7;
}

.next-prev .step-text{
  font-size: 1.8rem;
}

.attention {
  margin-bottom: 3.5%;
  padding: 2% 0;
  border: solid 1px #dcdcdc;
  font-size: 1.4rem;
}
.attention .att-width {
  width: 95.8%;
  margin: 0 auto;
}
.att-width-inner{
  height:360px;
  overflow:auto;
}
.important-points .att-width-inner{
  height:auto;
}
.att-width-inner h2{
  padding:1rem 0 0.5rem 0;
  font-size:1.8rem;
}
.attention .title {
  font-weight: bold;
  margin-bottom: 0.3%;
}
.attention ul{
  margin: 1rem 0;
}
.attention li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.attention li > ul{
  margin-top: 1rem;
}
.attend_txt{
  margin: 1rem 0;
  line-height: 1.8;
}

.offer {
  margin-bottom: 2.5%;
}
.offer .title {
  font-size: 1.7rem;
  margin-bottom: 1%;
}
.offer ul {
  font-size: 1.2rem;
}
.offer li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

.pagetop {
  text-align: right;
}
.pagetop p {
  display: inline-block;
  vertical-align: bottom;
  padding: 0.5% 5% 0 7%;
  background: #e6003e;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  cursor: pointer;
}
.pagetop p::before {
  position: absolute;
  content: '';
  left: 41px;
  top: 41%;
  width: 7px;
  height: 7px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pagetop p::after {
  position: absolute;
  content: '';
  left: 39px;
  bottom: 31%;
  width: 13px;
  height: 2px;
  background: #fff;
}

#footer .content-width {
  border-top: solid 3px #e6003e;
  padding: 1.5% 0;
  font-size: 12px;
}
#footer .left {
  width: 45%;
}
#footer .left a {
  float:left;
  padding-left: 3%;
  position: relative;
  width: auto;
  margin-right: 15px;
}
#footer .left a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #e6003e;
  border-right: solid 2px #e6003e;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#footer .right {
  width: 55%;
  text-align: right;
}
#footer .right .text {
  margin-bottom: 0.5%;
}
#footer .right .text .space {
  letter-spacing: 2px;
}





/* 6つの質問
-------------------------------------------------------------- */
.q-box {
  border: solid 2px #e9e9e9;
  border-radius: 5px;
  background: #fbfbfb;
  text-align: center;
  margin: 35px 0 30px 0;
}
.q-box .number {
  /*width: 74px;*/
  margin: 41px 0 20px 0;
  padding: 0 1.6%;
  background: #eb4b7c;
  color: #fff;
  font-size: 4rem;
  line-height: 1.8;
  border-radius: 50%;
  box-sizing: border-box;
}
.q-box .circle-box {
  text-align: center;
  margin-bottom: 15px;
}
.q-box .circle-box div {
  display: inline-block;
  content: '';
  margin: 0 0.5%;
  width: 8px;
  height: 8px;
  border: solid 1px #5d5d5d;
  border-radius: 4px;
}
.q-box .circle-box .current {
  border: solid 1px #eb4b7c;
  background: #eb4b7c;
}
.q-box .q-text {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3.4%;
}

.q-box .select {
  text-align: center;
  font-size: 0;
  margin-bottom: 50px;
}
.q-box .select a, .q-box .select label {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 280px;
  height: 86px;
  border: solid 2px #9d9d9d;
  border-radius: 5px;
  color: #424242;
  font-size: 1.6rem;
  line-height: 1.4;
}
.q-box .select label:hover {
  background: #eb4b7c;
  border: solid 2px #eb4b7c;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.q-box .select input {
  display: none;
}

.q-box .select .table {
  height: 100%;
}
.q-box .select .cell {
  vertical-align: middle;
}
#ms02a .q-box #max .q-size {
  /*font-size: 1.4rem;*/
  height: 92px;
}
.help{
  background: #e8043b;
  color: #fff;
}

/**/
.balloon {
  position: absolute;
  z-index: 10000;
  right: -205px;
  bottom: 140%;
  width: 750px;
  background: #fff;
  padding: 20px 30px 15px;
  text-align: center;
  border: solid 1px #b4b4b4;
  border-radius: 4px;
}
.balloon.big {
  width: 500px;
}
.balloon.max {
  width: 540px;
}
.hidden {
  display: none;
}
.balloon .title {
  display: inline-block;
  background: url("../images/main_bg03.png")
  repeat-x bottom center;
  margin: 0 0 20px 0 !important;
  font-size: 2.4rem !important;
  font-weight: bold !important;
  color: #000 !important;
  line-height: 1.65 !important;
}
.balloon .detail {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal !important;
  line-height: 2;
  margin: 0 0 20px 0 !important;
  color: #000;
}
.balloon .btn {
  font-size: 0;
  display: inline-block;
  cursor: pointer;
}
.balloon .btn:hover {
  opacity: .7;
}
.balloon .btn .imgbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.balloon .btn .close {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
}
.balloon .btn-cover {
  position: relative;
}
.balloon::after {
  position: absolute;
  content: '';
  right: 32px;
  top: 100%;
  margin-top: -6px;
  background: #fff;
  width: 12px;
  height: 12px;
  border-bottom: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.abs {
  cursor: pointer;
}


/**/
.important-points-window {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
}
.important-points-box {
  width: 800px;
  margin: 200px auto 200px;
  padding: 50px 40px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.important-points-box .close:first-child {
  position: absolute;
  bottom: 101.5%;
  right: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.important-points-box .close:last-child {
  position: absolute;
  top: 101.5%;
  right: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.important-points-box .close:hover {
  opacity: .7;
  cursor: pointer;
}
.important-points-box .close .toji {
  font-size: 1.4rem;
}
.important-points .title {
  display: inline-block;
  margin-bottom: 29px;
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../images/main_bg03.png")
  repeat-x bottom;
  text-align: center;
}
.important-points li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
.important-points p {
  font-size: 1.4rem;
  padding: 3.5% 0;
}
.chat-container {
    margin: 0 0 20px 0;
    padding: 0 10px;
    font-size: 140%;
    border: 1px solid #eee;
}


#baloon_filter_pc{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
  background-color:rgba(0,0,0,.7);
}

.important-points p.attend_txt{
  margin: 0;
  padding:0;
}
.important-points p.attend_txt.mt{
	padding-top:1em;
}

.black-star{
    font-size: 19px; 
    margin: 0 -2px; 
    display: inline-block;
    color: #0b186d;
}

.fundrating-star-color {
  color: #0b186d;
}

.gray-star{
    font-size: 19px; 
    margin: 0 -2px; 
    display: inline-block;
    color: #999999;
}

.back-to-question-link{
    color: #0066cc;
    float: left;
    cursor: pointer;
}