@charset "utf-8";


/*=======================================

STUDENTSページ

=======================================*/

.students h3{
	font-size: 1.4em;
	font-weight: 400;
	}

.students h4{
	font-size: 2.2em;
	font-weight: 600;
	margin-top: 60px;
	line-height: 1.5em;
	}
@media screen and (max-width: 900px) {
.students h4{
	font-size: 1.8em;
	margin-top: 30px;
	}
	}

.students .innercontents{
	width:90%;
	margin-top: 30px;
	}

.students > .innercontents > p.lead{
	line-height: 1.8em;
	padding: 30px 0 60px;
	}
@media screen and (max-width: 900px) {
.students > .innercontents > p.lead{
	font-size: .9em;
	padding: 30px 0;
	}
	}



/* タブ */

.main_tabs .box_tab.box_list_tab-01 {
	width:100%;
	position: relative;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: none;
	background-color: #E6E6E6;
	color: #721b23;
	cursor: pointer;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.color-gray {
	background-color: #808080;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.small-font {
	font-size: 1.2vw;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 1px;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	width: 33.33%;
	background-color: #E6E6E6;
	margin: 0 0;
	color: #5F5F5F;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	background-color: #009BE2;
	color: #fff;
	padding: 15px 5px 15px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 1.1em;
	}
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.box_tab-01 {
	padding: 40px 5px 40px;
	align-items: center;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	font-size: clamp(14px, 2vw,16px);
	}
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.box_tab-01 {
	padding: 20px 5px 20px;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.small {
	display: block;
	font-size: .65em;
	line-height: 1.5em;
	font-weight: 500;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.small {
	margin-top: .5em;
	font-size: .8em;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.pos {
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	display: inline-block;
	color:#fff;
	font-size: .65em;
	margin-top: 10px;
	padding: 7px 0;
	line-height: 1em;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.pos {
	width: 100%;
	font-size: .9em;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.situation {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:25px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .4);
	color:#fff;
	font-size: .65em;
	line-height: 1em;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.situation {
	width: 100%;
	background: rgba(0, 0, 0, .2);
	font-size: .9em;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li:first-child {
	margin-left: 0;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.tab-disable {
	pointer-events: none;
	color: #fff;
	background-color: #ccc;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li:not(.active):hover {
	opacity: 0.7;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.active {
	background-color: #000;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(1) {
	background: url('../volunteer/img/bg_05.png') no-repeat;
	background-size: 100% 100%;
	color: #008689;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(1) {
	color: #fff;
	background: url('../volunteer/img/bg_05_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(2) {
	background: url('../volunteer/img/bg_01.png') no-repeat;
	background-size: 100% 100%;
	color: #f18d43;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(2) {
	color: #fff;
	background: url('../volunteer/img/bg_01_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(3) {
	background: url('../volunteer/img/bg_03.png') no-repeat;
	background-size: 100% 100%;
	color: #4e67c8;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(3) {
	color: #fff;
	background: url('../volunteer/img/bg_03_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs.sub_tabs .box_tab.box_list_tab-01 ul.tab_btn li.active::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	bottom: auto;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	border-bottom: 10px solid #A72D2A;
	}

.main_tabs.sub_tabs .box_tab.box_list_tab-01 ul.tab_btn li.leader.active::after {
	border-top: 0;
	border-bottom: 10px solid #f18d43;
	}

.main_tabs.sub_tabs .box_tab.box_list_tab-01 ul.tab_btn li.member.active::after {
	border-top: 0;
	border-bottom: 10px solid #4e67c8;
	}


@media screen and (max-width: 900px) {
.pagecontents > .innercontents{
	width: 100%;
	margin-top: 0;
	}
	}

.tabcaution{
	width: 100%;
	text-align: center;
	color:#c00;
	font-size: 1em;
	line-height: 1em;
	font-weight: 600;
	padding: 10px 0 35px;
	border-bottom: 1px solid #ccc;
	}
@media screen and (max-width: 900px) {
.tabcaution{
	font-size: .9em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5em;
	padding: 10px 10px 35px;
	border-bottom: none;
	}
	}

.tabcaution2{
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	padding: 35px 0 35px;
	border-bottom: 1px solid #ccc;
	}
@media screen and (max-width: 900px) {
.tabcaution2{
	font-size: .9em;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 35px 5% 35px;
	}
	}

.tabcaution2 a{
	color:#c00;
	font-weight: 600;
	text-decoration: underline;
	}


/* タブコンテンツ */

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts > li {
	display: none;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts > li.active {
	display: block;
	}
.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts li.tab-gray {
	color: #5F5F5F;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts li.tab-gray.active {
	background-color: #808080;
	color: #fff;
	}


/* タブ内コンテンツ */


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	margin-top: 30px;
	width: 100%;
	text-align: left;
	/*border: 1px solid #ccc;*/
	border-bottom: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	width: 100%;
	border-left: none;
	border-right: none;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month{
	min-height: 100px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	/*border-left: 1px solid #ccc;*/
	border-bottom: 1px solid #333;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal{
	background:#ccc;
	position: relative;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#A72D2A;
	/*border-right: 1px solid #ccc;*/
	padding-bottom: 50px;
	color:#fff;
	font-weight: bold;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal{
	width: 80px;
	align-items: flex-start;
	padding-top: 25px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 50px solid #fff;
	border-right: 50px solid #fff;
	border-top: 50px solid #A72D2A;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal::after {
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
	border-top: 40px solid #A72D2A;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail{
	width: calc(100% - 100px);
	padding: 0 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail{
	width: calc(100% - 80px);
	padding: 0 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail > .block{
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail > .block{
	padding: 20px 0;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail > .block:last-child{
	border-bottom: none;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month ul li{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  .leader{
	color:#f18d43;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  .member{
	color:#4e67c8;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  .team{
	color:#e44d93;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  a{
	font-weight: 700;
	text-decoration: underline;
	}



.tab_cnts{
	margin-top: 60px;
	}

.tab_cnts h5{
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1em;
	}

.tab_cnts .leads{
	margin-top: 50px;
	line-height: 1.6em;
	}
@media screen and (max-width: 900px) {
.tab_cnts .leads{
	margin-top: 30px;
	font-size: .9em;
	line-height: 1.6em;
	}
	}

.tab_cnts .img-students{
	margin: auto;
	margin-top: 50px;
	width: 100%;
	}
@media screen and (max-width: 900px) {
.tab_cnts .img-students{
	margin-top: 30px;
	width: 90%;
	}
	}

.tab_cnts .cap{
	text-align: left;
	margin-top: 10px;
	font-size: .8em;
	}
@media screen and (max-width: 900px) {
.tab_cnts .cap{
	margin-top: 10px;
	font-size: .8em;
	margin-left: 5%;
	}
	}

.tab_cnts .go{
	width: 100%;
	margin-top: 60px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.tab_cnts .go{
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	}
	}

.tab_cnts .go > div{
	width: 100%;
	border-right: 1px solid #ccc;
	padding: 20px 0;
	}
@media screen and (max-width: 900px) {
.tab_cnts .go > div{
	border-right: none;
	border-top: 1px solid #ccc;
	padding: 30px 0;
	}
	}

.tab_cnts .go > div:last-child{
	border-right: none;
	}
@media screen and (max-width: 900px) {
.tab_cnts .go > div:last-child{
	border-bottom: 1px solid #ccc;
	}
	}

.tab_cnts .go > div p.num{
	font-size: 1.2em;
	line-height: 1em;
	}

.tab_cnts .go > div p.title{
	margin-top: 30px;
	font-size: 1.3em;
	font-weight: 600;
	}

.tab_cnts .go > div > div.line{
	margin: auto;
	margin-top: 20px;
	width: 30px;
	height: 1px;
	background: black;
	overflow: hidden;
	}

.tab_cnts .go > div p.lead{
	margin-top: 20px;
	}
@media screen and (max-width: 1100px) {
.tab_cnts .go > div p.lead{
	font-size: .8em;
	}
	}
@media screen and (max-width: 900px) {
.tab_cnts .go > div p.lead{
	font-size: 1em;
	}
	}

.tab_cnts .go > div img{
	margin-top: 30px;
	width: 100%;
	}
@media screen and (max-width: 900px) {
.tab_cnts .go > div img{
	width: 75%;
	max-width: 400px;
	margin-top: 20px;
	}
	}

.tab_cnts .rule{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.tab_cnts .rule{
	margin: auto;
	margin-top: 50px;
	width: 90%;
	}
	}

.tab_cnts .rule p{
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 20px;
	}

.tab_cnts .table{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 15px;
	font-size: .9em;
	line-height: 1.6em;
	}
@media screen and (max-width: 900px) {
.tab_cnts .table{
	flex-direction: column;
	margin-top: 15px;
	font-size: .9em;
	line-height: 1.6em;
	}
	}

.tab_cnts .table > div:first-child{
	width: 140px;
	}
@media screen and (max-width: 900px) {
.tab_cnts .table > div:first-child{
	width: auto;
	}
	}

.tab_cnts .table > div:last-child{
	border-left: 1px dotted #777;
	padding-left: 20px;
	flex: 1;
	}
@media screen and (max-width: 900px) {
.tab_cnts .table > div:last-child{
	margin-top: 10px;
	}
	}

.tab_cnts table{
	margin: auto;
	margin-top: 40px;
	width: 100%;
	max-width: 900px;
	min-width: 700px;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.tab_cnts table{
	margin: auto;
	margin-top: 40px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: .9em;
	}
	}

.tab_cnts table thead th{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 1em;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.tab_cnts table thead th{
	padding: 10px 0 10px .7em;
	}
	}

.tab_cnts table thead th:first-child{
	width: 250px;
	}
@media screen and (max-width: 900px) {
.tab_cnts table thead th:first-child{
	width: 150px;
	}
	}

.tab_cnts table tbody tr:nth-child(odd){
	background: #f3f3f3;
	}

.tab_cnts table tbody td{
	padding: 20px 0 20px 1em;
	text-align: left;
	font-weight: 600;
	}
@media screen and (max-width: 900px) {
.tab_cnts table tbody td{
	padding: 15px 0 15px .7em;
	}
	}

.tab_cnts table tbody td:first-child{
	width: 250px;
	}
@media screen and (max-width: 900px) {
.tab_cnts table tbody td:first-child{
	width: 150px;
	}
	}

.tab_cnts .rank1{
	margin: auto;
	margin-top: 60px;
	width: 80%;
	max-width: 800px;
	min-width: 600px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	}
@media screen and (max-width: 900px) {
.tab_cnts .rank1{
	margin-top: 50px;
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	}
	}

.tab_cnts .rank1 p.title{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1em;
	}

.tab_cnts .rank1 img{
	margin-top: 30px;
	display: block;
	width: 100%;
	}

.tab_cnts .rank1 a{
	margin: auto;
	margin-top: 30px;
	width: auto;
	padding: 1em 2em;
	background :#000;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
@media screen and (max-width: 900px) {
.tab_cnts .rank1 a{
	margin-top: 20px;
	}
	}

.tab_cnts .rank1 a:hover{
	background: #555;
	}

.tab_cnts .rank1 a p{
	color:#fff;
	font-size: .9em;
	font-weight: 600;
	}

.tab_cnts .rank2{
	margin: auto;
	margin-top: 60px;
	width: 80%;
	max-width: 800px;
	min-width: 600px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 40px;
	}
@media screen and (max-width: 900px) {
.tab_cnts .rank2{
	margin-top: 0;
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	flex-direction: column;
	row-gap: 30px;
	}
	}

.tab_cnts .rank2 > div{
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	}
@media screen and (max-width: 900px) {
.tab_cnts .rank2 > div{
	padding-top: 30px;
	}
	}

.tab_cnts .rank2 p.title{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1em;
	}

.tab_cnts .rank2 img{
	margin-top: 30px;
	display: block;
	width: 100%;
	}

.tab_cnts p.link{
	width: 80%;
	max-width: 800px;
	min-width: 600px;
	margin: auto;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	}
@media screen and (max-width: 900px) {
.tab_cnts p.link{
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	}
	}

.tab_cnts p.link a{
	color:#A72D2A;
	font-weight: 600;
	text-decoration: none;
	}

.tab_cnts p.link a:hover{
	text-decoration: underline;
	}












