@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	BASE SETTING CSS
   ------------------------------------------------------------ */

/* ------------------------------------------------------------
	LAYOUT CSS
   ------------------------------------------------------------ */

html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: black;
	line-height: 1.6;
	font-size: 1.6rem;  /* PC時：16pxと同等、SP時：14pxと同等 */
	-webkit-font-smoothing: antialiased;
}
img {
	vertical-align: bottom;
	/*	width: 100%;
	max-width: 100%;
	height: auto;*/
}
p.text{
	font-size: 1.6rem;
	line-height: 1.6;
}
/* p.note{
	font-size: 1.2rem;
	line-height: 1.4;
} */

@media screen and (min-width:768px) and (max-width:1024px) {
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 767px) {
  html { font-size: 54.6875%; }

	/* p.note{
		font-size: 1.6rem;
	} */
	

}
/* link
----------------------------------------------------*/

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.text_link a {
	color: #000;
}
/* layout
----------------------------------------------------*/

#wrapper {
	font-size: 14px;
	font-size: 1.4rem;
}
.content {
	width: 1115px;
	margin: auto;
}

@media screen and (min-width:768px) and (max-width:1200px) {
.content {
	width: 90%;
	margin: auto;
}
}
.content .box {
	margin: 10px 0 50px;
}
.section__devider {
	margin: 0 0 6em;
	clear: left;
	text-align: center;
	z-index: 0;
}
.section__link {
	font: 1.125em/1.22222 "Frutiger Light", Meiryo, "MS PGothic", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	color: #646464;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	z-index: 2;
}
.section__link:after {
	height: 20px;
	width: 45px;
	top: 1.75em;
	content: '';
	background-repeat: no-repeat;
	background-image: url(../img/icon_scroll.jpg);
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	z-index: 1;
	padding-top: .6875em;
}
.top__link {
	text-align: right;
	margin: 0 0 15px;
}
.top__link a {
	font: 100% "Frutiger Light", Meiryo, "MS PGothic", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	color: #646464;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:768px) {
:root * img {
	width: 100%;
}
.content {
	width: 90%;
}
}
/* header
----------------------------------------------------*/

.header {
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-sizing: border-box;
}
.header .headerInner {
	max-width: 1115px;
	height: 75px;
	margin: auto;
	overflow: hidden;
	padding: 25px 0 0px 0;
}
.header_logo {
	float: left;
	margin: 0 0 29px 10px;
}
.header_navi {
	float: right;
	padding: 15px 10px 0 0px;
	text-align: right;
	line-height: 1;
	font-size: 13px;
	font-size: 1.3rem;
}
.header_navi li {
	display: inline-block;
	margin: 0 0 0 17px;
	padding: 0 17px 0 0;
	border-right: 1px solid #666;
}
.header_navi li:last-child {
	border: none;
	padding: 0;
}
.header_navi li a:hover {
	color: #000;
}
.headerNav-sp {
	display: none;
}

@media screen and (max-width:768px) {
.header {
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	background: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.header .headerInner {
	width: 100%;
	margin: 0;
	height: 75px;
	position: relative;
	padding: 15px 0 0 20px;
	box-sizing: border-box;
}
.header_logo {
	margin: 0;
}
.header_navi {
	display: none;
}
.headerNavTrigger {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 23px;
	right: 20px;
	cursor: pointer;
}
.headerNavTrigger-item {
	display: block;
	width: 40px;
	height: 4px;
	background: #555;
	position: absolute;
	border-radius: 10px;
	transition: all 0.3s;
}
.headerNavTrigger-item:nth-of-type(1) {
	top: 0;
}
.headerNavTrigger-item:nth-of-type(2) {
	top: 12px;
}
.headerNavTrigger-item:nth-of-type(3) {
	top: 24px;
}
.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(2) {
	opacity: 0;
}
.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
.headerNav-sp {
	width: 100%;
	z-index: 99999;
	display: none;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.headerNav-sp .headerNavList {
	border-top: 1px solid #CCC;
	margin: 0 0 20px;
}
.headerNav-sp .headerNavList li {
	border-bottom: 1px solid #CCC;
}
.headerNav-sp .headerNavList li a {
	display: block;
	padding: 10px 40px 10px 10px;
	font-size: 14px;
	position: relative;
	text-align: left;
}
.headerNav-sp .headerNavList li a:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 15px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.headerNav-sp .headerNavList2 {
	width: 60%;
	margin: 0 auto 20px;
}
.headerNav-sp .headerNavList2 li {
	background: #dfeaf5;
	width: 100%;
	display: inline-block;
}
.headerNav-sp .headerNavList2 li a {
	display: block;
	padding: 10px;
	text-align: center;
}
}
/* mainImg
----------------------------------------------------*/
#mainImg * {
	box-sizing: border-box;
}
#mainImg {
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.mainImgMainVisual {
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width:768px) {
#mainImg {
	padding-top: 75px;
	min-height: auto;
}

}

/* anchorLink
----------------------------------------------------*/
#anchorLink {
	width: 100%;
	margin: 50px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}
#anchorLink *{
	box-sizing: border-box;
}
#anchorLink .anchorLinkInner {
	width: 100%;
	background: #E6E6E6;
}
#anchorLink .anchorLinkInner.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}
#anchorLink .anchorLinkInner ul {
	width: 100%;
	max-width: 1115px;
	margin: auto;
	display: table;
  align-items: center;
}
#anchorLink .anchorLinkInner li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}
#anchorLink .anchorLinkInner li.tuning {
  width: 25%;
}
#anchorLink .anchorLinkInner li:first-child:before {
  content: "";
  display: block;
	border-left: 1px solid #333;
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: 10px;
}
#anchorLink .anchorLinkInner li::after {
  content: "";
  display: block;
	border-left: 1px solid #333;
  position: absolute;
  right: 0px;
  top: 10px;
  bottom: 10px;
}
.anchorLinkInner-activ{
	background: #cbcbcb;
}
#anchorLink .anchorLinkInner li a {
	display: block;
  height: 100%;
	text-align: center;
  padding: 0.5em;
	font-size: 120%;
	line-height: 24px;
	font-weight: bold;
}
#anchorLink .anchorLinkInner li  b {
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  #anchorLink .anchorLinkInner li:first-child:before,
  #anchorLink .anchorLinkInner li:first-child:after {
    height: 100%;
  }
}
@media screen and (max-width:768px) {
	#anchorLink{
    margin: 20px 0;
    }
  #anchorLink .anchorLinkInner ul {
    width: 100%;
    height: auto;
    display: block;
    border-left: 0px none;
  }
  #anchorLink .anchorLinkInner li {
    display: block;
    padding:0 10px;
    width: 100%;
    height: auto;
    margin-top: 0;
    border-right: 0px none;
  }
    #anchorLink .anchorLinkInner li.tuning {
      width: 100%;
    }
    #anchorLink .anchorLinkInner li:first-child:before,
    #anchorLink .anchorLinkInner li::after {
      content: none;
    }
    #anchorLink .anchorLinkInner li+li a{
      border-top: 1px solid #333;
    }
  #anchorLink .anchorLinkInner li a {
    font-weight: bold;
    line-height: normal;
    padding: 15px;
    font-size: 100%;
    font-size: 14px;
    border-left: none;
    margin-top: 0;
  }
  #anchorLink .anchorLinkInner li:last-child a{
    border-right: none;
  }
  #anchorLink .anchorLinkInner li a.anchorLink-2line{
    line-height: normal;
      height: auto;
      padding-top: 15px;
  }
}


/* footer
----------------------------------------------------*/

.footer {
	width: 1115px;
	margin: auto;
	clear: both;
	overflow: hidden;
	padding: 35px 0 0 0;
	border-top: 1px solid #bebebe;
}
.footer img {
	width: inherit;
}
.footer .footer_content {
	float: left;
	width: 340px;
	margin: 0 47px 0 0;
}
.footer .footer_content:nth-child(3) {
	float: right;
	margin: 0;
}
.footer .footer_content p {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #efeff0;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer .footer_content ul {
	margin: 0 0 40px 0;
}
.footer .footer_content ul li {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.footer .footer_content ul li a:before {
	content: " ";
	display: inline-block;
	background: url('/am/images/icons-s48fa17e2f3.png') -15px -13px;
	width: 7px;
	height: 14px;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.footer .footer_copy {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 40px 0;
	border-top: 1px solid #bebebe;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer .footer_copy .footer_copy_ja {
  display: inline-block;
    margin-left: 0.5em;
}
.footer .footer_copy .footer_copy_en {
    display: inline-block;
}

/* 200911 追記 */
.footer .footer_copy p {
	margin: 0;
}
.footer .footer_copy_varl {
	margin-bottom: 10px;
}
@media screen and (min-width:768px) {
	.footer .footer_copy_varl {
		font-size: 14px;
	}
	.footer .footer_copy_varl br {
		display: none;
	}
}


@media screen and (max-width:768px) {
.footer {
	width: 100%;
	border-top: none;
}
.footer .footer_content {
	display: none;
}
.footer .footer_copy {
	width: 95%;
	margin: 0 auto;
}
.footer .footer_copy_ja {
	float: none;
	text-align: left;
	margin: 0 0 20px;
}
}

@media screen and (min-width:768px) and (max-width:1200px) {
.footer {
	width: 90%;
}
.footer .footer_content {
	width: 100%;
}
.footer .footer_content:nth-child(3) {
	float: none;
}
}
/* modal
----------------------------------------------------*/

.modal {
	background: #FFF;
	padding: 20px;
}
a.modal {
	padding: inherit;
}
a.modal:hover {
	opacity: 0.8;
}
.modal .modalTtl {
	font-size: 160%;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px;
}
.modal .modalTtl span {
	font-size: 70%;
	padding-right: 15px;
}
.modal .modalBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.modal .modalBox img {
	max-width: 90%;
}
.modal .modalBox li {
	background: #EEF5FB;
}
.modal .modalBox li:nth-child(1), .modal .modalBox li:nth-child(2) {
	margin-bottom: 30px;
}
.modal .modalBox li:nth-child(2), .modal .modalBox li:nth-child(4) {
	margin-right: 0px;
}
.modal .modalBox li .ttl {
	background: #0599D2;
	color: #FFF;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	margin: 0 0 15px;
}
.modal .modalBox li .inner {
	padding: 10px;
}
.modalClose {
	background: #CCC;
	padding: 10px;
	bottom: 20px;
	right: 0;
	cursor: pointer;
	width: 130px;
	text-align: center;
	margin: 0 auto 20px;
}
.modal.modalView {
	overflow-y: scroll;
	max-width: 800px;
	max-height: 75%;
}
.modal_overlay {
	z-index: 999;
}
.btn a.modal {
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width:768px) {
.modal.modalView {
	overflow-y: scroll;
	max-width: 80%;
	max-height: 70%;
}
}
/* btn
----------------------------------------------------*/

.btn {
	margin: 15px 0;
}
.btn a {
	position: relative;
	background: #dfeaf5;
	padding: 15px;
	width: 70%;
	margin: 0 auto;
	display: block;
}
.btn a:after {
	content: "";
	position: absolute;
	right: 19px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #007099;
	border-right: 2px solid #007099;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
}
.btn a:hover:after {
	right: 16px;
}
.reportBtn{
	width: 100%;
	max-width: 400px;
	margin: 20px auto 0;
}

.fundInfoBtn {
	width: auto;
	text-align: center;
	margin: 30px auto 0;
}
.fundInfoBtn a {
	padding: 12px;
	border: 2px solid #999999;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

@media screen and (max-width:768px) {
	.fundInfoBtn a {
    display: block;
}
	.reportBtn{
		width: 100%;
		max-width: 400px;
	}

}

/* setting
----------------------------------------------------*/

h2 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
h3 {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #BACDD7;
}


.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.textC {
	text-align: center;
}
.textR {
	text-align: right;
}
.fz16{
	font-size: 16px;
}
.fz18{
	font-size: 18px;
}
.red {
	color: #e60000;
}
.pink {
	color: #F3C;
}
.bold {
	font-weight: bold;
}
.ind {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.indent2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indent3 {
	text-indent: -3em;
	padding-left: 3em;
}

.main_text{
	font-size: 1.8rem;
	line-height: 1.8;
}


.note {
	font-size: 12px;
}
.resize {
	width: inherit;
}

.sp {
	display: none;
}

.twin_ascenders_col-2{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.twin_ascenders_col-2_item{
	width: calc((100% - 40px) / 2);
	margin-top: 30px;
}

@media screen and (min-width:768px) {
	.textR-pc {
		text-align: right;
	}
	.fs110p-pc {
		font-size: 110%;
	}
}
@media screen and (max-width:768px) {
	.main_text{
		line-height: 1.6;
	}
	.twin_ascenders_col-2{
		display: block;
	}
	.twin_ascenders_col-2_item{
		width: 100%;
		margin-top: 15px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	.textL-sp{
		text-align: left;
	}
	.mt10-sp{
		margin-top: 10px;
	}
	.mt20-sp{
		margin-top: 20px;
	}
	h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
	h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
	h4 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

/* アンカーリスト
----------------------------------------------------*/
.twin_ascendersUncList{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	position: relative;
	z-index: 10;
}
.twin_ascendersUncList *{
	box-sizing:border-box;
}
.twin_ascendersUncList_item{
	width: 33%;
	margin-bottom: 10px;
	padding-right: 40px;
	align-items: center;
    position: relative;
	display: flex;
}
.twin_ascendersUncList_item a {
    text-decoration: none;
	color: #000;
}
.twin_ascendersUncList_item a:visited,
.twin_ascendersUncList_item a:hover,
.twin_ascendersUncList_item a:focus,
.twin_ascendersUncList_item a:active {
    color: #005079;
}
.twin_ascendersUncList_item a:hover,
.twin_ascendersUncList_item a:focus {
    outline: 0;
    text-decoration: underline;
}
.twin_ascendersUncList_item:after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../../img/arrow.svg);
    background-size: contain;
    right: 40px;
    position: absolute;
    top: 50%;
    width: 13px;
    height: 10px;
	margin-top: -5px;
}

#twin_ascenders01,
#twin_ascenders02,
#twin_ascenders03,
#twin_ascenders04,
#twin_ascenders05,
#point01,
#point02,
#point03{
	padding-top: 130px;
	margin-top: -130px;
}

@media screen and (max-width:768px) {
.twin_ascendersUncList{
	display: block;
	margin-bottom: 50px;
}
.twin_ascendersUncList_item{
	width: 100%;
	margin-bottom: 0;
	padding-right: 0;
	display: block;
}

.twin_ascendersUncList_item a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding: 10px 30px 10px 10px;
	display: block;
}



.twin_ascendersUncList_item+.twin_ascendersUncList_item{
	border-top: 1px solid #333;
}

.twin_ascendersUncList_item:after {
    right: 10px;
}
#twin_ascenders01,
#twin_ascenders02,
#twin_ascenders03,
#twin_ascenders04,
#twin_ascenders05,
#point01,
#point02,
#point03{
	padding-top: 25px;
	margin-top: -25px;
}

}


/* グラフ
----------------------------------------------------*/
.img_area{
	margin:30px auto;
}
.graph_img{
	text-align: center;
}
.graph_img img{
	width: auto;
	margin-bottom: 30px;
}
.col-2 .graph_img img{
	width: auto;
	max-width: 519px;
	margin-bottom: 30px;
}
.sqTtl {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  position: relative;
	margin-bottom: 15px;
}
.sqTtl::before {
  content: "";
  height: 0.7em;
  width: 0.7em;
  display: block;
  background-color: #008296;
  position: absolute;
  left: 1px;
  top:0.4em;
}
.sqTtl sup {
  font-size: 1.0rem;
}
@media screen and (max-width: 768px){
	.graph_img img {
    width: 100%;
    margin-bottom: 20px;
}
	.sqTtl {
		margin-bottom: 10px;
	}
}


/* ファンドの特色
----------------------------------------------------*/
.list_square-num{
  counter-reset: count 0;
	font-size: 1.8rem;
	line-height: 1.6;
}
.list_square-num li.list_square-numItem{
	padding-left: 3em;
	position: relative;
	color: #0b99d2;
	font-weight: bold;
	margin-bottom: 20px;
}
.list_square-num li.list_square-numItem::before{
  content:  counter(count) ;
  counter-increment: count 1;
	position: absolute;
	padding: 8px 10px;
	line-height: 1;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	background-color: #0b99d2;
}
.list_circle{
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.list_circle li.list_circleItem{
	padding-left: 1.6em;
	position: relative;
	color: #000;
	font-weight: normal;
}
.list_circle li.list_circleItem::before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}
.list_circle.c-green li.list_circleItem::before{
	color: #d5d95d;
}
.list_note{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
}
.list_note li.list_noteItem{
	padding-left: 1em;
	position: relative;
	color: #000;
	font-weight: normal;
}
.list_note-ast li.list_noteItem::before{
	content: "＊";
	position: absolute;
	top: 0;
	left: 0;
}
.list_note-kome li.list_noteItem::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.point_box{
	margin-bottom: 40px;
}
.message_box{
	padding: 20px;
	border: 2px solid #0b99d2;
}


@media screen and (max-width: 768px){
	.point_box{
		margin-bottom: 20px;
	}
	.list_square-num{
		font-size: 2.0rem;
	}
	.list_circle{
		font-size: 1.8rem;
	}
}

@media print{
#anchorLink .anchorLinkInner.fixed {
    position: static;
}

}

/* js-inview */
.js-inview{
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.5s ease 0.3s;

}
.js-inview-show{
	opacity: 1;
	transform: translateY(0);
}

/* MainVisual内テキスト */
.MainVisual_banner{
	position: relative;
	max-width: 1200px;
}
.MainVisual_bannerInner{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #e6ebb0;
	padding: 10px;
	width: 540px;
}
.MainVisual_bannerImg{
	margin-right: 20px;
}
.MainVisual_bannerText{
	font-size: 1.4rem;
	text-align: left;
}
.fwB{
	font-weight: bold;
}

.MainVisual_bannerBtn .btn{
	border: 1px #000 solid;
	padding: 8px 20px;
	position: relative;
	background: #fff;
	width: 70%;
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
.MainVisual_bannerBtn .btn:after {
	content: "";
	position: absolute;
	right: 19px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #e60000;
	border-right: 2px solid #e60000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
}
.MainVisual_bannerBtn a.btn:hover:after {
	right: 16px;
	transition: all 0.3s 0s ease;

}
@media screen and (max-width: 768px){
	.MainVisual_bannerInner{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		align-items: flex-start;
	}
	.MainVisual_bannerImg{
		margin-right: 10px;
	}
	.MainVisual_bannerImg img{
		width: auto;
		margin-bottom: 10vw;
	}

	.MainVisual_bannerText{
		margin-bottom: 14vw;
	}
	.MainVisual_bannerBtn{
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
	}
	.MainVisual_bannerBtn .btn{
		width: 92%;
		margin: 0 auto;
	}

}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.MainVisual_bannerImg img{
		width: auto;
		max-width: inherit;
	}
}



