/*共通
-------------------------------------------------*/

body {
  background-color: #FAFAFA;
  color: #3c3c3c;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.headerWrap, .contentsWrap {
  width: 950px;
  margin: 0 auto;
}

section {
  margin-top: 80px;
}

.cf::after {
  content: '';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

a.use {
  background-color: #fa7f00;
  color: #fff;
  text-decoration: none;
  width: 600px;
  display: block;
  margin: 50px auto 10px auto;
  padding: 10px;
  box-sizing: border-box;
  font-size: 196%;
  border-radius: 4px;
  position: relative;
  text-indent: -1em;
}

a.use:hover {
  background-color: #D06A00;
}

a.use::after {
  content: '';
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/arrowRight@2x.png);
  background-size: 15px 24px;
  position: absolute;
  width: 15px;
  height: 24px;
  top: 50%;
  right: 40px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*header
-------------------------------------------------*/

header {
  background-color: #0066CF;
  height: 400px;
}

.headerWrap {
  position: relative;
}

.logo {
  text-align: left;
  left: 0;
  padding: 10px 0 0 20px;
  display: table;
}

h1 {
  height: 313px;
  width: 918px;
  margin: 0 auto;
}

.MV {
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/MV@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a.portfolioInfo {
  display: table;
  margin-left: 20px;
  color: #FA7F00;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  padding: 0 8px 0 28px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}

a.portfolioInfo:hover {
  display: table;
  margin-left: 20px;
  color: #FA7F00;
  background: #FAFAFA;
  border-radius: 20px;
  cursor: pointer;
  padding: 0 8px 0 28px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}

.fukidashi {
  display: none;
  width: 320px;
  top: 0;
  padding: 16px;
  border-radius: 5px;
  background: #ffffff;
  color: #3c3c3c;
  font-weight: 300;
  text-align: left;
  margin-top: -180px;
  margin-left: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fukidashi::after {
  position: absolute;
  bottom: -20px;
  left: 60px;
  content: '';
  width: 0;
  height: 0;
  margin-left: 30px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  pointer-events: none;
}

.portfolioInfo:hover+.fukidashi {
  display: block;
}

.portfolioInfo::before {
  content: '';
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/info@2x.png);
  background-size: 18px 18px;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  margin-top: 3px;
}

.caseLink {
  position: absolute;
  top: 370px;
  right: 0;
  width: 315px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 60px;
  background-color: #FA7F00;
  color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}

.caseLink:hover {
  cursor: pointer;
  background-color: #D06A00;
}

.caseLink a {
  position: absolute;
  color: #ffffff;
  text-decoration: none;
  top: 50%;
  left: 50%;
  width: 295px;
  margin-left: -10px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caseLink a::after {
  content: '';
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/arrow@2x.png);
  background-size: 24px 15px;
  position: absolute;
  width: 24px;
  height: 15px;
  top: 50%;
  right: 0px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*大見出し
-------------------------------------------------*/

h2 {
  font-size: 196%;
  color: #3c3c3c;
  font-weight: 600;
  letter-spacing: 0.1em;
}

h2::after {
  content: '';
  width: 952px;
  height: 36px;
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/titleBar@2x.png);
  background-size: contain;
  display: block;
  margin: 32px 0 20px 0;
}


/*リスト
-------------------------------------------------*/

ul.pointWrap {
  width: 950px;
  margin: 0 auto;
  clear: both;
}

.pointWrap li {
  width: 300px;
  height: 320px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #0066CF;
  border-radius: 5px;
  float: left;
  margin-right: 25px;
  position: relative;
  line-height: 40px;
}

.point01 img {
  position: absolute;
  top: 100px;
  left: 28px;
}

.point02 img {
  position: absolute;
  top: 100px;
  left: 74px;
}

.point03 img {
  position: absolute;
  top: 106px;
  left: 28px;
}

.pointWrap .last-child {
  margin-right: 0;
}

.pointTitleWrap {
  width: 100%;
  height: 85px;
  position: relative;
  background-color: #0066CF;
  box-sizing: border-box;
}

.pointTitleWrap h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 140%;
  color: #ffffff;
  width: 300px;
}


/*3つのポイント詳細
-------------------------------------------------*/

.pointWrap {
  clear: both;
  display: inline-block;
  position: relative;
}

label {
  position: absolute;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #FA7F00;
  border-radius: 20px;
  cursor: pointer;
  width: 240px;
  height: 40px;
  bottom: 15px;
  left: 28px;
  box-sizing: border-box;
  font-size: 140%;
  text-indent: -35px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}

label::after {
  content: '';
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/plus@2x.png);
  background-size: 29px 24px;
  position: absolute;
  width: 29px;
  height: 24px;
  background-repeat: no-repeat;
  top: 8px;
  margin-left: 6px;
}

label:hover, label:checked {
  background: #D06A00;
}

input[type="radio"].bellows {
  display: none;
  /* チェックボックスの非表示 */
}

.pointDetail {
  /* メニュー開閉時アニメーション */
  background: #E0EAF5;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pointDetail img {
  float: left;
  margin: 20px;
}

.pointDetail h4 {
  color: #0066cf;
  font-size: 140%;
  font-weight: 400;
  margin-bottom: 1em;
}

.PD01 div {
  float: left;
  width: 360px;
  margin-top: 20px;
  text-align: left;
}

.PD02 div {
  float: left;
  width: 360px;
  margin-top: 20px;
  margin-left: 15px;
  text-align: left;
}

.PD03 div {
  float: left;
  width: 340px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: left;
}


/* ▽▽アコーディオン開閉指定▽▽ */

input[type="radio"].bellows+.pointDetail {
  opacity: 0;
  /* 不透明度(0:完全に透明) */
  padding: 0px 0px;
  /* 内側の余白量 */
  height: 0px;
  /* ボックスの高さ */
  overflow: hidden;
}

input[type="radio"].bellows:checked+.pointDetail {
  opacity: 1;
  /* 不透明度(1:完全に不透明) */
  margin-top: 30px;
  width: 100%;
}

input[type="radio"].bellows:checked+.PD01 {
  height: 460px;
}

input[type="radio"].bellows:checked+.PD02 {
  height: 320px;
}

input[type="radio"].bellows:checked+.PD03 {
  height: 370px;
}


/* △△アコーディオン開閉指定△△ */

input[type="radio"].bellows+.pointDetail::after {
  border-bottom: 15px solid rgba(224, 234, 245, 0);
}

input[type="radio"].bellows:checked+.pointDetail::after {
  border-bottom: 15px solid rgba(224, 234, 245, 1);
}

.PD01::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  margin-top: -25px;
  margin-left: 140px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  pointer-events: none;
  visibility: visible;
}

.PD02::after {
  position: absolute;
  /* bottom: -50px; */
  /* left: 60px; */
  content: '';
  width: 0;
  height: 0;
  margin-top: -25px;
  margin-left: 470px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  pointer-events: none;
  visibility: visible;
}

.PD03::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  margin-top: -25px;
  margin-left: 780px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  pointer-events: none;
  visibility: visible;
}


/*ランキング
-------------------------------------------------*/

.rankSearch {
  border: 2px solid #0066cf;
  border-radius: 5px;
  box-sizing: border-box;
  width: 910px;
  margin: 50px auto 0 auto;
  padding: 20px;
}

.rankSearch h2 {
  font-size: 162%;
}

.rankSearch h2::after {
  content: '';
  display: block;
  background-image: none;
  border-bottom: 3px solid #0066cf;
  margin: 0 auto 30px auto;
  height: auto;
  width: 450px;
}

.rankSearch h3 {
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 16px;
}

.rank {
  width: 460px;
  float: left;
}

.rank h3::before {
  content: '';
  display: inline-block;
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/crown@2x.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 8px;
}

.rank a {
  color: #0066CF;
  text-decoration: underline;
}

.rank a:hover {
  color: #0957A9;
}

.rankMore {
  text-align: right;
  line-height: 200%;
}

.rankMore a {
  font-weight: 600;
  text-decoration: none;
}

.rankMore a::after {
  content: '';
  width: 10px;
  height: 15px;
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/arrowRightBlue@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 4px;
}

.rank table {
  border: 1px solid #7FB2E7;
  width: 460px;
  line-height: 200%;
  text-align: left;
  font-size: 88%;
  vertical-align: middle;
}

.rank thead {
  background-color: #CCE0F5;
}

.rank th {
  padding-left: 6px;
}

.rank td {
  padding-left: 6px;
}

.price {
  text-align: right;
  padding-right: 5px;
}

.search h3::before {
  content: '';
  display: inline-block;
  background-image: url(https://s.yimg.jp/images/finance/mt/promotion/portfolio/lp/img/pc/search@2x.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 8px;
}

.search form {}

[type=text] {
  font-family: 'MS PGothic';
}

.search input[type="text"] {
  border: 1px solid #7FB2E7;
  width: 60%;
  height: 30px;
  font-size: 88%;
  box-sizing: border-box;
  margin-right: 4px;
}

.search input[type="submit"] {
  background-color: #0066CF;
  vertical-align: middle;
  background-image: none;
  margin: 0 5px 0 0;
  cursor: pointer;
  width: 20%;
  border: none;
  border-bottom: 1px solid #7F7F7F;
  letter-spacing: 0.1em;
  font-size: 88%;
  margin-bottom: 1px;
  color: #ffffff;
  font-weight: bold;
  height: 29px;
  line-height: 1;
  box-sizing: initial;
}

.search {
  width: 400px;
  float: right;
}

::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999999;
}


/*使われ方
-------------------------------------------------*/

.balloonWrap {
  width: 775px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.balloonWrap h4 {
  font-size: 140%;
  background-color: #FFE37F;
  display: inline-block;
  font-weight: 600;
  padding: 1px 0.3em;
}

.balloonWrap p {
  padding: 10px 0;
  line-height: 1.7em;
}

.iconRight {
  float: right;
  position: absolute;
  top: 50%;
  right: 0px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.iconLeft {
  float: left;
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.balloonRight {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #0066cf;
  box-sizing: border-box;
  float: left;
  width: 570px;
  border-radius: 4px;
  height: 170px;
  padding: 20px 40px;
}

.balloonRight:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloonRight:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #0066cf;
  z-index: 1;
}

.balloonLeft {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #0066cf;
  box-sizing: border-box;
  float: right;
  width: 570px;
  height: 170px;
  border-radius: 4px;
  padding: 20px 40px;
}

.balloonLeft:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloonLeft:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #0066cf;
  z-index: 1;
}


/*フッター
-------------------------------------------------*/

footer {
  margin-top: 60px;
  padding: 30px 0;
  width: 100%;
  background-color: #0066cf;
  color: #ffffff;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: #c0c0c0;
}

footer p {
  padding-bottom: 1em;
  border-bottom: 1px solid #ffffff;
  width: 950px;
  margin: 0 auto;
}

footer address {
  padding-top: 1em;
  width: 950px;
  margin: 0 auto;
}