#header{
	display: none;
}

#gnavi{
	display: none;
}

#footer{
	display: none;
}

.container{
  padding: 0;
}

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

.sec_permission{
  text-align: center;
}

.permissionTitle{
  font-size: 18px;
}

.permissionTxt{
  padding-top: 30px;
}

.secBox{

}

.title_sec{
    display: flex;
    align-items: center;
    justify-content: center;
    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: 100px;
}

.title_sec h1.main_title span{
  display: inline-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: space-between;
}

.statement_navi li{
  width: calc(100% / 4.2);
  text-align: center;
}

.statement_navi a{
    display: block;
    border: 1px solid #4c4c4c;
    padding: 20px 30px;
    color: #4c4c4c;
}

.statement_navi a:hover{
  background: #4c4c4c;
  color: #fff;
  transition: 1s;
}

@media handheld, only screen and (max-width: 960px) {
  .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); 
  }
}

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

  .pc_only{
    display: none;
  }

  .spn_only{
    display: block;
  }

  .secBox{
    font-size: 18px;
  }

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

  .secBox h2.subTitle_l{
    font-size: 26px;
  }

  .secBox h3.subTitle_m{
    font-size: 20px;
  }


  .secBox h3.subTitle_m span{
    font-size: 24px;
  }

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

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

  .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); 
  }

  .Sec_return a.return_btn{
    font-size: 18px;
  }

}

@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); 
  }

}
