@charset "utf-8";

.link_section {
	margin-top: -84px;
	padding-top: 84px;
}

#next_contents a[href*=".pdf"] i {
	display: none;
}

a.arw_link {
	color: #2200ee;
	text-decoration: none;
}

span.icon {
	font-size: 16px;
	padding-left: 8px;
}

/************************

		リスト関係

************************/

ol {
	margin-left: 1.5em;
}

ol.number {
	margin-top: 10px;
}

ol li {
	line-height: 1.8;
}

ol li a {
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

ul {
	list-style-type: none;
	width: 100%;
}

ul li {
	list-style-type: none;
	line-height: 1.8;
}

ul li a {
	color: #000;
}

ul.arw_ul li a {
	font-size: 16px;
}

ul.arw_ul li a:before {
	content: url("/nyugaku/images/common/arw_right3.png");
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}

ul.disc {
	list-style-type: disc;
	margin-left: 1em;
}

ul.disc li {
	list-style-type: disc;
}

/************************

		テーブル関係

************************/
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bfbfbf;
}

table th {
	width: auto;
	padding: 7px 10px;
	background-color: #eeeeee;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}

table td {
	width: auto;
	padding: 7px 10px;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	text-align: left;
}

table.profile th.kamoku {
	width: 30%;
	text-align: left;
}

table.profile td a {
	display: block;
}

/************************

		dl dt関係

************************/
.volunteer dl {
	display: flex;
	width: 100%;
	line-height: 1.8;
}

.volunteer dl dt {
	width:  11%;
}

.volunteer dl dt:before {
	content: url("/nyugaku/images/common/arw_right3.png");
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}

.volunteer  dl dd {
	width: 89%;
}


/************************

		リンクスタイル

************************/

a {
	text-decoration: none;
}

a.arw_link:before {
	content: url("/nyugaku/images/common/arw_right3.png");
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}


p.detail_btn {
	width: 400px;
	margin: 0 auto;
	border: 1px solid #005de5;
}

p.detail_btn a {
	display: block;
	padding: 30px 25px;
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 1;
}

p.detail_btn span {
	font-size: 14px;
	padding-left: 5px;
}

p.detail_btn2 {
	display: block;
	width: 400px;
	border: 1px solid #000;
}

p.detail_btn2 a {
	display: block;
	padding: 10px;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	line-height: 1;
}

p.detail_btn2 a:before {
	content: url("/nyugaku/images/common/arw_right3.png");
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}


p.detail_btn3 {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #005de5;
}

p.detail_btn3 a {
	display: block;
	padding: 20px 10px;
	font-size: 21px;
	color: #000000;
	text-align: center;
	line-height: 1;
}

#yoyaku_detail {
	width: 400px;
	margin: 0 auto;
}

p.detail_btn3 span {
	font-size: 14px;
	padding-left: 5px;
}

/*p.detail_btn3 a:after {
	content: "\f35d";
	display: inline-block;
	padding-left: 15px;
	font-weight: 900;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	line-height: 1;
	color: #000;
}*/

/************************

		マージン関係

************************/
.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

.mt3em {
	margin-top: 3em !important;
}

.mt4em {
	margin-top: 4em !important;
}

.w100 {
	width: 100%;
}

/************************

		見出し関係

************************/

h2 {
	display: block;
	width: 40%;
	margin: 0 auto;
	font-size: 30px;
	color: #000000;
	line-height: 1.8;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h2 span {
	display: block;
	font-size: 24px;
	color: #0b318f;
	border-top: 1px solid #f4642a;
}

h2.title2 {
	margin-bottom: 30px;
	border-bottom: 1px solid #f4642a;
}

#next_main h2.next_title {
	border: none;
	background: none;
	font-size: 26px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 1em !important;
	text-align: center;
}
#next_main h2 span{
	border-top:none;
	float:right;
}

h3 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 14px;
	vertical-align: 2px;
}

#next_main h3.next_title {
	display: block;
	margin-bottom: 10px;
	padding: 20px 10px;
	border: none;
	background-color: #777777;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

#next_main h3.pamphlet_title {
	display: block;
	width: 100%;
	border-top: 4px solid #000;
	padding: 15px 5px;
	font-size: 24px;
	background: none;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	position: relative;
}

#next_main h3.pamphlet_title span {
	width: auto;
	position: absolute;
	right: 10px;
}

#next_main h3.pamphlet_title span a {
	font-size: 21px;
	font-weight: normal;
	font-family: 'arial', sans-serif;
	color: #ff0000;
	text-decoration: none;
}

#next_main h3.pamphlet_title span a:after {
	content: "\f105";
	font-weight: 600;
	font-size: 21px;
	color: #ff0000;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-left: 15px;
	vertical-align: baseline;
}

h4 {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #eeeeee;
	font-size: 16px;
	margin-bottom: .5em;
	text-align: left;
	line-height: 1;
}

@media screen and (max-width: 640px) {

.link_section {
	margin-top: -60px;
	padding-top: 60px;
}

.scroll-table table {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

table th {
	font-size: 100%;
}

table td {
	font-size: 100%;
}

.sp_left {
	text-align: left !important;
}

/************************

		詳細ボタン関係

************************/

p.detail_btn {
	width: 100%;
}

p.detail_btn2 {
	width: 100%;
}

#yoyaku_detail {
	width: 100%;
}


h2 {
	width: 100%;
	font-size: 21px;
}

h2 span {
	font-size: 16px;
}

#next_main h3.next_title {
	padding: 20px 5px;
	font-size: 17px;
}

}