/*
Theme Name: kitasatojyuui
*/

/*
0.625rem=10
0.6875rem=11
0.75rem=12
0.8125rem=13
0.875rem=14
0.9375rem=15
1rem=16
1.0625rem=17
1.125rem=18
1.25rem=20
1.3125rem=21
1.5rem=24
1.625rem=26
2rem=32
3.25rem=52

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color:#000;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height:1rem;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul,li{
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a{
	text-decoration:none;	
}
a:hover{
	color:#333;
	cursor: pointer;
}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}
.both hr{
	display:none;
}

p,li,a{
	font-size:0.875rem;
}
img {
	max-width:100%;
	display:block;
}

/*ショートコード*/
.of-hi{
	overflow:hidden;
}
.ma-za{
	margin:0 auto;
}
.fl-le{
	float:left;
}
.fl-ri{
	float:right;
}
.content-width{
	width:1200px;
	margin:0 auto;
}
.mb-12{
	margin-bottom: 12px;
}
.mb-60{
	margin-bottom:60px;
	}
.mb-65{
	margin-bottom:65px;
	}
.mb-95{
	margin-bottom:95px;
	}
.pb-5p{
	padding:0 0 5%;
}
.fw-bo{
	font-weight:bold;
	}
.font-lv1{
	font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.8rem;
}
.fs-25{
	font-size:1.5625rem;}
.text-center{
	text-align:center;
	}
.bgcolor-dark_gray{
	background-color:#3e3a39;
	}
.fc-green{
	color:#c5162e;
}
.ta-ce{
	text-align:center;
}
.midashi-g{
	font-weight: bold;
    font-size: 1.5625rem;
	line-height:1.5625rem;
	color:#c5162e;
    text-align: center;
}
.text-right{
	text-align:right;
	}
/*メニュー*/
.site-branding{
	position:relative;
}
.english_button {
    position: absolute;
    top: 0px;
    right: 110px;
}
@media screen and (max-width:480px){
.english_button {
    right: 20%;
    width: 13%;
}
.english_button img{
	width: 100%;
    height: 100%;
}
}
.menu_button {
    position: absolute;
    top: 0;
    right: 30px;
	cursor: pointer;
}

@media screen and (max-width:480px){
.menu_button{
	right: 4%;
    width: 13%;
}
.menu_button img{
	width: 100%;
    height: 100%;
}
}
.site-logo{
	margin:30px 0 11px;
}
@media screen and (max-width:480px){
.site-logo {
    margin: 20px 0 11px;
}
.site-branding .site-logo{
	padding: 19% 6% 0;
	width:100%;
}

.site-logo img:nth-of-type(1){
	width:13%;
	height:auto;
	padding: 0 0 5%;
}
.site-logo img:nth-of-type(2){
	width:63%;
	height:auto
}
.site-logo img:nth-of-type(3){
	width:85%;
	height:auto
}
.site-logo img:nth-of-type(4){
	width:80%;
	height:auto
}
}

#burgermenu {
	display:none;
    position: absolute;
    top: 81px;
    right: 0px;
    background-color: #3e3a39;
    padding: 30px 0;
    line-height: 2.5rem;
	z-index: 15000;
}
#burgermenu li {
    background-color: #3e3a39;
}
@media screen and (max-width:480px){
#burgermenu{
	top: 25%;
	padding: 5% 13%;
	width: 100%;
}
}
#burgermenu li a{
	color: #fff;
    display: block;
    line-height: 2.5rem;
	padding: 0 21px;
	}
#burgermenu:before {
	bottom: 100%;
    right:45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(63, 85, 99, 0);
    border-bottom-color: #3E3A39;
    border-width: 15px;
}
#burgermenu li .sub-menu{
    height: auto;
}
#burgermenu li .sub-menu li{
    border: medium none;
    float: none;
	padding: 0 0 0 13px;
}
#burgermenu li .sub-menu li a{
	height: 100%;
    line-height: 38px;
    margin: 0;
    top: 0;
    transform: none;
}
@media screen and (max-width:480px){
#burgermenu:before{
	right:8%;
	border-width: 10px;
}
}
/*グローバルナビjs*/
.fixed {
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 10000;
}
div.menu-global_nav-container {
	
}
#menu-global_nav{
	display: flex;
	zoom:1;
}
#menu-global_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}


#menu-global_nav li{
	float: left;
    width: 389px;
	border-left: solid 1px #FFF;
	text-align: center;
	height: 50px;
}
#menu-global_nav li:last-of-type{
	border-right:1px solid #FFF;
}
#menu-global_nav li:nth-of-type(3) a{
	margin: 0 0 34px 0;
}
#menu-global_nav li .sub-menu{
	background-color: rgba(0, 106, 54, 0.7);
    display: none;
    
	height:auto;
}
#menu-global_nav li .sub-menu li{
	float: none;
	border-left:none;
	border-bottom:1px solid #fff;
}
#menu-global_nav li .sub-menu li:last-of-type{
	border:none;
}
#menu-global_nav li .sub-menu li a{
	height: 100%;
    line-height: 50px;
    margin: 0;
    top: 0;
    transform: none;
}
div.menu-global_nav-container {
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.7) inset;
    padding: 0 16px;
    position: relative;
    width: 1200px;
    z-index: 10000;
}
#menu-global_nav li a{
	color: #FFF;
    font-size: 14px;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
/*フッター*/
.footer_link_icon {
    width: 300px;
    margin: 0 auto 60px;
}
@media screen and (max-width:480px){
.footer_link_icon {
    width: 74%;
    margin: 0 auto 9%;
}
}
.footer_link_icon a{
	display:block;
	float:left;
	}
@media screen and (max-width:480px){
.footer_link_icon a{
    width: 19%;
}
.footer_link_icon img{
    width: 100%;
	height:auto;
}
}
.footer_link_icon a:nth-child(n+2){
	margin-left:1.25rem;
}
@media screen and (max-width:480px){
.footer_link_icon a:nth-child(n+2) {
    margin-left: 8%;
}
}
footer .site-logo{
	width:660px;
	margin:0 auto 6px;
	}
@media screen and (max-width:480px){
footer .site-logo {
    width: 100%;
    margin: 0 auto 4%;
    padding: 0 6% 0;
    width: 100%;
}
}
.footer-site_map{
	text-align:center;
	padding:35px 0;
	}
.footer-site_map ul.footer-site_map-wrap{
	display: block;
    width: 607px;
    overflow: hidden;
    margin: 0 auto;	
	}
@media screen and (max-width:480px){
.footer-site_map ul.footer-site_map-wrap{
	padding: 0 10%;
	width: 100%;
	}

}.footer-site_map ul ul{
	float:left;
	}
.footer-site_map ul ul:nth-of-type(1){
	width:107px;
	}
.footer-site_map ul ul:nth-of-type(2){
	width:500px;
	}
@media screen and (max-width:480px){
.footer-site_map ul ul:nth-of-type(1),.footer-site_map ul ul:nth-of-type(2){
	width:auto;
	}
}
.footer-site_map ul ul:nth-of-type(2) li{
	float:left;
	}
.footer-site_map ul ul:nth-of-type(2) li:nth-child(odd){
	width:300px;
	}
.footer-site_map ul ul:nth-of-type(2) li:nth-child(even){
	width:200px;
	}
@media screen and (max-width:480px){
.footer-site_map ul ul:nth-of-type(2) li:nth-child(odd),.footer-site_map ul ul:nth-of-type(2) li:nth-child(even){
	width:100%
	}
}
.footer-site_map ul ul li{
	text-align:left;
    line-height: 2.5rem;
}
.footer-site_map ul ul li a{
	color:#FFF;
}
p.copy_right {
    text-align: center;
    padding: 20px 0 40px;
}
.footer-site_map li .sub-menu{
    float: none;
    height: auto;
}
.footer-site_map li .sub-menu li{
    border: medium none;
    float: none !important;
    width: 300px !important;
	padding: 0 0 0 13px;
}
.footer-site_map li .sub-menu li a{
	height: 100%;
    line-height: 38px;
    margin: 0;
    top: 0;
    transform: none;
}

@media screen and (max-width:480px){
p.copy_right {
    padding: 6% 0 8%;
	font-size: 0.7rem;
}
.footer-site_map li .sub-menu li {
    width: 100% !important;
}
}
.key_title {
    width: 1200px;
    margin: 0 auto 0;
    z-index: 5000;
    position: relative;
    top: -37px;
}
.key_title p {
    color: #FFF;
    z-index: 5000000;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
    padding: 11px 0;
    background-color: #c5162e;
    width: 480px;
    margin: 0 auto;
}
@media screen and (max-width:480px){
.key_title {
    width: 100%;
    position: static;
    top:0;
}
.key_title p {
    text-align: center;
    font-size: 1.25rem;
	line-height: 1.25rem;
    width: auto;
}
}
/*TOPページ*/
.key-visual{
	margin: -50px 0 0 0;
}
.slick-slide img {
    margin: 0 auto;
}
@media screen and (max-width:480px){
.key-visual{
	margin:0;
	}
.key-visual img{
	height:auto;}	
}
p.topics {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #c5162e;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 19px;
}
@media screen and (max-width:480px){
p.topics{
	letter-spacing: 0.08rem;
	line-height: 1rem;
	margin-top: 14%;
    margin-bottom: 6%;
}
}
.content-bg{
	background: url(images/bg_stripe.jpg) ;
	background-size: 70px 70px;
}
.topics-container{
    padding: 25px 50px 0;
	overflow: hidden;
}

@media screen and (max-width:480px){
.topics-container {
    padding: 5% 10% 0;
}
.topics-container .mb-60.of-hi{
	margin-bottom: 0;
}
.topics-container .text-center.mb-65{
	margin-bottom: 13%;
}
}
.topics-one {
    width: 245px;
    margin-right:40px;
    float: left;
	line-height: 1.75rem;
}
.topics-one .font-lv1{
	font-size:1.125rem;
}
@media screen and (max-width:480px){
.topics-one {
    width: auto;
	margin-right:0;
    float: none;
	margin-bottom: 7%;
}
.topics-one .fc-green.mb-12{
	margin-bottom: 1%;
}
.topics-one .font-lv1{
	line-height: 1.2rem;
}
}

@media screen and (max-width:480px){
.topics-one:nth-child(3),.topics-one:nth-child(4){
	display:none;
	}
}
.topics-one:nth-child(4){
	margin-right:0;
	}
a.tri-marker{
    text-align: center;
    display: inline-block;
    position: relative;
	text-decoration: underline;
	font-size: 0.9375rem;
}
@media screen and (max-width:480px){
a.tri-marker {
}
}
.tri-marker:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5rem solid #333;
    border-top: 0.35rem solid transparent;
    border-bottom: 0.35rem solid transparent;
    position: absolute;
    top: 0.1rem;
    left: -0.8rem;
}
@media screen and (max-width:480px){
.tri-marker:before{
	border-left: 0.4rem solid #333;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
	position: relative;
	top: 0;
	bottom:0;
	margin: auto 0;
	left: -0.4rem;
	}
}
.top-banner-container{
    padding: 0 0.9375rem 3.75rem;
	margin-bottom:2.3125rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 825px;
}
@media screen and (max-width:480px){
.top-banner-container{
	padding:0 10% 1%;
	}
.top-banner-container {
    flex-direction: column;
}
}
.top-banner{
	margin: 0 0 21px;
}
@media screen and (max-width:480px){
.top-banner{
	float:none;
	display: block;
    margin: 0 0 5%;
}
.top-banner img{
	height:auto;
}
}
.top-banner:nth-child(n+2){
	
}
@media screen and (max-width:480px){
.top-banner:nth-child(n+2){
	margin-left:0;
}
}
.mob-on{
	display:none;
}
/*ページス*/
.key-pages {
    bottom: 50px;
    margin-bottom: -50px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

@media screen and (max-width:480px){
.key-pages {
	bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
}
.content-bg-page{
	background: url(images/bg_stripe.jpg) ;
	background-size: 70px 70px;
	margin-bottom:50px;
}
.midashi-first {
    margin: 30px auto;
    text-align: center;
    line-height: 2rem;
}
.midashi-first.activity{
	margin: 0 auto 30px;
}
@media screen and (max-width:480px){
.midashi-first.content-width {
	margin: 8% auto;
    width: 80%;
}
}
.midashi-first h2{
	color: #c5162e;
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0 0 13px;
}
.midashi-first .img_box{
	display: flex;
	max-width: 1182px;
	margin: 50px auto 79px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.midashi-first .img_box img{
}
.midashi-first .img_box img:nth-of-type(1),.midashi-first .img_box img:nth-of-type(3){
	width:19.96615905245347%;
}
.midashi-first .img_box img:nth-of-type(2),.midashi-first .img_box img:nth-of-type(4){
	width:23.68866328257191%;
}
.midashi-first p{
	font-weight:bold;
	font-size:0.9375rem;
}
@media screen and (max-width:480px){
.midashi-first p {
/*    font-size: 0.75rem;*/
}
.midashi-first .img_box img:nth-of-type(1),.midashi-first .img_box img:nth-of-type(2){
	margin:0 0 21px;
}
.midashi-first .img_box img:nth-of-type(1),.midashi-first .img_box img:nth-of-type(3){
	width:39.17808219178082%;
}
.midashi-first .img_box img:nth-of-type(2),.midashi-first .img_box img:nth-of-type(4){
	width:46.57534246575342%;
}
}
@media screen and (max-width:480px){
.tostudents .content-bg-page .content-width{
	width:80%;
	}
}
@media screen and (max-width:480px){
.recruitment {
    padding: 0 0 10%;
}
}
.recruitment-midashi{
	font-weight: bold;
    font-size: 1.5625rem;
    padding: 67px 0 0;
    margin: 0 auto 18px;
    text-align: center;
}
@media screen and (max-width:480px){
.recruitment-midashi {
    font-size: 1.125rem;
    padding: 10% 0 0;
    margin: 0 auto 5%;
}
}
.recruitment-text {
    text-align: center;
    margin: 0 0 40px;
    line-height: 2rem;
}
@media screen and (max-width:480px){
.recruitment-text {
    margin: 0 0 12%;
}
.recruitment-text p {
    font-size: 0.75rem;
}
.recruitment-img{
	width:55%;
	}
}
.recruitment-pdf{
	display:block;
    margin: 32px auto 0;
    width: 60px;
}
@media screen and (max-width:480px){
.recruitment-pdf{
	margin:10% auto 0;
    width: 18%;
	}
}
.past-midashi {
    font-weight: bold;
    font-size: 1.5625rem;
    margin: 90px auto 44px;
    text-align: center;
}
@media screen and (max-width:480px){
.past.en{
	padding: 0 10% 0;
}
}
@media screen and (max-width:480px){
.past-midashi {
    font-size: 1.25rem;
	line-height:1.5rem;
    margin: 5% auto 9%;
}
}
.page-id-220 .of-hi,.page-id-73 .of-hi{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.past ul li{
	width: 32.5%;
	margin: 0 0 16px;
}
.past ul li img{
	width:100%;
}
.page-id-73 .past ul li:nth-of-type(7),.page-id-73 .past ul li:nth-of-type(8),.page-id-220 .past ul li:nth-of-type(7),.page-id-220 .past ul li:nth-of-type(8){
	width: 48.16666666667%;
}

@media screen and (max-width:480px){
.past ul li{
	margin-left:0;
	width:100% !important;
}
}
.past ul li:nth-of-type(-n+6){
	
}
@media screen and (max-width:480px){
.past ul li:nth-of-type(-n+8){
    margin-bottom:5%;
}
}
.report p.ta-ce {
    margin: 70px 0 35px;
}
@media screen and (max-width:480px){
.report p.ta-ce {
    margin: 18% 0 10%;
    font-size: 0.75rem;
}
}

.report-link a{
	width:100px;
	display: block;
    margin: 0 auto;
}
@media screen and (max-width:480px){
.report-link a{
	width: 25%;
}
}
.report-link {
    padding-bottom: 37px;
}
@media screen and (max-width:480px){
.report-link {
    padding-bottom: 12%;
}
}
p.fc-green.schedule-midashi {
    font-size: 1.5625rem;
    text-align: center;
    font-weight: bold;
    padding: 67px 0 0;
    margin: 0 0 48px;
}
@media screen and (max-width:480px){
p.fc-green.schedule-midashi {
    font-size: 1.125rem;
	line-height: 1.5rem;
    padding: 10% 0 0;
    margin: 10% 0 10%;
}
}
table.schedule_table {
    margin: 0 auto 50px;;
    width: 704px;
	border-bottom: 1px solid #C6C6C6;
    line-height: 1.6rem;
    font-size: 0.875rem;
}
.page-id-8 .k,.page-id-220 .k,.page-id-12 .k,.page-id-34 .k{
	font-size: 1.5rem;
	margin: 89px 0 150px;
	text-align: center;
}
@media screen and (max-width:480px){
table.schedule_table {
    margin: 0 auto 0;;
    width: 80%;
	border-bottom: 0;
    line-height: 1.125rem;
    font-size: 0.75rem;
	padding: 0 0 7%;
}
}
th.schedule_th {
    vertical-align: top;
	text-align: center;
}
th.schedule_th {
    width: 136px;
}
td.schedule_month {
    width: 186px;
}
@media screen and (max-width:480px){
td.schedule_month {
    width: 47%;
}
}
th.schedule_th,td.schedule_month,td.schedule_content {
    padding: 13px 0;
	border-top: 1px solid #C6C6C6;
}
@media screen and (max-width:480px){
th.schedule_th, td.schedule_month, td.schedule_content {
    padding: 4% 0 4% 4%;
}
}
td.schedule_content{
	width:510px;
}
@media screen and (max-width:480px){
td.schedule_content {
    width: 53%;
}
}
@media screen and (max-width:480px){
td.mob_schedule {
    font-weight: bold;
    padding: 3% 0 3% 4%;
	display: block;
}
.content-table{
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 9%;
	}
}
.active-container {
    overflow: hidden;
	padding: 70px 0;
}
.active-container li img:nth-child(2){
	border:1px solid #D4D4D4;
	}
@media screen and (max-width:480px){
.active-container {
    padding: 10% 0 15%;
}
}
.active-container li {
    width: 400px;
    float: left;
	margin:0 auto 100px;
}
@media screen and (max-width:480px){
.active-container li{
	width:100%;
	}
}
.active-container li img{
	margin:36px auto 0;
	}
@media screen and (max-width:480px){
.active-container li img {
    margin: 5% auto 6%;
	width: 60%;
}
}
@media screen and (max-width:480px){
.active-container li:nth-of-type(-n+8) {
	margin: 0 auto 14%;
}
}
.active-year {
    color: #c5162e;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.25rem;
}
@media screen and (max-width:480px){
.active-year {
    font-size: 1.25rem;
    line-height: 1.25rem;
}
}
.active-pdf{
	width: 60px;
    display: block;
	margin: 0 auto;
}
.active-pdf{
	width: 16%;
}
@media screen and (max-width:480px){
.active-container .active-pdf img{
	width:100%;
}
}
/*事務局*/
.secretariat{
	width:704px;
	padding:68px 0 57px;
    margin: 0 auto;
}
.page-id-14 .secretariat{
	width:715px;
}
@media screen and (max-width:480px){
.secretariat {
   width: 100% !important;
    padding: 8% 8%;
    margin: 8% auto;
}
}
.greet {
    margin: 0 0 84px;
}
@media screen and (max-width:480px){
.greet {
    margin: 0 0 27%;
}
}
@media screen and (max-width:480px){
.greet-midashi.midashi-g{
	font-size:1rem;
	}
}
p.greet-about {
    margin: 50px 0 28px;
    font-weight: bold;
    font-size: 0.9375rem;
}
@media screen and (max-width:480px){
p.greet-about {
    margin: 13% 0 8%;
    font-weight: bold;
    font-size: 0.875rem;
}
}
.greet-text p {
    line-height: 2rem;
    text-indent: 1rem;
    margin-bottom: 1rem;
}
.greet-text {
    word-break: break-all;
}
.greet .text-right{
	margin:40px 0 0 ;
	}
@media screen and (max-width:480px){
.greet .text-right {
    margin: 8% 0 0;
}
}
.history .history-table {
    margin: 50px 0 88px;
}
@media screen and (max-width:480px){
.history .history-table {
    margin: 13% 0 44%;
}
}
.history-table{
	border-bottom: 1px solid #C6C6C6;
	font-size:0.875rem;
}
.history-table td{
	border-top: 1px solid #C6C6C6;
	    line-height: 1.5rem;
}
td.hist-year {
    text-align: center;
    width: 158px;
    padding: 14px 0;
    vertical-align: top;
}
@media screen and (max-width:480px){
td.hist-year {
    text-align: center;
    width: 25%;
    padding: 4% 0;
    vertical-align: text-top;
}
}
td.hist-content {
    width: 546px;
    padding: 14px 0;
}
@media screen and (max-width:480px){
td.hist-content {
    width: 70%;
    padding: 4% 0;
}
}
.overview .history-table{
	margin:48px 0 0;
	}
.history-table td .member-table td,.history-table td .contact-table td{
		border:none;
		}
.member-table td:nth-of-type(odd){
	width:100px;
	}
.contact-table td:nth-of-type(odd){
	width:130px;
	}
@media screen and (max-width:480px){
.member-table td:nth-of-type(odd){
	width:45%;
	}
.contact-table td:nth-of-type(odd){
	width:45%;
	}
}
/*募集要項*/
.past-rec li {
    width: 400px;
    float: left;
	margin: 0 0 100px;
}
.past-rec img{
	margin: 36px auto 0;
}
.past-rec ul li img:nth-child(2){
	border:1px solid #D4D4D4;
}
.past-rec {
	padding:0 0 45px;
    margin: 0 auto 50px;
}
/*よくある質問*/
.faq {
    padding: 68px 0 58px;
}
@media screen and (max-width:480px){
.faq {
    padding: 10% 0 10%;
    margin: 10% 0 10%;
}
}
.faq ul {
    width: 704px;
    margin: 0 auto;
}
@media screen and (max-width:480px){
.faq ul {
    width: 80%;
    margin: 0 auto;
}
}
.faq li:first-of-type{
	border-top: 1px solid #CCCCCC;
	}
.faq li {
    border-bottom: 1px solid #CCCCCC;
	overflow:hidden;
}
.open-icon{
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
	  float: left;
      margin: 25px 0;
}
.open-icon.open{
      opacity: 0;
}

.question{
	overflow:hidden;
}
.answer{
	  display:none;
	  overflow: hidden;
      border-top: dotted 1px #CCCCCC;
}
.close-icon{
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
	  opacity: 0;
	  float: left;
      margin: 25px 0;
}
.close-icon.open{
	  opacity: 1;
}
@media screen and (max-width:480px){
.open-icon,.close-icon{
	display:none;
}
}
.faq li p:nth-of-type(1){
	font-size: 0.9375rem;
    margin: 27px;
    float: left;
    font-weight: bold;
}
@media screen and (max-width:480px){
.faq li p:nth-of-type(1) {
    margin: 8%;
}
}
.faq li p:nth-of-type(2){
	float: left;
    margin: 27px 0;
    width: 579px;
    padding: 0 27px 0 0;
}
@media screen and (max-width:480px){
.faq li p:nth-of-type(2){
	font-size: 0.9375rem;
    float: left;
    margin:8% 0 4%;
    width: 74%;
    padding: 0;
}
}
.answer p{
	color: #c5162e;
}
.open-icon-mob{
	background: url(images/ktz_open_icon.png) no-repeat;
	background-size:20px 20px;
	width:20px;
	height:20px;
	margin: 0 auto 3%;
	}
.open-icon-mob.open{
	background: url(images/ktz_close_icon.png) no-repeat;
	background-size:20px 20px;
	}
/* 国際交流協定に関する覚書*/
.memorandum {
    padding: 68px 0 58px;
	display: block !important;
}
.memorandum ul{
	display: flex;
	justify-content: space-between;
	max-width: 890px;
	margin: 0 auto;
	flex-wrap: wrap;
}
@media screen and (max-width:480px){
.memorandum {
    padding: 10%;
    margin: 10% auto 10%;
}
.en-wrapper .memorandum{
	padding: 0 0 10%;
    margin: 0 auto 10%;
	}
.memorandum ul {
    flex-direction: column;
}
}
.memorandum ul li {
	margin:0 0 89px;
	width:50%;
}
@media screen and (max-width:480px){
.memorandum ul li {
    width: 100%;
	margin-bottom: 10%;
}
.memorandum ul li:last-of-type{
	margin-bottom: 0;}
}
.memorandum p{
	font-weight: bold;
    font-size: 1.25rem;
    margin: 0 auto 36px;
    text-align: center;
}
@media screen and (max-width:480px){
.memorandum p{
    margin: 0 auto 8%;
}
}
.memorandum li img.oboegaki-img{
	border:1px solid #D4D4D4;
	}
.oboegaki-img{
	margin:0 auto;
	
}
/*リンク*/
.links{
	width:704px;
	margin:0 auto;
	padding:68px 0 58px
}
@media screen and (max-width:480px){
.links {
    width: 100%;
    margin: 10% auto;
    padding: 10%;
}
}
.links a {
    word-break: break-all;
}
.university-icon {
    margin: 0 0 10px;
}
@media screen and (max-width:480px){
.university-icon {
    margin: 0 0 2%;
}
}
.university-icon:after{
	content:url("images/ktz_link_icon.png");
	position: relative;
    right: -10px;
}
p.university-icon a{
	font-size:0.9375rem;
	font-weight:bold;

}
.links li{
	margin:0 0 34px;
}
.links li:last-of-type{
	margin:0;
}
/*Topics一覧*/
.archive-container {
    width: 704px;
    margin: 0 auto;
    padding: 35px 0 20px;
}
@media screen and (max-width:480px){
.archive-container {
    width: 80%;
    margin: 10% auto;
    padding: 6% 0 1%;
}
}
p.archive-topics-date {
    margin: 0 0 7px;
	font-size:1rem;
}
@media screen and (max-width:480px){
p.archive-topics-date {
    margin: 0 0 3%;
}
}
p.archive-topics-title {
    min-height: 2.5rem;
    margin-bottom: 28px;
}
@media screen and (max-width:480px){
p.archive-topics-title {
	min-height: 5.5rem;
    margin-bottom: 1.25rem;
}
}
p.archive-topics-title a {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.8rem;
}
.prev-next {
    margin: 122px auto 21px;
	padding: 0 0 21px;
    position: relative;
}
@media screen and (max-width:480px){
.prev-next {
    margin: 20% auto 10%;
    padding: 0 0 10%;
}
}
.prev-next .next{
    position: absolute;
    right: 0;
}
.prev-next .previous{
    position: absolute;
    left: 0;
}
.prev-next .previous a:after {
    content: "";
    border: 8px solid transparent;
    border-right-color: #c5162e;
    display: inline-block;
    position: relative;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(12%);
}
.prev-next .next a:before {
    content: "";
    border: 8px solid transparent;
    border-left-color: #c5162e;
    display: inline-block;
    position: relative;
    top: 80%;
    -webkit-transform: translateY(12%);
    -ms-transform: translateY(12%);
    transform: translateY(12%);
}
.prev-next a{
	color:#c5162e;
	font-weight:bold;
	font-size:0.9375rem;
	}
/*TOPICS個別*/
.topics-wrapper {
    width: 704px;
    margin: 0 auto;
	    padding: 68px 0 21px;
}
@media screen and (max-width:480px){
.topics-wrapper {
    width: 80%;
    margin: 8% auto;
    padding: 10% 0 0%;
}
}
aside.topics-date {
    color: #c5162e;
    margin: 0 0 13px;
}
@media screen and (max-width:480px){
aside.topics-date {
    margin: 0 0 3%;
}
}
p.topics-title {
    font-weight: bold;
    font-size: 1.125rem;
	line-height: 2rem;
}
.topics-content {
    margin: 50px 0 0;
}
@media screen and (max-width:480px){
.topics-content {
    margin: 9% 0 0;
}

}.topics-content, .topics-content p, .topics-content a {
    font-size: 0.9375rem;
    line-height: 1.725rem;
}
.topics-content img{
	margin:34px 0;
}
@media screen and (max-width:480px){
.topics-content img {
    margin: 8% 0;
}
}
/*english*/
.key-pages.en{
	bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.site-logo-en{
	margin: 30px 0 11px;
}
@media screen and (max-width:480px){
.site-branding .site-logo-en {
    padding: 10% 6% 0;
    width: 100%;
}
}
.site-logo-en img:nth-of-type(1){
	float:left;
}
@media screen and (max-width:480px){
.site-logo-en img:nth-of-type(1){
	width: 15%;
	float:none;
	}
}
.site-logo-en img:nth-of-type(2) {
    margin: 7px 0 0 9px;
	float:left;
}
@media screen and (max-width:480px){
.site-logo-en img:nth-of-type(2) {
    margin: 4% 0 0;
	width: 86%;
	float:none;
}
}
.site-logo-en img:nth-of-type(3) {
    margin: 43px 0 0 21px;
	float:left;
}
@media screen and (max-width:480px){
.site-logo-en img:nth-of-type(3) {
    margin: 5% 0 0;
	width: 100%;
    float:none;
}
}
.en-midashi {
    width: 994px;
    margin: 0 auto 34px;
}
.japanese_button {
    position: absolute;
    top: 0px;
    right: 30px;
}
@media screen and (max-width:480px){
.japanese_button {
    right: 4%;
    width: 13%;
}
.japanese_button img {
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width:480px){
.en-midashi {
    width: 100%;
    margin: 10% auto 8%;
    padding: 0 8% 0;
}
}
.en-midashi p {
    font-size: 1.05rem;
    line-height: 1.5rem;
}
.memorandum p.memorandum-midashi {
    font-weight: bold;
    font-size: 1.5625rem;
    margin: 50px auto 70px;
    text-align: center;
}
@media screen and (max-width:480px){
.memorandum p.memorandum-midashi {
    margin: 20% auto 10%;
}
}
.active-container.en {
    padding: 70px 0 30px;
}
@media screen and (max-width:480px){
.active-container.en {
    padding: 10% 0 0;
}
.active-container.en li:last-of-child{
	margin:0 0 8%;}
}
footer .site-logo-en{
	width: 815px;
    margin: 0 auto 6px;
}
@media screen and (max-width:480px){
footer .site-logo-en {
    padding: 10% 6% 0;
    width: 100%;
}
}

.footer_link_icon.en{
	width: 60px;
    margin: 0 auto 60px;
}
@media screen and (max-width:480px){
.footer_link_icon.en{
	width: auto;
    margin: 0 auto 10%;
}
.footer_link_icon.en a{
	float:none;
	width:18%;
	}
}
.footer_link_icon.en a:nth-child(n+2){
	margin-left:0;
	margin:0 auto;
}

/*スマホ 共通*/
@media screen and (max-width:480px){
.mob-on{
	display:block;
}
.mob-none{
	display:none;
}
.content-width{
	width:auto;
}
div.menu-global_nav-container{
	display:none;
}
.width-80p{
	width:80%;
	height:auto;
	margin:0 auto;
}
img.width-80p{
	width:80%;
	height:80%;
	margin:0 auto;}
img{
	height:auto;}
.width-100p{
	width:100%;}
}
