@charset "utf-8";
:root {
  --major-keizai: #eeac6a;
  --major-keiei: #e198a6;
  --major-hougaku: #a8b092;
  --major-english: #7484c1;
  --major-history: #bd8b5e;
  --major-japanese: #e35450;
  --major-sports: #5ab26e;
  --major-liberalarts: #989fcf;
}

.pc_only {
	display:block;
}
.sp_only {
	display:none;
}
.fb {
	font-weight:bold;
}
.underline {
	text-decoration: underline !important;
}
.bt {
	margin-top: 60px !important;
	text-align: center !important;
}
.bt a {
	color:#373637;
	font-size:14px;
	font-weight:bold;
	padding:10px 55px 8px;
	background:#fff url(/common/img/ico_button.svg) right center no-repeat;
	background-size:30px auto;
	border:1px solid #373637;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	display:inline-block;
}

.t_left { display: block; text-align: left !important;}
.t_right { display: block; text-align: right !important;}
.t_center{ display: block; text-align: center !important;}


@media screen and (max-width: 769px) {
	.sp_t_left { display: block; text-align: left !important;}
	.sp_t_right { display: block; text-align: right !important;}
	.sp_t_center{ display: block; text-align: center !important;}
}

.text.t_center {
	width:460px;
	margin:0 auto 40px;
	text-align: center;
}

.cp_left {
	width:680px;
	margin:10px auto 40px !important;
	text-align: left !important;
	font-size: 0.9em !important;
}

.cp_right {
	width:680px;
	margin:10px auto 40px !important;
	text-align: right !important;
	font-size: 0.9em !important;
}

.cp_center {
	width:680px;
	margin:10px auto 40px !important;
	text-align: center !important;
	font-size: 0.9em !important;
}

.cp_text {
	margin-top: 10px !important;
	font-size: 0.9em !important;
}

.row {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 1px;
}

.cont1of1 {
	width:calc(100% - 20px);margin:10px;
}
.cont1of2 {
	width:calc(50% - 20px);margin:10px;
}
.cont1of3 {
	width:calc(33.333% - 20px);margin:10px;
}
.cont1of4 {
	width:calc(25% - 20px);margin:10px;
}
.cont1of5 {
	width:calc(20% - 20px);margin:10px;
}


.subhead3 {
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:12px 18px 10px;
	background-color:#EFF4F5;
	text-align:left;
	line-height:1em;
}



ol.numbers {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
ol.numbers li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
ol.numbers li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #45A550;
	color: #FFF;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}

.tb-caption {
	display:block;
	text-align:left;
	font-size:1.4em;
	width:1200px;
	margin:40px auto 0;
	font-weight:700;
}

section.international .tb-caption,
section.employment .tb-caption {
	text-align:center;
	background-color:#88abda;
	color:#fff;
	padding:10px;
}

.bg .tb-caption {
	margin:60px auto 0;
}

#contents-area > section.bg.gray {
	padding-top:0;
	background-color:#F6F6F6;
}

.boxgray {
	padding:20px 40px;
	background-color:#F6F6F6;
	text-align: left !important;
	margin:10px 0 80px;
	overflow:hidden;
}



#contents-area > section .linkbox.row2 .box {
	width:590px;
	margin:20px 20px 0 0;
	display: block;
}

#contents-area > section .linkbox.row2 .box:nth-child(1),
#contents-area > section .linkbox.row2 .box:nth-child(2){
	margin-top:0;
}

#contents-area > section .linkbox.row2 .box:nth-child(2n) {
	margin-right:0;
}


#contents-area > section .profilebox .row {
	margin: 0 30px 20px;
}
#contents-area > section .profilebox .row .cont1of3 {
	width:calc(33.333% - 20px);margin:10px;
	border-right:1px solid #d9d9d9;
	text-align:left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents-area > section .profilebox .row .cont1of3:nth-child(3) {
	border-right:none;
}
#contents-area > section .profilebox .row .cont1of3 .date {
	font-size:1.25em;
	font-weight:bold;
	margin-right:10px;
	margin-bottom: 15px;
	color:#35559a;
}
#contents-area > section .profilebox .row .cont1of3 .text {
	margin-right:10px;
}

#contents-area > section#circle .profilebox .profile .img {
	width:260px;
	text-align:left;
	vertical-align:middle;
	float:left;
}
#contents-area > section#circle .profilebox .profile .text {
	font-size:1.05em;
	margin-top:0;
	margin-left:295px;
	text-align:left;
}
.numberbox .inner {
	display: flex;
	flex-direction: column;
}
.numberbox .inner .text {
	flex-grow: 1;
}
.numberbox .inner .link-btn {
	padding:0 30px 25px;
}
.numberbox .inner .link-btn a {
	display: block;
	background: #fff url("../img/ico_arrow_navy.svg") right 20px center no-repeat;
    background-size: 12px auto;
    border: 1px solid #373637;
	text-align: center;
	padding: 12px;
	font-weight: 700;
	font-size: 14px;
}
.numberbox div.list_h{
	background: #D7D1EA;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 15px;
	color: #373637;
   }

.numberbox div.list_h a{
	display: block;
	padding: 10px 0 10px 10px;
	background: url(/common/img/ico_arrow2.svg) right center no-repeat;
	background-size: 17px auto;
}

.numberbox ul li {
	margin: 0 0 5px;
	overflow: hidden;
}
.numberbox ul li span {
	background: #491176;
	color:#FFF;
	display: inline-block;
	margin-right: 5px;
	width:22px;
	text-align: center;
	float: left;
}
.numberbox ul li a {
	float: right;
	width: 90%;
}
#facilityList .title .num {
	background: #491176;
	color:#FFF;
	display: inline-block;
	margin-right: 5px;
	width:35px;
	text-align: center;
}

.tourdash {
	margin-top:40px;
}

.tourdash iframe {
	width:100%;
}
.tourdash iframe {
	width:100%;
	height: 480px;
}
.y_movie {
	width: 680px;
	height: 340px;
	margin: 0 auto;
}

.houmei_list1,houmei_list2 {
	overflow:hidden;margin:30px 0;
}
.houmei_list1 li {
	width:19.8%;float:left;margin:0 0 5px;
	text-align: left;
}
.houmei_list2 li {
	width:100%;margin:0 0 5px;
	text-align: left;
}

.library.message {
	margin:0 40px 40px;
	padding: 40px !important;
	text-align: left !important;
	border:solid 1px #35559a;
}

.table-ex.vertical.exchange-program td ul.disc {
	float:left;
	width: 40% !important;
}
.table-ex.vertical.exchange-program td img {
	float:right;
	width: 55% !important;
}

.bg.blue h3.subhead1 {
	background: #FFF !important;
	color:#373637 !important;
}
.deduction {
	color:#35559b;
	font-size:36px;
	font-weight:bold;
	margin-top: 40px;
	padding:20px 55px 12px;
	background: #FFF;
	border:1px solid #323c64;
	display:inline-block;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
}
.deduction span {
	font-size: 18px;
	margin: 0 15px 0 0;
	color:#323c64;
}



/*実績数値*/
.jisseki{
	display: flex;
	justify-content:space-around;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.num_3 dt span {
font-size: 85%;
}
.num_3 dd span {
font-size: 30%;
}
@media print, screen and (min-width: 768px) {
.jisseki-cont {
	padding: 30px 0 0;
}
.jisseki{
margin-top: 50px;
width:880px;
}
.jisseki.add-line {
padding-top: 60px;
border-top:solid 2px #87519d;
}
.num_2 dt{
font-size: 2em;
font-weight: bold;
margin-bottom: 15px;
}
.num_2 dd{
color: #87519d;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 200px !important;
line-height: 1;
}
.num_2 dd span {
font-size: 40%;
}
.num_3 dt{
font-size: 1.4em;
font-weight: bold;
line-height: 1.2;
}
.num_3 dd{
color: #87519d;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 150px !important;
line-height: 1.2;
}
dd.sub_item {
line-height: 1.5;
font-size: 1.2em !important;
margin-top: 5px;
}
}

@media print, screen and (max-width: 767px) {
.jisseki{
	justify-content: space-around;
	margin-top: 20px;
}
.jisseki.add-line {
padding-top: 20px;
border-top:solid 2px #87519d;
}
.num_2,.num_3{
width:90%;
}
.num_2 dt{
font-size: 1.2em;
font-weight: bold;
line-height: 1.1;
margin-bottom:5px;
}
.num_2 dd{
color: #87519d;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 60px !important;
line-height: 1;
}
.num_2 dd span {
font-size: 40%;
}
.num_3 dt{
font-size: 1.1em;
font-weight: bold;
line-height: 1.1;
margin-bottom: 5px;
}
.num_3 dd{
color: #87519d;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 50px;
line-height: 1;
}
dd.sub_item {
line-height: 1.5;
font-size: 0.5em !important;
}
}
@media print, screen and (max-width: 480px) {
.num_3 dl:nth-child(n+3) {
margin-top: 20px;
}
}

/*==========================================入試情報===========================================*/

#contents-area > section table.table-ex {
	width:100%;
	margin:60px auto 0;
	border-spacing:0px;
	/*border-collapse:collapse;*/
	border-top:1px solid #373637;
	border-bottom:1px solid #373637;
}

#contents-area > section table.table-ex th,
#contents-area > section table.table-ex td {
	font-size: 1.07em;
	font-weight: normal;
	padding: 18px 20px 15px;
	border-bottom:1px solid #373637;
}

#contents-area > section table.table-ex tr:last-child th,
#contents-area > section table.table-ex tr:last-child td {
	border-bottom:none;
}
#contents-area > section table.table-ex th {
	border-right:1px solid #373637;
	white-space:nowrap;
	background-color:#ededed !important;
	font-weight: bold;
}

#contents-area > section:not(.international) table.table-ex th {
	background-color:#fff;
}

#contents-area > section table.table-ex td a {
	text-decoration: underline !important;
}

#contents-area > section table.table-ex2 {
	width:100%;
	margin:60px auto 0;
	border-spacing:0px;
	border-collapse:collapse;
	border-top:1px solid #373637;
	border-bottom:1px solid #373637;
}

#contents-area > section table.table-ex2 th,
#contents-area > section table.table-ex2 td {
	font-size: 1.23em;
	font-weight: normal;
	padding: 18px 20px 15px;
	border-bottom:1px solid #373637;
}

#contents-area > section table.table-ex2 tr:last-child th,
#contents-area > section table.table-ex2 tr:last-child td {
	border-bottom:none;
}

#contents-area > section table.table-ex2 th {
	background-color:#ededed;
	border-right:1px solid #373637;
}

#contents-area > section table.table-ex2 td {
	border-right:1px solid #373637;
}

#contents-area > section table.table-ex2 th:last-child,
#contents-area > section table.table-ex2 td:last-child {
	border-right:none;
}

#contents-area > section table.table-ex2 td a {
	text-decoration: underline !important;
}

#contents-area > section table.table-ex3 {
	width:100%;
	margin:60px auto 0;
	border-spacing:0px;
	border-collapse:collapse;
	border-top:1px solid #373637;
}

#contents-area > section table.table-ex3 th,
#contents-area > section table.table-ex3 td {
	font-size: 1.23em;
	font-weight: normal;
	padding: 18px 20px 15px;
	border-bottom:1px solid #373637;
	position: static;
}

#contents-area > section table.table-ex3 tr:last-child th,
#contents-area > section table.table-ex3 tr:last-child td {
	/*border-bottom:none;*/
	position: static;
}

#contents-area > section table.table-ex3 th {
	background-color:#ededed;
	/*border-right:1px solid #8096c5;*/
	border-left:1px solid #373637;
	position: static;
}

#contents-area > section table.table-ex3 td {
	/*border-right:1px solid #8096c5;*/
	border-left:1px solid #373637;
	position: static;
}

/*#contents-area > section table.table-ex3 th:last-child,
#contents-area > section table.table-ex3 td:last-child {
	border-right:none;
}*/
#contents-area > section table.table-ex3 th:first-child,
#contents-area > section table.table-ex3 td:first-child {
	border-left:none;
}

#contents-area > section table.table-ex3 td a {
	text-decoration: underline !important;
}

#contents-area > section table.table-ex4 {
	width: 100%;
	margin:30px 0 0;
	border-spacing:0px;
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#contents-area > section table.table-ex4 th,
#contents-area > section table.table-ex4 td {
	font-weight:normal;
	padding:10px 10px 8px;
	border-bottom:1px solid #CCC;
}

#contents-area > section table.table-ex4 tr:last-child th,
#contents-area > section table.table-ex4 tr:last-child td {
	border-bottom:none;
}

#contents-area > section table.table-ex4 th {
	border-right:1px solid #CCC;
	white-space:nowrap;
	background-color:#ededed;
}

#contents-area > section table.table-ex4 td a {
	text-decoration: underline !important;
}

.examdata {
	margin: 30px 0 0;
}

.examdata p {
	margin: 20px 0 30px;
}

.examdata a {
	text-decoration: underline;
}

.exam-map {
	width:100%;
	height: 500px;
}

#examPoint.numberbox .inner .subtitle {
	font-size:16px !important;
}

#examPoint.numberbox .inner .text span {
	display:block;
	font-size:120%;
	font-weight: bold;
	margin-bottom: 10px;
}

#examList {
	margin: 60px auto 0;
	width:1200px;
	border-left:solid 1px #491176;
	border-right:solid 1px #491176;
	border-bottom:solid 1px #491176;
}

#examList .subtitle {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	padding:0.5em 1.5em 0.4em;
	background-color:#491176;
	text-align:left;
}

#examList .listbox {
	padding: 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#examList .listbox article {
	width:calc(33.33% - 20px);
	margin: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction:column;
}
#examList .listbox.col4 article {
	width:calc(24.33% - 20px);
}

#examList .listbox article .date {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	min-height: 90px;
	border-bottom:solid 1px #491176;
	margin-bottom: 10px;
}
#examList .listbox.col4 article .date {
	font-size: 1em;
	font-weight: normal;
	min-height: 50px;
	text-align: left;
	padding-bottom: 10px;
}
#examList .listbox.col4 article .date span {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}

#examList .listbox article .text {
	min-height: 45px;
	margin-bottom: 0;
}

#examList .listbox article .bt {
	margin:5px 20px 10px 20px !important;
}

#examList .listbox article .bt a {
	color:#fff;
	font-size:12px;
	padding:12px 10px 12px 10px;
	background-color:#491176;
	background-image: none !important;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	line-height:1em;
	display:block;
	text-align: center !important;
}

.liberalarts_parts #examList {
	border-left:solid 1px #bca8c5;
	border-right:solid 1px #bca8c5;
	border-bottom:solid 1px #bca8c5;
}
.liberalarts_parts #examList .subtitle {
	background-color:#bca8c5;
}
.liberalarts_parts #examList .listbox article .bt a {
	background-color:#bca8c5;
	border: 1px solid #bca8c5;
}

.keizai_parts #examList {
	border-left:solid 1px #f8b73d;
	border-right:solid 1px #f8b73d;
	border-bottom:solid 1px #f8b73d;
}
.keizai_parts #examList .subtitle {
	background-color:#f8b73d;
}
.keizai_parts #examList .listbox article .bt a {
	background-color:#f8b73d;
	border: 1px solid #f8b73d;
}

.sousei_parts #examList {
	border-left:solid 1px #00a0e9;
	border-right:solid 1px #00a0e9;
	border-bottom:solid 1px #00a0e9;
}
.sousei_parts #examList .subtitle {
	background-color:#00a0e9;
}
.sousei_parts #examList .listbox article .bt a {
	background-color:#00a0e9;
	border: 1px solid #00a0e9;
}

.keiei_parts #examList {
	border-left:solid 1px #f092ae;
	border-right:solid 1px #f092ae;
	border-bottom:solid 1px #f092ae;
}
.keiei_parts #examList .subtitle {
	background-color:#f092ae;
}
.keiei_parts #examList .listbox article .bt a {
	background-color:#f092ae;
	border: 1px solid #f092ae;
}

.hougaku_parts #examList {
	border-left:solid 1px #a1b194;
	border-right:solid 1px #a1b194;
	border-bottom:solid 1px #a1b194;
}
.hougaku_parts #examList .subtitle {
	background-color:#a1b194;
}
.hougaku_parts #examList .listbox article .bt a {
	background-color:#a1b194;
	border: 1px solid #a1b194;
}

.seiji_parts #examList {
	border-left:solid 1px #ea5504;
	border-right:solid 1px #ea5504;
	border-bottom:solid 1px #ea5504;
}
.seiji_parts #examList .subtitle {
	background-color:#ea5504;
}
.seiji_parts #examList .listbox article .bt a {
	background-color:#ea5504;
	border: 1px solid #ea5504;
}

.english_parts #examList {
	border-left:solid 1px #7484c1;
	border-right:solid 1px #7484c1;
	border-bottom:solid 1px #7484c1;
}
.english_parts #examList .subtitle {
	background-color:#7484c1;
}
.english_parts #examList .listbox article .bt a {
	background-color:#7484c1;
	border: 1px solid #7484c1;
}

.russian_parts #examList {
	border-left:solid 1px #67b5b7;
	border-right:solid 1px #67b5b7;
	border-bottom:solid 1px #67b5b7;
}
.russian_parts #examList .subtitle {
	background-color:#67b5b7;
}
.russian_parts #examList .listbox article .bt a {
	background-color:#67b5b7;
	border: 1px solid #67b5b7;
}

.history_parts #examList {
	border-left:solid 1px #b19161;
	border-right:solid 1px #b19161;
	border-bottom:solid 1px #b19161;
}
.history_parts #examList .subtitle {
	background-color:#b19161;
}
.history_parts #examList .listbox article .bt a {
	background-color:#b19161;
	border: 1px solid #b19161;
}

.japanese_parts #examList {
	border-left:solid 1px #ec6d5e;
	border-right:solid 1px #ec6d5e;
	border-bottom:solid 1px #ec6d5e;
}
.japanese_parts #examList .subtitle {
	background-color:#ec6d5e;
}
.japanese_parts #examList .listbox article .bt a {
	background-color:#ec6d5e;
	border: 1px solid #ec6d5e;
}

.chinese_parts #examList {
	border-left:solid 1px #c09b0f;
	border-right:solid 1px #c09b0f;
	border-bottom:solid 1px #c09b0f;
}
.chinese_parts #examList .subtitle {
	background-color:#c09b0f;
}
.chinese_parts #examList .listbox article .bt a {
	background-color:#c09b0f;
	border: 1px solid #c09b0f;
}

.communication_parts #examList {
	border-left:solid 1px #e4007f;
	border-right:solid 1px #e4007f;
	border-bottom:solid 1px #e4007f;
}
.communication_parts #examList .subtitle {
	background-color:#e4007f;
}
.communication_parts #examList .listbox article .bt a {
	background-color:#e4007f;
	border: 1px solid #e4007f;
}

.sports_parts #examList {
	border-left:solid 1px #70b057;
	border-right:solid 1px #70b057;
	border-bottom:solid 1px #70b057;
}
.sports_parts #examList .subtitle {
	background-color:#70b057;
}
.sports_parts #examList .listbox article .bt a {
	background-color:#70b057;
	border: 1px solid #70b057;
}

.to_examNavi {
	width: 500px;
	margin: 0 auto 40px;
	line-height: 1.1em;
}

.to_examNavi a {
	display: block;
	padding: 15px;
	color:#FFF;
	font-size: 22px;
	background: #55c998 url(/common/img/ico_arrow_white.svg) 95% center no-repeat;
	background-size: 10px auto;
}

.to_examNavi a span {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
}

.exam-schedule {
	background: #EFF4F5;
	padding-top: 20px;
}
.exam-schedule .subhead1 {
	background: #FFF !important;
}
.exam-schedule table.table-ex3 th:nth-child(1),
.exam-schedule table.table-ex3 th:nth-child(2) {
	width:27%;
}
.exam-schedule table.table-ex3 th:nth-child(3) {
	width:43%;
}
.exam-schedule table.table-ex3 td {
	background: #FFF;
}
.exam-schedule table td ul.list {
	margin: 0 !important;
}
.exam-schedule table td ul.list li {
	margin:5px;
}


/*======================================入試情報追加=======================================*/

.bt_pink a{
	font-size: 1.8em;
	background: #85519B url(/img/ico_button_wh.svg) right 15px center no-repeat;
	color:#fff !important;
	padding: 15px 80px 12px;
		border:none;
	-webkit-border-radius: 40px
	}
	
	.table-like {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 30px;
		background-color: #fff;
	}
	
	.table-header,
	.entry-row {
		display: flex;
		border-bottom: 1px solid #ccc;
	}
	
	.table-header {
		background-color: #f4f4f4;
		font-weight: bold;
	}
	
	.cell {
		padding: 20px;
		align-items: center;
		border-right: 1px solid #ccc;
		vertical-align: top; 
		font-size: 1.3em;
	}
	
	.cell:last-child {
		border-right: none;
	}
	
	.period {
		width: 25%;
	}
	.testday {
		width: 25%;
		font-weight: bold;
		font-size: 1.3em;
	}
	.label {
		width: 50%;
	}
	
	.entry-info {
		display: flex;
		align-items: center;
		margin: 6px 0;
		gap: 10px;
	}
	
	.icon-box {
		padding: 4px 8px;
		border-radius: 4px;
		color: #fff;
		font-weight: bold;
		white-space: nowrap;
		font-size: 14px;
	}
	
	.ex_system a {
		text-decoration: none;
		font-size: 1.0em;
		text-align: left;
	}
	
	.filter-buttons {
		margin-bottom: 20px;
	}
	.filter-buttons button {
		margin-right: 10px;
		padding: 6px 12px;
		cursor: pointer;
	}
		
	
	.list-container {
		list-style: none; 
		padding: 0;
		margin: 0;
	}
	
	.list-item {
		display: flex; 
		align-items: center; 
		padding: 0px;
		margin-bottom: 8px; 
	}
	
	.icon-box {
		width: 70px; 
		height: 30px; 
		display: flex; 
		justify-content: center;
		align-items: center; 
		color: white;
		border-radius: 5px;
		font-size: 13px;
		font-weight: bold;
	}
		
	.slash-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5em;
		font-size: 1.4em;
	}
	
	.slash-links a,
	.slash-links .filter-button {
		background: none;
		border: none;
		padding: 0 1em;
		color: #333;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		font-size: inherit;
		font-family: inherit;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	/* スラッシュリスト */
	.slash-links a:not(:last-child)::after,
	.slash-links .filter-button:not(:last-child)::after {
		content: "|";
		position: absolute;
		right: -0.5em;
		color: #999;
	}
	
	
	.slash-links a:hover,
	.slash-links .filter-button:hover {
		text-decoration: underline;
	}
	
	/** {
	  box-sizing: border-box;
	}*/
	
	.button-container {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
	  width: 100%;
	  padding: 10px;
	}
	
	.link-button {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex: 1 1 calc(33.333% - 11px);
	  min-width: 250px;
	  padding: 16px 20px;
	  text-decoration: none;
	  color: inherit;
	  background-color: #fff;
	  border-radius: 8px;
	  transition: background 0.3s;
	}
	
	.button-content {
	  display: flex;
	  flex-direction: column;
	}
	
	.link-button h3 {
		margin: 0 0 5px;
	  font-size: 18px;
	  text-align: left;
	}
	
	.link-button p {
	  margin: 0 !important;
	  font-size: 14px;
	}
	
	.r_arrow {
		display: inline-block;
	  width: 8px;
	  height: 8px;
	  border-right: 2px solid #888;
	  border-bottom: 2px solid #888;
	  transform: rotate(-45deg);
	  margin-left: 6px;
	}

.adm_1 {
	background-color: #FF9F92 !important;
}
.adm_1_dp{
	color: #F2877E !important;
}

.adm_2{
	background-color: #87CEE6 !important;
}
.adm_2_dp{
	color: #48B2D6 !important;
}	

.adm_3{
	background-color: #80CDA5 !important;
}
.adm_3_dp{
	color: #6AB89B !important
}

.adm_4{
	background-color: #FFBF40 !important;
}
.adm_4_dp{
	color:  #F6B32A !important;
}


/* スマホ */
@media screen and (max-width: 768px) {
.sp_mt20{  
margin-top:20px !important;
}
.bt_pink a{
font-size: 16px;
padding: 12px 56px 10px;
	border:none;
-webkit-border-radius: 28px;
line-height: 1.2;
}

	.link-button {
	flex: 1 1 100%;
	}

	.link-button h3 {
	font-size: 15px;
}

.slash-links a,
.slash-links .filter-button {
	font-size: 0.7em;
}

.slash-links {
	justify-content: center;
	text-align: center;
	}
.icon-box {
	width: 55px;
	height: 25px;
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	font-size: 0.8em;
}

.entry-info{
	margin: 5px 0;
}

.cell {
	padding: 5px;
	align-items: center;
	vertical-align: top; 
	font-size: 0.9em;
}

.ex-system {
	text-align: left;
}

.system {
	text-align: left;
}

.system a {
	text-decoration: none;
	font-size: 0.9em;
}
}

/*======================================ネット出願追加=======================================*/


/* カードパーツ下部2/3のセクション */
.bottom-section {
padding: 20px 10px;
}

.bottom-section img {
height: auto;
object-fit: contain;
}

/* 6列カードのレイアウト */
.card-container {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 6列 */
gap: 15px; 
}

/* 1カードのスタイル */
.card {
background-color: #fff;
border-radius: 10px;
overflow: hidden;
width: 100%;
max-width: 380px;
margin: 0 auto;
}

/* 上部1/3のタイトルエリア */
.top-section {
background-color: #85519B; 
color: white;
text-align: center;
padding: 10px;
height: 90px;
justify-content: center;
align-items: center;
}

.card-title {
font-size: 1.2em;
line-height: 1.7em;
padding: 5px;
color: #fff;
text-align: center;     
}

.highlight {
color: #FCCC2C; 
font-size:1.4em; 
font-weight: bold;
}
    
.card-text p {
margin-top: 0 !important;
color: #373637;
text-align: center !important;
}

/* テーブルのアイコン配置 */
.icon_td {
    display: flex;
    justify-content: space-evenly;
}
.icon_box_cell {
    display: block;
    font-size: 0.75rem;
}


/* カードパーツスマホ */
@media (max-width: 1024px) {
.card-container {
grid-template-columns: repeat(3, 1fr); /* タブレットでは3列 */
}
}

@media (max-width: 768px) {
.card-container {
grid-template-columns: repeat(2, 1fr); /* スマホでは2列 */
}
.top-section {
height: 70px;
}
.card-title {
line-height: 1.3em;
}
}

@media (max-width: 480px) {
.card-container {
grid-template-columns: 1fr; /* 超小型画面では1列 */
}

.card-title {
line-height: 1.3em;
}
}

/* テーブルのアイコン配置 */
@media screen and (max-width: 769px) {
    .icon_td img{
        width: 25px !important;
}
}

/*======================================club circle=======================================*/

section.club-circle section .verticalbox.row4 .box {
	background-color:#ededed;
	width:234px !important;
	margin:0 20px 0 0 !important;
}
section.club-circle section .verticalbox.row4 .box:nth-child(4) {
	margin:0 !important;
}
section.club-circle section .verticalbox .box .img {
	margin:15px 15px 10px;

}
section.club-circle section .verticalbox .box .text {
	margin:0 15px 15px;

}

/*======================================FAQ===============================================*/

#faq_bt .row{
	margin-top: 60px;
}

#faq_bt .cont1of2 {
	width:calc(50% - 40px);margin:0 20px;
}

#faq_bt .cont1of2 a {
	display: block;
	padding: 2em 1em 2em 1.5em;
	text-align: center;
	color:#FFF;
	font-size: 18px;
	font-weight: bold;
}

#faq_bt .cont1of2.faq_bt1 {
	background: #55C998 url(../img/ico_faq_1.svg) 10% center no-repeat;
	background-size: 30px auto;
}

#faq_bt .cont1of2.faq_bt2 {
	background: #61C1BE url(../img/ico_faq_2.svg) 10% center no-repeat;
	background-size: 30px auto;
}

#box2column {
	margin-top: 20px;
}
#box2column .cont1of2 {
	width:calc(50% - 0px);margin:0;
}


.qa {
	margin: 30px 0 0;
}

.qa dl {
	margin: 0 0 40px;
	text-align: left;
}

.qa dl dt {
	margin: 0 0 15px;
	background: #f6f6f6 url(../img/ico_faq_Q.svg) 15px center no-repeat;
	background-size: 15px auto;
	padding: 12px 6px 12px 50px;
	font-size:110%;
	font-weight: bold;
}

.qa dl dd {
	background: url(/common/img/ico_faq_A.svg) 15px 5px no-repeat;
	background-size: 15px auto;
	padding: 0 0 0 50px;
}

.qa ul.list {
	margin: 20px 0 0 !important;
}



/*=========================================SITEMAP=======================================*/

#sitemapPage h4 {
	font-size: 15px;
	text-align: left;
	border-left:2px solid #491176;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 8px;
	margin: 0 0 15px;
}
#sitemapPage ul li {
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	line-height: 1.2em;
	background: url(/common/img/ico_blue.svg) no-repeat left 3px;
	background-size: 7px auto;
}
#sitemapPage ul li a {
	text-decoration: underline;
}
#sitemapPage ul li a:hover {
	text-decoration: none;
}
#sitemapPage ul li ul {
	margin: 8px 0;
}
#sitemapPage ul li ul li {
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	line-height: 1.2em;
	background: url(/common/img/ico_button.svg) no-repeat left 1px;
	background-size: 18px auto;
}
#sitemapPage ul li ul li a {
	text-decoration: underline;
}
#sitemapPage ul li ul li a:hover {
	text-decoration: none;
}



/*=========================================大学紹介=======================================*/

#su-data {

}
#su-data ul {
	overflow:hidden;
}
#su-data ul li {
	width: 49%;
	margin-bottom: 19.5px;
}
#su-data ul li img {
	width: 100%;
}
#su-data ul li:nth-child(1),
#su-data ul li:nth-child(3),
#su-data ul li:nth-child(4),
#su-data ul li:nth-child(6),
#su-data ul li:nth-child(8) {
	float:left;
}
#su-data ul li:nth-child(2),
#su-data ul li:nth-child(5),
#su-data ul li:nth-child(7),
#su-data ul li:nth-child(9){
	float:right;
}

#curriculum {
	overflow: hidden;
}
#curriculum h2 {
	margin-top: 60px !important;
}
#curriculum ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 85%;
	margin: 0 auto;
}
#curriculum ul li {
	width: 25%;
}
#curriculum ul li a {
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:2em 0;
	background-image:url(/common/img/ico_arrow_white.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 8px auto;
	text-align:center;
	line-height:1.2em;
	display:block;
}

#curriculum ul .keizai a {
	background-color: var(--major-keizai);
}
#curriculum ul .keiei a {
	background-color: var(--major-keiei);
}
#curriculum ul .hougaku a {
	background-color: var(--major-hougaku);
}
#curriculum ul .english a {
	background-color: var(--major-english);
}
#curriculum ul .history a {
	background-color: var(--major-history);
}
#curriculum ul .japanese a {
	background-color: var(--major-japanese);
}
#curriculum ul .sports a {
	background-color: var(--major-sports);
}
#curriculum ul .liberalarts a {
	background-color: var(--major-liberalarts);
}
/*
#curriculum ul .russian a {
	background-color:#67b5b;
}
#curriculum ul .sousei a {
	background-color:#00A0E9;
}
#curriculum ul .chinese a {
	background-color:#C09B0F;
}
#curriculum ul .communication a {
	background-color:#E4007F;
}
#curriculum ul .seiji a {
	background-color:#EA5504;
}
*/


#su-manabi {
	overflow: hidden;
}
#su-manabi h2 {
	margin-top: 60px !important;
	margin-bottom: 0 !important;
}
#su-manabi .verticalbox {
	margin-top: 0 !important;
}
#su-manabi h2.title {
	margin-top: 50px !important;
	margin-bottom: 20px !important;
}

#su-communication h2{
	margin-top: 60px !important;
}
#su-communication .section-inner p{
	text-align: center !important;
}
#su-communication .su-communication-img {
	margin: 40px auto;
	width: 100%;
	max-width: 1400px;
}

#su-club {
	background:#DEFD2E;
}
#su-club h2{
	margin-top: 60px !important;
}
#su-club .section-inner p{
	text-align: center !important;
}
#su-club .su-club-img {
	margin: 40px auto;
	width: 100%;
	max-width: 1400px;
}

#su-employment h2{
	margin-top: 60px !important;
}
#su-employment .section-inner p{
	text-align: center !important;
}
#su-employment .su-employment-img {
	margin: 40px auto;
	width: 100%;
	max-width: 1400px;
}

#su-campus {
	background:#55C998;
}
#su-campus h2{
	margin-top: 60px !important;
}
#su-campus .section-inner p{
	text-align: center !important;
}
#su-campus .su-campus-img {
	margin: 40px auto;
	width: 100%;
	max-width: 1400px;
}


/*======================================欧洲杯投注_欧洲杯预选赛-网站下载ページ=======================================*/

.text_block .verticalbox,
.text_block .imgtext {
	padding-top:0 !important;
}
.text_block .imgtext .img {
	margin-top:0 !important;
}
.text_block .linkbox {
	padding-top:20px !important;
}
.text_block .linkbox .box img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
}

.text_block .colorbox .subtitle {
	font-size:1.385em !important;
	margin: 0 !important;
	padding:0 0 1em 0 !important;
	/*border-left:2px solid #00b58c;*/
	border-bottom: none !important;
	line-height:1.2em !important;
}
.text_block .colorbox .subtitle::after {
	display: none !important;
}
.text_block .colorbox p {
	font-size:1.05em !important;
	padding-top:0.5em !important;
	margin-top:0.5em !important;
}

.text_block .cautionbox .subtitle {
	font-size:1.55em !important;
	margin: 0 !important;
	margin-bottom:0.5em !important;
	padding: 0 !important;
	padding-left:15px !important;
	/*border-left:2px solid #00b58c;*/
	border-bottom: none !important;
	line-height:1.2em !important;
}
.text_block .cautionbox .subtitle::after {
	display: none !important;
}

.text_block .cautionbox .subhead {
	font-size:1.25em !important;
	padding: 0 !important;
	padding-top:0.5em !important;
	margin: 0 !important;
}
.text_block .cautionbox p {
	font-size:1.05em !important;
	padding-top:0.5em !important;
	margin-top: 0 !important;
}



/* ****************************************************************************************************
   スマートフォン用のスタイル記述
****************************************************************************************************** */


@media screen and (max-width: 769px) {

.pc_only {
	display:none;
}
.sp_only {
	display:block;
}
ol.numbers li {
	padding-left: 15px;
}
ol.numbers li:before {
	line-height: 22px;
}
.bt a {
	padding:10px 35px 8px;
}
.tb-caption {
	display:block;
	text-align:left;
	font-size:1.05em;;
	width:100%;
	margin:30px 0 0;
}
#sitemapPage .cont1of3 {
	width: 100%;
	margin: 10px;
}
.international .tb-caption,
section.employment .tb-caption {
	width:95%;
}

.bg .tb-caption {
	margin:30px 20px 0;
}

.text.t_center {
	width:100%;
	margin:0 auto 30px;
	text-align: left !important;
}

.cp_left {
	width:100%;
	margin:10px auto 40px !important;
	text-align: left !important;
	font-size: 0.9em !important;
}

.cp_right {
	width:100%;
	margin:10px auto 40px !important;
	text-align: right !important;
	font-size: 0.9em !important;
}

.cp_center {
	width:100%;
	margin:10px auto 40px !important;
	text-align: center !important;
	font-size: 0.9em !important;
}

.cp_text {
	margin-top: 10px !important;
	font-size: 0.9em !important;
}


#contents-area > section .profilebox .row {
	margin: 0 15px 20px;
}
#contents-area > section .profilebox .row .cont1of3 {
	width:calc(100% - 0px);margin:10px 0;
	border-right:none;
}
#contents-area > section .profilebox .row .cont1of3:nth-child(3) {
	border-right:none;
}
#contents-area > section .profilebox .row .cont1of3 .date {
	font-size:1.15em;
	font-weight:bold;
	margin-right:10px;
	margin-bottom: 15px;
}
#contents-area > section .profilebox .row .cont1of3 .text {
	margin-right:10px;
}


#contents-area > section#circle .profilebox .profile .img {
	float:none;
	display: block;
	text-align: center;
	width: 100%;
}
#contents-area > section#circle .profilebox .profile .text {
	font-size:1.05em;
	margin-top:0;
	margin-left:0;
	text-align:left;
	display: block;
}

.tourdash {
	width:90%;
	margin:30px auto 0;
}
.tourdash p {
	margin-bottom:0;
}
.tourdash iframe {
	width:100%;
	height: 60px;
}
.y_movie {
	width: 90%;
	height: 220px;
	margin: 0 auto;
}

.verticalbox.row3.block .box {
	width:100% !important;
	margin:0;
	padding:0 30px 0 !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:none !important;
}
.verticalbox.row3 .box:nth-child(2n) {
	margin-right:0 !important;
}
.houmei_list1,houmei_list2 {
	margin-bottom:30px !important;
}
.houmei_list1 li {
	width:49.5%;float:left;
}

.library.message {
	margin:0 20px 20px;
	padding: 20px !important;
	text-align: left !important;
	border:solid 1px #35559a;
}

.deduction {
	margin-top: 15px;
	padding:20px 35px 15px;
}
.deduction span {
	font-size: 16px;
	margin: 0;
	display:block;
}


/*===================入試情報用====================*/

.examdata h5 {
	font-size:1em;
	padding:8px 10px 8px;
}

#contents-area > section table.table-ex th,
#contents-area > section table.table-ex td,
#contents-area > section table.table-ex2 th,
#contents-area > section table.table-ex2 td {
	white-space: nowrap;
	font-size: 12px;
	padding: 10px 10px 8px;
}

#contents-area > section table.table-ex.vertical,
#contents-area > section table.table-ex.vertical tbody,
#contents-area > section table.table-ex.vertical tr {
	display:block;
}

#contents-area > section table.table-ex.vertical th {
	width:100% !important;
	border-right:none;
	border-bottom:1px solid #373637;
	white-space:normal;
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ededed;
	white-space: nowrap;
	font-size: 12px;
	padding: 10px 10px 8px;
}

#contents-area > section table.table-ex.vertical td {
	width:100% !important;
	border-bottom:1px solid #373637;
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	font-size: 12px;
	padding: 10px 10px 8px;
}

#contents-area > section table.table-ex.vertical tr:last-child th {
	border-bottom:1px solid #373637;
}

#contents-area > section table.table-ex.vertical tr:last-child td {
	border-bottom:none;
}

#contents-area > section table.table-ex3 {
	font-size: 12px;
	padding: 10px 10px 8px;
}

#contents-area > section table.table-ex4.vertical,
#contents-area > section table.table-ex4.vertical tbody,
#contents-area > section table.table-ex4.vertical tr {
	display:block;
}

#contents-area > section table.table-ex4.vertical th {
	width:100% !important;
	border-right:none;
	border-bottom:1px solid #CCC;
	white-space:normal;
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ededed;
}

#contents-area > section table.table-ex4.vertical td {
	width:100% !important;
	border-bottom:1px solid #CCC;
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents-area > section table.table-ex4.vertical tr:last-child th {
	border-bottom:1px solid #CCC;
}

#contents-area > section table.table-ex4.vertical tr:last-child td {
	border-bottom:none;
}

.exam-map {
	width:100%;
	height: 250px;
}

#examList {
	margin: 30px auto 0;
	width:90%;
	border-left:solid 1px #35559a;
	border-right:solid 1px #35559a;
	border-bottom:solid 1px #35559a;
}

#examList .subtitle {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	padding:0.5em 1.5em 0.4em;
	background-color:#35559a;
	text-align:left;
}

#examList .listbox {
	padding: 15px 10px;
	overflow: hidden;
}

#examList .listbox article {
	width:calc(50% - 10px);
	margin:20px 5px;
}

#examList .listbox.col4 article {
	width:calc(50% - 10px);
	margin: 20px 5px 0;
}
#examList .listbox article .date {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	min-height: 50px;
	border-bottom: solid 1px #35559a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

 #examList .listbox article .date span {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	min-height: 50px;
	margin-bottom: 10px;
}
#examList .listbox article .text {
	min-height: 40px;
	margin-bottom: 5px;
}

#examList .listbox article .bt a {
	color:#fff;
	font-size:12px;
	padding:12px 10px 12px 10px;
	background-color:#35559a;
	background-image: none !important;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	line-height:1em;
	display:block;
	text-align: center !important;
}

.liberalarts_parts #examList {
	border-left:solid 1px #bca8c5;
	border-right:solid 1px #bca8c5;
	border-bottom:solid 1px #bca8c5;
}
.liberalarts_parts #examList .subtitle {
	background-color:#bca8c5;
}
.liberalarts_parts #examList .listbox article .bt a {
	background-color:#bca8c5;
	border: 1px solid #bca8c5;
}

.keizai_parts #examList {
	border-left:solid 1px #f8b73d;
	border-right:solid 1px #f8b73d;
	border-bottom:solid 1px #f8b73d;
}
.keizai_parts #examList .subtitle {
	background-color:#f8b73d;
}
.keizai_parts #examList .listbox article .bt a {
	background-color:#f8b73d;
	border: 1px solid #f8b73d;
}

.sousei_parts #examList {
	border-left:solid 1px #00a0e9;
	border-right:solid 1px #00a0e9;
	border-bottom:solid 1px #00a0e9;
}
.sousei_parts #examList .subtitle {
	background-color:#00a0e9;
}
.sousei_parts #examList .listbox article .bt a {
	background-color:#00a0e9;
	border: 1px solid #00a0e9;
}

.keiei_parts #examList {
	border-left:solid 1px #f092ae;
	border-right:solid 1px #f092ae;
	border-bottom:solid 1px #f092ae;
}
.keiei_parts #examList .subtitle {
	background-color:#f092ae;
}
.keiei_parts #examList .listbox article .bt a {
	background-color:#f092ae;
	border: 1px solid #f092ae;
}

.hougaku_parts #examList {
	border-left:solid 1px #a1b194;
	border-right:solid 1px #a1b194;
	border-bottom:solid 1px #a1b194;
}
.hougaku_parts #examList .subtitle {
	background-color:#a1b194;
}
.hougaku_parts #examList .listbox article .bt a {
	background-color:#a1b194;
	border: 1px solid #a1b194;
}

.seiji_parts #examList {
	border-left:solid 1px #ea5504;
	border-right:solid 1px #ea5504;
	border-bottom:solid 1px #ea5504;
}
.seiji_parts #examList .subtitle {
	background-color:#ea5504;
}
.seiji_parts #examList .listbox article .bt a {
	background-color:#ea5504;
	border: 1px solid #ea5504;
}

.english_parts #examList {
	border-left:solid 1px #7484c1;
	border-right:solid 1px #7484c1;
	border-bottom:solid 1px #7484c1;
}
.english_parts #examList .subtitle {
	background-color:#7484c1;
}
.english_parts #examList .listbox article .bt a {
	background-color:#7484c1;
	border: 1px solid #7484c1;
}

.russian_parts #examList {
	border-left:solid 1px #67b5b7;
	border-right:solid 1px #67b5b7;
	border-bottom:solid 1px #67b5b7;
}
.russian_parts #examList .subtitle {
	background-color:#67b5b7;
}
.russian_parts #examList .listbox article .bt a {
	background-color:#67b5b7;
	border: 1px solid #67b5b7;
}

.history_parts #examList {
	border-left:solid 1px #b19161;
	border-right:solid 1px #b19161;
	border-bottom:solid 1px #b19161;
}
.history_parts #examList .subtitle {
	background-color:#b19161;
}
.history_parts #examList .listbox article .bt a {
	background-color:#b19161;
	border: 1px solid #b19161;
}

.japanese_parts #examList {
	border-left:solid 1px #ec6d5e;
	border-right:solid 1px #ec6d5e;
	border-bottom:solid 1px #ec6d5e;
}
.japanese_parts #examList .subtitle {
	background-color:#ec6d5e;
}
.japanese_parts #examList .listbox article .bt a {
	background-color:#ec6d5e;
	border: 1px solid #ec6d5e;
}

.chinese_parts #examList {
	border-left:solid 1px #c09b0f;
	border-right:solid 1px #c09b0f;
	border-bottom:solid 1px #c09b0f;
}
.chinese_parts #examList .subtitle {
	background-color:#c09b0f;
}
.chinese_parts #examList .listbox article .bt a {
	background-color:#c09b0f;
	border: 1px solid #c09b0f;
}

.communication_parts #examList {
	border-left:solid 1px #e4007f;
	border-right:solid 1px #e4007f;
	border-bottom:solid 1px #e4007f;
}
.communication_parts #examList .subtitle {
	background-color:#e4007f;
}
.communication_parts #examList .listbox article .bt a {
	background-color:#e4007f;
	border: 1px solid #e4007f;
}

.sports_parts #examList {
	border-left:solid 1px #70b057;
	border-right:solid 1px #70b057;
	border-bottom:solid 1px #70b057;
}
.sports_parts #examList .subtitle {
	background-color:#70b057;
}
.sports_parts #examList .listbox article .bt a {
	background-color:#70b057;
	border: 1px solid #70b057;
}

.to_examNavi {
	width: 90%;
	margin: 0 auto 20px;
}
.to_examNavi a {
	padding: 10px 8px;
	font-size: 18px;
	background-image: none;
	background-size: 6px auto;
}
.to_examNavi a span {
	font-size: 12px;
	margin: 0 0 5px;
}


#contents-area > section.exam-schedule table.table-ex3 thead th {
  display: block;
  border-bottom:1px solid #373637;
  border-right: none;
}
#contents-area > section.exam-schedule table.table-ex3 tbody td {
  display: block;
  border-bottom:1px solid ##373637;
  border-right: none;
}


#contents-area > section.exam-schedule table.table-ex3 thead {
	display: none;
}

#contents-area > section.exam-schedule table.table-ex3 tr,
#contents-area > section.exam-schedule table.table-ex3 td {
	display: block;
	width: auto;
}

#contents-area > section.exam-schedule table.table-ex3 tr {
	margin-bottom:0;
	border-top:1px solid #373637;
}
#contents-area > section.exam-schedule table.table-ex3 tr:first-child {
	border-top:none;
}
#contents-area > section.exam-schedule table.table-ex3 td {
	border: none;
	display: flex;
	justify-content: space-between;
	padding:10px 10px 10px 0;

}
#contents-area > section.exam-schedule table.table-ex3 td::before {
	content: attr(aria-label);
	display: inline-block;
	font-weight: bold;
	float: left;
	text-align:left;
	padding: 0 0 0 10px;
	white-space: nowrap;
}
#contents-area > section.exam-schedule table.table-ex3 td:nth-child(1) {
	background-color:#ededed;
}
#contents-area > section.exam-schedule table.table-ex3 td:nth-child(2) {
	background-color:#f6f6f6;
}
#contents-area > section.exam-schedule table.table-ex3 td:last-child {
	border-bottom:1px solid #373637;
	margin-bottom:20px;
	padding-left:10px;
}
#contents-area > section.exam-schedule table.table-ex3 td:last-child::before {
	display: none;
  }




/*===================club circle====================*/

section.club-circle section .verticalbox.row4 {
	margin: 15px 20px 0 !important;
}

section.club-circle section .verticalbox.row4 .box {
	width:48.5% !important;
	margin:0 0 20px !important;
	padding: 0 !important;
}
section.club-circle section .verticalbox.row4 .box:nth-child(odd) {
	margin:0 0 20px !important;
	float:left !important;
}
section.club-circle section .verticalbox.row4 .box:nth-child(even) {
	margin:0 0 20px !important;
	float:right !important;
}
section.club-circle section .verticalbox .box .img {
	margin:8px 8px 10px;
}
section.club-circle section .verticalbox .box .text {
	margin:0 8px 10px;

}



/*===================FAQ====================*/

#faq_bt .row{
	margin-top: 30px;
}

#faq_bt .cont1of2 {
	width:calc(100% - 20px);margin:5px 10px;
}

#faq_bt .cont1of2 a {
	font-size: 16px;
	padding: 1.5em 1em 1.5em 1.5em;
}

#faq_bt .cont1of2.faq_bt1 {
	background: #55C998 url(../img/ico_faq_1.svg) 10% center no-repeat;
	background-size: 26px auto;
}

#faq_bt .cont1of2.faq_bt2 {
	background: #61C1BE url(../img/ico_faq_2.svg) 10% center no-repeat;
	background-size: 26px auto;
}

#box2column .cont1of2 {
	width:calc(100% - 0px);margin:0;
}


.table-ex.vertical.exchange-program td ul.disc {
	float:none;
	width: 100% !important;
}

.table-ex.vertical.exchange-program td img {
	float:none;
	width: 100% !important;
	margin-bottom: 10px;
}

.international .cont1of3, .international .cont1of4{
	width:calc(100% - 0px);margin:0 0;
}
.international ul.disc {
	margin:0 0;
}


/*===================大学見学====================*/

#campustour .row .cont1of4 {
	width:calc(50% - 20px);margin:10px;
}


/*===================大学紹介====================*/

#su-data ul li {
	width: 100%;
	margin-bottom:15px;
}
#curriculum {
	overflow: hidden;
	border-bottom:solid 1px #ddd;
}
#curriculum h2 {
	margin-top: 60px !important;
}
#curriculum ul {
	width: 100%;
	margin: 5px 0 0;
}
#curriculum ul li {
	width: 50%;
}
#curriculum ul li a {
	padding:1.6em 0;
}

#su-manabi h2,
#su-club h2,
#su-communication h2,
#su-employment h2,
#su-campus h2 {
	margin-top: 30px !important;
}



#su-club .section-inner p,
#su-communication .section-inner p,
#su-employment .section-inner p,
#su-campus .section-inner p {
	text-align: left !important;
}



/*======================================欧洲杯投注_欧洲杯预选赛-网站下载ページ=======================================*/

#contents-area > section .newstext {
	margin:0 20px;
	padding-top:35px;
}

#contents-area > section .newstext .inner .img {
	margin-bottom:20px;
	text-align:center;
}

#contents-area > section .newstext .img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#contents-area > section .newstext .inner .text {
	font-size:14px;
	text-align:left;
}

.text_block .newstext{
padding-top: 0 !important;
}

.text_block .newstext .img {
	margin-top: 30px !important;
}

table.news_table{
	margin-top: 30px !important;
}

table.news_table.vertical,
table.news_table.vertical tbody,
table.news_table.vertical tr {
	display:block;
border-collapse:collapse;
}

table.news_table.vertical th {
	width:100% !important;
	border-right:none;
	border-top:1px solid #373637;
	border-bottom:1px solid #373637;
	white-space:normal;
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ededed;
	font-size: 12px;
	padding: 10px 10px 8px;
}

table.news_table.vertical td {
	width:100% !important;
	border-bottom:none;
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	font-size: 12px;
	padding: 10px 10px 8px;
}

table.news_table.vertical tr:last-child th,
table.news_table.vertical tr:last-child td {
	border-bottom:1px solid #373637 !important;
}
table.news_table td a {
	text-decoration: underline !important;
}


#contents-area > section .linkbox.row2 .box {
	width:auto !important;
	margin:20px 0 0 0 !important;
}


#contents-area > section .colorbox .subtitle {
/*	font-size:15px !important;*/
/*	font-size: 1.0em !important;*/
}

#contents-area > section .colorbox p {
/*	font-size:14px !important;*/
/*	font-size: 0.9em !important;*/
}


/* colorbox */


#contents-area > section .cautionbox .subtitle {
	/*font-size:13px !important;*/
}

#contents-area > section .cautionbox .subhead {
	/*font-size:12px !important;*/
}

#contents-area > section .cautionbox p {
	/*font-size:12px !important;*/
}


}

/* ****************************************************************************************************
   スマートフォン用のスタイル記述(SE iphone5s)
****************************************************************************************************** */
@media screen and (max-width: 321px) {
#curriculum ul li:nth-child(11),
#curriculum ul li:nth-child(12) {
	position:relative;
	width:99%;
	margin:10px 10px 0 0 !important;
	float:left;
	padding:5px 2px 0px 0px;
}
}

@media all and (-ms-high-contrast: none){
	#curriculum ul li a {
		background-size: 6px 10px !important;
	}

}

/* ****************************************************************************************************
   科目用のタグ
****************************************************************************************************** */

.liberalarts_bg{background:#bca8c5 !important;}
.liberalarts_col{color:#bca8c5 !important;}

.keizai_bg{background:#f8b73d !important;}
.keizai_col{color:#f8b73d !important;}

.keiei_bg{background:#f092ae !important;}
.keiei_col{color:#f092ae !important;}

.hougaku_bg{background:#a1b194 !important;}
.hougaku_col{color:#a1b194 !important;}

.english_bg{background:#7484c1 !important;}
.english_col{color:#7484c1 !important;}

.russian_bg{background:#67b5b7 !important;}
.russian_col{color:#67b5b7 !important;}

.history_bg{background:#b19161 !important;}
.history_col{color:#b19161 !important;}

.japanese_bg{background:#ec6d5e !important;}
.japanese_col{color:#ec6d5e !important;}

.sports_bg{background:#70b057 !important;}
.sports_col{color:#70b057 !important;}

.sousei_bg{background:#00A0E9 !important;}
.sousei_col{color:#00A0E9 !important;}

.chinese_bg{background:#C09B0F !important;}
.chinese_col{color:#C09B0F !important;}

.communication_bg{background:#E4007F !important;}
.communication_col{color:#E4007F !important;}

.seiji_bg{background:#EA5504 !important;}
.seiji_col{color:#EA5504 !important;}

.career_bg{background:#a3d1d0 !important;}
.career_col{color:#a3d1d0 !important;}

.child_bg{background:#f7e27b !important;}
.child_col{color:#f7e27b !important;}

@media screen and (max-width: 769px) {

.liberalarts_bg{background:#bca8c5 !important;}
.liberalarts_col{color:#bca8c5 !important;}

.keizai_bg{background:#f8b73d !important;}
.keizai_col{color:#f8b73d !important;}

.keiei_bg{background:#f092ae !important;}
.keiei_col{color:#f092ae !important;}

.hougaku_bg{background:#a1b194 !important;}
.hougaku_col{color:#a1b194 !important;}

.english_bg{background:#7484c1 !important;}
.english_col{color:#7484c1 !important;}

.russian_bg{background:#67b5b7 !important;}
.russian_col{color:#67b5b7 !important;}

.history_bg{background:#b19161 !important;}
.history_col{color:#b19161 !important;}

.japanese_bg{background:#ec6d5e !important;}
.japanese_col{color:#ec6d5e !important;}

.sports_bg{background:#70b057 !important;}
.sports_col{color:#70b057 !important;}

.sousei_bg{background:#00A0E9 !important;}
.sousei_col{color:#00A0E9 !important;}

.chinese_bg{background:#C09B0F !important;}
.chinese_col{color:#C09B0F !important;}

.communication_bg{background:#E4007F !important;}
.communication_col{color:#E4007F !important;}

.seiji_bg{background:#EA5504 !important;}
.seiji_col{color:#EA5504 !important;}

.career_bg{background:#a3d1d0 !important;}
.career_col{color:#a3d1d0 !important;}

.child_bg{background:#f7e27b !important;}
.child_col{color:#f7e27b !important;}	
}



/* ****************************************************************************************************
   access.html
****************************************************************************************************** */
@media screen and (min-width: 769px), print {
	.col2_6-3{
		display: -webkit-flex;
		display: flex;
		display: -ms-flexbox;
		-webkit-justify-content:space-between;
		justify-content:space-between;			
	}
	.col2_6-3__6{
		width: 60%;
	}
	.col2_6-3__6 iframe{
		max-width: 100%;
		height: 100%;
	}	
	.col2_6-3__3{
		width: 33%;
	}

	/*======================================欧洲杯投注_欧洲杯预选赛-网站下载ページ=======================================*/


#contents-area > section .newstext {
	width:1200px;
	margin:0 auto;
	padding-top:20px;
}

#contents-area > section .newstext .inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#contents-area > section .newstext .inner {
	display:inline-table;
	zoom:1;
}

#contents-area > section .newstext .inner {
	height:1%;
}

#contents-area > section .newstext .inner .img {
	width:450px;
	text-align:center;
}

#contents-area > section .newstext .img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#contents-area > section .newstext .inner .text {
	font-size:1.07em;
	text-align:left;
}

#contents-area > section .newstext .inner.imgleft .img {
	float:left;
}

#contents-area > section .newstext .inner.imgleft .text,
#contents-area > section .newstext .inner.imgleft .list {
	margin-left:480px;
}

#contents-area > section .newstext .inner.imgright .img {
	float:right;
}

#contents-area > section .newstext .inner.imgright .text,
#contents-area > section .newstext .inner.imgright .list {
	margin-right:480px;
}

#contents-area > section table.news_table {
	width: 720px;
	margin-top:40px;
	border-spacing:0px;
	border-collapse:collapse;
	border-top:1px solid #373637;
}

#contents-area > section table.news_table th,
#contents-area > section table.news_table td {
	font-size: 1.07em;
	font-weight: normal;
	padding: 18px 20px 15px;
	border-bottom:1px solid #373637;
}

#contents-area > section table.news_table tr:last-child th,
#contents-area > section table.news_table tr:last-child td {
	border-bottom:1px solid #373637;
}

#contents-area > section table.news_table th {
	border-right:1px solid #373637;
	white-space:nowrap;
	background-color:#ededed;
	font-weight:bold;
}

#contents-area > section table.news_table td a {
	text-decoration: underline !important;
}
}

.ico-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px; /* 画像間の余白 */
	padding: 20px;
  }
  
  .ico-btn a img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	transition: transform 0.3s;
	display: block;
  }
  
  .ico-btn a:hover img {
	transform: scale(1.05);
  }

  
  .list-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	gap: 20px;
	padding: 20px;
	border: 1px solid #373637;
  }

  .list-wrapper ul {
	flex: 1 1 calc(33.333% - 20px);
	min-width: 200px;
	list-style: disc;
	padding: 0px 25px;
	margin: 0;
  }

  .list-wrapper ul li {
	margin-bottom: 8px;
  }



@media screen and (max-width: 769px) {
	.col2_6-3__3{
		margin-top: 10px;
	}
	.ico-btn {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding: 10px;
	  }
	
	  .ico-btn a img {
		width: 70px !important;
		height: 70px !important;
		display: block !important;
	  }

		.list-wrapper ul {
		  flex: 1 1 100%;
		}
	  }
  



