@charset "UTF-8";
/*各ページ独自のcss設定*/


/*以下に指定を記述する*/

/*↓これは書き方の例だから消してね*/
body{background-color: #fffbf8;}

.back-to-top {
position: fixed;
bottom: 15px;
right: 15px;
background-color: #edaa0b99;
color: white;
padding: 10px 14px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
z-index: 999;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease;
}

.back-to-top:hover {
background-color: #e07e0099;
}


h1{
   text-align: center;
   margin-top: 40px;
   
    color: #3e3a39;
   font: bold;
}

.linebox {
  position: relative;
  width: 265px;
  height: 4px;
  margin: 0 auto;

}

.line {
  position: absolute;
  height: 4px;
}

.line1 {
  width: 120px;
  background: #edaa0b;
  border-radius: 10px;
  z-index: 3;
  left: 0;
}

.line2 {
  width: 100px;
  background: #f3c759;
  border-radius: 0 10px 10px 0;
  z-index: 2;
  left: 105px;
}

.line3 {
  width: 80px;
  background: #f9e3aa;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  right: 0;
}



.back_button_top_wrap {
  display: flex;
  justify-content: flex-end; /* 右寄せしたい場合 */
  margin-top: 20px; /* 上下の余白を適宜調整 */
margin-bottom: 40px;
width: 210px;
position: relative;
margin-left: auto;
}

.back_button_top {
  font-size: 11px;
  font-weight: 500;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  width: 210px;
  height: 30px;
  box-shadow: 1px 1px 1px #00000080;
  margin: 0 10px;
  position: relative;
  text-decoration: none;

  
}

.back_button_top::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 15px solid #edaa0b;
    border-top: 15px solid transparent;
   
}

.back_button_top::after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #b3b3b3;
}

.arrow1_top {
    display: inline-block;
    width: 15px;
    height: 0.75px;
    background: #4d4d4d;
    position: absolute;
    top: 55%;
    left: 29px;

}

.arrow2_top{
   display: inline-block;
    width: 5px;
    height: 0.75px;
    background: #4d4d4d;
    transform: rotate(-45deg) translateY(-60%);
    transform-origin: left bottom;
    position: absolute;
    top: 55%;
    left: 30px;
}


.nakamidashi {
    width: 267px;
    height: 57px;
    background-color: #ffffff;
    font-size: 22px;
    outline: 1px solid #edaa0b;
    outline-offset: -1px;
    color: #3e3a39;
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
}




.nakamidashi::before{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-left: 31px solid #edaa0bff;
}

.nakamidashi::after{
   content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0px;
    border-left: 32px solid transparent;
    border-top: 32px solid #fffbf8FF;
}


.nakamidashi_name {
    width: 267px;
    height: 57px;
    background-color: #ffffff;
    font-size: 18px;
    outline: 1px solid #edaa0b;
    outline-offset: -1px;
    color: #3e3a39;
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
}

.extra-decoration {
    width: 27px;
    height: 3px;
    background-color: #f3c759;
    right: 0;/*res*/
    top: 31px;/*res*/
    position: absolute;
}


.nakamidashi_name::before{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-left: 31px solid #edaa0bff;
}

.nakamidashi_name::after{
   content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0px;
    border-left: 32px solid transparent;
    border-top: 32px solid #fffbf8FF;
}

.komidashi {
    width: 240px;
    background-color: #fffbf8;
    border-top: 1.5px solid #edaa0b;
    border-bottom: 1.5px solid #edaa0b;
    font-size: 16px;
    color: #3e3a39;
    position: relative;
    text-align: center;
    margin: 20px auto;
    position: relative;
    line-height: 33px;
    font-weight: 500;
}
.komidashi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 20px solid #edaa0b;
    border-bottom: 20px solid transparent
}
.komidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #edaa0b;
}

.komidashi-a{
    
    width: 220px;
    background-color: #fffbf8;
    border-top: 1.5px solid #edaa0b;
    border-bottom: 1.5px solid #edaa0b;
    font-size: 16px;
    color: #3e3a39;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
    line-height: 33px;
    font-weight: 500;
}
.komidashi-a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 20px solid #edaa0b;
    border-bottom: 20px solid transparent
}
.komidashi-a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #edaa0b;
}


/*tabの形状*/
.tab{
	display: flex;            /* タブを横並びに */
    margin: 0 auto;             /* コンテナの中央寄せ */
width: 100%;
  padding: 0;                /* デフォルトの余白を削除 */
list-style: none;

font-weight: 500;
font-size: 15px;
color: #3e3a39;
margin-bottom: 20px;
 
}

/* 各タブのリンク（aタグ） */
.tab li {
  flex: 1;                   /* 均等幅にする */
  text-align: center;        /* テキストを中央揃え */
}

.tab li a{
display: block;   
 position: relative;       /* 絶対位置指定用の基準 */
    background-color:  #f2f2f250;/* 背景色 */
    color: #999999;                 /* 文字色 */
    text-align: center;       /* 文字を中央揃え */
    cursor: pointer;          /* ポインターを指アイコンに変更 */
    transition: 0.3s all;     /* 変化を滑らかに */
    padding: 16px 0px; 
    border-top: solid 1px #99999950 ;
    border-right: solid 1px #99999950;
    border-bottom: solid 2px #edaa0b;
       text-decoration: none;
	   	height: 59px;

}

.tab li:nth-child(4) a {
  font-size: 11px;
line-height: 2.45ex;
height: 59px;
}



/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	 background-color:#fffbf8;/* ホバー/選択時の背景色 */
    color: #3e3a39;           /* ホバー/選択時の文字色 */
    border-top: solid 2px #edaa0b ;
    border-right: solid 2px #edaa0b;
    border-left: solid 2px #edaa0b;
    border-bottom: solid 2px transparent;
       text-decoration: none;
	height: 60px;

}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
    background-color:#fffbf8;/* ホバー/選択時の背景色 */
    color: #3e3a39;           /* ホバー/選択時の文字色 */
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
   
    background-color: #fffbf8;
    margin: 0 auto;
    margin-top: 20px;

    height: auto;
    font-size: 11px;
	opacity: 1;
}
	   



.profile{
  /*overflow-x: auto;⭐*/
    white-space: nowrap;     /* 折り返さない */
}

.box-profile {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #edaa0b;
  margin-top: 20px;
    font-size: 14px;
    padding: 15px;
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
	background-color: #ffffff;
}

.box{
   background-color: #ffffff;
    width: 335px;
    border: 1px solid #edaa0b;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    padding: 15px;
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
}


.profile-flex {
  display: flex;
  align-items: flex-start; /* 上揃えにする */
  gap: 10px; /* 要素間の余白 */
}



.ilst {
  width: 66px; /* 必要に応じてサイズ調整 */
  height: 66px;

}

.profile-basic {
  font-size: 11px;
  max-width: 200px; /* 必要に応じて調整 */
  margin-bottom: 11px;
}

.profile-others{
    background-color: #ffffff;
    margin: 0 auto;
    font-size: 11px;
    height: auto;
    color: #3e3a39;
	white-space: nowrap;     /*折り返さない ⭐*/

}


.line_break{
height:6px
}

.pie-chart h2 {
        font-size: 11px;
        text-align: center;
	}
figcaption {
		font-size: 9px;
		text-align: center;
	}

figcaption span:after {
		display: inline-block;
		content: "";
		width: 0.8em;
		height: 0.8em;
		margin-left: 0.4em;
		height: 0.8em;
		border-radius: 0.2em;
		background: currentColor;
	}



.pie-chart_1_kou12 {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
				#f7a1be 10%,
				#A1D3F7 0,
				#A1D3F7 40%,
				#C7F589 0,
				#C7F589 85%,
				#f3c759 0,
				#f3c759 100%,
				#f9e3aa 0,
				#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	

    .pie-chart_1_kou3sp-sm {
        background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 25%,
		        #C7F589 0,
		        #C7F589 60%,
		        #f1c65b 0,
		        #f1c65b 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
		
	}
	
	
	
    	

    .pie-chart_1_kou3sm-am {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 15%,
		        #A1D3F7 0,
		        #A1D3F7 45%,
		        #C7F589 0,
		        #C7F589 80%,
		        #f1c65b 0,
		        #f1c65b 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
	


    
    .pie-chart_1_kou3am-kt {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
			
            #f7a1be 0,
			#f7a1be 0%,
			#A1D3F7 0,
			#A1D3F7 20%,
			#C7F589 0,
			#C7F589 50%,
			#f1c65b 0,
			#f1c65b 70%,
			#f9e3aa 0,
			#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	

	


    
    .pie-chart_1_kou3kt-ns {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
            #f7a1be 0,
			#f7a1be 15%,
			#A1D3F7 0,
			#A1D3F7 50%,
			#C7F589 0,
			#C7F589 80%,
			#f1c65b 0,
			#f1c65b 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
/*tab2グラフ*/	


.pie-chart_2_kou12 {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
				#f7a1be 0%,
				#A1D3F7 0,
				#A1D3F7 60%,
				#C7F589 0,
				#C7F589 90%,
				#f3c759 0,
				#f3c759 100%,
				#f9e3aa 0,
				#f9e3aa 0%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	

    .pie-chart_2_kou3sp-sm {
        background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 5%,
		        #A1D3F7 0,
		        #A1D3F7 45%,
		        #C7F589 0,
		        #C7F589 70%,
		        #f1c65b 0,
		        #f1c65b 95%,
				#f9e3aa 0,
				#f9e3aa 5%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
		
	}
	
	
	
    	

    .pie-chart_2_kou3sm-am {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 5%,
		        #A1D3F7 0,
		        #A1D3F7 35%,
		        #C7F589 0,
		        #C7F589 65%,
		        #f1c65b 0,
		        #f1c65b 95%,
				#f9e3aa 0,
				#f9e3aa 5%


		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
	


    
    
        .pie-chart_2_kou3am-kt {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
			
   			#f7a1be 0,
			#f7a1be 0%,
			#A1D3F7 0,
			#A1D3F7 25%,
			#C7F589 0,
			#C7F589 50%,
			#f1c65b 0,
			#f1c65b 70%,
			#f9e3aa 0,
			#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}

	


    
    .pie-chart_2_kou3kt-ns {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
            #f7a1be 0,
			#f7a1be 10%,
			#A1D3F7 0,
			#A1D3F7 40%,
			#C7F589 0,
			#C7F589 65%,
			#f1c65b 0,
			#f1c65b 100%,
			#f9e3aa 0,
			#f9e3aa 0%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
/*tab3*/
.pie-chart_3_kou12 {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
		    #f7a1be 0,
			#f7a1be 0%,
			#A1D3F7 0,
			#A1D3F7 15%,
			#C7F589 0,
			#C7F589 65%,
			#f1c65b 0,
			#f1c65b 100%,
            #f9e3aa 0,
			#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	

    .pie-chart_3_kou3sp-sm {
        background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 0%,
		        #A1D3F7 0,
		        #A1D3F7 30%,
		        #C7F589 0,
		        #C7F589 70%,
		        #f1c65b 0,
		        #f1c65b 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
		
	}
	
	
	
    	

    .pie-chart_3_kou3sm-am {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 5%,
		        #A1D3F7 0,
		        #A1D3F7 35%,
		        #C7F589 0,
		        #C7F589 75%,
		        #f1c65b 0,
		        #f1c65b 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
	


    
    .pie-chart_3_kou3am-kt {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
			 #f7a1be 0,
			#f7a1be 10%,
			#A1D3F7 0,
			#A1D3F7 35%,
			#C7F589 0,
			#C7F589 65%,
			#f1c65b 0,
			#f1c65b 85%,
            #f9e3aa 0,
			#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
    
    .pie-chart_3_kou3kt-ns {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
                
               
			),
			conic-gradient(

            #f7a1be 0,
		        #f7a1be 5%,
		        #A1D3F7 0,
		        #A1D3F7 35%,
		        #C7F589 0,
		        #C7F589 55%,
		        #f1c65b 0,
		        #f1c65b 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}

/*tab4*/
.pie-chart_4_kou12 {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
		    #f7a1be 0,
			#f7a1be 10%,
			#A1D3F7 0,
			#A1D3F7 40%,
			#C7F589 0,
			#C7F589 60%,
			#f1c65b 0,
			#f1c65b 70%,
            #f9e3aa 0,
			#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	

    .pie-chart_4_kou3sp-sm {
        background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 40%,
		        #C7F589 0,
		        #C7F589 70%,
		        #f1c65b 0,
		        #f1c65b 90%,
                #f9e3aa 0,
		    	#f9e3aa 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
		
	}
	
	
	
    	

    .pie-chart_4_kou3sm-am {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 40%,
		        #C7F589 0,
		        #C7F589 65%,
		        #f1c65b 0,
		        #f1c65b 95%,
                #f9e3aa 0,
		    	#f9e3aa 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
	


    
    .pie-chart_4_kou3am-kt {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 30%,
		        #C7F589 0,
		        #C7F589 50%,
		        #f1c65b 0,
		        #f1c65b 65%,
                #f9e3aa 0,
		    	#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
    
    .pie-chart_4_kou3kt-ns {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
                
               
			),
			conic-gradient(

            #f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 50%,
		        #C7F589 0,
		        #C7F589 80%,
		        #f1c65b 0,
		        #f1c65b 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}

/*ここから浪人グラフ*/


    .pie-chart_4_rousp-sm {
        background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 45%,
		        #C7F589 0,
		        #C7F589 75%,
		        #f1c65b 0,
		        #f1c65b 100%,
                #f9e3aa 0,
		    	#f9e3aa 100%

		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
		
	}
	
	
	
    	

    .pie-chart_4_rousm-am {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 45%,
		        #C7F589 0,
		        #C7F589 75%,
		        #f1c65b 0,
		        #f1c65b 100%,
                #f9e3aa 0,
		    	#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
	


    
    .pie-chart_4_rouam-kt {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
			),
			conic-gradient(
				#f7a1be 0,
		        #f7a1be 10%,
		        #A1D3F7 0,
		        #A1D3F7 35%,
		        #C7F589 0,
		        #C7F589 50%,
		        #f1c65b 0,
		        #f1c65b 70%,
                #f9e3aa 0,
		    	#f9e3aa 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}
	
    
    .pie-chart_4_roukt-ns {
		background:
			radial-gradient(
				circle closest-side,
				transparent 66%,
				white 0
                
               
			),
			conic-gradient(

            #f7a1be 0,
		        #f7a1be 5%,
		        #A1D3F7 0,
		        #A1D3F7 45%,
		        #C7F589 0,
		        #C7F589 65%,
		        #f1c65b 0,
		        #f1c65b 100%
		);
		position: relative;
		width: 265px;
		min-height: 145px;
		margin: 6px auto;
	}


.button-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nakamidashi_tagakubu {
    width: 220px;
    height: 57px;
    background-color: #ffffff;
    font-size: 18px;
    outline: 1px solid #edaa0b;
    outline-offset: -1px;
    color: #3e3a39;
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}



.button {
    font-size: 11px;
    font-weight: 500;
    color: #3e3a39;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    width: 70px;
    height: 45px;
    box-shadow: 1px 1px 1px #00000080;
    position: relative;
    text-decoration: none;
}
.button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background-color: #b3b3b3b3;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.button::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    background-color: #edaa0b;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.back_button_wrap{
    position: relative;
    margin: 0 auto;
    width: 245px;
}

.back_button{
   font-size: 17px;
   font-weight: 500;
   color: #3e3a39;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #f9f9f9;
   width: 245px;
   height: 45px;
   margin: 0 auto;
   box-shadow: 1px 1px 1px #00000080;
   margin-top: 60px;
   margin-bottom: 90px;
   text-decoration: none;
}

.back_button::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 15px solid #edaa0b;
    border-top: 15px solid transparent;
   
}

.back_button::after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #b3b3b3;
}

.arrow1 {
    display: inline-block;
    width: 15px;
    height: 0.75px;
    background: #4d4d4d;
    position: absolute;
    top: 55%;
    left: 19px;

}

.arrow2{
   display: inline-block;
    width: 5px;
    height: 0.75px;
    background: #4d4d4d;
    transform: rotate(-45deg) translateY(-60%);
    transform-origin: left bottom;
    position: absolute;
    top: 55%;
    left: 20px;
}


.box-profile {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #edaa0b;
  margin-top: 20px;
    font-size: 11px;
    padding: 15px;
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
	background-color: #ffffff;
}
/*⭐*/

.res-profile{
    text-align: left;
	gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
    /*display: flex;これはレスポンシブのみ
    flex-direction: row;
    align-items: center;*/
    overflow-x: auto;        /* 横スクロールを有効にする ⭐*/
}




/*
css概説（復習用　要らなければ消してください）

vol.1 用語の解説

セレクタ…装飾をつけたい対象の要素のこと
属性…セレクタに施したい装飾の種類
値…セレクタに施したい装飾の具体的内容

例：h1{color:red;}
h1がセレクタ　colorが属性　redが値

vol.2 セレクタの指定
①要素名で指定
h1{color:red;}

②class名で指定
.class{color:red;}

③id名で指定
#id{color:red;}

④要素名プラスclass名で指定
div.class{color:red;}

⑤要素名プラスid名で指定
div#id{color:red;}

⑥要素の位置から指定
header div{color:red;}   
↑スペースを入れる（ここではheader内のdiv要素を指定）

vol.3 属性・値の指定

①{属性:値;}の形で記述
{color:red;}

②１つのセレクタに対する指定はまとめて記述できる
h1{
   color:red;
   width:90%;
}

③指定が重複したら後の行にあるものが優先
h1{
   color:red;
   width:90%;
   color:blue;
}
↑ここではh1はblueになる

④指定が重複したらより特定が強いものが優先
h1{
   color:red;
   width:90%;
}
header h1{
   color:blue;
}
↑ここではheader内のh1はcolorがblue、widthが90%になる
*/

@media screen and (min-width:1024px) {
    /*レスポンシブ用*/

.nakamidashi {
	height: 63px;
    font-size: 26px;
    width: 80%;
}

.komidashi-a {
	font-size: 20px;
}

.back_button_top {
	transform: translateY(4px);
	font-size: 15px;
}

	
.box-profile {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #edaa0b;
  margin-top: 20px;
    font-size: 14px;
    padding: 20px;/*resで変えた*/
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
	background-color: #ffffff;
}

.profile-basic {
  font-size: 15px;
}

.profile-others{
    font-size: 15px;
}

.pie-chart h2 {
        font-size: 15px;
	}
figcaption {
		font-size: 13px;
	}

.nakamidashi_tagakubu {
    font-size: 22px;
	width: 80%;
	height: 63px;
}
.button{
	font-size: 15px;
}

.back_button{
   font-size: 21px;
   
}

.box{
	width: 38vw;
	font-size: 18px;
	padding: 20px;
}

.block {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-top: 30px;
		justify-content: space-between;
		margin-left: 10%;
		margin-right: 10%;
}

.res-profile{
    text-align: left;
	gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
	overflow-x: auto;        /* 横スクロールを有効にする ⭐*/
	justify-content: space-around;
}

.button-row{
	display: flex;
	justify-content: space-between;  
	margin-left: 10%;
  	margin-right: 10%;
}

/*tabの形状*/
.tab{
font-size: 19px;

}
.tab li:nth-child(4) a {
  font-size: 15px;
/*line-height: 2.45ex;
height: 59px;*/
}


.tab li:hover{
	opacity: 0.6;
	color: white;

}

.area.is-active {
    font-size: 15px;
}

.button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.back_button{
	width: 290px;
   	height: 53px;
	font-size: 21px;

}

.back_button:hover{
  box-shadow: none;
}

.back_button_wrap:hover{
    transform: translateY(4px);

}

.back_button_top {
  font-size: 15px;
}

.nakamidashi {
    font-size: 26px;
}

.nakamidashi_name {
    font-size: 22px;
	width: 80%;
	height: 63px;
}

.komidashi {
    font-size: 20px;
}

.komidashi-a{
    font-size: 20px;
}

.area.is-active {
    font-size: 15px;
}

.button{
	width: 17%;
	font-size: 21px;
}

.komidashi-a{
    width: 300px;
    line-height: 41px;
}

.back_button::before{
  
    border-left: 21px solid #edaa0b;
    border-top: 21px solid transparent;
   
}

.back_button::after{
    border-left: 21px solid transparent;
    border-top: 21px solid #b3b3b3;
}


._button_backtop_wrap {
  	display: flex;
	justify-content: flex-end;
	margin-right: 10%;
	margin-bottom: 2%;
}



._button_backtop_wrap {
 position: relative;
}
.res_arrow{
	position: absolute;
	bottom: 8px;
    right: 237px;
}

.back_button_wrap {
    width: 290px;
}

.profile{
overflow-x: hidden;
     /*res 横スクロールを有効にする */
	 width: 500px;
}

.tab li:nth-child(4) a {
  font-size: 19px;
/*line-height: 2.45ex;
height: 59px;*/
}

.tab li a br {
    display: none;
  }
.arrow1_top{
	left: 43px;
}  

.arrow2_top{
	left: 44px;
}


.pie-chart_res{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

figcaption {
		font-size: 16px;
        text-align: right;
	}/*res*/

}
    