@charset "utf-8";


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

ABOUTページ

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

/*
一覧
*/

.pagecontents > .innercontents > div.newswrap{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > div.newswrap > p{
	margin-top: 20px;
	}

.pagecontents > .innercontents > div.newswrap > ul{
	margin-top: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > ul{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > ul > li{
	border-top: 1px solid #ccc;
	padding: 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > ul > li{
	flex-direction: column;
	row-gap: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > ul > li > div{
	text-align: left;
	line-height: 2em;
	}

.pagecontents > .innercontents > div.newswrap > ul > li > div:first-child{
	width: 160px;
	color:#A72D2A;
	font-weight: 500;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > ul > li > div:first-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > ul > li > div:last-child{
	width: calc(100% - 160px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > ul > li > div:last-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 50px;
	width: 100%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > p{
	line-height: 2em;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	column-gap: 50px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div ul li{
	line-height: 2em;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div ul li::marker {
	color: #A72D2A;
	font-weight: 700;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}

.pagecontents > .innercontents > div.newswrap a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


.pagecontents > .innercontents > div.newswrap > .inner > .innerLR.short{
	align-items: center;
	justify-content: flex-start;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR.short > div:first-child{
	width: 30%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .innerLR.short > div:first-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR.short > div:last-child{
	width: 70%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .innerLR.short > div:last-child{
	padding-top: 20px;
	width: 100%;
	}
	}



/*
規約
*/

.pagecontents > .innercontents > div.kiyakuwrap{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #000;
	padding-top: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.kiyakuwrap{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.kiyakuwrap > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.kiyakuwrap > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > div.kiyakuwrap > p{
	margin-top: 20px;
	line-height: 2em;
	}

.pagecontents > .innercontents > div.kiyakuwrap > ul{
	margin-top: 50px;
	margin-left: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.kiyakuwrap > ul{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.kiyakuwrap > ul > li{
	line-height: 2em;
	margin-top: 10px;
	}

.pagecontents > .innercontents > div.kiyakuwrap > ul > li > ul{
	margin-left: 20px;
	}


.pagecontents > .innercontents > div.kiyakuwrap a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}

.pagecontents > .innercontents > div.kiyakuwrap a:hover{
	color:#8D1916;
	text-decoration: underline;
	}



/*
パートナー
*/


.pagecontents > .innercontents > div.newswrap > .inner > p.partner{
	font-weight: 700;
	font-size: 1.2em;
	line-height: 0;
	height: 20px;
	color:#A72D2A;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 50px;
	border-top: 1px solid #ccc;
	}

.pagecontents > .innercontents > div.newswrap > .inner > p.partner:before {
	content: "　";
	margin-right: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #A72D2A;
	display: inline-block;
	vertical-align: middle;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 30px;
	column-gap: 2px;
	row-gap: 30px;
	padding-bottom: 50px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a{
	display: flex;
	align-items: strech;
	justify-content: center;
	flex-direction: column;
	width: calc(25% - 2px);
	text-decoration: none !important;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a{
	width: calc(50% - 2px);
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a .partnerlistinner{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ededed;
	padding: 20px 30px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a .partnerlistinner img{
	width: 130px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a:nth-child(even) .partnerlistinner{
	background-color: #dedede;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a:hover .partnerlistinner{
	background-color: #f3f3f3;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .partnerlist a p{
	margin-top: 10px;
	line-height: 1.5em;
	font-weight: 500;
	font-size: .9em;
	padding: 0 10px;
	}



/*
サポーター
*/

.intro{
	width: 100%;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border: 2px solid #ccc;
	padding: 30px 10px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 500;
	color:#777
	}
@media screen and (max-width: 900px) {
.intro{
	font-size: 1.2em;
	}
	}


.pagecontents > .innercontents > div.newswrap > p.spp{
	text-align: center;
	padding-bottom: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > p.spp{
	text-align: left;
	}
	}

.pagecontents > .innercontents > .supporterwrap{
	margin-top: 2px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #000;
	padding-top: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .supporterwrap{
	width: 100%;
	}
	}

.pagecontents > .innercontents > .supporterwrap h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .supporterwrap > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > .supporterwrap .inner{
	width: 100%;
	text-align: left;
	padding-top: 50px;
	}

.pagecontents > .innercontents > .supporterwrap .inner .one{
	width: 100%;
	text-align: left;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .supporterwrap .inner .one{
	padding-bottom: 30px;
	}
	}

.pagecontents > .innercontents > .supporterwrap .inner .one:nth-child(n+2) {
	padding-top: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .supporterwrap .inner .one:nth-child(n+2) {
	padding-top: 30px;
	}
	}

.pagecontents > .innercontents > .supporterwrap .inner .one .block{
	width: 100%;
	text-align: left;
	}

.pagecontents > .innercontents > .supporterwrap .inner .one .block .dh_fimg {
	display: block;
	width: 280px;
	height: auto;
	float: right;
	padding: 0 0 10px 30px;
	background: #fff;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .supporterwrap .inner .one .block .dh_fimg {
	width: 60%;
	float: none;
	padding: 0 0 30px 0;
	margin: auto;
	margin-top: 0;
	}
	}

.pagecontents > .innercontents > .supporterwrap .inner .one .block .dh_fimg::after {
	content: "";
	display: block;
	clear: both;
	}

.pagecontents > .innercontents > .supporterwrap .inner .one .block .dh_fimg img{
	width: 100%;
	}

.pagecontents > .innercontents > .supporterwrap .inner .one .block p.name{
	font-weight: 700;
	font-size: 1.3em;
	padding-bottom: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .supporterwrap .inner .one .block p.name{
	font-size: 1.2em;
	text-align: center;
	}
	}

.pagecontents > .innercontents > .supporterwrap .inner .one .block p.prof{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
	}

.pagecontents > .innercontents > .supporterwrap .inner .one p.comment{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
	}



/*
past
*/




.pagecontents > .innercontents > .newswrap > .inner > .pastbutton{
	width: 100%;
	margin: 30px auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap:50px
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .newswrap > .inner > .pastbutton{
	width: 90%;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	row-gap:20px
	}
	}

.pagecontents > .innercontents > .newswrap > .inner > .pastbutton a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #A72D2A;
	color: #fff;
	padding: 30px 0;
	line-height: 1.6em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	text-decoration: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > .newswrap > .inner > .pastbutton a{
	padding: 20px 0;
	}
	}

.pagecontents > .innercontents > .newswrap > .inner > .pastbutton a:hover{
	opacity: 0.9;
	filter: opacity(0.9);
	}



/* タブ */

.main_tabs {
	}
@media screen and (max-width: 900px) {
.main_tabs {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	}
	}

.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;
	border-bottom: 4px solid #A72D2A;
	column-gap: 1px;
	}

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

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	color: #A72D2A;
	padding: 20px 2px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 1.2em;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	font-size: 3vw;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.small {
	display: block;
	font-size: .8em;
	line-height: 1.5em;
	}

.langEN .main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.small {
	font-size: 1em;
	}

.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: #A72D2A;
	color: #fff;
	}

.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 .box_tab.box_list_tab-01 ul.tab_cnts {
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts {
	width:90%;
	margin: auto;
	}
	}

.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: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > h4{
	font-size: 1.3em;
	}
	}

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


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

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner p a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow{
	column-gap: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:first-child{
	display: flex;
	align-items: center;
	width: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:first-child{
	width: 30px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:last-child{
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:last-child{
	width: calc(100% - 50px);
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:first-child img{
	width: 100%;
	}

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

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p a{
	font-size: .9em;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi > div{
	width: 100%;
	display: flex;
	align-items: center;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi > div img{
	width: 100%;
	}

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


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner ul.koho{
	margin-top: 20px;
	}

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

.pagecontentsline {
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 30px 0;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .center{
	text-align: center;
	line-height: 1.6em;	
	font-weight: 700;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .center{
	text-align: left;
	}
	}



/*
main__content__table__v6
*/



.main__content__table__v6 {
	overflow-x: auto;
	}
.main__content__table__v6 table, 
.main__content__table__v6 th,
.main__content__table__v6 td {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	}
.main__content__table__v6 table {
	width: 100%;
	min-width: 1040px;
	}
.main__content__table__v6 thead th {
	background-color: #A72D2A;
	color: #fff;
	padding: 10px 10px;
	line-height: 1.6em;
	}
.main__content__table__v6 tfoot td,
.main__content__table__v6 tbody td {
	padding: 10px 10px;
	line-height: 1.6em;
	}
.main__content__table__v6 tfoot td {
	background-color: #E2F0D9;
	}
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(1),
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(2),
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(3) {
	width: 50px;
	}
.main__content__table__v6 thead tr:nth-child(3) th:nth-child(1),
.main__content__table__v6 thead tr:nth-child(3) th:nth-child(2) {
	width: 40px;
	}
.main__content__table__v6.table_color_orange td {
	background-color: #FEF8E5;
	border: 1px solid #fff;
	}
.main__content__table__v6.table_color_orange thead th {
	background-color: #f18d43;
	border: 1px solid #fff;
	border-bottom-width: 4px;
	}
.main__content__table__v6.table_color_blue td {
	background-color: #C9DAF8;
	border: 1px solid #fff;
	}
.main__content__table__v6.table_color_blue thead th {
	border: 1px solid #fff;
	border-bottom-width: 4px;
	}



td.txt_left{
	text-align: left !important;
	}

/*
tab02
*/

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul{
	margin-top: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li{
	border-top: 1px solid #ccc;
	padding: 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li{
	flex-direction: column;
	row-gap: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div{
	text-align: left;
	line-height: 2em;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:first-child{
	width: 160px;
	color:#A72D2A;
	font-weight: 500;
	}

.langEN .pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:first-child{
	line-height: 1.5em;
	padding-right: 15px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:first-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:last-child{
	width: calc(100% - 160px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:last-child{
	width: 100%;
	}
	}


/*
tab06
*/

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul{
	margin-top: 10px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul{
	margin-top: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li{
	padding: 10px 0;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li{
	padding: 6px 0;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li > div{
	text-align: left;
	line-height: 2em;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li > div:first-child{
	width: 160px;
	color:#A72D2A;
	font-weight: 500;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li > div:first-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li > div:last-child{
	width: calc(100% - 160px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li > div:last-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li a{
	font-weight: 400;
	color:#000;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > .sanka > ul > li a:hover{
	color:#555;
	}


/*
tab04
*/


.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul{
	margin-top: 30px;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li{
	border-top: 1px solid #ccc;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li{
	flex-direction: column;
	row-gap: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > p{
	text-align: left;
	line-height: 1.6em;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > p:first-child{
	width: 160px;
	color:#999;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > p:first-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > p:last-child{
	width: calc(100% - 160px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > p:last-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > a{
	font-weight: 700;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.press > .inner > ul > li > a > p:last-child a:hover {
	color:#8D1916;
	text-decoration: underline;
	}


/*
tab05
*/


.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul{
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li{
	border-top: 1px solid #ccc;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li{
	flex-direction: column;
	row-gap: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li p{
	text-align: left;
	line-height: 1.6em;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li p:first-child{
	width: 160px;
	color:#999;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li p:first-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li p:last-child{
	width: calc(100% - 160px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li p:last-child{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li a{
	font-weight: 500;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.news > .inner ul li p:last-child a:hover {
	color:#8D1916;
	text-decoration: underline;
	}



/*
tab03
*/


.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
	margin-top: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos{
	flex-direction: column;
	column-gap: 30px;
	row-gap: 0;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos > div{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width:calc(50% - 25px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos > div{
	width:100%;
	margin-bottom: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos > div > .youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos > div > .youtube iframe{
	width: 100%;
	height: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos > div > p{
	margin-top: 10px;
	line-height: 1.6em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner > div.videos > div > p{
	font-size: .8em;
	line-height: 1.6em;
	}
	}




.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner .photobutton{
	width: 100%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap:30px;
	row-gap:30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner .photobutton{
	width: 100%;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	row-gap:10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner .photobutton a{
	width: calc(50% - 25px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #A72D2A;
	color: #fff;
	padding: 20px 0;
	line-height: 1.6em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: .9em;
	text-align: center;
	text-decoration: none !important;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner .photobutton a{
	width: 100%;
	padding: 10px 0;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.gallery > .inner .photobutton a:hover{
	opacity: 0.9;
	filter: opacity(0.9);
	}






.pagecontents > .innercontents > div.newswrap > .inner ul.gallery_photo{
	width: 100%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap:50px;
	row-gap:50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner ul.gallery_photo{
	column-gap:20px;
	row-gap:20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul.gallery_photo > li{
	width: calc(50% - 25px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > ul.gallery_photo > li{
	width: calc(50% - 10px);
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul.gallery_photo > li a{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul.gallery_photo > li a img{
	width: 100%;
	}





.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab06 > .inner .mapbutton{
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab06 > .inner .mapbutton{
	width: 90%;
	align-items: stretch;
	justify-content: center;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab06 > .inner .mapbutton a{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #A72D2A;
	color: #fff;
	padding: 30px 0;
	line-height: 1.6em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	text-decoration: none !important;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab06 > .inner .mapbutton a{
	width: 90%;
	padding: 20px 0;
	}
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab06 > .inner .mapbutton a:hover{
	opacity: 0.9;
	filter: opacity(0.9);
	}


.pagecontents > .innercontents > div.newswrap a.custom_height {
	display: inline-block;
	margin-bottom: 14.53%;
	}

.pagecontents > .innercontents > div.newswrap a.custom_height img {
	width:100%;
	}






.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap:0;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses .course{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	border: 1px solid #A72D2A;
	position: relative;
	margin-bottom: 30px; /* 隙間 */
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses .course::after {
	content: "";
	position: absolute;
	left: 15px; /* 左からの位置調整 */
	top: 100%; /* .course の下端から開始 */
	width: 10px; /* 2本線の全体幅 */
	height: 30px; /* 隙間の高さ分 */
	border-left: 6px solid #A72D2A; /* 1本目 */
	border-right: 6px solid #A72D2A; /* 2本目 */
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses .course:last-child::after {
	content: none;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses .course div{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses .course div:first-child{
	background: #A72D2A;
	width: 50px;
	color:#fff;
	font-size: 2em;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner .courses .course div:last-child{
	justify-content: flex-start;
	width: calc(100% - 50px);
	padding: 20px;
	}







