@charset "UTF-8";

/* CSS Document */

/* ----------------------------------------
  RESET
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul { list-style: none;}

header, footer, nav, article, section, aside, figure, main {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  height: auto;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  overflow-y: scroll;
  max-height: 100%;
  font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
}

body {
  font-family: 'NotoSansCJKjp','ＭＳ Ｐゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',Arial,Helvetica,sans-serif;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282828;
  font-weight: 400;
  height: 100%;
	position: relative;
}

a {
  color: #bc1571;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover {
  color: #bc1571;
	text-decoration: underline;
}
a:visited {
  color: #551a8b;
}

a img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.news_link {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.news_link:hover {
	color: #333333;
	text-decoration: underline;
}

.news_link:visited {
	color: #333333;
}

.news_link img:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

:focus { -moz-outline-style: none;}

::-moz-selection {
  color: #fff;
  background: #00a0e9;
}

::selection {
  color: #fff;
  background: #00a0e9;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#overlay{
	opacity: 0.5;
	cursor: pointer;
	visibility: visible;
	display: none;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}

#modalWrapper{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.transback{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.4;
}

.modalImg{
	width:100%;
	max-width:540px;
}

.modalArea{
	position: relative;
	width:100%;
	background:#fff;
}

.closeBtn img{
	position: absolute;
	top:-4.5%;
	right:0%;
	width:5%;
	cursor:pointer;
}

.numberPlace img{
	position: absolute;
	top:33.2%;
	left:1%;
	width:55%;
}

#advanced_overlay{
	opacity: 0.5;
	cursor: pointer;
	visibility: visible;
	display: none;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}

#advanced_modalWrapper{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.advanced_transback{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.4;
}

.advanced_modalImg{
	max-width:540px;
}

.advanced_modalArea{
	position: relative;
	width:100%;
}

.advanced_closeBtn img{
	position: absolute;
	top:-4.5%;
	right:0%;
	width:5%;
	cursor:pointer;
}

.advanced_numberPlace img{
	position: absolute;
	top:33.2%;
	left:1%;
	width:55%;
}

.advanced_btn_position{
	cursor: pointer;
}

#emerging_overlay{
	opacity: 0.5;
	cursor: pointer;
	visibility: visible;
	display: none;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}

#emerging_modalWrapper{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.emerging_transback{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.4;
}

.emerging_modalImg{
	max-width:540px;
}

.emerging_modalArea{
	position: relative;
	width:100%;
}

.emerging_closeBtn img{
	position: absolute;
	top:-4.5%;
	right:0%;
	width:5%;
	cursor:pointer;
}

.emerging_numberPlace img{
	position: absolute;
	top:33.2%;
	left:1%;
	width:55%;
}

.emerging_btn_position{
	cursor: pointer;
}

.pdfBtn1 img{
	position: absolute;
	bottom:10%;
	left:9.5%;
	width:19%;
	cursor:pointer;
}

.pdfBtn2 img{
	position: absolute;
	bottom:10%;
	left:30.3%;
	width:19%;
	cursor:pointer;
}

.pdfBtn3 img{
	position: absolute;
	bottom:10%;
	left:51%;
	width:19%;
	cursor:pointer;
}

/* ----------------------------------------
  common
---------------------------------------- */

.asteriskLink {
	font-family: "ヒラギノ角ゴPro W3", "HiraginoKaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
	font-size: 20px;
	vertical-align: super;
}

.asterisk {
	font-family: "ヒラギノ角ゴPro W3", "HiraginoKaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	vertical-align: top;
}

img {
	width: 100%;
	height: auto;
}

.alignC { text-align: center !important; }

.alignL { text-align: left !important; }

.alignR { text-align: right !important; }

.linkBtn {
	text-align: center;
	font-size: 13px;
}

.linkBtn a {
	display: block;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #bc1571;
}

.linkBtn span {
	background: url("../images/icon_link-01.png") no-repeat right center;
	background-size: 15px auto;
	padding: 0 30px 0 0;
}

.linkBtn2 {
	text-align: center;
	font-size: 13px;
}

.linkBtn2 a {
	display: block;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #bc1571;
}

.linkBtn2 span {
	background: url("../images/icon_link-01.png") no-repeat right center;
	background-size: 15px auto;
	padding: 0 30px 0 0;
}

@media print, screen and (min-width:750px) {

.linkBtn { font-size: 16px; }

.linkBtn a {
	display: block;
	color: #fff;
	width: 100%;
	height: 57px;
	line-height: 57px;
	background-color: #bc1571;
}
.linkBtn span {
	background: url("../images/icon_link-01.png") no-repeat right center;
	background-size: 17px auto;
	padding: 0 30px 0 0;
}

.linkBtn a:hover {
	text-decoration: none;
	background-color: #d54d99;
}

a.button,
 .linkBtn a.button {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

a.button:hover,
 .linkBtn a.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

a.button::before,
 a.button::after,
 .linkBtn a.button::before,
 .linkBtn a.button::after {
	position: absolute;
	top: 0;
	z-index: -1;
	content: '';
	width: 50%;
	height: 100%;
	background: #d54d99;
	transform: scale(0, 1);
	transition: transform .3s;
}

a.button::before,
 .linkBtn a.button::before {
	left: 0;
	transform-origin: left top;
}

a.button::after,
 .linkBtn a.button::after {
	right: 0;
	transform-origin: right top;
}

a.button:hover::before,
 a.button:hover::after,
 .linkBtn a.button:hover::before,
 .linkBtn a.button:hover::after { transform: scale(1, 1); }


.linkBtn2 { font-size: 16px; }

.linkBtn2 a {
	display: block;
	color: #fff;
	width: 100%;
	height: 57px;
	line-height: 57px;
	background-color: #bc1571;
}
.linkBtn2 span {
	background: url("../images/icon_link-01.png") no-repeat right center;
	background-size: 17px auto;
	padding: 0 30px 0 0;
}

.linkBtn2 a:hover {
	text-decoration: none;
	background-color: #d54d99;
}

a.button,
 .linkBtn2 a.button {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

a.button:hover,
 .linkBtn2 a.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

a.button::before,
 a.button::after,
 .linkBtn2 a.button::before,
 .linkBtn2 a.button::after {
	position: absolute;
	top: 0;
	z-index: -1;
	content: '';
	width: 50%;
	height: 100%;
	background: #d54d99;
	transform: scale(0, 1);
	transition: transform .3s;
}

a.button::before,
 .linkBtn2 a.button::before {
	left: 0;
	transform-origin: left top;
}

a.button::after,
 .linkBtn2 a.button::after {
	right: 0;
	transform-origin: right top;
}

a.button:hover::before,
 a.button:hover::after,
 .linkBtn2 a.button:hover::before,
 .linkBtn2 a.button:hover::after { transform: scale(1, 1); }


.asteriskLink:hover {
  text-decoration: none;
}

}

h2 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 900;
	margin: 0 auto 15px;
}

h2 em {
	font-size: 30px;
	color: #bc1571;
}

@media print, screen and (min-width:750px) {

h2 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 900;
	margin: 0 auto 20px;
}

h2 em {
	font-size: 60px;
	color: #bc1571;
}
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.pc { display: none !important; }

/* SPだけ表示 */
.sp { display: block !important; }

/* PCだけ表示 */
.pc_inline { display: none !important; }

/* SPだけ表示 */
.sp_inline { display: inline !important; }

@media print, screen and (min-width:750px) {

/* PCだけ表示 */
.pc { display: block !important; }

/* SPだけ表示 */
.sp { display: none !important; }

/* PCだけ表示 */
.pc_inline { display: inline !important; }

/* SPだけ表示 */
.sp_inline { display: none !important; }
}

.matrix_img {
	width: 70%;
    margin: auto;
    margin-bottom: 10px;
}

/*margin
----------------------------------------*/
/*top*/
.mt0 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
/*right*/
.mr0 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
/*left*/
.ml0 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.inner { width: 100%; padding-bottom: 10px;}

@media print, screen and (min-width:750px) {

.inner {
	width: 980px;
    height: 100%;
	max-width: 980px;
	margin: 0 auto;
}

}

/* ----------------------------------------
  mainVisual
---------------------------------------- */

#mainVisual {
	height: 100%;
	background: linear-gradient(135deg, #79dfe6, #2290a6, #5dd5e3, #ed7bb9);
	background-size: 400% 400%;
	animation: bg-color 30s ease infinite;
	-webkit-animation: bg-color 30s ease infinite;
}
 @-webkit-keyframes bg-color {
 0% { background-position: 0% 0%;}
 50% { background-position: 100% 90%;}
 100% { background-position: 0% 0%;}
}
@keyframes bg-color {
 0% { background-position: 0% 0%;}
 50% { background-position: 100% 90%;}
 100% { background-position: 0% 0%;}
}

#mainVisual .innerBox1 {
	height: 100%;
	background: url("../images/sp_mv_model.png") no-repeat right bottom;
	background-size: 187px auto;
}

#mainVisual .innerBox2 {
	height: 100%;
	background: url("../images/bg_pattern.png") repeat 0 0;
	background-size: 3px 3px;
	padding: 10px 0 0;
}

#mainVisual .mufgLogo {
	width: 200px;
	margin: 0 auto 15px;
}

#mainVisual .anchor {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
	text-decoration: underline;
	margin-bottom: 15px;
}
#mainVisual .anchor.anchor--style2 {
	text-decoration: unset;
}
#mainVisual .anchor.anchor--style2 a {
	text-decoration: underline;
}
#mainVisual h1, #mainVisual ul.feature{
	visibility: hidden;
}
#mainVisual h1 {
	margin: 0 0 0 15px;
	color: #fff;
	font-weight: 400;
}

#mainVisual h1 .ttl1 {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 25px;
}

#mainVisual h1 .ttl2 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}

#mainVisual h1 .ttl3 {
	font-size: 16px;
	line-height: 1.3;
}

#mainVisual h1 .ttl4 {
	font-size: 20px;
	line-height: 1.3;
}

#mainVisual h1 .ttl5 {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 20px 0 40px;
}

#mainVisual .ttlLogo {
	display: block;
	width: 276px;
	background-color: #fff;
	margin: 0 0 0 -15px;
	padding: 12px 17px 12px 15px;
}

#mainVisual a { color: #fff;}
#mainVisual a:hover { text-decoration: none;}

#mainVisual .disclaimer{
	color:	#fff;
	font-size: 1.3rem;
	padding-left: 1em;
    padding-right: 1em;
}
#mainVisual .disclaimer a {
    text-decoration: underline;
}
@media print, screen and (min-width:750px) {

#mainVisual {
	width: 100%;
	height: 100%;
	min-height: 800px;
	background: linear-gradient(135deg, #79dfe6, #2290a6, #5dd5e3, #ed7bb9);
	background-size: 400% 400%;
	animation: bg-color 30s ease infinite;
	-webkit-animation: bg-color 30s ease infinite;
}

 @-webkit-keyframes bg-color {
 0% { background-position: 0% 0%;}
 50% { background-position: 100% 90%;}
 100% { background-position: 0% 0%;}
}
 @keyframes bg-color {
 0% { background-position: 0% 0%;}
 50% { background-position: 100% 90%;}
 100% { background-position: 0% 0%;}
}

#mainVisual .innerBox1 {
	width: 100%;
	height: 100%;
	min-height: 800px;
	background: url("../images/pc_mv_model.png") no-repeat right 50px bottom 0px;
	/*background-size: 41.14% auto;*/
	background-size: 562px auto;
}

#mainVisual .innerBox2 {
	width: 100%;
	height: 100%;
	min-height: 800px;
	background: url("../images/bg_pattern.png") repeat 0 0;
	background-size: 3px 3px;
	padding: 20px 0 0;
}

#mainVisual .mufgLogo {
	width: 244px;
	margin: 0 0 40px;
}

#mainVisual .anchor {
    text-align: right;
    color: #fff;
    font-size: 1.7rem;
    text-decoration: underline;
}

#mainVisual h1 {
	margin: 0;
	color: #fff;
	font-weight: 400;
  line-height: 2;
}

#mainVisual h1 .ttl1 {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 32px;
}

#mainVisual h1 .ttl2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
}

#mainVisual h1 .ttl3 {
	font-size: 20px;
	line-height: 1.3;
}

#mainVisual h1 .ttl4 {
	font-size: 20px;
	line-height: 1.3;
}

#mainVisual h1 .ttl5 {
	display: block;
	font-size: 20px;
	line-height: 1;
	margin: 30px 0 50px;
}

#mainVisual .logoWrap {
	width: 56%;
	margin: 0 0 40px;
}

#mainVisual .logoWrap .ttlLogo {
	display: block;
	width: auto;
	background-color: #fff;
	margin: 0 0 0 -100%;
	padding: 23px 17px 21px 100%;
}

#mainVisual .logoWrap .ttlLogo img {
	width: 400px;
	margin: 0 0 0 55px;
}

#mainVisual ul.feature { margin: 0; }

#mainVisual ul.feature li {
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
}
#mainVisual ul.feature li p + p {
  margin-top: 6px;
}

#mainVisual .disclaimer{
	color:	#fff;
	font-size: 1.5rem;
	margin-top: 30px;
}

}

/* ----------------------------------------
  featureBox
---------------------------------------- */

.featureBox {
	background-color: #bc1571;
	margin: 0 auto;
	padding: 14px 0 10px;
}

.featureBox ul.feature {
	width: 95.2%;
	margin: 0 auto;
}

.featureBox ul.feature li {
	float: left;
	width: 30.12%;
	margin: 0 1.6%;
}
.featureBox ul.feature li img {
	margin: 0 0 5px 0;
}

.featureBox .disclaimer{
	text-align: center;
	margin-top: -7px;
	color: #fff;
}

.featureBox ul.feature.center {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.featureBox ul.feature.center li {
    width: 75%;
}
.featureBox ul.feature.center .feature-cf-txt {
    text-align: center;
}
.featureBox ul.feature.center .feature-cf-txt img {
    max-width: 150px;
}
/* ----------------------------------------
  section01
---------------------------------------- */

#sec01 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 54px 0 30px 0;
}

#sec01 .emblem {
	position: absolute;
	width: 125px;
	left: 0;
	top: 0;
}

#sec01 .txtBox {
	float: right;
	width: calc(100% - 155px);
	margin: 0 15px 0 0;
}

#sec01 h2 span {
	font-size: 12px;
	font-weight: 400;
	color: #111;
}

#sec01 .copy {
	font-size: 13px;
	line-height: 1.6;
	font-weight: 400;
	color: #333;
	margin: 0 auto 20px;
}

#sec01 .linkBtn {
	width: 196px;
	margin: 0 0 -20px;
}

#sec01 .rankingBox {
	clear: both;
	background-color: #eff2f3;
	width: 100%;
	margin: 0 auto 20px;
	padding: 46px 15px 30px;
}

#sec01 .rankingBox ul { }

#sec01 .rankingBox ul li {
	color: #333;
	font-size: 13px;
	margin: 0 auto 15px;
}

#sec01 .rankingBox ul li:last-child { margin: 0; }

#sec01 .rankingBox ul li:first-child {
	font-size: 16px;
	margin: 0 auto 15px;
	padding: 0 0 15px 0;
}

#sec01 .rankingBox ul li:nth-child(2) {
	font-size: 16px;
	margin: 0 auto 15px;
	padding: 0 0 15px 0;
}

#sec01 .rankingBox ul li span {
	display: block;
	float: left;
	width: 30px;
	text-align: right;
	margin: 0;
}

#sec01 .rankingBox ul li a {
	display: block;
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
	padding: 0 20px 0 0;
	background: url("../images/icon_link-02.png") no-repeat right center;
	background-size: 11px auto;
}

#sec01 .rankingBox ul li em {
	letter-spacing: -0.05em;
}

#sec01 .note {
	font-size: 11px;
	line-height: 1.6;
	font-weight: 400;
	color: #888;
	margin: 0 auto 20px;
	padding: 0 15px;
}

#sec01 .note p {
	padding-left: 1em;
	margin: 0;
}

#sec01 .note-list {
    padding-inline: 15px;
}

#sec01 .note-list .note-list__item {
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.5rem;
}

@media print, screen and (min-width:750px) {

#sec01 {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0 280px 0;
}

#sec01 .emblem {
	position: absolute;
	width: 340px;
	left: 0;
	top: 0;
}

#sec01 .txtBox {
	float: left;
	width: 600px;
	margin: 0 0 0 405px;
}

#sec01 h2 span {
	font-size: 14px;
	font-weight: 400;
	color: #111;
}

#sec01 h2 em {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
}

#sec01 h2 em.sb {
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
}

#sec01 .copy {
	font-size: 16px;
	margin: 0 auto 25px;
}

#sec01 .linkBtn {
	width: 220px;
	margin: 0 0 40px;
}

#sec01 .rankingBox {
	background-color: #eff2f3;
	width: 715px;
	margin: 0 -65px 20px 330px;
	padding: 30px 65px 30px 75px;
}

#sec01 .rankingBox ul { }

#sec01 .rankingBox ul li {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto 12px;
	padding: 4px 0 0 0;
}

#sec01 .rankingBox ul li:last-child { margin: 0; }

#sec01 .rankingBox ul li:first-child {
	font-size: 21px;
	margin: 0 auto 15px;
	padding: 0 0 15px 0;
}

#sec01 .rankingBox ul li:nth-child(2) {
	font-size: 21px;
	margin: 0 auto 15px;
	padding: 0 0 15px 0;
}

#sec01 .rankingBox ul li span {
	display: block;
	float: left;
	width: 40px;
	text-align: right;
	margin: 0;
}

#sec01 .rankingBox ul li:first-child span { width: 48px; }

#sec01 .rankingBox ul li:nth-child(2) span { width: 48px; }

#sec01 .rankingBox ul li a {
	display: block;
	width: calc(100% - 70px);
	margin: 0 0 0 70px;
	padding: 0 20px 0 0;
	background: url("../images/icon_link-02.png") no-repeat right 2px center;
	background-size: 17px auto;
}

#sec01 .rankingBox ul li em {
	letter-spacing: 0.02em;
}

#sec01 .note {
	position: absolute;
	top: 740px;
	left: 335px;
	width: 710px;
	font-size: 11px;
	margin: 0 auto 20px;
	padding: 0;
}

#sec01 .note-list {
    padding-inline: 0;
    margin-left: 345px;
}

}

/* ----------------------------------------
  section02
---------------------------------------- */

#sec02 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 0 70px 0;
	background: #eff2f3 url("../images/sec02_sp_bg.jpg") no-repeat left 0px top 140px;
	background-size: 113px auto;
}

#sec02 .inner {
	width: 100%;
	padding: 0 15px;
}

#sec02 h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto 25px;
}

#sec02 .readTxt {
	border-top: 1px #111 solid;
	border-bottom: 1px #111 solid;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 0 30px 120px;
	padding: 26px 0;
}

#sec02 .readTxt span { color: #bc1571; }

#sec02 .readTxt strong { font-weight: 700; }

#sec02 .graphBox {
	background-color: #fff;
	margin: 0 -15px 30px 0;
	padding: 25px 15px 25px 0;
}

#sec02 .graphBox h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 auto 12px;
}

#sec02 .graphBox h3 span { font-size: 12px; }

#sec02 .graphBox .graph01 {
	position: relative;
	width: 100%;
	max-width: 330px;
	height: 185px;
	margin: 0 auto 15px;
}
#sec02 .graphBox .graph01 img {
	position: absolute;
	left: 0;
	top: 0;
}

#sec02 .note {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	margin: 0 auto 25px;
}

#sec02 .note2 {
	font-size: 14px;
	line-height: 1.6;
	/*margin: 0 0 5px 30px;*/
	text-align:center;
}

#sec02 .linkBtn {
	margin-bottom: 20px;
}

#sec02 .linkBtn a {
	font-size: 16px;
	height: 103px;
	line-height: 1.6;
	padding: 24px 0 0 0;
}

#sec02 .linkBtn span {
	text-align: left;
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 15px auto;
	padding: 0 30px 0 0;
}



#sec02 .linkBtn2 {
	margin-bottom: 20px;
}

#sec02 .linkBtn2 a {
	font-size: 16px;
	height: 103px;
	line-height: 1.6;
	padding: 10px 0 0 0;
}

#sec02 .linkBtn2 span {
	text-align: left;
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 15px auto;
	padding: 0 30px 0 0;
}


@media print, screen and (min-width:750px) {

#sec02 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 80px 0 80px 0;
	background: none;
	background-color: #eff2f3;
}

#sec02 .inner {
	width: 980px;
	padding: 0;
	background: url("../images/sec02_pc_bg.png?t=20210708") no-repeat left bottom;
	background-size: 330px auto;
}

#sec02 h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto 30px;
}

#sec02 h2 em { font-size: 44px !important; }

#sec02 .readTxt {
	float: left;
	width: 330px;
	border-top: 1px #111 solid;
	border-bottom: 1px #111 solid;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 26px 0 20px;
}

#sec02 .graphBox {
	float: right;
	width: 585px;
	background-color: #fff;
	margin: 0 0 26px 0;
	padding: 35px 40px 30px;
}

#sec02 .graphBox h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 auto 18px;
}

#sec02 .graphBox h3 span { font-size: 14px; }

#sec02 .graphBox .graph01 {
	position: relative;
	width: 500px;
	height: 280px;
	margin: 0;
  max-width: 100%;
}

#sec02 .note {
	float: right;
	width: 585px;
	font-size: 13px;
	line-height: 1.6;
	color: #888;
	margin: 0 auto 40px;
}

#sec02 .note2 {
	float: right;
	width: 585px;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom:5px;
}

#sec02 .linkBtn {
	clear: both;
	float: right;
	width: 585px;
	margin-bottom: 0;
}

#sec02 .linkBtn a {
	font-size: 16px;
	height: 78px;
	line-height: 78px;
	padding: 0;
}

#sec02 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 20px auto;
	padding: 0 40px 0 0;
}

#sec02 .linkBtn2 {
	clear: both;
	float: right;
	width: 585px;
	margin-bottom: 0;
}

#sec02 .linkBtn2 a {
	font-size: 16px;
	height: 78px;
	line-height: 20px;
	padding: 20px;
}

#sec02 .linkBtn2 span {
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 20px auto;
	padding: 0 40px 0 0;
}

}

/* ----------------------------------------
  section03
---------------------------------------- */

#sec03 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sec03 .inner {
	width: 100%;
	padding: 0 15px;
}

#sec03 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto 25px;
}

#sec03 ul.newsList {
	border-top: 1px #111 solid;
	margin: 0 auto 30px;
    min-height: 300px;
}

#sec03 ul.newsList li {
	border-bottom: 1px #111 solid;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 15px 0 15px;
}

#sec03 ul.newsList li .date { color: #888; }

#sec03 ul.newsList li .news {
	color: #333;
	line-height: 1.8;
}

#sec03 ul.newsList li .news em {
	color: #bc1571;
	font-weight: 700;
}

#sec03 .memoBox {
	font-size: 11px;
	color: #888;
	margin: 40px auto 0;
}

#sec03 .memoBox p {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin: 0;
}

#sec03 .linkBtn {
	padding-bottom: 20px;
}

#sec03 .linkBtn a {
	font-size: 16px;
	height: 103px;
	line-height: 1.6;
	padding: 24px 0 0 0;
}

#sec03 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 15px auto;
	padding: 0 30px 0 0;
}

@media print, screen and (min-width:750px) {

#sec03 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sec03 .inner {
	width: 980px;
	padding: 0;
}

#sec03 h2 {
	float: left;
	width: 180px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

#sec03 ul.newsList {
	border-top: 1px #111 solid;
	margin: 0 0 30px 180px;
}

#sec03 ul.newsList li {
	border-bottom: 1px #111 solid;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 20px 0 20px;
}

#sec03 ul.newsList li .date {
	float: left;
	width: 114px;
	color: #888;
	padding: 0 0 0 10px;
}

#sec03 ul.newsList li .news {
	color: #333;
	line-height: 1.8;
	margin: 0 0 0 124px;
}

#sec03 ul.newsList li .news em {
	color: #bc1571;
	font-weight: 700;
}

#sec03 .linkBtn {
	padding-bottom: 0px;
}

#sec03 .memoBox {
	font-size: 13px;
	color: #888;
	margin: 60px auto 0;
}

#sec03 .memoBox p {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin: 0;
}
#sec03 .memoBox p.ind1 {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin: 0;
}

#sec03 .linkBtn {
	clear: both;
	float: none;
	width: 585px;
	margin: 0 0 30px 180px;
}

#sec03 .linkBtn a {
	font-size: 16px;
	height: 78px;
	line-height: 78px;
	padding: 0;
}

#sec03 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 20px auto;
	padding: 0 40px 0 0;
}
}


/* ----------------------------------------
  section003
---------------------------------------- */

#sec003 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
}

#sec003 .inner {
	width: 100%;
	padding: 0 15px;
}

#sec003 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto 25px;
}

#sec003 ul.newsList {
	border-top: 1px #111 solid;
	margin: 0 auto 30px;
}

#sec003 ul.newsList li {
	border-bottom: 1px #111 solid;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 15px 0 15px;
}

#sec003 ul.newsList li .date { color: #888; }

#sec003 ul.newsList li .news {
	color: #333;
	line-height: 1.8;
}

#sec003 ul.newsList li .news em {
	color: #bc1571;
	font-weight: 700;
}

#sec003 .memoBox {
	font-size: 11px;
	color: #888;
	margin: 40px auto 0;
}

#sec003 .memoBox p {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin: 0;
}

#sec003 .linkBtn {
	padding-bottom: 20px;
}

#sec003 .linkBtn a {
	font-size: 16px;
	height: 103px;
	line-height: 1.6;
	padding: 24px 0 0 0;
}

#sec003 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 15px auto;
	padding: 0 30px 0 0;
}

@media print, screen and (min-width:750px) {

#sec003 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 80px 0;
}

#sec003 .inner {
	width: 980px;
	padding: 0;
}

#sec003 h2 {
	float: left;
	width: 180px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

#sec003 ul.newsList {
	border-top: 1px #111 solid;
	margin: 0 0 30px 180px;
    min-height: 330px;
}

#sec003 ul.newsList li {
	border-bottom: 1px #111 solid;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 20px 0 20px;
}

#sec003 ul.newsList li .date {
	float: left;
	width: 114px;
	color: #888;
	padding: 0 0 0 10px;
}

#sec003 ul.newsList li .news {
	color: #333;
	line-height: 1.8;
	margin: 0 0 0 124px;
}

#sec003 ul.newsList li .news em {
	color: #bc1571;
	font-weight: 700;
}

#sec003 .linkBtn {
	padding-bottom: 0px;
}

#sec003 .memoBox {
	font-size: 13px;
	color: #888;
	margin: 30px auto 0;
}

#sec003 .memoBox p {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin: 0;
}
#sec003 .memoBox p.ind1 {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin: 0;
}

#sec003 .linkBtn {
	clear: both;
	float: none;
	width: 585px;
	margin: 0 0 30px 180px;
}

#sec003 .linkBtn a {
	font-size: 16px;
	height: 78px;
	line-height: 78px;
	padding: 0;
}

#sec003 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link-01.png") no-repeat right 2px center;
	background-size: 20px auto;
	padding: 0 40px 0 0;
}
}


/* ----------------------------------------
  section04
---------------------------------------- */

#sec04 {
	position: relative;
	width: 100%;
	margin: 0 0 -50px 0;
	padding: 50px 0 0 0;
	background-color: #eff2f3;
}

#sec04 .inner {
	width: 100%;
	padding: 0;
}

#sec04 .read {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 20px;
	padding: 0 15px;
}

#sec04 .read p { margin: 0 0 5px; }

#sec04 .read img.i-nisa {
	width: 100px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
	line-height: 1;
}

#sec04 .memoBox {
	font-size: 11px;
	color: #888;
	margin: 0 0 50px;
	padding: 0 15px;
}

#sec04 .memoBox p.ind1 {
	text-indent: -2em;
	padding-left: 2em;
	margin: 0;
}

#sec04 .memoBox p.ind2,
#sec04 .memoBox p.ind2w {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}

#sec04 .memoBox p.ind3 {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 0 2em;
}

#sec04 .memoBox p.ind2w { font-weight: 700; }

#sec04 .memoBox p sup { margin: 0 5px 0 0; }

#sec04 .memoBox a {
	color: #888;
	text-decoration: underline;
}

#sec04 .memoBox a:hover {
	color: #888;
	text-decoration: none;
}

#sec04 .bnr {
	width: 100%;
	margin: 0;
	padding: 0 15px;
}

#sec04 h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #333;
	margin: 0 auto 10px;
	padding: 14px 15px;
}

#sec04 ul.fundMatrix {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 25px;
}

#sec04 ul.fundMatrix > li { margin: 0 auto 5px; }

@media print, screen and (min-width:750px) {

#sec04 .inner {
	width: 980px;
	padding: 0;
}

#sec04 .read {
	text-align: right;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 25px 0 26px;
	padding: 0;
}

#sec04 .read img.i-nisa {
	width: 119px;
}

#sec04 .memoBox {
	font-size: 13px;
	color: #888;
	margin: 0 0 110px;
	padding: 0;
}

#sec04 .bnr {
	width: 550px;
	margin: 0 auto 65px;
	padding: 0;
}

table.fundMatrixTb {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

li.region { display: none; }

table.fundMatrixTb th.hd1 {
	width: 309px;
	padding: 0 0 16px 11px;
}
table.fundMatrixTb th.hd1.sd1 {
	width: 316px;
	padding: 0 0 16px 18px;
}

table.fundMatrixTb th.hd1 span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 3px #333 solid;
}

table.fundMatrixTb th.hd2 {
	width: 46px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	padding: 0 12px;
	background-color: #333;
	background: #333 url("../images/hd2_bg.jpg") no-repeat center bottom;
	background-size: auto 10px;
}

table.fundMatrixTb td {
	margin: 0;
	padding: 0 1px 10px 11px;
}
table.fundMatrixTb td.sd1 {
	padding: 0 1px 10px 18px;
}

}

span.bt1 {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px #ccc solid;
    color: #333;
    cursor: pointer;
    margin: 0;
}

span.bt1 a {
    color: #333;
    display: block;
    margin: 0;
    padding: 10px 10px;
    text-decoration: none;
}

span.bt1 a:hover {
    color: #333;
    text-decoration: none;
}

span.bt1 ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

span.bt1 ul > li { margin: 0; }

span.bt1 .region {
    text-align: right;
    font-size: 12px;
    color: #888;
    margin: 0 0 5px;
}

span.bt1 .region span {
    border-radius: 10px;
    background-color: #f2f2f2;
    margin: 0 0 0 2px;
    padding: 2px 10px;
}

span.bt1 .product-name {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.46;
    color: #bc1571;
    margin: 0 0 2px;
}

span.bt1 .nisa {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 10px;
    margin: 0 0 2px;
}

span.bt1 .nisa .i-nisa {
    width: 100px;
}

span.bt1 .rate {
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin: 0;
}

span.bt1 .rate span {
    font-size: 14px;
    color: #888;
    margin: 0 10px 0 0;
}

span.bt1 .rate em {
    font-size: 30px;
    color: #333;
}

span.bt1 .taxExcluded {
    text-align: right;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

@media print, screen and (min-width:750px) {

span.bt1 a {
    padding: 20px 22px 15px 23px !important;
}

span.bt1 .product-name {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #bc1571;
    margin: 0 0 7px;
}

span.bt1 .nisa {
    text-align: left;
    margin: 0 0 0;
}

span.bt1 .nisa .i-nisa{
    width: 120px;
}

span.bt1 .rate {
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin: 0;
}

span.bt1 .rate span {
    font-size: 13px;
    color: #888;
    margin: 0 6px 0 0;
}

span.bt1 .rate em {
    font-size: 40px;
    color: #333;
}

span.bt1 .taxExcluded {
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}
}

/* ボタンラインアニメーション
----------------------------------------*/

@media print, screen and (min-width:750px) {

span.bt1 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    margin: 0;
    border: 1px #ccc solid;
    background-color: #fff;
}

span.bt1:hover { border: 1px #bc1571 solid; }

span.bt1 a {
    color: #333;
    display: block;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
}

span.bt1 a:hover {
    color: #333;
    text-decoration: none;
}

span.bt1::before,
span.bt1::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #bc1571;
}

span.bt1 a::before,
span.bt1 a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #bc1571;
}

span.bt1:hover::before,
span.bt1:hover::after { width: 100%; }

span.bt1:hover a::before,
span.bt1:hover a::after { height: 100%; }

span.bt1::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

span.bt1 a::after {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

span.bt1::before {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

span.bt1 a::before {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}
}


/* ----------------------------------------
  section004
---------------------------------------- */

#sec004 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0 50px 0;
	background-color: #eff2f3;
}

#sec004 .inner {
	width: 100%;
	padding: 0;
}

#sec004 .read {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 20px;
	padding: 0 15px;
}

#sec004 .read p { margin: 0 0 5px; }

#sec004 .read img.i-nisa {
	width: 100px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
	line-height: 1;
}

#sec004 .memoBox {
	font-size: 11px;
	color: #888;
	margin: 0 0 50px;
	padding: 0 15px;
}

#sec004 .memoBox p.ind1 {
	text-indent: -2em;
	padding-left: 2em;
	margin: 0;
}

#sec004 .memoBox p.ind2,
#sec004 .memoBox p.ind2w {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}

#sec004 .memoBox p.ind3 {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 0 2em;
}

#sec004 .memoBox p.ind2w { font-weight: 700; }

#sec004 .memoBox p sup { margin: 0 5px 0 0; }

#sec004 .memoBox a {
	color: #888;
	text-decoration: underline;
}

#sec004 .memoBox a:hover {
	color: #888;
	text-decoration: none;
}

#sec004 .bnr {
	width: 100%;
	margin: 0;
	padding: 0 15px;
}

#sec004 .bnr_tsumitate {
	padding-bottom:10px;
}

#sec004 .bnr_real {
	display: flex;
	margin: 0 auto 10px;
	padding: 0;
}

#sec004 h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #333;
	margin: 0 auto 10px;
	padding: 14px 15px;
}

#sec004 ul.fundMatrix {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 25px;
}

#sec004 ul.fundMatrix > li { margin: 0 auto 5px; }

@media print, screen and (min-width:750px) {

#sec004 .inner {
	width: 980px;
	padding: 0;
}

#sec004 .read {
	text-align: right;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 25px 0 26px;
	padding: 0;
}

#sec004 .read img.i-nisa {
	width: 119px;
}

#sec004 .memoBox {
	font-size: 13px;
	color: #888;
/*	margin: 0 0 110px; */
	padding: 0;
}

#sec004 .bnr {
	display: flex;
	margin: 0 auto 65px;
	padding: 0;
}

#sec004 .bnr_tsumitate {
	padding-bottom:0;
}

#sec004 .bnr_real {
	display: flex;
	padding-left: 20px;
}

table.fundMatrixTb {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

li.region { display: none; }

table.fundMatrixTb th.hd1 {
	width: 309px;
	padding: 0 0 16px 11px;
}
table.fundMatrixTb th.hd1.sd1 {
	width: 316px;
	padding: 0 0 16px 18px;
}

table.fundMatrixTb th.hd1 span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 3px #333 solid;
}

table.fundMatrixTb th.hd2 {
	width: 46px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	padding: 0 12px;
	background-color: #333;
	background: #333 url("../images/hd2_bg.jpg") no-repeat center bottom;
	background-size: auto 10px;
}

table.fundMatrixTb td {
	margin: 0;
	padding: 0 1px 10px 11px;
}
table.fundMatrixTb td.sd1 {
	padding: 0 1px 10px 18px;
}

}

span.bt1 {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px #ccc solid;
    color: #333;
    cursor: pointer;
    margin: 0;
}

span.bt1 a {
    color: #333;
    display: block;
    margin: 0;
    padding: 10px 10px;
    text-decoration: none;
}

span.bt1 a:hover {
    color: #333;
    text-decoration: none;
}

span.bt1 ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

span.bt1 ul > li { margin: 0; }

span.bt1 .region {
    text-align: right;
    font-size: 12px;
    color: #888;
    margin: 0 0 5px;
}

span.bt1 .region span {
    border-radius: 10px;
    background-color: #f2f2f2;
    margin: 0 0 0 2px;
    padding: 2px 10px;
}

span.bt1 .product-name {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.46;
    color: #bc1571;
    margin: 0 0 2px;
}

span.bt1 .rate {
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin: 0;
}

span.bt1 .rate span {
    font-size: 14px;
    color: #888;
    margin: 0 10px 0 0;
}

span.bt1 .rate em {
    font-size: 30px;
    color: #333;
}

span.bt1 .taxExcluded {
    text-align: right;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

@media print, screen and (min-width:750px) {

span.bt1 a {
    padding: 20px 22px 15px 23px !important;
}

span.bt1 .product-name {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #bc1571;
    margin: 0 0 7px;
}

span.bt1 .nisa {
    text-align: left;
    margin: 0 0 0;
}

span.bt1 .nisa .i-nisa {
    width: 110px;
}

span.bt1 .rate {
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin: 0;
}

span.bt1 .rate span {
    font-size: 13px;
    color: #888;
    margin: 0 6px 0 0;
}

span.bt1 .rate em {
    font-size: 40px;
    color: #333;
}

span.bt1 .taxExcluded {
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}
}

/* ボタンラインアニメーション
----------------------------------------*/

@media print, screen and (min-width:750px) {

span.bt1 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    margin: 0;
    border: 1px #ccc solid;
    background-color: #fff;
}

span.bt1:hover { border: 1px #bc1571 solid; }

span.bt1 a {
    color: #333;
    display: block;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
}

span.bt1 a:hover {
    color: #333;
    text-decoration: none;
}

span.bt1::before,
span.bt1::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #bc1571;
}

span.bt1 a::before,
span.bt1 a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #bc1571;
}

span.bt1:hover::before,
span.bt1:hover::after { width: 100%; }

span.bt1:hover a::before,
span.bt1:hover a::after { height: 100%; }

span.bt1::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

span.bt1 a::after {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

span.bt1::before {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

span.bt1 a::before {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}
}

/* ----------------------------------------
  section05
---------------------------------------- */

#sec05 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../images/sec05_sp_bg.jpg") no-repeat center center;
	background-size: cover;
}

#sec05 .inner {
	margin: 0;
	padding: 40px 27px 20px;
	background: url("../images/bg_pattern.png") repeat;
	background-size: 3px auto;
}

#sec05 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin: 0 auto 13px;
}

#sec05 .boxWrap { }

#sec05 .boxWrap h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	margin: 0 auto 7px;
}

#sec05 .boxWrap p {
	font-size: 11px;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 20px 10px;
}

#sec05 .boxWrap .box1,
#sec05 .boxWrap .box2 {
	border: 2px #eee solid;
	margin: 0 auto 8px;
}

#sec05 .boxWrap .box1 a,
#sec05 .boxWrap .box2 a {
	position: relative;
	display: block;
	padding: 10px 23px 10px;
	color: #fff;
	text-decoration: none;
	background: url("../images/icon_downward.png") no-repeat center bottom 10px;
	background-size: 15px auto;
	z-index: 1;
}

@media print, screen and (min-width:750px) {

#sec05 {
	background: url("../images/sec05_pc_bg.jpg") no-repeat center center;
	background-size: cover;
}

#sec05 .inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 140px 0 140px;
	background: url("../images/bg_pattern.png") repeat;
	background-size: 3px auto;
}

#sec05 h2 {
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin: 0 auto 40px;
}

#sec05 .boxWrap {
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
}

#sec05 .boxWrap h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.00em;
	color: #fff;
	margin: 0 auto 20px;
}

#sec05 .boxWrap p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	margin: 0;
}

#sec05 .boxWrap .box1,
 #sec05 .boxWrap .box2 {
	display: inline-block;
	border: 2px #eee solid;
	width: 448px;
	margin: 0 80px 0 0;
}

#sec05 .boxWrap .box2 { margin: 0; }

#sec05 .boxWrap .box1 a,
 #sec05 .boxWrap .box2 a {
	text-align: left;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 448px;
	height: 332px;
	padding: 0 38px 25px;
	color: #fff;
	text-decoration: none;
	background: url("../images/icon_downward2.png") no-repeat center bottom 30px;
	background-size: 30px auto;
	z-index: 1;
}

#sec05 .button {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

#sec05 .button:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#sec05 .button::before,
 #sec05 .button::after {
	position: absolute;
	top: 0;
	z-index: 0;
	content: '';
	width: 50%;
	height: 100%;
	background: #d54d99;
	transform: scale(0, 1);
	transition: transform .3s;
}

#sec05 .button::before {
	left: 0;
	transform-origin: left top;
}

#sec05 .button::after {
	right: 0;
	transform-origin: right top;
}

#sec05 .button:hover::before,
 #sec05 .button:hover::after { transform: scale(1, 1); }
}

/* ----------------------------------------
  ttl01
---------------------------------------- */

#ttl01 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../images/ttl01_sp_bg.jpg") no-repeat center center;
	background-size: cover;
}

#ttl01 .inner {
	margin: 0;
	padding: 20px 0 0;
	background: url("../images/bg_pattern.png") repeat;
	background-size: 3px auto;
}

#ttl01 h2 {
	width: 92%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 0 40px;
	background: url("../images/ttl01_sp_bg2.png") no-repeat center bottom;
	background-size: 100% auto;
}

#ttl01 h2 span { font-weight: 400; }

@media print, screen and (min-width:750px) {

#ttl01 {
	background: url("../images/ttl01_pc_bg.jpg") no-repeat center center;
	background-size: cover;
	margin: 0 0 20px;
}

#ttl01 .wrap { width: 100%; }

#ttl01 .inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 60px 0 0;
	background: url("../images/bg_pattern.png") repeat;
	background-size: 3px auto;
}

#ttl01 h2 {
	width: 980px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 0 85px;
	background: url("../images/ttl01_pc_bg2.png") no-repeat center bottom;
	background-size: 100% auto;
}
}

/* ----------------------------------------
  section06
---------------------------------------- */

#sec06 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

#sec06 .inner {
	margin: 0;
	padding: 0;
}

#sec06 .linkBtn {
	clear: both;
	float: none;
	width: 300px;
	margin: 0 auto 30px;
}

#sec06 .linkBtn a {
	font-size: 16px;
	height: 88px;
	line-height: 1.6;
	padding: 18px 0 0 0;
}

#sec06 .linkBtn span {
	display: inline-block;
	text-align: left;
	background: url("../images/icon_link_blank.png") no-repeat right 2px center;
	background-size: 19px auto;
	padding: 0 35px 0 0;
}

#sec06 .txtLink1 { margin: 0 auto 40px; }

#sec06 .txtLink1 a {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	text-decoration: underline;
}

#sec06 .txtLink1.txtLink1--similar-font {
    font-size: 11px;
	line-height: 1.6;
	color: #888;
}

#sec06 .txtLink1 a:hover { text-decoration: none; }

#sec06 h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin: 0 auto 25px;
	padding: 0 15px;
}

#sec06 h3 span {
	font-size: 13px;
	font-weight: 700;
	color: #111;
}

#sec06 h3 span.lv1 {
	display: block;
	line-height: 0.5;
	margin-bottom: -28px !important;
	padding-bottom: 0 !important;
}

#sec06 h3 span.tp1,
#sec06 h3 span.tp2 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #111;
}

#sec06 h3 em {
	font-size: 20px;
	font-weight: 900;
	color: #bc1571;
}

#sec06 ul.sec06List {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 10;
}

#sec06 ul.sec06List li {
	vertical-align: middle;
	height: 74px;
	background-color: #5183a8;
}

#sec06 ul.sec06List li:nth-child(even) { background: #284264; }

#sec06 ul.sec06List li span {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
	padding: 0 15px;
}

#sec06 .sec06-set1 {
	background: url("../images/sec06_sp_bg1.jpg") no-repeat left top;
	background-size: 115px auto;
	margin: -50px auto 0;
	padding: 70px 15px 50px 15px;
}

#sec06 .sec06-set1 h3 {
	padding-left: 110px;
	padding-right: 0;
}

#sec06 .sec06-set1 .copy {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	margin: 0 auto;
	padding: 0;
}

#sec06 .sec06-set1 .copy em {
	font-weight: 700;
	color: #bc1571;
}

#sec06 h3.type1 {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #111;
	margin: 0 auto 25px;
	padding: 0 15px;
}

#sec06 h3.type1 em {
	font-size: 22px;
	color: #bc1571;
}

#sec06 h3.type1 sup.asterisk { font-size: 18px; }

#sec06 .more { cursor: pointer; }

#sec06 .more {
	clear: both;
	display: block;
	font-size: 13px;
	height: 73px;
	margin: 0 15px 30px;
	line-height: 1.6;
	padding: 14px 0 0;
	color: #fff;
	background-color: #111;
	text-align: center;
}

#sec06 .more span {
	display: inline-block;
	color: #fff;
	text-align: left;
}

#sec06 .more.none-submenu span {
	background: url("../images/icon_close1.png") no-repeat right center;
	background-size: 13px auto;
	padding: 0 20px 0 0;
}

#sec06 .more.active-submenu span {
	background: url("../images/icon_open1.png") no-repeat right center;
	background-size: 13px auto;
	padding: 0 20px 0 0;
}

#sec06 .more2 { cursor: pointer; }

#sec06 .more2 {
	clear: both;
	display: block;
	font-size: 13px;
	height: 73px;
	margin: 0 15px 30px;
	line-height: 1.6;
	padding: 25px 0 0;
	color: #fff;
	background-color: #111;
	text-align: center;
}

#sec06 .more2 span {
	display: inline-block;
	color: #fff;
	text-align: left;
}

#sec06 .more2.none-submenu span {
	background: url("../images/icon_close1.png") no-repeat right center;
	background-size: 13px auto;
	padding: 0 20px 0 0;
}

#sec06 .more2.active-submenu span {
	background: url("../images/icon_open1.png") no-repeat right center;
	background-size: 13px auto;
	padding: 0 20px 0 0;
}

#sec06 .more3 {
	clear: both;
	display: block;
	font-size: 13px;
	height: 73px;
	margin: 0 15px 30px;
	line-height: 1.6;
	padding: 14px 0 0;
	color: #fff;
	background-color: #111;
	text-align: center;
}

#sec06 .more3 span {
	display: inline-block;
	color: #fff;
	text-align: left;
}

#sec06 .subArea {
	margin: 0 15px 30px;
	padding: 0;
}

#sec06 .subArea .graph {
	margin: 0 auto 25px;
}

#sec06 .subArea .graph2 {
	margin: 0 auto 25px;
}

#sec06 .subArea .memo p {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	text-indent: -3em;
	margin: 0 0 0 3em;
}

#sec06 .subArea2 {
	margin: 0 15px 30px;
	padding: 0;
}

#sec06 .subArea2 .graph {
	margin: 0 auto 25px;
}

#sec06 .subArea2 .graph2 {
	margin: 0 auto 25px;
}

#sec06 .subArea2 .memo p {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	text-indent: -3em;
	margin: 0 0 0 3em;
}

#sec06 .noteBox { margin: 0 15px 50px; }

#sec06 .note1 {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	margin: 0;
}

#sec06 .note2 {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	text-indent: -1em;
	margin: 0 0 0 1em;
}

#sec06 .anchor2 {
    text-align: center;
    color: #000;
    font-size: 1.7rem;
	text-decoration: underline;
	margin-bottom: 5px;
}

#sec06 .disclaimer {
	font-size: 14px;
	color: #888;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sec06 .disclaimer2 {
	font-size: 11px;
	color: #888;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sec06 .disclaimer3 {
	color: #888;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

@media print, screen and (min-width:750px) {

#sec06 { padding: 0px 0 20px; }

#sec06 .inner {
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

#sec06 .linkBtn {
	clear: both;
	float: none;
	width: 800px;
	margin: 0 auto 30px;
}

#sec06 .linkBtn a {
	font-size: 28px;
	height: 88px;
	line-height: 88px;
	padding: 0;
}

#sec06 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link_blank.png") no-repeat right 2px center;
	background-size: 20px auto;
	padding: 0 30px 0 0;
}

#sec06 .txtLink1 { margin: 0 auto 60px; }

#sec06 .txtLink1 a { font-size: 13px; }

#sec06 .txtLink1.txtLink1--similar-font {
    font-size: 13px;
}

#sec06 h3 {
	width: 100%;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin: 0 auto 25px;
	padding: 0;
}

#sec06 h3 span {
	font-size: 22px;
	font-weight: 700;
	color: #111;
}

#sec06 h3 span.lv1 {
	display: inline;
}

#sec06 h3 span.tp1,
 #sec06 h3 span.tp2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #111;
}

#sec06 h3 span.tp2 { font-size: 26px; }

#sec06 h3 em {
	font-size: 38px;
	font-weight: 900;
	color: #bc1571;
}

#sec06 h3 em.small{
	font-size: 26px;
}


#sec06 ul.sec06List {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}

#sec06 ul.sec06List li {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
	height: 160px;
}

#sec06 ul.sec06List li:last-child { margin: 0; }

#sec06 ul.sec06List li span {
	display: table-cell;
	vertical-align: middle;
	height: 160px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 30px;
}

#sec06 .sec06-set1 {
	background: url("../images/sec06_pc_bg1.jpg") no-repeat left 0 top 0;
	background-size: 340px auto;
	margin: -70px 0 50px -20px;
	padding: 130px 0 50px 0px;
}

#sec06 .sec06-set1 h3 {
	padding-left: 385px;
	letter-spacing: -0.02em;
}

#sec06 .sec06-set1 .copy {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	margin: 0 auto;
	padding: 0 0 0 385px;
}

#sec06 .sec06-set1 .copy em {
	font-weight: 700;
	color: #bc1571;
}

#sec06 h3.type1 {
	width: 100%;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #111;
	margin: 0 auto 25px;
	padding: 0;
}

#sec06 h3.type1 em {
	font-size: 38px;
	color: #bc1571;
}

#sec06 h3.type1 sup.asterisk { font-size: 24px; }

#sec06 .more {
	clear: both;
	display: block;
	width: 650px;
	font-size: 16px;
	height: 57px;
	margin: 0 0 30px;
	line-height: 1.6;
	padding: 16px 0 0;
	color: #fff;
	background-color: #111;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sec06 .more:hover {
	background-color: #d54d99;
}

#sec06 .more span {
	display: inline-block;
	color: #fff;
	text-align: left;
}

#sec06 .more.none-submenu span {
	background: url("../images/icon_close1.png") no-repeat right 2px center;
	background-size: 17px auto;
	padding: 0 30px 0 0;
}

#sec06 .more.active-submenu span {
	background: url("../images/icon_open1.png") no-repeat right 2px center;
	background-size: 17px auto;
	padding: 0 30px 0 0;
}

#sec06 .more2 {
	clear: both;
	display: block;
	width: 650px;
	font-size: 16px;
	height: 57px;
	margin: 0 0 30px;
	line-height: 1.6;
	padding: 16px 0 0;
	color: #fff;
	background-color: #111;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sec06 .more2:hover {
	background-color: #d54d99;
}

#sec06 .more2 span {
	display: inline-block;
	color: #fff;
	text-align: left;
}

#sec06 .more2.none-submenu span {
	background: url("../images/icon_close1.png") no-repeat right 2px center;
	background-size: 17px auto;
	padding: 0 30px 0 0;
}

#sec06 .more2.active-submenu span {
	background: url("../images/icon_open1.png") no-repeat right 2px center;
	background-size: 17px auto;
	padding: 0 30px 0 0;
}

#sec06 .more3 {
	clear: both;
	display: block;
	width: 650px;
	font-size: 16px;
	height: 57px;
	margin: 0 auto 30px;
	line-height: 1.6;
	padding: 16px 0 0;
	color: #fff;
	background-color: #111;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#sec06 .more3 span {
	display: inline-block;
	color: #fff;
	text-align: left;
}

#sec06 .subArea {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}

#sec06 .subArea .graph {
	width: 650px;
	margin: 0 0 25px;
}

#sec06 .subArea .graph2 {
	margin: 0 0 25px;
}

#sec06 .subArea .memo {
	position: absolute;
	width: 280px;
	right: 0;
	bottom: 0;
}

#sec06 .subArea .memo p {
	font-size: 13px;
}

#sec06 .subArea2 {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}

#sec06 .subArea2 .graph {
	width: 650px;
	margin: 0 0 25px;
}

#sec06 .subArea2 .graph2 {
	margin: 0 0 25px;
}

#sec06 .subArea2 .memo {
	position: absolute;
	width: 280px;
	right: 0;
	bottom: 0;
}

#sec06 .subArea2 .memo p {
	font-size: 13px;
}

#sec06 .noteBox { margin: 0 0 110px; }

#sec06 .note1 {
	font-size: 13px;
	line-height: 1.6;
	color: #888;
	margin: 0;
}

#sec06 .note2 {
	font-size: 13px;
	line-height: 1.6;
	color: #888;
	text-indent: -1em;
	margin: 0 0 0 1em;
}

#sec06 .anchor2 {
    text-align: center;
    color: #000;
    font-size: 1.7rem;
	text-decoration: underline;
	margin-bottom: 5px;
}

#sec06 .disclaimer {
	font-size: 12px;
	color: #888;
	margin-top: 25px;
}

#sec06 .disclaimer2 {
	font-size: 11px;
	color: #888;
	margin-top: 15px;
	text-align: right;
}

#sec06 .disclaimer3 {
	color: #888;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

}

#sec06 h4.type1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin: 0 15px 25px;
}

#sec06 h4.type1.bdb {
	padding-bottom: 30px;
	border-bottom: 1px solid #111;
}

#sec06 .layout1 {
	position: relative;
	width: 100%;
	margin: 0 0 55px;
}

#sec06 .layout1 .ph1 {
	position: absolute;
	width: 165px;
	top: 0;
	left: -50px;
	z-index: 5;
}

#sec06 .layout1 .readTxt {
	border-top: 1px #111 solid;
	border-bottom: 1px #111 solid;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 15px 28px 134px;
	padding: 26px 0;
	color: #333;
}

#sec06 .layout1 .graphBox {
	display: block;
	width: auto;
	background-color: #eff2f3;
	margin: 0 0 0 15px;
	padding: 25px 32px;
}

#sec06 .layout1 .graphBox .ttl {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 0 15px;
}

#sec06 .layout1 .graphBox .img {
	position: relative;
	width: 100%;
	max-width: 295px;
	height: 295px;
  margin: 0 auto;
}
#sec06 .layout1 .graphBox .img img {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width:750px) {

#sec06 h4.type1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin: 0 0 30px;
}

#sec06 h4.type1.modlh {
	line-height: 1;
}

#sec06 h4.type1 .lv1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin: 0 0 30px;
}

#sec06 .layout1 {
	position: relative;
	width: 100%;
	margin: 0 0 230px;
}

#sec06 .layout1 .ph1 {
	position: absolute;
	width: 330px;
	top: 230px;
	left: 0px;
	z-index: 5;
}

#sec06 .layout1 .readTxt {
	float: left;
	width: 330px;
	border-top: 1px #111 solid;
	border-bottom: 1px #111 solid;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 15px 28px 0;
	padding: 26px 0;
	color: #333;
}

#sec06 .layout1 .graphBox {
	display: block;
	width: auto;
	background-color: #eff2f3;
	margin: 0 0 0 394px;
	padding: 40px 95px 40px;
}

#sec06 .layout1 .graphBox .ttl {
	font-size: 18px;
	margin: 0 0 19px;
}

#sec06 .layout1 .graphBox .img {
	position: relative;
	width: 394px;
	height: 394px;
  max-width: 100%;
}

}

#sec06 .layout2 {
	position: relative;
	width: 100%;
	margin: 0 0 40px;
}

#sec06 .layout2 .readTxt {
	border-top: 1px #111 solid;
	border-bottom: 1px #111 solid;
	margin: 0 15px 28px;
	padding: 26px 0 15px;
	color: #333;
}

#sec06 .layout2 .readTxt p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 0 15px;
}

#sec06 .layout2 .readTxt p em {
	color: #bc1571;
	font-weight: 700;
}


#sec06 h4.spmod .lv2{
	font-size: 18px;
}


@media screen and (min-width:750px) {

	#sec06 h4.spmod .lv2{
		font-size: 28px;
	}

}
@media screen and (min-width:750px) {

#sec06 .layout2 {
	position: relative;
	width: 100%;
	margin: 0 0 40px;
}

#sec06 .layout2 .readTxt {
	border-top: 1px #111 solid;
	border-bottom: 1px #111 solid;
	margin: 0 0 28px;
	padding: 20px 0 15px;
	color: #333;
}

#sec06 .layout2 .readTxt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 0 15px;
}
}

#sec06 h4.type2 {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	border: 1px #ccc solid;
	border-radius: 17px;
	margin: 0 15px 15px;
	padding: 5px;
}

#sec06 .layout3 {
	position: relative;
	width: 100%;
	margin: 0 0 25px;
}

#sec06 .layout3 .note {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
	margin: 0 20px 20px;
}

#sec06 .graphBox2 {
	width: auto;
	height: 620px;
	overflow-y: hidden;
	overflow-x: auto;
	animation-name: slide;
	animation-duration: 10s;
	animation-timing-function: ease;
	margin: 0 0 20px 15px;
}

#sec06 .graphBox2 .graph {
	width: 100%;
	height: 620px;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: auto;
}

#sec06 .graphBox2 .graph > * { -webkit-transform: translateZ(0px); }
 #sec06 .graphBox2::-webkit-scrollbar {
 display: none;
 height: 0 !important;
}

#sec06 .graphBox2 .graph img { width: 750px; }

#sec06 .layout3 .note2 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #888;
	margin: 0 15px;
	text-indent: 0;
}

#sec06 .noteBox2 { margin: 0 15px 25px; }
#sec06 .noteBox2.nomar{
	margin-left: 0;
	margin-right: 0;
}

#sec06 .noteBox2 p {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #888;
	text-indent: -0.5em;
	margin: 0 0 0 0.5em;
}

#sec06 .noteBox2 p:first-child {
	text-indent: -1em;
	margin: 0 0 0 1em;
}

#sec06 .column {
	background-color: #eff1f3;
	margin: 0 auto 50px;
	padding: 27px 15px;
}

#sec06 .column p {
	color: #333;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

#sec06 .column p.ttl {
	font-weight: 700;
	line-height: 1.6;
}

#sec06 .column p.txtLink {
	margin: 20px 0 0;
	padding: 0;
}

#sec06 .column p.txtLink a {
	color: #bc1571;
	text-decoration: underline;
	background: url("../images/icon_link_blank_b.png") no-repeat right center;
	background-size: 12px auto;
	margin: 0;
	padding: 0 20px 0 0;
}


#sec06 .layout4 {
	margin: 20px 15px 25px;
	padding-top: 40px;
	border-top: 1px solid #101010;
}

#sec06 h4.spmod .lv1{
	font-size: 12px;
}



#sec06 .layout4 .txt{
	color: #111;
	font-size: 16px;
	font-weight: 700;
}

#sec06 .layout4 .txt.-type01{
	line-height: 1.3;
}

#sec06 .layout4 .txt.-type01 .moderate{
	font-size: 24px;
}

#sec06 .layout4 .txt.-type01 em{
	font-size: 28px;
	color: #bc1571;
}
#sec06 .layout4 .txt.-type01 em.typebk{
	color: #111;
}

#sec06 .layout4 .txt.-type01 em span{
	font-size: 24px;
}



#sec06 .layout4 .circleBox{
	margin-top: -15px;
	margin-bottom: -70px;
	padding-top: 75px;
	padding-bottom: 120px;
	background: url(/lp/slim/pr1//images/bg_map.png) center top 60px / contain no-repeat;
}

#sec06 .layout4 .circleBox_wrap{
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#sec06 .layout4 .circleTxt{
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 2px solid #cdcdcd;
	border-radius: 50%;
	line-height: 1.3;
	text-align: center;
	font-size: 20px;
}

#sec06 .layout4 .circleTxt em{
	font-size: 30px;
	color: #bc1571;
}

#sec06 .graph{
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
}

#sec06 .graph2{
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
}

#sec06 .graph_wrap .graphTtl{
	margin: 0 auto 30px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	color: #111;
}

#sec06 .graph_wrap:nth-child(1){
	max-width: 280px;
	margin: 0 auto;
	position: relative;
}

#sec06 .graph_wrap:nth-child(1) img:nth-child(3),
#sec06 .graph_wrap:nth-child(1) img:nth-child(4),
#sec06 .graph_wrap:nth-child(1) img:nth-child(5){
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#sec06 .graph02{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 0px;
}

#sec06 .graph02 .graphTtl{
	margin-bottom: 12px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #111;
}
#sec06 .graph02_wrap{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

#sec06 .graph03{
	margin-top: 30px;
	margin-bottom: 30px;
}

#sec06 .graph03_wrap:nth-child(2){
	max-width: 240px;
	margin: 30px auto 30px;
	position: relative;
}

#sec06 .graph03_wrap:nth-child(2) img:nth-child(2),
#sec06 .graph03_wrap:nth-child(2) img:nth-child(3),
#sec06 .graph03_wrap:nth-child(2) img:nth-child(4){
	position: absolute;
	left: 0;
	bottom: 0;
}


#sec06 .graph02_wrap img:nth-child(2),
#sec06 .graph02_wrap img:nth-child(3),
#sec06 .graph02_wrap img:nth-child(4),
#sec06 .graph02_wrap img:nth-child(5){
	position: absolute;
	left: 0;
	bottom: 0;
}


@media screen and (min-width:750px) {

#sec06 h4.type2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	border: 1px #ccc solid;
	border-radius: 17px;
	margin: 0 0 20px;
	padding: 5px;
}

#sec06 .layout3 {
	position: relative;
	width: 100%;
	margin: 0 0 25px;
}

#sec06 .layout3 .note { display: none; }

#sec06 .graphBox2 {
	width: 100%;
	height: auto;
	overflow-y: auto;
	overflow-x: auto;
	margin: 0 0 20px 0;
}

#sec06 .graphBox2 .graph {
	width: 100%;
	height: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: auto;
}

#sec06 .graphBox2 .graph img { width: 100%; }

#sec06 .layout3 .note2 {
	font-size: 13px;
	margin: 0;
	line-height: 1.6;
}

#sec06 .noteBox2 {
	margin: 0 0 25px;
}

#sec06 .noteBox2 p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
}

#sec06 .noteBox3 p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	padding-left: 1rem;
	text-indent: -1rem;
}

#sec06 .noteBox3 p.noInd {
	padding-left: 0rem;
	text-indent: 0rem;
}

#sec06 .noteBox3.mt {
	margin-top: 30px;
}

#sec06 .column {
	background-color: #eff1f3;
	margin: 0 auto 80px;
	padding: 40px;
}

#sec06 .column p {
	color: #333;
	font-size: 13px;
}

#sec06 .column p.txtLink a:hover { text-decoration: none; }

#sec06 .layout4 {
	margin-top: 40px;
	padding-top: 100px;
	padding-bottom: 60px;
	border-top: 1px solid #101010;
}

#sec06 .layout4 .txt{
	color: #111;
	font-size: 22px;
	font-weight: 700;
}

#sec06 .layout4 .txt.-type01{
	line-height: 1.3;
}

#sec06 .layout4 .txt.-type01 .moderate{
	font-size: 32px;
}

#sec06 .layout4 .txt.-type01 em{
	font-size: 50px;
	color: #bc1571;
}
#sec06 .layout4 .txt.-type01 em.typebk{
	color: #111;
}

#sec06 .layout4 .txt.-type01 em span{
	font-size: 30px;
}



#sec06 .layout4 .circleBox{
	margin-top: -15px;
	margin-bottom: -70px;
	padding-top: 75px;
	padding-bottom: 120px;
	background: url(/lp/slim/pr1//images/bg_map.png) center top / contain no-repeat;
}

#sec06 .layout4 .circleBox_wrap{
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#sec06 .layout4 .circleTxt{
	width: 240px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 2px solid #cdcdcd;
	border-radius: 50%;
	line-height: 1.3;
	text-align: center;
	font-size: 32px;
}

#sec06 .layout4 .circleTxt em{
	font-size: 50px;
	color: #bc1571;
}

#sec06 .graph{
	margin-bottom: 100px;
	padding-left: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec06 .graph2{
	margin-bottom: 100px;
	padding-left: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec06 .graph_wrap .graphTtl{
	margin-bottom: 30px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	color: #111;
}

#sec06 .graph_wrap:nth-child(1){
	max-width: 349px;
	margin-right: 70px;
	position: relative;
}

#sec06 .graph_wrap:nth-child(1) img:nth-child(3),
#sec06 .graph_wrap:nth-child(1) img:nth-child(4),
#sec06 .graph_wrap:nth-child(1) img:nth-child(5){
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#sec06 .graph02{
	margin-top: 80px;
	margin-bottom: 60px;
	padding-left: 60px;
}

#sec06 .graph02 .graphTtl{
	margin-bottom: 30px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	color: #111;
}
#sec06 .graph02_wrap{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

#sec06 .graph03{
	margin-top: 100px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec06 .graph03_wrap:nth-child(2){
	max-width: 280px;
	position: relative;
}

#sec06 .graph03_wrap:nth-child(2) img:nth-child(2),
#sec06 .graph03_wrap:nth-child(2) img:nth-child(3),
#sec06 .graph03_wrap:nth-child(2) img:nth-child(4){
	position: absolute;
	bottom: 0;
}

#sec06 .graph02_wrap img:nth-child(2),
#sec06 .graph02_wrap img:nth-child(3),
#sec06 .graph02_wrap img:nth-child(4),
#sec06 .graph02_wrap img:nth-child(5){
	position: absolute;
	bottom: 0;
}



}

/* ----------------------------------------
  ttl02
---------------------------------------- */

#ttl02 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../images/ttl02_sp_bg.jpg") no-repeat center center;
	background-size: cover;
}

#ttl02 .inner {
	margin: 0;
	padding: 20px 0 0;
	background: url("../images/bg_pattern.png") repeat;
	background-size: 3px auto;
}

#ttl02 h2 {
	width: 92%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 0 40px;
	background: url("../images/ttl02_sp_bg2.png") no-repeat center bottom;
	background-size: 100% auto;
}

#ttl02 h2 span { font-weight: 400; }

@media screen and (min-width:750px) {

#ttl02 {
	background: url("../images/ttl02_pc_bg.jpg") no-repeat center center;
	background-size: cover;
}

#ttl02 .wrap { width: 100%; }

#ttl02 .inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 40px 0 0;
	background: url("../images/bg_pattern.png") repeat;
	background-size: 3px auto;
}

#ttl02 h2 {
	width: 980px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 0 80px;
	background: url("../images/ttl02_pc_bg2.png") no-repeat center bottom;
	background-size: 100% auto;
}
}


/* ----------------------------- */



.supplementBox{
	margin-top: 0;
	margin-bottom: 8px;
}

.supplementBox.mt{
	margin-top: 30px;
}

.supplement{
	font-size: 11px;
	color: #888;
	text-align: center;
	font-weight: 400;
}
@media screen and (min-width: 750px){
	.supplementBox{
		margin-top: 40px;
		margin-bottom: 8px;
	}

	.supplement{
		font-size: 13px;
		color: #888;
		text-align: center;
		font-weight: 400;
	}
}


/*-------------------------------- */


/* ----------------------------------------
  section07
---------------------------------------- */

#sec07 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 0 50px 0;
	background-color: #eff2f3;
}

#sec07 .inner {
	width: 100%;
	padding: 0;
}

#sec07 .read {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 20px;
	padding: 0 15px;
}

#sec07 .read p { margin: 0 0 5px; }

#sec07 .read img.i-nisa {
	width: 100px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
	line-height: 1;
}

#sec07 .memoBox {
	font-size: 11px;
	color: #888;
	margin: 0 0 0px;
	padding: 0 15px;
}

#sec07 .memoBox p.ind1 {
	text-indent: -3em;
	padding-left: 3em;
	margin: 0;
}

#sec07 .memoBox p.ind2,
#sec07 .memoBox p.ind2w {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}

#sec07 .memoBox p.ind2w { font-weight: 700; }

#sec07 .memoBox p sup { margin: 0 5px 0 0; }

#sec07 .memoBox a {
	color: #888;
	text-decoration: underline;
}

#sec07 .memoBox a:hover {
	color: #888;
	text-decoration: none;
}

#sec07 h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #333;
	margin: 0 auto 10px;
	padding: 14px 15px;
}

#sec07 ul.fundMatrix {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 25px;
}

#sec07 ul.fundMatrix > li { margin: 0 auto 5px; }

#sec07 h3.type1 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 15px 20px;
	padding: 0;
}
#sec07 h3.type1 span {
	font-size: 16px;
	font-weight: 700;
}
#sec07 h3.type1 em {
	color: #bc1571;
}


@media screen and (min-width:750px) {

#sec07 {
	padding: 20px 0 0 0;
}

#sec07 .inner {
	width: 980px;
	padding: 0;
}

#sec07 .read {
	text-align: right;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 30px;
	padding: 0;
}

#sec07 .read img.i-nisa {
	width: 119px;
}

#sec07 .memoBox {
	font-size: 13px;
	color: #888;
	margin: 0 0 0px;
	padding: 0;
}

#sec07 h3.type1 {
	font-size: 54px;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 0;
}
#sec07 h3.type1 span {
	font-size: 22px;
}

}


/* ----------------------------------------
  section08
---------------------------------------- */

#sec08 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 1px 0;
	background-color: #eff2f3;
}

#sec08 .inner {
	width: 100%;
	padding: 0;
}

#sec08 .layout1 {
	margin: 0 0 60px 15px;
	background: url("../images/sec08-bg-img-01.jpg") no-repeat right -54px bottom 0;
	background-size: 165px auto;
}

#sec08 h3.type1 {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 15px 25px 0;
	padding: 0;
    padding-right: 100px;
}
#sec08 h3.type1 span {
	font-size: 16px;
}
#sec08 h3.type1 em {
	font-size: 25px;
	font-weight: 900;
	color: #bc1571;
}
#sec08 h3.type1 sup.asterisk {
	font-size: 12px;
	vertical-align: text-top;
}

#sec08 .layout1 p.note {
	width: 210px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	text-indent: -2.2em;
	margin: 0 15px 0 2.2em;
}


@media screen and (min-width:750px) {

#sec08 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 1px 0;
	background-color: #eff2f3;
}

#sec08 .inner {
	width: 980px;
	padding: 0;
}

#sec08 .layout1 {
	background: url("../images/sec08-bg-img-01.jpg") no-repeat right 0 top 0;
	background-size: 330px auto;
	margin: 0 0 90px 0;
	padding: 90px 0 0 0;
}

#sec08 h3.type1 {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
#sec08 h3.type1 span {
	font-size: 22px;
	line-height: 2;
}
#sec08 h3.type1 em {
	font-size: 48px;
	font-weight: 700;
	color: #bc1571;
}
#sec08 h3.type1 sup.asterisk {
	font-size: 16px;
	vertical-align: top;
	line-height: 3;
}
#sec08 h3.type1 span sup.asterisk {
	font-size: 16px;
	vertical-align: top;
	line-height: 3;
}

#sec08 .layout1 p.note {
	width: 600px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	text-indent: -2.2em;
	margin: 0 0 0 2.2em;
}

}


#sec08 .layout2 {
	margin: 0 0 60px;
}
#sec08 .layout2.bg {
	background: url("../images/sec07_img_02.jpg") no-repeat right -54px bottom 0;
	background-size: 165px auto;
	margin: 0 0 30px;
	padding: 0 0 80px;
}

#sec08 .layout2 h3.type2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 15px 25px;
	padding: 0;
}
#sec08 .layout2 h3.type2 span {
	font-size: 16px;
}
#sec08 .layout2 h3.type2 em {
	color: #bc1571;
}

#sec08 .layout2 .graphBox {
	background-color: #fff;
	margin: 0 15px 25px;
	padding: 10px 20px 28px;
}

#sec08 .layout2 .graphBox .ttl {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 0 20px;
}
#sec08 .layout2 .graphBox .ttl span {
	font-size: 12px;
}

#sec08 .layout2 .graphBox .graph1 {
	position: relative;
	width: 100%;
	max-width: 325px;
	height: 180px;
  margin: 0 auto;
}
#sec08 .layout2 .graphBox .graph2{
	position: relative;
	width: 100%;
	max-width: 325px;
	height: 187px;
  margin: 0 auto;
}
#sec08 .layout2 .graphBox .graph3{
	position: relative;
	width: 100%;
	max-width: 300px;
	height: 222px;
  margin: 0 auto;
}
#sec08 .layout2 .graphBox .graph1 img,
#sec08 .layout2 .graphBox .graph2 img,
#sec08 .layout2 .graphBox .graph3 img {
	position: absolute;
	top: 0;
	left: 10px;
}

#sec08 .layout2 .memoBox{
	margin: 0 15px 25px;
}
#sec08 .layout2 .memoBox p.ind1 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #888;
	text-indent: -3em;
	padding-left: 3em;
	margin: 0;
}

#sec08 .note1 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	margin: 0 15px;
}
#sec08 .note2 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	margin: 0 15px;
	text-indent: -2.2em;
	padding-left: 2.2em;
}
#sec08 .note3 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	margin: 0 15px;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
#sec08 .note4 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	margin: 0 130px 0 15px;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

#sec08 .linkBtn {
	clear: both;
	float: none;
	width: 300px;
	margin: 0 auto 30px;
}

#sec08 .linkBtn a {
	font-size: 16px;
	height: 88px;
	line-height: 1.6;
	padding: 18px 0 0 0;
}

#sec08 .linkBtn span {
	display: inline-block;
	text-align: left;
	background: url("../images/icon_link_blank.png") no-repeat right 2px center;
	background-size: 19px auto;
	padding: 0 35px 0 0;
}

#sec08 .txtLink1 { margin: 0 auto 60px; }

#sec08 .txtLink1 a {
	font-size: 11px;
	line-height: 1.6;
	color: #888;
	text-decoration: underline;
}

#sec08 .txtLink1.txtLink1--similar-font {
    font-size: 11px;
	line-height: 1.6;
	color: #888;
}

#sec08 .txtLink1 a:hover { text-decoration: none; }


@media screen and (min-width:750px) {

#sec08 .linkBtn {
	clear: both;
	float: none;
	width: 800px;
	margin: 0 auto 30px;
}

#sec08 .linkBtn a {
	font-size: 28px;
	height: 88px;
	line-height: 88px;
	padding: 0;
}

#sec08 .linkBtn span {
	display: inline-block;
	background: url("../images/icon_link_blank.png") no-repeat right 2px center;
	background-size: 20px auto;
	padding: 0 30px 0 0;
}

#sec08 .txtLink1 { margin: 0 auto 60px; }

#sec08 .txtLink1 a { font-size: 13px; }

#sec08 .txtLink1.txtLink1--similar-font {
    font-size: 13px;
}

#sec08 .layout2 {
	margin: 0 0 100px;
	position: relative;
}
#sec08 .layout2 + .layout2 {
  margin-bottom: 60px;
}
#sec08 .layout2.bg {
	background: url("../images/sec07_img_02.jpg") no-repeat right 0 top 10px;
	background-size: 330px auto;
	margin: 0 0 62px;
	padding: 60px 0 0;
}

#sec08 .layout2 h3.type2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 35px;
	padding: 0;
}
#sec08 .layout2 h3.type2 span {
	font-size: 22px;
}

#sec08 .layout2 .graphBox {
	width: 585px;
	background-color: #fff;
	margin: 0 0 35px 0;
	padding: 15px 20px 40px;
}

#sec08 .layout2 .graphBox .ttl {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 0 20px;
}
#sec08 .layout2 .graphBox .ttl span {
	font-size: 14px;
}

#sec08 .layout2 .graphBox .graph1 {
	position: relative;
	width: 499px;
	height: 278px;
  max-width: 100%;
  margin: 0 0 0 13px;
}
#sec08 .layout2 .graphBox .graph2 {
	position: relative;
	width: 497px;
	height: 288px;
  max-width: 100%;
  margin: 0 0 0 12px;
}
#sec08 .layout2 .graphBox .graph3 {
	position: relative;
	width: 375px;
	height: 280px;
  max-width: 100%;
  margin: auto;
}

#sec08 .layout2 .grafWrap {
	position: relative;
}

#sec08 .layout2 .memoBox{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 330px;
	margin: 0;
}
#sec08 .layout2 .memoBox p.ind1 {
	font-size: 13px;
	line-height: 1.6;
}

#sec08 .note1,
#sec08 .note2,
#sec08 .note3,
#sec08 .note4 {
	font-size: 13px;
	margin: 0;
}

#sec08 .layout2 .noteWrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 330px;
	margin: 0;
	line-height: 1.6;
}
#sec08 .layout2 .noteWrap p {
	line-height: 1.6;
}

}


#sec08 .layout3 {
	margin: 0 0 60px;
}

#sec08 .layout3 h3.type3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 15px 25px;
	padding: 0;
}
#sec08 .layout3 h3.type3 em {
	color: #bc1571;
}

#sec08 .layout3 h4.type3 {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	border: 1px #ccc solid;
	border-radius: 17px;
	margin: 0 15px 15px;
	padding: 3px;
}

#sec08 .rankingTB {
	margin: 0 15px 50px;
}

#sec08 .rankingTB table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#sec08 .rankingTB table th {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 3px #111 solid;
	padding: 0 0 10px;
}
#sec08 .rankingTB table td {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px #111 solid;
	padding: 12px 0;
}
#sec08 .rankingTB table td.number {
	width: 15%;
	font-weight: 700;
}
#sec08 .rankingTB table td.name {
	width: 65%;
	text-align: left;
	padding-left: 10px;
}
#sec08 .rankingTB table td.percent {
	width: 20%;
}

#sec08 .rankingTB table.tb2 tr.spHide th {
	display: none;
}

#sec08 .note3.last {
	margin-bottom: 60px;
}

@media screen and (min-width:750px) {

#sec08 .layout3 {
	margin: 0 0 -20px;
	padding: 50px 0 0 0;
}

#sec08 .layout3 h3.type3 {
	font-size: 38px;
	margin: 0 0 25px;
}

#sec08 .layout3 h4.type3 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	border: 1px #ccc solid;
	border-radius: 20px;
	margin: 0 0 24px;
	padding: 8px;
}

#sec08 .rankingTB {
	margin: 0 15px 25px;
}

#sec08 .rankingTB table.tb1 {
	float: left;
	width: 450px;
}
#sec08 .rankingTB table.tb2 {
	float: right;
	width: 450px;
}
#sec08 .rankingTB table th {
	font-size: 16px;
	padding: 0 0 10px;
}
#sec08 .rankingTB table td {
	font-size: 16px;
	padding: 12px 0 11px;
}
#sec08 .rankingTB table td.percent {
	text-align: right;
}

#sec08 .rankingTB table.tb2 tr.spHide th {
	display: table-cell;
}

#sec08 .note3 {
	margin-bottom: 3px;
}

#sec08 .note3.last {
	margin-bottom: 40px;
}

}


/* ----------------------------------------
  section09
---------------------------------------- */

#sec09 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 0 0 0;
}

#sec09 .inner {
	width: 100%;
	padding: 0;
}

#sec09 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
	margin: 0 15px 26px;
}

#sec09 .reference-date {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	color: #888;
	margin: 0 15px 5px;
}

#sec09 .priceListWrap {
	margin: 0 15px;
}

#sec09 table.priceList {
	width: 100%;
	margin: 0 0 25px;
	padding: 0;
	border-collapse: collapse;
}
#sec09 table.priceList tr:nth-child(2n + 1){
	background-color: #eff2f3;
}
#sec09 table.priceList th {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	border-top: 1px #111 solid;
	border-bottom: 3px #111 solid;
	color: #333;
	padding: 10px 0 10px;
	vertical-align: middle;
	background-color: #fff;
}

#sec09 table.priceList td {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px #111 solid;
	padding: 10px 0;
	vertical-align: middle;
}
#sec09 table.priceList td.cel-1 { width: 51%; text-align: left; padding-left: 4%; font-weight: 700;}
#sec09 table.priceList td.cel-2 { width: 16.3%;}
#sec09 table.priceList td.cel-3 { width: 16.3%;}
#sec09 table.priceList td.cel-4 { width: 16.3%;}
#sec09 table.priceList td.cel-2 span,
#sec09 table.priceList td.cel-3 span,
#sec09 table.priceList td.cel-4 span {
	text-align: right;
	display: block;
	padding: 0 18.75%;
}
#sec09 table.priceList td span.plus { color: #e60000;}
#sec09 table.priceList td span.minus { color: #004eab;}
#sec09 table.priceList td span.zero { color: #333333;}

#sec09 table.priceList td a {
	text-decoration: none;
}

#sec09 .noteBox {
	margin: 0 15px 50px;
}
#sec09 .noteBox p {
	font-size: 11px;
	line-height: 1.4;
	color: #888;
	margin: 0;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (min-width:750px) {

#sec09 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 100px 0 0 0;
}

#sec09 .inner {
	width: 980px;
	padding: 0;
}

#sec09 h2 {
	font-size: 44px;
}

#sec09 .priceListWrap {
	margin: 0 0 25px;
}

#sec09 table.priceList th {
	font-size: 16px;
	border-top: none;
	border-bottom: 3px #111 solid;
	padding: 15px 0 15px;
}

#sec09 table.priceList td {
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
}
#sec09 table.priceList td.cel-1 { width: 51%; text-align: left; padding-left: 3%; font-weight: 700;}
#sec09 table.priceList td.cel-2 { width: 16.3%;}
#sec09 table.priceList td.cel-3 { width: 16.3%;}
#sec09 table.priceList td.cel-4 { width: 16.3%;}
#sec09 table.priceList td.cel-2 span,
#sec09 table.priceList td.cel-3 span,
#sec09 table.priceList td.cel-4 span {
	border-left: 1px #111 solid;
}

#sec09 table.priceList td a:hover {
	text-decoration: underline;
}

#sec09 .noteBox {
	margin: 0 0 70px;
}
#sec09 .noteBox p {
	font-size: 13px;
	margin-bottom: 10px;
}

}


#sec09 ul.handling_sale_list {
	margin: 0 15px 50px;
}
#sec09 ul.handling_sale_list li {
	float: left;
	width: 48.55%;
	margin: 0 2.9% 10px 0;
}
#sec09 ul.handling_sale_list li:nth-child(even) {
	margin: 0 0 10px 0;
}
#sec09 ul.handling_sale_list li a {
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 58px;
	line-height: 58px;
	border: 1px #bc1571 solid;
	color: #bc1571;
}
#sec09 ul.handling_sale_list li a em{ font-size: 11px;}
#sec09 ul.handling_sale_list li a.twoLine {
	line-height: 1.2;
	padding-top: 12px;
}
#sec09 ul.handling_sale_list li a span {
	display: inline-block;
	background: url("../images/icon_blank_02_on.png") no-repeat right center;
	background-size: 15px auto;
	padding: 0 20px 0 0;
}


@media screen and (min-width:750px) {

#sec09 ul.handling_sale_list {
	margin: 0 0 100px;
}
#sec09 ul.handling_sale_list li {
	float: left;
	width: 31.63%;
	margin: 0 2.5% 19px 0;
}
#sec09 ul.handling_sale_list li:nth-child(even) {
	margin: 0 2.5% 19px 0;
}
#sec09 ul.handling_sale_list li:nth-child(3n) {
	margin: 0 0 19px 0;
}
#sec09 ul.handling_sale_list li a {
	font-size: 16px;
	height: 67px;
	line-height: 62px;
}
#sec09 ul.handling_sale_list li a em{ font-size: 14px;}
#sec09 ul.handling_sale_list li a:hover {
	border: 1px #d54d99 solid;
	background-color: #d54d99;
	color: #fff;
	text-decoration: none;
}
#sec09 ul.handling_sale_list li a.twoLine {
	line-height: 1.2;
	padding-top: 12px;
}
#sec09 ul.handling_sale_list li a span {
	display: inline-block;
	background: url("../images/icon_blank_02_on.png") no-repeat right 1px center;
	background-size: 19px auto;
	padding: 0 30px 0 0;
}
#sec09 ul.handling_sale_list li a:hover span {
	display: inline-block;
	background: url("../images/icon_blank_02_over.png") no-repeat right 1px center;
	background-size: 19px auto;
	padding: 0 30px 0 0;
}

}

#sec09 p.txt,
#sec09 p.txt2 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 15px 25px;
	color: #888;
}
#sec09 p.txt em,
#sec09 table.info_commission td em {
	color: #e60000;
}

#sec09 .tableWrap {
	margin: 0 15px;
}

#sec09 table.info_commission {
	width: 100%;
	margin: 0 0 7px;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px #888 solid;
	border-right: 1px #888 solid;
}

#sec09 table.info_commission td {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	border-left: 1px #888 solid;
	border-bottom: 1px #888 solid;
	padding: 15px 3px;
}
#sec09 table.info_commission td.vam {
	vertical-align: middle;
}
#sec09 table.info_commission td.lv1 { width: 14%;	}
#sec09 table.info_commission td.lv2 { width: 19%;	}
#sec09 table.info_commission td.lv3 { width: 67%;	}

#sec09 table.info_commission td p.ind {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

@media screen and (min-width:750px) {

#sec09 p.txt,
#sec09 p.txt2 {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px;
}
#sec09 p.txt2 {
	margin: 0 0 10px;
}

#sec09 .tableWrap {
	margin: 0;
	padding: 0;
}

#sec09 table.info_commission td {
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 15px;
}
#sec09 table.info_commission td.lv1 { width: 12%;	}
#sec09 table.info_commission td.lv2 { width: 15%;	}
#sec09 table.info_commission td.lv3 { width: 73%;	}

}



/* ----------------------------------------
  section10
---------------------------------------- */
#sec10 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 0 50px 0;
}

#sec10 .inner {
	width: 100%;
	padding: 0;
    overflow: hidden;
}

#sec10 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
/*	margin: 0 15px 26px;*/
}

#sec10 .reference-date {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	color: #888;
	margin: 0 15px 5px;
}

#sec10 .priceListWrap {
	margin: 0 15px;
}

#sec10 table.priceList {
	width: 100%;
	margin: 0 0 25px;
	padding: 0;
	border-collapse: collapse;
}
#sec10 table.priceList tr:nth-child(2n + 1){
	background-color: #eff2f3;
}
#sec10 table.priceList th {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	border-top: 1px #111 solid;
	border-bottom: 3px #111 solid;
	color: #333;
	padding: 10px 0 10px;
	vertical-align: middle;
	background-color: #fff;
}

#sec10 table.priceList td {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px #111 solid;
	padding: 10px 0;
	vertical-align: middle;
}
#sec10 table.priceList td.cel-1 { width: 51%; text-align: left; padding-left: 4%; font-weight: 700;}
#sec10 table.priceList td.cel-2 { width: 16.3%;}
#sec10 table.priceList td.cel-3 { width: 16.3%;}
#sec10 table.priceList td.cel-4 { width: 16.3%;}
#sec10 table.priceList td.cel-2 span,
#sec10 table.priceList td.cel-3 span,
#sec10 table.priceList td.cel-4 span {
	text-align: right;
	display: block;
	padding: 0 18.75%;
}
#sec10 table.priceList td span.plus { color: #e60000;}
#sec10 table.priceList td span.minus { color: #004eab;}
#sec10 table.priceList td span.zero { color: #333333;}

#sec10 table.priceList td a {
	text-decoration: none;
}

#sec10 .noteBox {
	margin: 0 15px 50px;
}
#sec10 .noteBox p {
	font-size: 11px;
	line-height: 1.4;
	color: #888;
	margin: 0;
	text-indent: -1em;
	margin-left: 1em;
}

/* PC */
@media screen and (min-width:750px) {

#sec10 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 0 50px 0;
}

#sec10 .inner {
	width: 980px;
	padding: 0;
}

#sec10 h2 {
	font-size: 44px;
	margin: 0;
}

#sec10 .priceListWrap {
	margin: 0 0 25px;
}

#sec10 table.priceList th {
	font-size: 16px;
	border-top: none;
	border-bottom: 3px #111 solid;
	padding: 15px 0 15px;
}

#sec10 table.priceList td {
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
}
#sec10 table.priceList td.cel-1 { width: 51%; text-align: left; padding-left: 3%; font-weight: 700;}
#sec10 table.priceList td.cel-2 { width: 16.3%;}
#sec10 table.priceList td.cel-3 { width: 16.3%;}
#sec10 table.priceList td.cel-4 { width: 16.3%;}
#sec10 table.priceList td.cel-2 span,
#sec10 table.priceList td.cel-3 span,
#sec10 table.priceList td.cel-4 span {
	border-left: 1px #111 solid;
}

#sec10 table.priceList td a:hover {
	text-decoration: underline;
}

#sec10 .noteBox {
	margin: 0 0 70px;
}
#sec10 .noteBox p {
	font-size: 13px;
	margin-bottom: 10px;
}

}

/* 共通 */
#sec10 ul.handling_sale_list {
    display: flex;
    flex-wrap: wrap;
	margin: 0 15px 50px;
}
#sec10 ul.handling_sale_list li {
	width: 48.55%;
	margin: 0 2.9% 10px 0;
}
#sec10 ul.handling_sale_list li:nth-child(even) {
	margin: 0 0 10px 0;
}
#sec10 ul.handling_sale_list li a {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
    padding: 5px;
	min-height: 58px;
    height: 100%;
    line-height: 1.3;
	border: 1px #bc1571 solid;
	color: #bc1571;
}
#sec10 ul.handling_sale_list li a em{ font-size: 11px;}
#sec10 ul.handling_sale_list li a.twoLine {
	line-height: 1.2;
	padding-top: 12px;
}
#sec10 ul.handling_sale_list li a span {
	display: inline-block;
	background: url("../images/icon_blank_02_on.png") no-repeat right center;
	background-size: 15px auto;
	padding: 0 19px 0 0;
}
/* smp */
#sec10 .title {
	margin: 0 0 26px 15px;
}
#sec10 .title a {
	font-size: 13px;
	font-weight: 700;
	border: 2.8px #bea700 solid;
	color: #bea700;
	padding:2px 15px;
	margin-top:5px;
}
#sec10 .title a span {
	display: inline-block;
	background: url("../images/icon_blank_02_on2.png") no-repeat right center;
	background-size: 15px auto;
	padding: 0px 20px 0px 0px;
}

#sec10 .disclaimer{
	font-size: 1.2rem;
    margin: 0 15px 80px;
}

/* PC */
@media screen and (min-width:750px) {

#sec10 ul.handling_sale_list {
	margin: 0 0 20px;
}
#sec10 ul.handling_sale_list li {
	width: 31.63%;
	margin: 0 2.5% 19px 0;
}
#sec10 ul.handling_sale_list li:nth-child(even) {
	margin: 0 2.5% 19px 0;
}
#sec10 ul.handling_sale_list li:nth-child(3n) {
	margin: 0 0 19px 0;
}
#sec10 ul.handling_sale_list li a {
	font-size: 16px;
	min-height: 67px;
}
#sec10 ul.handling_sale_list li a em{ font-size: 14px;}
#sec10 ul.handling_sale_list li a:hover {
	border: 1px #d54d99 solid;
	background-color: #d54d99;
	color: #fff;
	text-decoration: none;
}
#sec10 ul.handling_sale_list li a.twoLine {
	line-height: 1.2;
	padding-top: 12px;
}
#sec10 ul.handling_sale_list li a span {
	display: inline-block;
	background: url("../images/icon_blank_02_on.png") no-repeat right 1px center;
	background-size: 19px auto;
	padding: 0 30px 0 0;
}
#sec10 ul.handling_sale_list li a:hover span {
	display: inline-block;
	background: url("../images/icon_blank_02_over.png") no-repeat right 1px center;
	background-size: 19px auto;
	padding: 0 30px 0 0;
}

#sec10 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sec10 .left{
}
#sec10 .right{
}
#sec10 .right a{
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	border: 3px #bea700 solid;
	color: #bea700;
	padding: 5px 50px;
	margin-top:10px;
}

#sec10 .title a a em{ font-size: 14px;}
#sec10 .title a:hover {
	border: 1px #bea700 solid;
	background-color: #bea700;
	color: #fff;
	text-decoration: none;
}

#sec10 .title a span {
	display: inline-block;
	background: url("../images/icon_blank_02_on2.png") no-repeat right 1px center;
	background-size: 19px auto;
	padding: 0 30px 0 0;
}
#sec10 .title a:hover  span {
	display: inline-block;
	background: url("../images/icon_blank_02_over.png") no-repeat right 1px center;
	background-size: 19px auto;
	padding: 0 30px 0 0;
}

#sec10 .disclaimer{
	font-size: 1.6rem;
    margin: 0 0 80px;
}

}
/* 共通 */
#sec10 p.txt,
#sec10 p.txt2 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 15px 25px;
	color: #888;
}
#sec10 p.txt em,
#sec10 table.info_commission td em {
	color: #e60000;
}

#sec10 .tableWrap {
	margin: 0 15px;
}

#sec10 table.info_commission {
	width: 100%;
	margin: 0 0 7px;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px #888 solid;
	border-right: 1px #888 solid;
}

#sec10 table.info_commission td {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #888;
	border-left: 1px #888 solid;
	border-bottom: 1px #888 solid;
	padding: 15px 3px;
}
#sec10 table.info_commission td.vam {
	vertical-align: middle;
}
#sec10 table.info_commission td.lv1 { width: 14%;	}
#sec10 table.info_commission td.lv2 { width: 19%;	}
#sec10 table.info_commission td.lv3 { width: 67%;	}

#sec10 table.info_commission td p.ind {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

/* PC */
@media screen and (min-width:750px) {

#sec10 p.txt,
#sec10 p.txt2 {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px;
}
#sec10 p.txt2 {
	margin: 0 0 10px;
}

#sec10 .tableWrap {
	margin: 0;
	padding: 0;
}

#sec10 table.info_commission td {
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 15px;
}
#sec10 table.info_commission td.lv1 { width: 12%;	}
#sec10 table.info_commission td.lv2 { width: 15%;	}
#sec10 table.info_commission td.lv3 { width: 73%;	}

}




/* モーダル
----------------------------------------*/

#modal2 { }

#modal2 h3 {
	font-size: 12px;
	font-weight: 700;
	margin: 0 auto 10px;
}

#modal2 h3 em {
	font-size: 16px;
	font-weight: 900;
	color: #bc1571;
}

#modal2 .graphBox2 {
	background-color: #fff;
	margin: 0 -20px 30px;
	padding: 25px 20px 20px 20px;
}

#modal2 .graphBox2 h4 {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 auto 5px;
}

#modal2 .graphBox2 h4 .asterisk {
	font-size: 10px;
}

#modal2 .graphBox2 .asterisk {
	text-align: right;
}

#modal2 .graphBox2 .txt {
	font-size: 11px;
	font-weight: 400;
	color: #333;
	margin: 0 0 5px 0;
}

#modal2 .graphBox2 .modal2graph {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	animation-name: slide;
	animation-duration: 10s;
	animation-timing-function: ease;
	margin: 0 0 15px 0;
}

#modal2 .graphBox2 .modal2graph .slide {
	width: 100%;
	height: 390px;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: auto;
}

#modal2 .graphBox2 .modal2graph .slide > * { -webkit-transform: translateZ(0px); }
 #modal2 .graphBox2 .modal2graph::-webkit-scrollbar {
 display: none;
 height: 0 !important;
}

#modal2 .graphBox2 .modal2graph img { width: 565px; }

#modal2 .graphBox2 .modal2img {
	width: 300px;
	margin: 0 0 20px;
}

#modal2 .graphBox2 .modal2note {
	font-size: 11px;
	font-weight: 400;
	color: #888;
	margin: 0 0 0 0.9em;
	text-indent: -1.5em;
	padding: 0 0 0;
}

@media screen and (min-width:750px) {

#modal2 h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto 10px;
}

#modal2 h3 em {
	font-size: 36px;
	font-weight: 900;
	color: #bc1571;
}
#modal2 h3 em	.asterisk {
	font-size: 20px;
}

#modal2 .graphBox2 {
	width: calc(100% - 210px);
	background-color: #fff;
	margin: 0 0 10px;
	padding: 15px 19px;
}

#modal2 .graphBox2 h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 auto 5px;
}

#modal2 .graphBox2 .asterisk {
	text-align: right;
}

#modal2 .graphBox2 .modal2noteSet {
	position: absolute;
	right: 50px;
	bottom: 40px;
	width: 190px;
}
#modal2 .graphBox2 .modal2note {
	font-size: 13px;
	font-weight: 400;
	color: #888;
	margin: 0;
	padding: 0;
}

/* 2020/7/14 追加 */
#modal2 .frame1 {
    background-color: #333;
    height: 27px;
}
#modal2 .txt1 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

}



/* モーダル4
----------------------------------------*/

#modal4 { }

#modal4 h3 {
	font-size: 12px;
	font-weight: 700;
	margin: 0 auto 10px;
}

#modal4 h3 em {
	font-size: 16px;
	font-weight: 900;
	color: #bc1571;
}

#modal4 .graphBox3 {
	background-color: #fff;
	margin: 0 -20px 30px;
	padding: 25px 20px 20px 20px;
}

#modal4 .graphBox3 h5 {
    text-align: center;
    font-size: 1.0rem;
    font-weight:bold;
}


#modal4 .graphBox3 h5 .asterisk {
	font-size: 10px;
}

#modal4 .graphBox3 .asterisk {
	text-align: right;
}

#modal4 .graphBox3 .txt {
	font-size: 11px;
	font-weight: 400;
	color: #333;
	margin: 0 0 5px 0;
}

#modal4 .graphBox3 .modal4graph {
	width: 100%;
	height: 390px;
	overflow-y: hidden;
	overflow-x: auto;
	animation-name: slide;
	animation-duration: 10s;
	animation-timing-function: ease;
	margin: 0 0 15px 0;
}

#modal4 .graphBox3 .modal4graph .slide {
	width: 100%;
	height: 390px;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: auto;
}

#modal4 .graphBox3 .modal4graph .slide > * { -webkit-transform: translateZ(0px); }
 #modal4 .graphBox3 .modal4graph::-webkit-scrollbar {
 display: none;
 height: 0 !important;
}

#modal4 .graphBox3 .modal4graph img { width: 565px; }

#modal4 .graphBox3 .modal4img {
	width: 300px;
	margin: 0 0 20px;
}

#modal4 .graphBox3 .modal4note {
	font-size: 11px;
	font-weight: 400;
	color: #888;
	margin: 0 0 0 0.9em;
	text-indent: -1.5em;
	padding: 0 0 0;
}

#modal4 .txt2 {
    text-align: center;
    font-size: 1.0rem;
    font-weight:bold;
}
#modal4 .txt2 .asterisk {
	font-size: 10px;
	text-align: right;

}

#modal4 .txt3 {
    text-align: center;
    font-size: 1.1rem;
    font-weight:bold;
    color: #ba166f;
}
#modal4 .txt4 {
    text-align: center;
    font-size: 1.2rem;
    font-weight:bold;
    margin:10px 5px;
    line-height:1.5rem;
}
#modal4 .txt5 {
    color: #ba166f;
    font-size: 1.0rem;
    font-weight:bold;
    margin:10px 5px 5px;
}
#modal4 .com3 {
    font-size: 11px;
    font-weight: 400;
    color: #888;
    margin: 0 0 0 0.9em;
    padding: 0 0 0;
}



@media screen and (min-width:750px) {

#modal4 h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto 10px;
}

#modal4 h3 em {
	font-size: 36px;
	font-weight: 900;
	color: #bc1571;
}
#modal4 h3 em	.asterisk {
	font-size: 20px;
}

#modal4 .graphBox3 {
	width: calc(100% - 210px);
	background-color: #fff;
	margin: 0 0 10px;
	padding: 15px 24px;
}

#modal4 .graphBox3 h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 0 auto 5px;
}

#modal4 .graphBox3 .asterisk {
	text-align: right;
}

#modal4 .graphBox3 .modal4noteSet {
	position: absolute;
	right: 50px;
	bottom: 40px;
	width: 190px;
}
#modal4 .graphBox3 .modal4note {
	font-size: 13px;
	font-weight: 400;
	color: #888;
	margin: 0;
	padding: 0;
}

#modal4 .txt2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight:bold;
    margin:5px;
}
#modal4 .txt2 .asterisk {
	text-align: right;
}
#modal4 .txt3 {
    text-align: center;
    font-size: 2.0rem;
    font-weight:bold;
    margin:5px;
    color: #ba166f;
}
#modal4 .txt4 {
    text-align: center;
    font-size: 2.2rem;
    font-weight:bold;
    margin:20px 50px 30px 50px;
    line-height:2.9rem;
}
#modal4 .txt5 {
    color: #ba166f;
    font-size: 1.5rem;
    font-weight:bold;
    margin:20px 20px 5px 20px;
}
#modal4 .com3 {
    font-size: 11px;
    font-weight: 400;
    color: #888;
    margin: 0 0 0 0.9em;
    padding: 0 0 0;
}

}

/* ----------------------------------------
  pLinkBox
---------------------------------------- */

.pLinkBox {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	z-index: 9999;
}

.pLinkBox .btnClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
}

.pLinkBox ul { text-align: center; }

.pLinkBox ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	width: 148px;
	margin: 0 4px;
	border: 1px #fff solid;
	box-shadow: 0 2px 4px rgba(153,153,153,0.65);
}

.pLinkBox ul li a {
	display: inline-block;
	width: 100%;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}

.pLinkBox ul li.sale a { background-color: #bea700; }

.pLinkBox ul li.price a { background-color: #bc1571; }

.pLinkBox ul li a span {
	background: url("../images/icon_downward.png") no-repeat right center;
	background-size: 13px auto;
	padding: 0 1.5em 0 0;
	z-index: 10;
}

@media screen and (min-width:750px) {
 @keyframes RightToLeft {
 0% {
 opacity: 0;/* 透明 */
 transform: translateX(200px);/* X軸方向に200px */
}
 100% {
 opacity: 1;/* 不透明 */
 transform: translateX(0);
}
}

.pLinkBox {
	animation-duration: 0.5s;/* アニメーション時間 */
	animation-name: RightToLeft;/* アニメーション名 */
	bottom: 40px;
	right: 0;
	background-color: transparent;
	width: 146px;
	text-align: center;
	padding: 0;
	z-index: 50;
}

.pLinkBox .btnClose { display: none; }

.pLinkBox ul { text-align: center; }

.pLinkBox ul li {
	display: block;
	font-size: 14px;
	font-weight: 700;
	width: 148px;
	margin: 0 0 10px;
	border: 2px #fff solid;
	box-shadow: 0 2px 4px rgba(153,153,153,0.65);
}

.pLinkBox ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
}

.pLinkBox ul li.sale a:hover,
 .pLinkBox ul li.price a:hover { background-color: #d54d99; }
}

/* ----------------------------------------
  モーダルウィンドウ
---------------------------------------- */

.lock { overflow: hidden; }

.modal-content {
	position: relative;
	display: none;
	width: 90%;
	margin: 30px 20px 20px;
	padding: 25px 20px;
	background: #f3f5f6;
}

.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: linear-gradient(135deg, #88e4e9, #40a2b4);
	opacity: 0.9;
}

.modal-wrap {
	z-index: 200;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url("../images/bg_pattern2.png") repeat 0 0;
	background-size: 3px 3px;
	padding: 0;
}

.modal-open { }

.modal-open:hover { }

.modal-close {
	color: #00f;
	text-decoration: underline;
}

.modal-close:hover {
	cursor: pointer;
	color: #f00;
}

#modal1 h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px;
}

#modal1 p {
	font-size: 11px;
	line-height: 1.8;
	font-weight: 400;
	margin: 0 0 15px;
}

#modal3 p {
	font-size: 11px;
	line-height: 1.8;
	font-weight: 400;
	margin: 0 0 15px;
}

.modal-content p.closeBtn1 {
	width: 25px;
	position: absolute;
	top: -12px;
	right: 10px;
}

.modal-content p.closeBtn2 {
	width: 75px;
	height: 22px;
	line-height: 22px;
	background-color: #111;
	text-align: center;
	font-size: 11px;
	margin: 0 auto !important;
}

.modal-content p.closeBtn2 a {
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width:750px) {

.modal-content {
	position: relative;
	display: none;
	width: 90%;
	max-width: 980px;
	margin: 30px 40px 20px;
	padding: 50px 70px 30px;
	background: #f3f5f6;
}

#modal2 .modal-content { padding: 40px 50px !important; }

#modal4 .modal-content { padding: 40px 50px !important; }

#modal1 h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px;
}

#modal1 p {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0 0 1.5em;
}

#modal3 p {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0 0 1.5em;
}

.modal-content p.closeBtn2 { display: none; }

.modal-content p.closeBtn1 {
	width: 50px;
	position: absolute;
	top: -25px;
	right: 35px;
}
}


/* ----------------------------------------
  footer
---------------------------------------- */

.footer {
	width: 100%;
	padding-bottom: 20px;
	margin: 0 0 50px;
}
.footer_link_wrap {
  background-color: #b0b0b0;
	padding: 20px 15px;
}
.footer_link,
.footerend {
	margin: 0 auto;
}
.footer_link li {
  display: block;
  font-size: 1.2rem;
}
.footer_link li a {
  color: #fff;
	text-decoration: none;
}

.footer_link li a::before {
  content: "▶";
  padding-right: 5px;
}
.footer_link li li {
  margin-left: 30px;
}
.footerend {
	margin: 20px 15px 0;
}
.footerend img {
	width: 100%;
}

.footer_link li a::after {
    content: url(../images/icon_linkout_trans.gif);
    display: inline-block;
    padding-left: 5px;
}


@media screen and (min-width:750px) {

.footer {
	width: 100%;
	padding-bottom: 20px;
}
.footer_link_wrap {
	width: 100%;
  background-color: #b0b0b0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_link,
.footerend {
  width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.footer_link li {
  display: inline-block;
  font-size: 1.2rem;
	margin: 0 30px 0 0;
}
.footer_link li a {
  color: #fff;
}
.footer_link li a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.footer_link li a::before {
  content: "▶";
  padding-right: 5px;
}
.footer_link li li {
  margin-left: 30px;
}
.footerend {
	width: 100%;
  margin-top: 20px;
}
.footerend img {
	width: 630px;
}

.footer_link li a::after {
    content: url(../images/icon_linkout_trans.gif);
    display: inline-block;
    padding-left: 5px;
}

}

/* ----------------------------------------
  clearfix
---------------------------------------- */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after { clear: both; }

.both { clear: both; }



/* ----------------------------------------
  tablet
---------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
#mainVisual .innerBox1 {
    width: 100%;
    height: 100%;
    background: url(../images/pc_mv_model.png) no-repeat right 0 bottom 0px;
    /* background-size: 41.14% auto; */
    background-size: 562px auto;
}
#sec06 ul.sec06List li {
    margin: 0 5px 0 0;
}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

body{
	min-width: 980px;
	margin: 0;
} /* your css rules for ipad portrait */

#mainVisual .inner {
	padding: 0 20px;
}

#sec01 .txtBox {
	width: 550px;
	margin: 0 0 0 385px;
	padding: 0 20px 0 0;
}

#sec01 .rankingBox {
	width: 647px;
	margin: 0 0 20px 330px;
	padding: 30px 20px 30px 75px;
}

#sec01 .note {
	position: absolute;
	top: 700px;
	left: 335px;
	width: 710px;
	font-size: 11px;
	margin: 0 auto 20px;
	padding: 0;
}

#sec02 .inner {
	padding: 0 20px;
}

#sec03 .inner {
	padding: 0 20px;
}

#sec04 .inner {
	padding: 0 20px;
}

#sec05 .inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 140px 20px 140px;
}

#sec05 .boxWrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#sec05 .boxWrap .box1,
#sec05 .boxWrap .box2 {
	margin: 0 40px 0 0;
}
#sec05 .boxWrap .box2 { margin: 0; }

#ttl01 .inner {
	padding: 60px 20px 0;
}

#ttl01 h2 {
	width: 100%;
}

#sec06 .inner {
	padding: 0 20px;
}

#ttl02 .inner {
	padding: 60px 20px 0;
}

#ttl02 h2 {
	width: 100%;
}

#sec07 .inner {
	padding: 0 20px;
}

#sec08 .inner {
	padding: 0 20px;
}

#sec09 .inner {
	padding: 0 20px;
}

.footerend {
	padding: 0 20px;
}

#modal2 {
	margin-top: 200px;
}
#modal2 .graphBox2 {
	width: 100%;
}
#modal2 .graphBox2 .modal2noteSet {
	position: static;
	width: 100%;
}

#modal4 {
	margin-top: 200px;
}
#modal4 .graphBox3 {
	width: 100%;
}
#modal4 .graphBox3 .modal4noteSet {
	position: static;
	width: 100%;
}

}


/*------------------------------------------------------------*/
/* colorbox
------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;  -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
	#cboxContent{margin-top:40px;/*background:#000;*/}
		#cboxError{padding:50px; border:1px solid #ccc;}
		/*#cboxLoadedContent{border:5px solid #000; background:#fff;}*/
		#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
		#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
		#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

		/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
		#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

		#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		#cboxPrevious, #cboxNext{ display:none!important;}
		#cboxClose{    position: absolute; top: -45px; right: 10px; display: block;/*font-size: 70px; width: 35px; height: 35px; color: #ccc; line-height: 0;*/		width:27px;	height:27px;background:url(../images/close.png) no-repeat ;text-indent:-999em;}
		#cboxClose:hover{background-position:bottom center;}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.html5-video-player{background-color:none!important;}
.plainlist_disclaimer {
	font-size: 95%;
	list-style-type: none;
	padding: 30px 0;
}

.plainlist_disclaimer li {
	background: transparent none repeat scroll 0 0;
	list-style-type: disc;
	margin: 0 0 0 1.5em;
	padding: 0;
	text-indent: 0;
}
.plainlist_disclaimer li.list1 {
	background: transparent none repeat scroll 0 0;
	list-style-type: none;
	padding: 0;
	text-indent: -1.2em;
}
.plainlist_disclaimer li.list1::before {
	content: "※";
}
/*------------------------------------------------------------*/
/* movie
------------------------------------------------------------*/
.movie{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 110px;
}
.inner .movie a{
	display: block;
	width: 100%;
	height: 100%;
}
.movie_img img{
	width: 100%;
	height: auto;
}
.movie_img{
	width: 100%;
	height: 100%;
	display: block;
}
.movie_icon{
    position: absolute;
    left: 77%;
    top: 110px;
    display: block;
    width: 65px;
    height: 65px;
    background: url("../images/movie_off.jpg") no-repeat center;
    background-size: 100%;
}
.movie a img:hover{
	opacity: 10;
}
.movie a:hover .movie_icon{
	background: url("../images/movie_on.jpg") no-repeat center;
	background-size: 100%;
}
.mv_banner_on{
	display: none;
}
.movie a:hover .mv_banner_off{
	display: none;
}
.movie a:hover .mv_banner_on{
	display: block;
}

@media print, screen and (max-width:750px) {
.movie{
	margin-bottom: 80px;
}
.movie_icon{
	top: 55%;
	left: 78%;
	width: 35px;
	height: 35px;
}
.cboxLoadedContent{
	width: 90%;
	height: auto;
}
}
@media print, screen and (max-width:480px) {
.movie_icon{
	left: 78%;
	width: 25px;
	height: 25px;
}
.modalImg{
	width:90%;
}
}



/*------------------------------------------------------------*/
/* scroll nav
------------------------------------------------------------*/

.navBox{
	position: fixed;
	top: calc(50% - 115px);
	left: 0;
	z-index: 999;
}
.scrollBtn{
	width: 70px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #bc1571;
	border: 2px solid #fff;
	border-left-width: 0;
	border-radius: 0 10px 10px 0;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	color: #fff;
	font-size: 20px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: -7px;
	transform : translateX(-100px);
}

.scrollBtn span{
	padding-top: 12px;
	padding-bottom: 26px;
	display: inline-block;
	align-items: center;
	max-width: 18px;
	width: 100%;
	background:  url(/lp/slim/pr1/images/icon_arrowDown.png) center bottom 0 / auto no-repeat;
}


.scrollBtn:link{
	color: #fff;
}

.scrollBtn:visited{
	color: #fff;
}

.scrollBtn:hover{
	text-decoration: none;
}


@media print, screen and (max-width:767px) {
	.navBox{
		display: none;
	}
}

/*------------------------------------------------------------*/
/* 500 banner
------------------------------------------------------------*/
.banner_500{
	margin: 0;
}

.banner_500_position{
	position: relative;
}

.btn_position{
	position: absolute;
	cursor: pointer;
    top: 38px;
    right: 10px;
    width: 141px;
    height: 45px;
}

.trans_p {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.trans_p:hover {
	color: #333333;
	text-decoration: underline;
}

.trans_p:visited {
	color: #333333;
}

.trans_p img:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.sup_position{
	position: absolute;
    top: 110px;
    left: 484px;
    width: 10px;
    height: 27px;
}

@media print, screen and (max-width:750px) {
	.banner_500{
		margin: 0 0 30px 0;
	}

	.btn_position{
		position: absolute;
		cursor: pointer;
		top: 14%;
		width: 15%;
		height: 17%;
	}

	.trans_p {
		color: #333333;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.trans_p:hover {
		color: #333333;
		text-decoration: underline;
	}

	.trans_p:visited {
		color: #333333;
	}

	.trans_p img:hover {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

	.sup_position{
		position: absolute;
		top: 41%;
		left: 49.3%;
		width: 1.2%;
		height: 10%;
	}
}
@media print, screen and (max-width:450px) {
	.banner_500{
		margin: 0 0 30px 0;
	}

	.btn_position{
		position: absolute;
		cursor: pointer;
		top: 10%;
		width: 15%;
		height: 17%;
	}

	.trans_p {
		color: #333333;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.trans_p:hover {
		color: #333333;
		text-decoration: underline;
	}

	.trans_p:visited {
		color: #333333;
	}

	.trans_p img:hover {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

	.sup_position{
		position: absolute;
		top: 37%;
		left: 49.3%;
		width: 1.2%;
		height: 8%;
	}
}

/*------------------------------------------------------------*/
/* LINE banner
------------------------------------------------------------*/
#floatingBanner {
	background-color: #00b900;
	bottom: 2px;
	display: none;
	height: 60px;
	left: 0px;
	padding: 0 auto;
	position : fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
#floatingBanner img {
	max-width: 99%;
}
.btnClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
}
.line{
	background-color: #fff;
}
.line .lineBannerPc a{
	display: block;
	height: 140px;
}
.line .lineBannerPc .aboutline{
	height: 50px;
}
.lineBannerPc img{
	width: 140px;
}
.LineCloseBtn{
	font-size: 15px;
	position: fixed;
	right: 0;
	bottom: 175px;
	width:20px;
	height:70px;
}
.LineCloseBtn::before {
	position: absolute;
	top: 0.2em;
	left: 0.6em;
	width: 0.2em;
	height: 1em;
	content: "";
	background-color: gray;
	transform: rotate(45deg);
}
.LineCloseBtn::after {
	position: absolute;
	top: 0.6em;
	left: 0.2em;
	width: 1em;
	height: 0.2em;
	content: "";
	background-color: gray;
	transform: rotate(225deg);
}
.lineBannerSmp {
	display: none;
}

@media print, screen and (max-width:750px) {
	.pLinkBox {
		padding: 10px 0 0 0;
	}
	.pLinkBox .line {
		width: 100%;
		border: none;
		box-shadow: none;
		margin-bottom: 0px;
	}
	.pLinkBox ul li {
		margin-bottom: 5px;
	}
	.lineBannerPc {
		display: none;
	}
	.lineBannerSmp {
		display: flex;
		margin: 0px 6vw 10px;
		justify-content: space-evenly;	}
	.lineBannerSmp a{
		display: block;
		width: 100%;
	}
	.lineBannerSmp img{
		width: 146px;
		margin: auto;
	}
}

span.pdf {
  background: transparent url(../images/icon_pdf_s.gif) no-repeat left center;
  display: inline-block;
  height: auto !important;
  margin: 0 0 0 3px;
  min-height: 16px;
  padding: 0 0 0 30px;
}


/* 動画アイコン */
span.icom_movie {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	background: url("../images/icon_movie_s3.gif") no-repeat scroll left center !important;
	padding: 0 0 0 30px;
	margin-left:5px;
	min-height:16px;
	height: auto !important;
	height: 16px;
	margin-bottom: -3px;
}

/* 外部サイトアイコン */
span.window_trans {
	background: url("https://emaxis.am.mufg.jp/images/emaxis/icon_linkout.gif") no-repeat scroll left 0 transparent;
	background-size: 18px;
	display: -moz-inline-box;
	display: inline-block;
	height: auto !important;
	margin: 3px 0 -5px 3px;
	min-height: 21px;
	padding: 0 0 0 26px;
}

/*news欄追加*/
.news_button{
	text-align: right;
	font-size: 20px;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.news_button{
	font-size: 17px;
	}
}

#sec03 .subArea {
	border-bottom: 1px #111 solid !important;
}

#sec03 .subArea .bottom{
	opacity:	1 !important;
}

#sec03 .subArea .last_area{
	border-bottom: none !important;
}

/*レンディング対応*/
.lending {
	max-width: 980px;
    margin: auto;
    padding: 40px 0 0 0;
}

.lending em{
	color: #bc1571;
}

.lending a:visited{
	color: #bc1571!important;
}

.lending-txt {
	text-align: center;
    font-size: 18px;
}

.lending-img{
	max-width: 650px;
	margin: auto;
}

.lending-f {
	font-size: 11px;
	color: #000000;
}

#modal5 .txt2,
#modal6 .txt2 {
    font-size: 1.4rem;
    margin:0 5px 20px;
}

#modal6 .txt2.txt2--underline {
    margin: 0 5px 15px;
    font-size: 18px;
    text-decoration: underline;
}

#modal5 .txt4,
#modal6 .txt4 {
    text-align: center;
    font-size: 2.2rem;
    font-weight:bold;
    margin:20px 50px 30px 50px;
    line-height:2.9rem;
}

#modal6 .txt4 {
    margin-inline: 0;
    text-align: left;
}

@media print, screen and (max-width:750px) {
	.lending {
		width: auto;
		padding: 40px 0 0 0;
	}

	.lending-txt {
		font-size: 14px;
	}

	.lending-f {
		font-size: 10px;
		color: #000000;
		text-align: center;
	}

	#modal5 .txt2,
    #modal6 .txt2 {
		font-size: 1.0rem;
	}

	#modal5 .txt4,
    #modal6 .txt4 {
		text-align: center;
		font-size: 1.2rem;
		font-weight:bold;
		margin:10px 5px;
		line-height:1.5rem;
	}

    #modal6 .txt2.txt2--underline {
        font-size: 12px;
    }
}

/*調整クラス名*/
.mt-15 {
    margin-top: 15px !important;
}
/* m-list-note */
.m-list-note {
    margin-left: 15px;
}
.m-list-note__item {
    display: flex;
    flex-wrap: nowrap;
}
.m-list-note__content,
.m-list-note__symbol {
    font-size: 1.5rem;
    color: #ffffff;
}
.m-list-note__content a {
    text-decoration: underline;
}
@media print, screen and (max-width:750px) {
    .m-list-note__content,
    .m-list-note__symbol {
        font-size: 1.3rem;
    }
}

/* renew-sec01 */
#sec01.renew-sec01 {
    padding: 0;
}
.renew-sec01 {
    width: 100%;
    margin-inline: auto;
}
.renew-sec01__inner {
    padding: 30px 0;
}
.renew-sec01__content {
    display: grid;
    grid-template-columns: minmax(120px,340px) 1fr;
    grid-template-rows: auto;
}
.renew-sec01__hdg {
    grid-column: 1/3;
}
.renew-sec01__hdg sup {
    vertical-align: top;
    font-size: 30px;
}
.renew-sec01__hdg-lv3 {
    margin-top: 35px;
    font-size: 38px;
    font-weight: bold;
    color: #bc1571;
}
.renew-sec01__content-left {
    padding-inline: 20px;
    display: flex;
    align-items: center;
    background-color: #284264;
}
.renew-sec01__content-right {
    padding: 35px;
    background-color: #eff2f3;
}
.renew-sec01__content-right > :first-child {
    margin-top: 0;
}
.renew-sec01__content-right > :last-child {
    margin-bottom: 0;
}
.renew-sec01__ranking {
    margin-top: 20px;
}
.renew-sec01__ranking-item {
    display: flex;
    flex-direction: column;
}
.renew-sec01__ranking-item:not(:first-child) {
    margin-top: 20px;
}
.renew-sec01__ranking-link {
    display: flex;
    justify-content: flex-start;
    column-gap: 15px;
    color: #333333;
    text-decoration: none;
}
.renew-sec01__ranking-num {
    width: 58px;
    flex-shrink: 0;
    font-size: 16px;
    text-align: right;
}
.renew-sec01__ranking-link:visited {
    color: #333333;
}
.renew-sec01__ranking-link:hover {
    text-decoration: none;
    opacity: .7;
    color: #333333;
}
.renew-sec01__ranking-fund-txt {
    font-size: 16px;
    text-decoration: underline;
    text-underline-position: under;
}
.renew-sec01__ranking-fund-txt--rank {
    font-size: 22px;
    font-weight: bold;
}
.renew-sec01__label {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    gap: 5px 24px;
    font-weight: bold;
}
.renew-sec01__label-item {
    padding: 2px 10px;
    border: 1px solid #ce4a99;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.renew-sec01__label-item--type1 {
    border-color: #ce4a99;
}
.renew-sec01__label-item--type2 {
    border-color: #5183a8;
}
.renew-sec01__label-item.renew-sec01__label-item--type1 span {
    color: #ce4a99;
}
.renew-sec01__label-item.renew-sec01__label-item--type2 span {
    color: #5183a8;
}
.renew-sec01-bottom {
    margin-top: 15px;
    display: grid;
    grid-template-columns: minmax(120px,340px) 1fr;
}
.renew-sec01-bottom__inner {
    grid-column: 2/3;
    color: #888888;
}
.renew-sec01-bottom__inner p,
.renew-sec01-bottom__note {
    font-size: 11px;
}
#sec08 .note3.note3--left {
    margin-top: 30px;
    text-align: left;
}
@media screen and (max-width:750px) {
    .renew-sec01__inner {
        padding: 0 0 30px;
        overflow: hidden;
    }
    .renew-sec01__content {
        grid-template-columns: 125px 1fr;
        padding-inline: 12px;
    }
    .renew-sec01__hdg {
        margin-block: 15px;
        font-size: 16px;
    }
    .renew-sec01__hdg sup {
        font-size: 11px;
    }
    .renew-sec01__hdg em {
        font-size: 25px;
    }
    .renew-sec01__content-left {
        display: none;
    }
    .renew-sec01__content-right {
        grid-column: 1/3;
        grid-row: 2/3;
        padding: 11px;
    }
    .renew-sec01__hdg-lv3 {
        margin-top: 15px;
        font-size: 22px;
    }
    .renew-sec01__ranking {
        margin-top: 15px;
    }
    .renew-sec01__ranking-item:not(:first-child) {
        margin-top: 15px;
    }
    .renew-sec01__ranking-link {
        column-gap: 10px;
    }
    .renew-sec01__ranking-num {
        width: 40px;
    }
    .renew-sec01__ranking-fund-txt {
        font-size: 15px;
    }
    .renew-sec01__ranking-fund-txt--rank {
        font-size: 20px;
    }
    .renew-sec01__ranking-num:has(img) {
        line-height: 2.1;
    }
    .renew-sec01__label {
        margin-top: 10px;
    }
    .renew-sec01__label-item {
        font-size: 11px;
    }
    .renew-sec01-bottom__inner {
        grid-column: 1/3;
        padding-inline: 15px;
    }
}

/* pr1-tbl */
.pr1-tbl {
    padding: 15px;
}
.pr1-tbl__body {
    width: 100%;
    border-collapse: collapse;
}
.pr1-tbl__body col {
    width: calc(100% / 4);
}
.pr1-tbl th,
.pr1-tbl td {
    border: 1px solid #333333;
    vertical-align: middle;
}
.pr1-tbl__title--center {
    text-align: center;
}
.pr1-tbl thead .pr1-tbl__title {
    font-size: 18px;
    padding: 15px;
}
.pr1-tbl tbody .pr1-tbl__title,
.pr1-tbl tbody .pr1-tbl__text {
    font-size: 16px;
    padding: 15px;
}
.pr1-tbl tbody .pr1-tbl__title {
    color: #ffffff;
    background-color: #333333;
}
.pr1-tbl__title {
    color: #ffffff;
}
tbody .pr1-tbl__row:not(:last-child) .pr1-tbl__title {
    border-bottom-color: #ffffff;
}
thead .pr1-tbl__title {
    border-bottom-color: #ffffff;
}
thead .pr1-tbl__row .pr1-tbl__title:not(:last-child){
    border-right-color: #ffffff;
}
.pr1-tbl__title--color-blue {
    background-color: #5183a8;
}
.pr1-tbl__title--color-red {
    background-color: #bc1571;
}
.pr1-tbl__title--color-green {
    background-color: #519e7e;
}
.pr1-tbl col.w-23 {
    width: 23% !important;
}
.pr1-tbl__title:has(em),
.pr1-tbl__text:has(em) {
    color: #bc1571;
}
.pr1-tbl__icon {
    display: inline-block;
}
.pr1-tbl__icon img {
    margin-left: 5px;
    max-width: 20px;
    vertical-align: sub;
}
.grafWrap__inner {
    width: fit-content;
    margin: auto;
}

.sec08-modal__hdg {
    width: 100%;
}

.sec08-modal__hdg p {
    font-size: 32px;
    font-weight: bold;
    color: #ba166f;
}

.sec08-modal__list {
    width: 100%;
}

.sec08-modal__list-item {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
}
.sec08-modal__list-head {
    position: relative;
    font-weight: bold;
    flex-shrink: 0;
    flex-basis: 20%;
    padding-left: 15px;
}
.sec08-modal__list-head::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #bc1571;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec08-modal-tbl {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}
.sec08-modal-tbl td,
.sec08-modal-tbl th {
    vertical-align: middle;
}
.sec08-modal-tbl__body {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
    border: 1px solid #999999;
}
.sec08-modal-tbl__title {
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    padding: 15px;
    border-right: 1px solid #ffffff;
}
.sec08-modal-tbl__row .sec08-modal-tbl__title:last-child,
.sec08-modal-tbl__row .sec08-modal-tbl__text:last-child {
    border-right: none;
}
.sec08-modal-tbl__row {
    position: relative;
    border: 1px solid #999999;
}
.sec08-modal-tbl__title.sec08-modal-tbl__title--padding {
    padding: 10px;
    border-bottom: 1px solid #ffffff;
}
.sec08-modal-tbl__title.sec08-modal-tbl__title--bg-blue {
    background-color: #5183a8;
}
.sec08-modal-tbl__title.sec08-modal-tbl__title--bg-red {
    background-color: #bc1571;
}
.sec08-modal-tbl__title.sec08-modal-tbl__title--bg-green {
    background-color: #519e7e;
}
.sec08-modal-tbl__text {
    padding: 15px;
    text-align: right;
    border: 1px solid #999999;
}
.sec08-modal-tbl__body tbody .sec08-modal-tbl__row:last-child::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #999999;
    top: 1px;
    left: 0;
}
.sec08-modal-tbl__text--left {
    text-align: left;
}
#sec08 .layout2--flex {
    display: flex;
    column-gap: 40px;
    margin-bottom: 0;
}
#sec08 .layout2--flex .grafWrap-style-2 {
    padding: 25px;
    flex-shrink: 0;
}
.grafWrap-style-2__note {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #888;
}
@media screen and (max-width:750px) {
    .pr1-tbl {
        padding-inline: 10px;
    }
    .pr1-tbl thead .pr1-tbl__title {
        font-size: 14px;
    }
    .pr1-tbl thead .pr1-tbl__title {
        padding: 2px;
    }
    .pr1-tbl tbody .pr1-tbl__title,
    .pr1-tbl tbody .pr1-tbl__text {
        font-size: 12px;
        padding: 5px;
    }
    .pr1-tbl__icon img {
        max-width: 15px;
    }
    .sec08-box {
        margin-inline: 10px;
    }

    .grafWrap__inner {
        margin-inline: 10px;
        padding: 15px;
    }
    .sec08-modal__hdg p {
        font-size: 18px;
    }
    .sec08-modal__list-item {
        flex-wrap: wrap;
        font-size: 14px;
    }
    .sec08-modal__list-head {
        flex-basis: unset;
    }
    .sec08-modal-tbl {
        padding: 10px;
        margin-top: 10px;
        overflow-y: scroll;
    }
    .sec08-modal-tbl__body {
        min-width: 555px;
        font-size: 12px;
    }
    #sec08 .linkBtn {
        margin: 0 auto 15px;
    }
    #sec08 .txtLink1 {
        margin: 0 auto 30px;
    }
    #sec08 .layout2--flex {
        flex-direction: column;
        padding-inline: 15px;
    }
}