@charset "utf-8";
/* CSS Document */

/*step-top-box
=============================*/

/*¥Ú©`¥¸¥«¥é©`
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #003557;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text {
  color: #003557;
}
/*=======================================*/

/*¥á¥Ë¥å©`?¥Ü¥¿¥ó
=======================================*/
.btn-menu li {
    background-color: #003557;
}

.btn-menu li {
    background: #003557 url("../img/arrow_white_darkblue.png") no-repeat 95% center;
}

.btn-menu.bank li {
    min-width: 230px;
}
/*=======================================*/

/*¥¢¥³©`¥Ç¥£¥ª¥ó³õÆÚ•r¥ª©`¥×¥ó
=======================================*/
#acd-check1 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding-left: 30px;
    visibility: visible;
}

#acd-check4 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}

#acd-check1:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}	
#acd-check4:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}
/*=======================================*/

/*PDF¥ê¥ó¥¯
=============================*/
a.pdf_link {
	text-decoration: underline;
}

a.pdf_link:hover {
	text-decoration: none;
}

/*Word¥ê¥ó¥¯
=============================*/
a.word_link {
	text-decoration: underline;
}

a.word_link:hover {
	text-decoration: none;
}

.main-title:before{
  content: url(/funds/future/img/main_icon01.png);
  margin: auto;
  display: block;
}
.future-sidebox{
  display: flex;
  justify-content: space-between;
}
.future-textbox--left{
  max-width: 220px;
}
.future-textblock{
  margin-bottom: 20px;
}
.future-textblock-title{
  color: #003557;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.future-textblock dt,.future-textblock dd{
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.future-textblock dt{
  font-weight: bold;
}
.future-top-title{
  color: #003557;
  font-size: 2.2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin-bottom: 20px;
}
.future-text{
  margin-bottom: 20px;
  line-height: 1.8;
}
.attention_text {
	text-indent: -1em;
	padding-left: 1em;
}

.step-textblock-title {
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.step-top-box{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.step-number{
  margin-right: 40px;
}
.step-top-textbox{
  padding-top: 20px;
}
.step-top-text-right {
  width: 440px;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.step-top-midashi{
  color: #704B1A;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.step-menu-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.step-box{
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 50px;
  position: relative;
}
.step-box:after{
  content: url(/funds/future/img/arrow_brown.png);
  position: absolute;
  bottom:-15px;
  text-align: center;
  left: 0;
  right: 0;
}

.step-card-wrap{
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
.step-card{
  background-color: #F1F1EF;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.step-card-textbox{
  margin: 30px 0 30px;
  line-height: 1.8;
}

.step-card-text.attention {
  line-height: 1.8;
  margin: 5px 0;
  font-size: 1.4rem;
}

.step-card-text.attention li {
  text-indent: -1em;
  padding-left: 1em;
}

.step-card-use {
	font-size: 1.4rem;
}

.step-card-title{
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.8rem;
}
/*--¥¢¥³©`¥Ç¥£¥ª¥ó--*/
.qa_wrap {
    margin-bottom:15px;
}
.qa_wrap:last-of-type {
   margin-bottom: 55px;
}
.accbox input {
    display: none;
}
.accbox label {
    display: block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}
.question {
    display: flex;
}

.q_txt {
    background: #F1F1EF;
    color: #003557;
    width: 100%;
    padding: 5px 35px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    border: 1px solid #CCCCCC;
	max-width: 532px;
}
.answer {
    display: flex;
}

.a_txt {

    background: #fff;
    width:100%;
    padding:20px 0;
    line-height: 1.7;
	text-align: left;
	text-justify: inter-ideograph;
	overflow: hidden;
}
.q_txt:after {
	position: absolute;
    content: url(/funds/future/img/arrow_bottom_blue.png);
	right: 50px;
}
.cssacc:checked + label .q_txt:after {
    content: url(/funds/future/img/arrow_bottom_blue02.png);
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0px 0 15px;
    opacity: 1;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}
table {
  width: 100%;
  margin-bottom: 30px;
}
table th,table td{
  border: 1px solid #ccc;
  padding: 15px 5px;
  text-align: right;
}
table th{
  background-color: #F1F1EF;
}
.heading01{
  font-weight: bold;
  margin-bottom: 15px;
}
.a_txt p{
  margin-bottom: 15px;
}
.box--bottom{
  margin-bottom: 80px;
}
.future-box{
  margin-bottom: 50px;
}
.second-top {
    background: #d6ceb7;
    color: #000;
    border-bottom: solid #fff 1px;
    border-right: solid #fff 1px;
	width: 31px;
}
table th {
    background: #fffbc8;
    text-align: right;
  color: #09783f;
}
table th.top {
    background: #B0A98B;
  color: #000;
    text-align: center;
    font-weight: bold;
}

.btn-menu.bank {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.btn-menu li.bank-btn {
	width: 230px;
}

.btn-menu li.bank-text {
	background: none;
	max-width: 300px;
}

.bank-table {
	width: 542px;
	border: solid 1px #a8a17e;
	text-align: center;
	font-size: 1.3rem;
	margin:30px 0 10px;
}

.bank-table th {
  background: #a8a17e;
  font-weight: bold;
  padding: 8px 12px;
  border-right: solid 1px #fff;
  text-align: center;
  color: #000;
}

.bank-table th:nth-last-of-type(1) {
	border-right: solid 1px #a8a17e;
}

.bank-table td {
	border: solid 1px #a8a17e;
	padding: 8px 12px;
	text-align: center;
	background: #fff;
}

.bank-table td.brown-cell {
	background: #a8a17e;
}

@media screen and ( max-width: 767px ){
/*¥¢¥³©`¥Ç¥£¥ª¥ó³õÆÚ•r¥ª©`¥×¥ó
=======================================*/

#acd-check4 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}
	
#acd-check4:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}
	
#acd-check4 + .acd-label span.nolink::after {
    content: "¡ø";
	padding-left: 5px;
	font-size: 70%;
	}
	
#acd-check4:checked + .acd-label span.nolink::after {
    content: "¨‹";
	padding-left: 5px;
	font-size: 70%;
	}
#acd-check4 + .acd-label {
	background: rgba(210,251,157,0.6);
	}
/*=======================================*/	

  .step-top-box {
    display: block;
    text-align: center;
  }
  .step-menu-list{
    display: block;
    text-align: center;
  }
  .step-menu-list li{
    margin-bottom: 15px;
  }
.step-number {
    margin-right: 0px;
}
  .step-card-wrap{
    display: block;
  }
  .step-card{
    width: 100%;
  padding: 30px 5%;
  }
.step-card-textbox {
    min-height: auto;
  }
  .step-card-text{
    margin-bottom: 30px;
  }
.future-sidebox {
    display: block;
  }

    .bank-box {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.future-textbox--left {
    max-width: 100%;
}
	
.q_txt {
    padding: 5px 25px;
    max-width: 251px;
}
.q_txt::after {
    right: 25px;
}
}