@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #606701;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text,.pg-color {
  color: #606701;
}
/*=======================================*/

/*アコーディオン初期時オープン
=======================================*/
#acd-check3 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding-left: 30px;
    visibility: visible;
}

#acd-check6 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}

#acd-check3:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}	
#acd-check6:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}
/*=======================================*/

/*メニュー?ボタン
=======================================*/
.btn-menu li {
    background-color: #606701;
}

.btn-menu li {
    background: #606701 url("../img/arrow_white_crown.png") no-repeat 95% center;
}

.btn-menu.bank li {
    min-width: 230px;
}

/*=======================================*/

a.pdf_link {
    text-decoration: underline;
}

a.word_link {
    text-decoration: underline;
}

.crown-text {
	line-height: 1.8;
	margin-bottom: 60px;
}

.crown-text.attention {
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 60px;
}

.crown-textblock-title {
    color: #606701;
    font-weight: bold;
    font-size: 1.8rem;
	text-align: left;
}

.crown-flex-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.crown-side-box {
	width: 50%;
}

.crown-side-box ul{
	margin-bottom: 20px;
}

.crown-side-box li {
    position: relative;
    padding-left: 0.6em;
    }

.crown-side-box li:before {
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #606701;
   }

/*税制上の優遇措置
=======================================*/
.crown-box {
    margin-bottom: 50px;
}

.crown-top-title {
    color: #606701;
    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: #606701;
    width: 100%;
    padding: 5px 35px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    border: 1px solid #CCCCCC;
	max-width: 532px;
}

.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/crown/img/arrow_crown.png);
	right: 50px;
}
.cssacc:checked + label .q_txt:after {
    content: url(/funds/crown/img/arrow_crown02.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;
}
/*=======================================*/


/*申込?法
=======================================*/
.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/crown/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;
}

/* ---------------*/
.crown_subheading {
  font-size: 1.6rem;
  color: #606701;
  margin-bottom: 0.5em;
}
.crown_payflow, .crown_payflow * {
  box-sizing: border-box;
}
.crown_payflow {
  margin-bottom: 50px;
}
.crown_payflow li {
  width: 100%;
  padding: 10px 0;
  display: flex;
  gap: 10px;
  border-top: 1px solid #ccc;
  position: relative;
  &:last-child {
    border-bottom: 1px solid #ccc;
  }
  &::after {
    content: "";
    width: 19px;
    height: 19px;
    background: url(/funds/crown/img/arrow01.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    margin-inline: auto;
    z-index: 2;
  }
}
.crown_payflow--num {
  font-family: 'Noto Serif JP', serif;
  min-width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  background: #F1F1EF;
  color: #606701;
}
.crown_payflow--txt {
  padding: 0.5em;
  line-height: 1.8;
}
.indent_txt {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-top: 0.75em;
}
@media screen and ( max-width: 767px ){
  .pc_block {
    display: none;
  }
}

/*現在の奨学金
=======================================*/

.current_scholarship-text {
	border-bottom: solid 1px #a8a17e;
	padding-bottom: 3px;
}

.current_scholarship-table {
	width: 602px;
	border: solid 1px #a8a17e;
	text-align: center;
	font-size: 1.3rem;
	margin:30px 0 10px;
}

.current_scholarship-table th {
    background: #a8a17e;
    font-weight: bold;
    padding: 8px 12px;
    border-right: solid 1px #fff;
    text-align: center;
    color: #000;
	min-width: 53px;
}

.current_scholarship-table th:nth-last-of-type(1) {
	border-right: solid 1px #a8a17e;
}

.current_scholarship-table td {
	border: solid 1px #a8a17e;
	padding: 5px 5px;
	text-align: center;
}

.current_scholarship-table td:nth-of-type(5) {
	text-align: left;
}

@media screen and ( max-width: 767px ){
/*アコーディオン初期時オープン
=======================================*/

#acd-check6 + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}
	
#acd-check6:checked + .acd-label + .acd-content{
	    height: 0;
    opacity: 0;
    /*transition: .3s;*/
    visibility: hidden;
}
	
#acd-check6 + .acd-label span.nolink::after {
    content: "▲";
	padding-left: 5px;
	font-size: 70%;
	}
	
#acd-check6:checked + .acd-label span.nolink::after {
    content: "▼";
	padding-left: 5px;
	font-size: 70%;
	}
#acd-check6 + .acd-label {
	background: rgba(210,251,157,0.6);
	}
/*=======================================*/
	
.crown-side-box {
    width: 100%;
}
 
  .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;
}
.q_txt {
    padding: 5px 25px;
    max-width: 251px;
}
.q_txt::after {
    right: 25px;
}
	
}