@charset "utf-8";

/* スタイルシート　構造システムを知る */


.tab {
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  background-color: #FFFFFF;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

input:checked ~ .tab-content {
  max-height: 100%;
}

label::after {
  position: absolute;
  right: 0;
  top: 12px;
  display: block;
  width: 6em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "詳しくは ▼";
  font-weight: normal;
  font-size:1rem;
  top:0.4rem;
  right:0.5rem;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  content: "詳しくは △";
  font-size:1rem;
}


.ivt_style1 {
  color: #8060A5;
  font-weight:700;
  font-size:1.1rem;
  position: relative;
  display: inline-block;
  padding-left:35px;
}
.ivt_style1:before {
  content:'';
  position:absolute;
  top:45%;
  display:inline-block;
  width:30px;
  height:2px;
  background-color:#8060A5;
}
.ivt_style1:before {
  left:0;
}

.ivt_style2 {
  color: #ED6C00;
  font-weight:700;
  font-size:1.1rem;
  position: relative;
  display: inline-block;
  padding-left:35px;
}
.ivt_style2:before {
  content:'';
  position:absolute;
  top:45%;
  display:inline-block;
  width:30px;
  height:2px;
  background-color:#ED6C00;
}
.ivt_style2:before {
  left:0;
}

.ivt_style3 {
  color: #68A484;
  font-weight:700;
  font-size:1.1rem;
  position: relative;
  display: inline-block;
  padding-left:35px;
}
.ivt_style3:before {
  content:'';
  position:absolute;
  top:45%;
  display:inline-block;
  width:30px;
  height:2px;
  background-color:#68A484;
}
.ivt_style3:before {
  left:0;
}


.iv_style1 {
  border-right:solid 10px #C6ADDA;
  border-bottom:solid 10px #C6ADDA;
  padding-top:1.6rem;
  padding-right:1.6rem;
  padding-bottom:0.8rem;
  padding-left:1.6rem;
  margin-right: 1rem;
}

.iv_style2 {
  border-right:solid 10px #F2A45F;
  border-bottom:solid 10px #F2A45F;
  padding-top:1.6rem;
  padding-right:1.6rem;
  padding-bottom:0.8rem;
  padding-left:1.6rem;
  margin-right: 1rem;
}

.iv_style3 {
  border-right:solid 10px #A4DDDA;
  border-bottom:solid 10px #A4DDDA;
  padding-top:1.6rem;
  padding-right:1.6rem;
  padding-bottom:0.8rem;
  padding-left:1.6rem;
  margin-right: 1rem;
}


.ew_sub_title {
  font-weight:700;
  display: flex;
  align-items:center;
}

.ew_sub_title:after {
  content:'';
  height:1px;
  flex-grow:1;
  background-color: #c0c0c0;
}
.ew_sub_title:after {

}

.ew_sub_title_l {
  font-weight:700;
  display: flex;
  align-items:center;
}

.ew_sub_title_l:after {
  content:'';
  height:1px;
  flex-grow:1;
  background-color: #c0c0c0;
}
.ew_sub_title_l:after {

}

.ew_sub_title_l span {
  position: relative;
  padding-right:14%;
}

.ew_sub_title_l span:after {
  content:'';
  position:absolute;
  top:46%;
  display:inline-block;
  width:30%;
  height:3px;
  background-color: rgba(12,36,97,1);
}
.ew_sub_title_l span:after {
  right:0;
}

.ew_cont_title {
  color: rgba(12,36,97,1);
  font-weight:700;
  font-size:1.2rem;
}

.info-title {
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  font-weight: bold;
  color: #FFFFFF;
  padding: .4em 1em;
  line-height: 2.8;
  background-color: #253EB0;
}

.info-title_l {
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  font-weight: bold;
  color: #FFFFFF;
  padding: .4em 1em;
  background-color: #253EB0;
}

.info-text {
  font-feature-settings: "palt";
  font-weight: 700;
  font-size:3.3rem;
  color: #0090CF;
  text-align:center!important;
}
.info-text span {
  font-size:1.8rem;
}


.flat_arrange {
  display:flex;
  align-items:baseline;
}

.image-end {
  margin-left: auto;
}


.pie-chart-1 {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: conic-gradient(#0090CF 62%, #e4717a 62% 100%);
}
.pie-chart-1 span {
  position: absolute;
  top: 50%;
  right: 27%;
  transform: translate(50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2em;
}
.pie-chart-1 span.caption_2nd {
  position: absolute;
  top: 45%;
  right: 72%;
  transform: translate(50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2em;
}

.pie-chart-2 {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: conic-gradient(#0090CF 67%, #DFDFDF 67% 100%);
}

.pie-chart-2 span {
  position: absolute;
  top: 50%;
  right: 27%;
  transform: translate(50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2em;
}

.pie-chart-3 {
  position: relative;
  display: flex;
  justify-content: center;
}

.pie-chart-3 > div {
  width: 200px;
  height: 200px;
  margin: 0;
  border-radius: 50%;
  background-image: conic-gradient(#0090CF 57%, #CF2A11 57% 80%, #BACF00 80% 100%);
}

.pie-chart-3 span {
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translate(50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2em;
}
.pie-chart-3 span.caption_2nd {
  position: absolute;
  top: 61%;
  right: 62%;
  transform: translate(50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2em;
}
.pie-chart-3 span.caption_3rd {
  position: absolute;
  top: 24%;
  right: 58%;
  transform: translate(50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2em;
}

.pie-chart-3_sub {
  margin-top: 1.8rem;
}

.pie-chart-3_sub span {
  margin-right: 10px;
}

.pie-chart-3_sub li {
  display: inline;
  list-style-type: none;
  align-items: center;
}

.pie-chart-3_sub li::before {
  display: inline-block;
  width: 1.2em;
  height: .8em;
  margin-right: 5px;
  content: '';
}

.pie-chart-3_sub li:nth-child(1)::before {
    background-color: #0090CF;
}

.pie-chart-3_sub li:nth-child(2)::before {
    background-color: #CF2A11;
}

.pie-chart-3_sub li:nth-child(3)::before {
    background-color: #BACF00;
}

@media screen and (max-width: 472px) {

.pie-chart-3 span {
  right: 30%;
}
.pie-chart-3 span.caption_2nd {
  right: 68%;
}
.pie-chart-3 span.caption_3rd {
  right: 64%;
}


}

@media screen and (max-width: 992px) {

.tab-content {
  max-height: 100%;
}

input[type=checkbox] + label::after {
  display: none;
}

.pie-chart-5_sub {
    left: 0%;
}


}

