@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
@media (min-width: 740px){
	.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
 }
 .txt_c{
  display: block !important;
  text-align: center !important;
 }
.contentsInr{
  padding: 0;
}

@media (min-width: 740px){
  .contentsInr {
    width: 100%;
}
}
.pageTtl {
  margin-bottom: 0;
}

 /* ----sec---- */   
.sec{
  padding-bottom: 50px;
}
.sec_bg_gn{
  background: #E2F4E0;
  
}
.sec_bg_yw{
  background: #FFF2AA;
}
.inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
padding: 0 15px;
}

.sec_top_ttl{
  background: #FCE650;
  text-align: center;
  padding: 20px 0;
}
.sec_top_ttl .inner{
  padding: 0 10px;
}
.sec_top_ttl .text {
  font-size: 2rem;
  font-weight: bold;
}
.sec_top_ttl .text p .fs12{
  font-weight: normal;
}
.sec_top_ttl .text p strong{
  color: #E60000;
  font-size: 3rem;
}
@media (min-width: 740px){
  .sec_top_ttl .text {
    font-size: 2.5rem;
  }
  .sec_top_ttl .text p strong{
    font-size: 3.5rem;
  }
}

.sec_anc .column .colWrap .col .linkbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
min-height: 65px;
padding: 13px 25px 13px 10px;
}

.sec02_table table{
  width: auto;
}
.sec02_table table tbody tr{
  border-bottom: 1px solid #333;
}
.sec02_table table tbody tr:first-child th {
  background: #999999;
  color: #fff;
  text-align: center; 
  padding: 10px;
  border-bottom: 0;
}
.sec02_table table tbody tr:first-child th:last-child {
border-right: 0;
}
.sec02_table table tbody tr th:first-child,.sec02_table table tbody tr th:nth-child(2) {
  text-align: center;
  width: 10%;
  min-width: 100px;
  border-right: 4px solid #fff;
  padding: 2px 5px;
}
@media (min-width: 740px){
  .sec02_table table tbody tr th:first-child,.sec02_table table tbody tr th:nth-child(2) {
    min-width: none;
  }
}
.sec02_table table tbody tr:first-child th {
  border-right: 4px solid #fff;
}
.sec02_table table tbody tr th,.sec02_table table tbody tr td{
  font-weight: normal;
  padding: 10px;
}
@media (min-width: 740px){
  .sec02_table table tbody tr th,.sec02_table table tbody tr td{
    padding: 20px;
  }
}
.sec02_table table tbody tr th,.sec02_table table tbody tr td img{
  width: 26px;
}
.ctm_tableColor_set.table_typeA th{
  background: #EFEFEF;
  color: #333333;
}
.table_typeA table tr th {
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #707070;
}
.sec02_table table tbody tr th {
  background: #EFEFEF;
  min-width: 450px;
}
@media (min-width: 740px){
  .sec02_table table tbody tr th {
    min-width: none;
  }
}
.ctm_tableColor_set.table_typeA td{
  background: #fff;
}
.sec02_table table tbody tr td {
  background: #fff;
}
.table_typeA table tr td{
  border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #707070;
}
.sec02_table table tbody tr td strong{
  color: #445FA5;
  font-weight: bold;
}
.sec02_table table tbody tr td strong .fcRD{
color: #1EAAA5 !important;
font-weight: bold;
}

.sec_subTtl {
  background: #1E9632;
  color: #fff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
}

.sec_subTtl span{
  font-size: 1.4rem !important;
}

@media (min-width: 740px){
  .sec_subTtl {
    font-size: 2rem;
  }
  .sec_subTtl span{
    font-size: 1.6rem !important;
  }
}
.sec_ttl .ttlLv2{
padding: 0;
border-bottom: 0;
margin-bottom: 5px;
}
.sec_ttl .ttlLv2 .heading{
  border-left: 0;
  padding-left: 0;
  color: #1E9632;
}

.sec_ttl .ttlLv2 .heading{
  font-size: 1.4rem;
}

@media (min-width: 740px){
  .sec_ttl .ttlLv2 .heading{
    font-size: 1.6rem;
  }
  .sec_col2{
    width: 100%;
    max-width: 765px;
    margin: 0 auto;
  }
  .sec_col2 .colWrap {
    justify-content: space-between;
  }
  .sec_col2 .colWrap .col {
    width: 41%;
  }
}


.sec04_ttl .ttlLv2{
  padding: 0;
  border-bottom: 0;
  }

.sec04_ttl .ttlLv2 .heading{
  border-left: 5px solid #1E9632;
  color: #1E9632;
}

@media (min-width: 740px){
  .sec04_col2{
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .sec04_col2 > div{
    width: calc(50% - 10px);
  }
}
.sec04_box{
  border: 2px solid #E60000;
  padding: 20px;
  color: #E60000;
}

.sec_bot_box{
  border: 3px solid #A4D4AC;
  border-radius: 20px;
  padding: 20px 15px 10px;
}
.sec_bot_box .sec_ttl .ttlLv2 .heading{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (min-width: 740px){
  .sec_bot_box{
    border: 6px solid #A4D4AC;
    border-radius: 40px;
    padding: 20px 40px 10px;
  }
  .sec_bot_box .sec_ttl .ttlLv2 .heading{
    font-size: 2.4rem;
  }
}
@media (min-width: 740px){
  .sec_info{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

.cont_tb table tbody tr td:first-child{
width: 4em;
vertical-align: text-top;
}

