@charset "UTF-8";
/* ○○.css - ○○ページ個別スタイル */
body{
    background-color: var(--beige);
}
.pie-chart_kyoute {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 32%,
        #f3c759 32% 58%,
        #C7F589 58% 76%,
        #A1D3F7 76% 87%,
        #6f51a1 87% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;
}
.pie-chart_research1 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 28%,
        #f3c759 28% 48%,
        #C7F589 48% 77%,
        #A1D3F7 77% 91%,
        #6f51a1 91% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;
}
.pie-chart_research2 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 27%,
        #f3c759 27% 56%,
        #C7F589 56% 80%,
        #A1D3F7 80% 90%,
        #6f51a1 90% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;    
}
.pie-chart_honban2 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 26%,
        #f3c759 26% 51%,
        #C7F589 51% 73%,
        #A1D3F7 73% 85%,
        #6f51a1 85% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;    
}
.pie-chart_honban3 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 24%,
        #f3c759 24% 50%,
        #C7F589 50% 74%,
        #A1D3F7 74% 87%,
        #6f51a1 87% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;    
}
.pie-chart_open {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 23%,
        #f3c759 23% 47%,
        #C7F589 47% 81%,
        #A1D3F7 81% 100%,
        #6f51a1 100% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;    
}
.pie-chart_zentou {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 33%,
        #f3c759 33% 52%,
        #C7F589 52% 82%,
        #A1D3F7 82% 95%,
        #6f51a1 95% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;    
}
.pie-chart_sundai {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
        #f7a1be 0% 23%,
        #f3c759 23% 61%,
        #C7F589 61% 80%,
        #A1D3F7 80% 95%,
        #6f51a1 95% 100%
    );
    margin-top:10px;
    margin-bottom: 10px;    
}

.chart_box{
    width: 335px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 5px;
    border: 1px solid var(--emeraldgreen);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    background-color: var(--white);
}
.chart_box2{
    width: 335px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 5px;
    border: 1px solid var(--emeraldgreen);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    font-size: 14px;
}   
.tab-button.active {
    background: var(--emeraldgreen);
    color: white;
}

.chart_content {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.tabwrap{
    display:flex;
}
.moshi_ichiran_tab{
    width: 100%;
    height: 54px;
    border:2px solid var(--navy);
    margin-top:20px;
}
.moshi_ichiran_tab2{
    width: 100%;
    height: 54px;
    border:2px solid var(--navy);
    margin-top:20px;
}
.moshi_ichiran_tab3{
    width: 100%;
    height: 54px;
    border:2px solid var(--navy);
    margin-top:20px;
}
.tab-button {
    cursor: pointer;
    flex:1;
    height: 50px;
    background-color: #e6e6e6;
    border: none;
    border-right: 2px solid var(--navy);
    color: var(--black);
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New';

}
.tab-button:last-child{
    border-right: none;
}
.tab-button2 {
    cursor: pointer;
    flex:1;
    height: 50px;
    background-color: #e6e6e6;
    border: none;
    border-right: 2px solid var(--navy);
    color: var(--black);
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New';
}
.tab-button2:last-child{
    border-right: none;
}
.tab-button2.active {
    background: var(--emeraldgreen);
    color: white;
}
.tab-button3 {
    cursor: pointer;
    flex: 1;
    width: 175px;
    height: 50px;
    background-color: #e6e6e6;
    border: none;
    border-right: 2px solid var(--navy);
    color: var(--black);
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New';
}
.tab-button3:last-child{
    border-right: none;
}
.tab-button3.active {
    background: var(--emeraldgreen);
    color: white;
}
.small-tab2{
    width:200px;
    height:40px;
    color: #3e3a39;
    border-bottom: 2px dashed var(--skyblue);
    border-top: 2px dashed var(--skyblue);
    display: flex;  
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 30px;
    background-color: var(--white);
}
.small-tab3{
    width:70%;
    height:40px;
    color: #3e3a39;
    border-bottom: 2px dashed var(--skyblue);
    border-top: 2px dashed var(--skyblue);
    display: flex;  
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 30px;
    background-color: var(--white);
}
.small-tab4{
    width:200px;
    height:40px;
    color: #3e3a39;
    border-bottom: 2px dashed var(--skyblue);
    border-top: 2px dashed var(--skyblue);
    display: flex;  
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 10px;
    background-color: var(--white);
}
.tab-content {
    display: none;

}

.tab-content.active {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;    
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tab-content2 {
    display: none;
}

.tab-content2.active {
    display: block;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;    
}
.tab-content3 {
    display: none;
}

.tab-content3.active {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;    
}
.legend {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.legend-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}

.color {
    width: 14px;
    height: 14px;
}

.red {
    background: #f7a1be;
}

.orange {
    background: #f3c759;
}

.lightgreen {
    background: #C7F589;
}
.blue{
    background: #A1D3F7;
}
.purple{
    background: #6f51a1;
}

h2 {
    color: #3e3a39;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 15px;
}

.custom-accordion {
  width: 100%;
  max-width: 600px;
  display: flex; 
  flex-direction: column;
  align-items: center;
}


.accordion-title {
  width: 80%;
  height: 40px;
  border: 1px solid var(--skyblue);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: opacity 0.2s ease;
  color: #3e3a39;
  margin-top: 20px;
}

.accordion-title::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 2px;
    height: 0.75em;
    background-color: var(--skyblue);
    transition: all 0.3s;
    
}
.accordion-title::before{
    content: "";
    position: absolute;
    right: 1em;
    width: 2px;
    height: 0.75em;
    background-color: var(--skyblue);
    transition: all 0.3s;
    transform:rotate(90deg);
}
.accordion-title.close::after {
    transform: rotate(90deg);
}



.accordion-content {
  height: auto; 
  width: 80%; 
  margin-left: 10%;
  padding: 15px;
  margin-top: 0; 
  border: 1px solid var(--skyblue); 
  border-top:none;
  display: flex; 
  flex-direction: column;
  align-items: center;
  background-color: #ffffff; 
  line-height: 1.6;
  background-color: var(--white);
  margin-bottom: 10px;
  font-size: 14px;
}


.text-size{
    font-size:11px;
    margin-top: 0.5px;
    padding-bottom: 1.5px;
}
.text-size:last-child{
    margin-top:0.7px;
}