.midashi01{
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 50px;
  display: inline-block; 
}
.clm02-box p{
  margin-bottom: 15px;
}

.colorful-box-al a{
	cursor: pointer;
	outline: none;
	color: #fff;
	text-decoration: none;    
}


.box01 .clm02-box{
  margin-bottom: 40px !important;
}

.slideAria{
  width: 35% !important;
}
.textAria{
  width: 65% !important;
}

.slick-dots{
  text-align: center;
}
.slick-dots li{
  display: inline-block;
  padding-right: 10px; 
}
.slick-dots li button{
  border-color: #fff;
  font-size: 0;
  border-radius: 100px;
  padding: 7px;
  background-color: #000;
}
.slideImg{
  position: relative;
}
.slick-active button{
  background-color: #1965b0 !important;
}

.prev-arrow{
  position: absolute;
  top:40%;
  left: 5px;
  z-index: 5;
}
.next-arrow{
  position: absolute;
  top:40%;
  right: 5px;
  z-index: 5;
}
.ul-style01-p02{
  font-weight: bold;
}
.ul-style01-p02 .relationship_txt_sm {
  font-weight: bold;
}


.button_2col{
  overflow: hidden;
}
.button_left{padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
  float: left;
  width: 50%;
}
.button_right{
  float: right;
  width: 50%;
}

/*190906追加*/
.domestic-contents-wrapper{
  overflow: hidden;
}
.relationshipGroup .domestic-contents-box{
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #0b7cc3;
}
.relationshipGroup .btn-style01{
  margin-right: inherit;
  margin-left: 0;
}
.relationshipGroup .ul-mark {
  margin: 0 auto 20px;
}
.relationshipGroupBox{
  width: 48%;
  border: 1px solid #0b7cc3;
  margin-bottom: 3%;
}
.relationshipGroupImg{
  float: none;
  width: 100% !important;
}
.relationshipGroupText{
  float: none;
  width: 100% !important;
}
.domestic-contents-box.relationshipGroupBox{
float: left;
}
.domestic-contents-box.relationshipGroupBox:nth-child(odd){
  margin-right: 4%;
}
.relationshipGroupText{
    padding-right: 4%;
  }

@media screen and (max-width:800px) {
  .button_left{
    float: none;
    width: auto;
  }
  .button_right{
    float: none;
    width: auto;
  }
	
	
/*190620追加*/

.domestic-contents-txt .imgnone li:nth-child(1){
	float:none;
	width: auto;
}

.domestic-contents-txt .imgnone li:nth-child(2){
	float: none;
	width: auto;
}

/*  190624 追加*/
  .slideAria{
    width: auto!important;

}
  .domestic-contents-box.relationshipGroupBox{
   float: none;
    margin: auto;
}
  .relationshipGroupBox{
   width: 95%;
   
}
  .domestic-contents-box.relationshipGroupBox{
    margin-bottom: 4%;
  }
  .domestic-contents-box.relationshipGroupBox:nth-child(odd){
  margin-right: inherit;
}
}

/*190620追加*/
.textAria.imgnone ul{
  width: 100% !important;
}

/*190816 追加*/
.vision_img01{
  text-align: center;
}

/*220915 追加 SDGs*/
.sdgs-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdgs-clm-item {
  width: calc(50% - 20px);
  max-width: 560px;
  margin-bottom: 80px;
}
.sdgs-clm-title {
  margin: 0.75em 0;
  font-weight: bold;
  font-size: 20px;
}
.sdgs-head {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 20px;
}
.sdgs-head-photo {
  display: flex;
}
.sdgs-head-photo-img {
  width: 50%;
  vertical-align: bottom;
}
.sdgs-detail {
  display: flex;
  justify-content: space-between;
}
.sdgs-detail-head {
  display: table;
  width: 350px;
  padding: 1em;
  background: #ddd;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
}
.sdgs-detail-head-inner {
  display: table-cell;
  vertical-align: middle;
}
.sdgs-detail-content {
  width: calc(100% - 350px - 20px);
}
.sdgs-detail-table {
  width: 100%;
}
.sdgs-detail-table-thead {
  background: #888;
  color: white;
  font-weight: bold;
}
.sdgs-detail-table-th,
.sdgs-detail-table-td {
  padding: 1em 2em;
  border: 1px solid #ddd;
}
.sdgs-detail-table-td:first-of-type {
  width: 40%;
}
.sdgs-detail-table-small {
  margin-left: 1em;
}
@media screen and (max-width:800px) {
  .sdgs-pc-only {
    display: none !important;
  }
  .sdgs-sp-tLeft {
    text-align: left !important;
  }
  .sdgs-clm {
    display: block;
  }
  .sdgs-clm-item {
    width: 100%;
    margin: 0 auto 40px;
  }
  .sdgs-clm-title {
    font-size: 15px;
  }
  .sdgs-head {
    font-size: 15px;
  }
  .sdgs-head-photo {
    display: block;
  }
  .sdgs-head-photo-img {
    width: 100%;
  }
  .sdgs-detail {
    display: block;
  }
  .sdgs-detail-head {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .sdgs-detail-content {
    width: 100%;
  }
  .sdgs-detail-table {
    width: 100%;
  }
  .sdgs-detail-table-small {
    display: block;
    margin-left: 0;
  }
}