@charset "UTF-8";

h2 { 
  border-bottom: 1px solid #9790a4;
  border-left: 10px solid #9790a4;
  padding: 7px;
}

h2.summary-title-1{
  padding:7px;
}
		
h3 {
  position: relative;
  padding-left: 25px;
}

h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

h4 {
  color: #505050;
  padding: 0.4em;
  display: inline-block;
  line-height: normal;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 30px 0px 0px 30px;
  width: 100%;
  font-size: var(--xxxlarge);
}

h4:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.TextStyle1.socialgoodp {
  padding-left: 40px;
}


.Section#anc04 {
  margin-bottom: 0px;
}

.paragraph-space{
  padding: 10px;
}


/* SNS */
.sns {
  color: black;
  position:relative;
  background: #f1f8ff;
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 4px;
  border-left : solid 35px #5c9ee7;
  list-style-type: none!important;
}

.sns:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.2em;
  color: white; 
  font-weight: normal;
  text-align: center;
  left : -35px; 
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.LastItem.sns-image {
  float: right;
  width: 480px;
}

.FirstItem.sns-contents {
  float: left;
  width: calc(100% - 510px);
}

.sns-contents #SnsButton{
  margin-left: 2.4em;
  margin-top:30px;
}

.related-link li{
  width:25%;
}

.list table th.bg_th{
  background: var(--scl);
  color: #fff;
  font-weight: bold;
  border: solid 1px var(--scl);
  text-align: center;
}

@media screen and (max-width: 767px){
  .Column2.FirstItem.sns-contents > h4{
    box-sizing: border-box;
    font-size: 1.6em;
  }

  .TextStyle1.socialgoodp {
    padding-left:0px;
  }

  .sns-contents #SnsButton{
    margin-left:0px;
    margin-top:0px;
  }

  .related-link li{
    width:50%;
  }

}
