@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #990000;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text,.pg-color {
  color: #990000;
}
/*=======================================*/

/*メニュー?ボタン
=======================================*/
.btn-menu li {
    background-color: #990000;
}

.btn-menu li {
    background: #990000 url("../img/arrow_red.png") no-repeat 95% center;
}

.btn-menu.bank li {
    min-width: 230px;
}
/*=======================================*/

/*アコーディオン初期時オープン
=======================================*/
#acd-check2 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding-left: 30px;
    visibility: visible;
}

#acd-check5 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}

#acd-check2:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}	
#acd-check5:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}
/*=======================================*/

a.pdf_link {
    text-decoration: underline;
}

a.word_link {
    text-decoration: underline;
}

.support-text {
	line-height: 1.8;
	margin-bottom: 60px;
}

.support-textblock-title {
    color: #990000;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
	text-align: center;
}

.support-flex-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.support-flex-box li {
	background: #F1F1EF;
	text-align: center;
	max-width: 290px;
	width: 100%;
	height: 133px;
	margin-bottom: 20px;
}

.support-flex-box li img {
	margin: 14px auto 10px;
}

/*税制上の優遇措置
=======================================*/
.support-box {
    margin-bottom: 50px;
}

.support-top-title {
    color: #990000;
    font-size: 2.2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    margin-bottom: 20px;
}

/*--アコーディオン--*/
.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: #990000;
    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/support/img/arrow_bottom_red.png);
	right: 50px;
}
.cssacc:checked + label .q_txt:after {
    content: url(/funds/support/img/arrow_bottom_red02.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: center;
}
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;
}
/*=======================================*/


/*申込?法
=======================================*/
.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/support/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;
}

.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 ){
	
/*アコーディオン初期時オープン
=======================================*/

#acd-check5 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}
	
#acd-check5:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}
	
#acd-check5 + .acd-label span.nolink::after {
    content: "▲";
	padding-left: 5px;
	font-size: 70%;
	}
	
#acd-check5:checked + .acd-label span.nolink::after {
    content: "▼";
	padding-left: 5px;
	font-size: 70%;
	}
#acd-check5 + .acd-label {
	background: rgba(210,251,157,0.6);
	}
/*=======================================*/
	
.support-flex-box li {
  width: 48%;
}
  
  .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;
}

.support-flex-box li {
    height: auto;
    padding-bottom: 5px;
}
	
.q_txt {
    padding: 5px 25px;
    max-width: 251px;
}
.q_txt::after {
    right: 25px;
}
	
}