@charset "UTF-8";

.all{
  width: auto;
  margin: 0 20px;
}
.mainVisualArea h1{
  margin: 0 -20px;
}
.mainVisualArea .backnumberList{
  display: block;
}
.mainVisualArea .backnumberList li a{
  padding: 10px 10px 10px 30px;
}
.mainVisualArea .backnumberList li a:before{
  left: 10px;
}
.mainVisualArea .backnumberList li a:after{
  left: 15px;
}

.section01,
.section02,
.section03,
.section04,
.section05,
.section06{
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.section01 h2{
  width: auto;
  right: 20px;
}
.section01 .text-theme{
  font-size: 14px;
  width: auto;
  float: none;
}
.section01 .fig{
  float: none;
  margin-bottom: 30px;
  display: block;
  width: auto;
}
.section01 .persons{
  justify-content: space-between;
}
.section01 .persons > li{
  float: none;
  width: 49%;
}
.section01 .persons dt {
  width: 30px;
}
.section01 .persons dd{
  padding-right: 0;
}
.section02{
  margin-bottom: 40px !important;
}
.section02 h2{
  width: calc(100% - 40px);
  font-size: 16px;
}
.section02 .kaiwa > li{
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section02 .kaiwa > li .fig{
  position: static !important;
  text-align: center;
  display: block;
  width: 100%;
}
.section02 .kaiwa > li dl{
  width: auto !important;
  flex: 1;
}
.section02 .kaiwa > li.right{
  flex-direction: row-reverse;
}
.section02 .kaiwa > li:not(:first-child){
  margin-top: 10px !important;
}
.section02 .kaiwa dd{
  text-align: left;
}
.section03{
  margin-bottom: 40px !important;
}
.section03 h2{
  font-size: 22px;
}
.section03 .childSection h3{
  padding: 15px 10px 15px 40px;
}
.section03 .childSection h3:before{
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.section03 .childSection .inner{
  padding-left: 0;
}
.section03 .photo {
	align-items: flex-start;
  width: auto;
  position: static;
}
.section03 .photo span:first-child{
  margin-right: 10px;
}
.section03 .photo.single{
  display: block;
  text-align: center;
}
.section03 .childSection dl{
  min-height: 0;
  padding: 0 !important;
}
.section03 .childSection dt.pinkTxt{
  width: auto;
  font-size: 24px;
}
.section03 .childSection:nth-child(3) dl dt{
  margin-left: 0;
  margin-right: 0;
}
.section03 .childSection:nth-child(3) dl dd:before{
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.point-list li{
  padding-left: 0;
}
.section04{
  margin-bottom: 40px !important;
}
.section04 .point-list li{
  padding-left: 45px;
}
.section04 .point-list li:before{
  top: 50%;
  transform: translateY(-50%);
}
.section05{
  margin-bottom: 0 !important;
}