#header{
	display: none;
}

#gnavi{
	display: none;
}

#footer{
	display: none;
}

.container{
  padding: 0;
  background: #fffdf9;
}

section{
	width: 90%;
  max-width: 960px;
	margin: 0 auto ;
}

.secBox{

}

.title_sec{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
}



.title_sec h1.main_title{
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px #000;
  width: 960px;
  margin-bottom: 50px;
  background-color: #fffdf9;
}

.title_sec h1.main_title span{

}

.main_mark{
  display: block;
  width: 150px;
  margin: 0 auto 25px;
}

.title_txt{
  display: block;
}

.secBox h2.subTitle_l{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}

.secBox h3.subTitle_m{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px;
}


.secBox h3.subTitle_m span{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px;
}

.contents_block{
	padding: 0 0 30px;
  margin-left: 30px;
}

.text_box{
	padding: 0 0 30px;
  margin-left: 30px;
}

.text_box li{
  text-indent: -14px;
  padding-left: 14px;
}

.table_title{
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 30px; 
}

.ryoukinTableWap {
  width: 700px;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
}

.ryoukin_table {
  font-size: 12px;
  color: #4a4a4a;
  padding: 5px;
}

.ryoukin_table table {
	width: 900px;
  margin-bottom: 15px;
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
}

.ryoukin_table th {
  font-weight: 400;
  padding: 5px;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
	white-space: nowrap;
  vertical-align: middle;
  text-align: left;
}

.ryoukin_table td {
  padding: 5px;
  text-align: center;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  white-space: nowrap;
	vertical-align: middle;
	text-align: right;
}

.ryoukin_table td.summary {
  text-align: left !important;
}

.aggregate_period{
  font-size: 12px;
  margin-bottom: 20px ; 
}

.imgLine{
	display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
}

.imgLine a.thumbImg{
	width: calc(100% / 5.2); 
  margin: 0 3px;
}

.imgLine a.thumbImg::before {
  content: "";
  display: block;
  width: calc(100% / 5.2); 
  order: 1;
}

.imgLine a.thumbImg::after {
  content: "";
  display: block;
  width: calc(100% / 5.2); 
}

.imgLine a.thumbImg:hover{
	opacity: 0.6;
	transition: 1s;
}

.imgLine a.thumbImg img{
	width: 100%;
}

.simplebar-scrollbar::before { /*-- スクロールバー自体の色を変更 --*/
  opacity: 1 !important;
  background-color: #656565 !important;
  padding: 2px;
}

/*-- スクロールバーが動く領域の背景色の変更 お好みで--*/
.simplebar-track {
   background-color: #eae9e9 !important;
   height: 15px !important;
 }


.simplebar-content-wrapper::-webkit-scrollbar { /*-- iOSでデフォルトのスクロールバーを非表示 --*/
  display: none;
  -webkit-appearance: none;
}

.pc_only{
  display: block;
}

.spn_only{
  display: none;
}

.aggregate_title{
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px; 
}

.navi_sec{

}

.statement_navi{
    display: flex;
    justify-content: center;
}


.statement_navi li{
  width: calc(100% / 3.2);
  text-align: center;
  margin: 0 10px;
}

.statement_navi a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50px;
    border: 1px solid #8a3b00;
    padding: 10px;
    color: #8a3b00;
    font-size: 15px;
    border-radius: 5px;
    letter-spacing: 0.08em;
}

.statement_navi a:hover{
  background: #8a3b00;
  color: #fff;
  transition: 1s;
}

.Sec_return .return_block{
  text-align: center;
  padding-bottom: 100px; 
}

.Sec_return a.return_btn{
  font-size: 16px;
  display: inline-block;
  border: 1px solid #4c4c4c;
  padding: 20px 30px;
  color: #4c4c4c;
}

.Sec_return a.return_btn:hover{
  background: #4c4c4c;
  color: #fff;
  transition: 1s;
}
/*.return_block {
  text-align: center;
  padding-bottom: 100px; 
}

.return_block a{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    width: 50%;
    border: 1px solid #8a3b00;
    color: #8a3b00;
    font-size: 15px;
    border-radius: 5px;
    letter-spacing: 0.08em;
}

.return_block a:hover{
  background: #8a3b00;
  color: #fff;
  transition: 1s;
}*/

@media handheld, only screen and (max-width: 960px) {

  .title_sec h1.main_title{
    width: 90vw;
  }

  .imgLine a.thumbImg{
    width: calc(100% / 4.2); 
    margin: 0 3px;
  }

  .imgLine a.thumbImg::before {
    content: "";
    display: block;
    width: calc(100% / 4.2); 
    order: 1;
  }

  .imgLine a.thumbImg::after {
    content: "";
    display: block;
    width: calc(100% / 4.2); 
  }

/*  .statement_navi {
      flex-wrap: wrap;
  }

  .statement_navi li {
    width: 45%;
    margin-bottom: 45px;
  }*/
}

@media handheld, only screen and (max-width: 768px) {

  .pc_only{
    display: none;
  }

  .spn_only{
    display: block;
  }
  
  .title_sec {
    display: block;
    height: 100%;
    height: 100vh;
    min-height: auto;
    position: relative;
  }

  .title_sec > div{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 554px;
    padding-bottom: 30px;
  }

  .title_sec h1.main_title{
    font-size: 40px;
    width: 100%;
  }

  .statement_navi {
      flex-wrap: wrap;
      width: 95%;
      margin: 0 auto;
  }

  .contents_block {
    padding: 0 10px 30px;
    margin-left: 0;
  }

  .ryoukinTableWap {
      width: 100%;
      box-sizing: border-box;
  }

  .imgLine{

  }

  .imgLine a.thumbImg{
    width: calc(100% / 3.2); 
    margin: 0 3px;
  }

  .imgLine a.thumbImg::before {
    content: "";
    display: block;
    width: calc(100% / 3.2); 
    order: 1;
  }

  .imgLine a.thumbImg::after {
    content: "";
    display: block;
    width: calc(100% / 3.2); 
  }

  .statement_navi a{
      font-size: 16px;
  }

}

@media handheld, only screen and (max-width: 767px) {

  .statement_navi li{
      width: 100%;
      margin-bottom: 10px; 
  }

}

@media handheld, only screen and (max-width: 414px) {

  .title_sec h1.main_title{
    font-size: 30px;
  }

  .imgLine a.thumbImg{
    width: calc(100% / 2.2); 
    margin: 0 3px;
  }

  .imgLine a.thumbImg::before {
    content: "";
    display: block;
    width: calc(100% / 2.2); 
    order: 1;
  }

  .imgLine a.thumbImg::after {
    content: "";
    display: block;
    width: calc(100% / 2.2); 
  }

}
