* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

ul {
	list-style: none;
}

html {
	background-color: #fff;
	scroll-behavior:smooth;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 14px;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	font-feature-settings: "pkna";
	-webkit-font-feature-settings: "pkna";
	-moz-font-feature-settings: "pkna";
	 overflow-x: hidden;
	 overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
p {
	margin: 0 0 0.5em 0;
}
/************************* link **************************/
a:link {
color: #bf5a72;
text-decoration: none;
}

a:visited {
color: #bf5a72;
text-decoration: none;
}
a:hover {
color: #f9929c;
text-decoration: none;
}
a:active {
color: #896d70;
text-decoration: none;
}
a img {
    opacity: 1;
}
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}

a, a img, a li, a div, a p, ul li a:hover {
    transition: all 0.3s ease 0s;
}
.link_out_box {
  width: 80%;
  max-width: 400px;
  min-width: 300px;
  padding: 20px 0;
  margin: 0 auto;
}
.link_outside, .link_outside_w {
  text-decoration: none;
  line-height: 150%;
  padding: 0 0 8px 18px;
  margin-bottom: 0.5em;
  background: url(../image/i_outlink.png) no-repeat 0px 4px;
  background-size: 14px 14px;
}
.link_outside a {
  color: #000;
}
.link_outside a:hover {
  color: #f9929c;
}
.link_outside_w a {
  color: #fff;
}
#footer .link_outside_w a:hover {
  color: #f9929c;
}

.link_pdf {
  text-decoration: none;
  line-height: 150%;
  padding: 2px 0 8px 30px;
  margin: 10px 0;
  background: url(../image/i_pdf.png) no-repeat top left;
  background-size: 24px 24px;
}

/************************* font **************************/
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.05em;	
	margin: 0;
}
h2 {
	font-size: 3em;
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	display: block;
	margin: 0 auto 1.5em;
	font-feature-setting: "palt";
	-webkit-font-feature-settings: "palt";
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666;
  border-radius: 2px;
}

h2.h_bg_student {
	margin: 0 auto 10px;
}
h2.h_bg_student:before {
  content: none;
}

h2.h_bg_student:after {
  content: '';
  display: inline-block;
  width: 184px;
  height: 200px;
  background-image: url(../image/p_2025stu03.jpg);
  background-size: contain;
  vertical-align: middle;
}



h3 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}


h4 {
	font-size: 1.4em;
	line-height: 1.5em;
	border:1px solid #ccc;
	padding:4px;
	margin: 0 0 0.5em 0;
	background-color: #fff;
}

h5 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
h1, h2, h3, h4, h5, .center {
	text-align: center;
}
.catch {
	font-size: 1.6em;
	text-align: center;
	font-weight: 500;
	color: #333;
	text-shadow: 2px 2px 2px #fff;
	line-height: 1.4em;
	margin: 25px auto 30px;
	padding:15px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	font-feature-setting: "palt";
	-webkit-font-feature-settings: "palt";
	background-color: #fae218;
	width: 80%;
	min-width: 300px;
}

.catch_ha {
	display: flex;
	 justify-content: center;
	align-items: center;
	color: #333333;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
}

.catch_ha::before,
.catch_ha::after {
    width: 5px;
    height: 60px;
    background-color: #000000;
    content: '';
}

.catch_ha::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.catch_ha::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.marker_yellow {
	background-color: rgba(33.203, 255, 0, 0.5);
}
.center {
    text-align: center;
}

.big {
    font-size:20px;
}
.large {
    font-size:1.2em;
}
.small {
    font-size:12px;
}

.medium {
    font-size:16px;
}
.blue {
    color:#2a9be2;
}
.red {
    color:#e04965;
}
.white {
    color:#fff;
}
.bold {
    font-weight:600;
}
.lang_e {
   font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}
.clearboth {
   clear: both;
}

@media screen and (min-width: 600px){	
  .br_pc { display:block; }
  .br_sp { display:none; }
}

@media screen and (max-width:600px) {
	h2 {
	 	font-size:2em;
	}
	h2.h_bg_student:after {
	  content: '';
	  width: 100px;
	  height: 109px;
	}
	h3 {
	 	font-size:1.6em;
	}
	.catch {
	 	margin-top:60px;
	 	font-size:15px;
	 	font-weight: 600;
	}
	.catch_ha {
		font-size: 1.2em;
	}

	.catch_ha::before,
	.catch_ha::after {
	    width: 5px;
	    height: 50px;
	    background-color: #000000;
	    content: '';
	}

	.catch_ha::before {
	    transform: rotate(-35deg);
 	   margin-right: 20px;
	}

	.catch_ha::after {
	    transform: rotate(35deg);
	    margin-left: 20px;
	}
	.br_pc { display:none; }
	.br_sp { display:block; }

}
/************************* header **************************/
#header {
 	position: relative;
	height: auto;
	width: 100%;
}
#header_s {
 	background-color:#fae218;
 	position: relative;
	height: auto;
	width: 100%;
}
#h_logo_pc {
	width:100%;
	margin-bottom: 30px;
}
#h_logo_pc img {
	width: 100%;
	height: auto;
}
#h_logo_sp {
	display:none;
}


#h_logo img {
	width:450px;
	height: auto;
	margin: 0;
}
#h_logo_s {
	padding: 140px 80px 60px 10px;
	text-align:center;
}
#h_logo_s img {
	width: 300px;
	height: auto;
	margin: 0 auto;
}

#h_after {
	width: 360px;
	margin: -120px auto 0;
	text-align:center;
	background-color:#f9f9f9;
	padding: 20px;
	border-radius: 20px;
}

#h_after_waku {
	width: 500px;
	margin: -60px auto 0;
	text-align:center;
	background-color:#f9f9f9;
	padding: 20px;
	border-radius: 20px;
}
#h_title {
	font-size: 64px;
	line-height: 1.5em;
	font-weighr: 600;
	margin-top: -100px;
	text-align:center;
}

#after_waku {
	width: 500px;
	margin: 30px auto;
	text-align:center;
	background-color:#edd7e2;
	padding: 20px;
	border-radius: 20px;
}

@media screen and (max-width:756px) {
	#header {
	 	padding-bottom:0;
	}

	#h_logo_pc {
		display:none;

	}

	#h_logo_sp {
		display:block;
		width:100%;
		margin-bottom: 30px;
	}
	#h_logo_sp img {
		width: 100%;
		height: auto;
	}

	#h_title{
		font-size: 60px;
		margin-top: -80px;
		text-align:center;
	}
	#h_after_waku {
		margin: 0 auto 0;
		width: 500px;
		padding: 10px ;
		border-radius: 10px;
	}
}
@media screen and (max-width:599px) {

	#h_after{
		margin: -90px auto 0;
		width: 300px;
		padding: 10px ;
		border-radius: 10px;
	}

	#h_after_waku {
		margin: 0 auto 0;
		width: 300px;
		padding: 10px ;
		border-radius: 10px;
	}
	#after_waku {
		margin: 30px auto;
		width: 300px;
		padding: 10px ;
		border-radius: 10px;
	}
}
/************************* nav **************************/
#nav {
	display: block;	
	top: 0;
	right: 0;
	padding: 12px;
	position: absolute;
}
#nav select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: solid 1px #ccc;
	border-radius: 1px;
	display: block;
	outline: 0;
	padding: 0 0.8em 3px;
	text-decoration: none;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.65em;
}
#nav select::-ms-expand {
	display: none;
}



/*************************** section - box ****************************/

.pure-pusher > section {
	padding: 6em 2em 5em;
	width: 100%;
	position: relative;
	/* overflow-x: hidden; */

}
section.nobottom {
	padding: 2em 2em 2em;
	width: 100%;
	position: relative;
	/* overflow-x: hidden; */

}
section.notop{
	padding: 1em 2em 5em;
	width: 100%;
	position: relative;
	/* overflow-x: hidden; */

}
.pure-pusher > section:first-of-type{
	padding-top: 0;
}

.container {
	max-width: 854px;
	margin: 0 auto;
}
.bg_q_color {
	background-color: #eba1b0;
}

.bg_pink {
  background: #faf4f5;
}
.bg_gray {
  background: #eee;
}
.bg_yellow {
  background: #faf4b4;
}
.bg_sky {
  background: #b4e1fa;
}
.bg_orange {
  background: #fda3c5;
}
.bg_green {
  background: #cffda3;
}

.bg_lightgreen {
  background: #d2d9c0;
}
.bg_note {
  background: #f7e7e5;
  padding: 20px;
  border-radius: 20px;
}
.line_box {
	border: solid 1px #fff;
}
.topicsbox {
	width: 500px;
	margin: -20px auto 0;
	text-align:center;
	background-color:#f1d3d6;
	padding: 20px;
	border-radius: 20px;
	z-index:5;
}
#message {
  padding: 30px 0 380px;
  background: url(../image/p_2025stu01.jpg) no-repeat;
  background-size: 400px 333px;
  background-position: bottom center;
}

#message_after {
  padding: 30px 0 80px;
}

#gakka {
  padding-top: 30px;
  padding-bottom: 0;
}
.gakka_topicsbox {
	width: 80%;
	max-width: 800px;
	margin: 20px auto;
	text-align:left;
	background-color:#e0e0e0;
	padding: 20px;
	border-radius: 20px;
	z-index:5;
}
#taidan {
  padding-top: 10px;
}

#faq {
  padding-bottom: 400px;
}
#map {
  padding-bottom: 50px;
}
#application {
  padding-bottom: 100px;
}
.p_boys {
    width:300px;
    height:300px;
    margin: 30px auto;
}
.p_boys img {
    width:100%;
    height:auto;
}

.p_sanka {
  float: right;
  padding: 0 0 10px 20px;
  width: 50%;
  max-width: 200px;
}
.p_sanka img {
    width:100%;
    height:auto;
}
.p_student2025a {
    width:800px;
    height:244px;
    bottom: 0;
    margin: 0 auto;
}
.p_student2025a img {
    width:100%;
    height:auto;
}
.p_student2025b {
    position: absolute;
    width:800px;
    height:366px;
    bottom: 0;
    left: calc(50% - 400px);
}
.p_student2025b img {
    width:100%;
    height:auto;
}
.p_5student {
    position: absolute;
    width:720px;
    height:305px;
    bottom: 0;
    left: calc(50% - 360px);
}
.p_5student img {
    width:100%;
    height:auto;
}
.p_center_left {
    width:300px;
    text-align:left;
    margin: 10px auto;
}
@media only screen and (max-width: 600px) {
	.pure-pusher > section {
		padding: 1em 1em 6em;
	}
	section.nobottom {
		padding: 1em 1em 2em;
	}
	.topicsbox {
		margin: 20px auto 0;
		width: 300px;
		padding: 10px ;
		border-radius: 10px;
	}
	.gakka_topicsbox {
		width: 300px;
		padding: 10px ;
		border-radius: 10px;
	}
	#message {
  		padding: 30px 10px 280px;
  		background-size: 300px 250px;
  		background-position: bottom right 10px;
	}
	#message_after {
  		padding: 30px 10px 80px;
 
	}
	#taidan_after {
  		padding: 30px 10px 280px;
  		background-size: 310px 213px;
  		background-position: bottom right 10px;
	}

	#faq {
	  padding-bottom: 200px;
	}
	#map {
	  padding-bottom: 40px;
	}
	#application {
	  padding-bottom: 80px;
	}
	.p_student2025a {
	    width:300px;
	    height:92px;
	    bottom: 0;
	    margin: 0 auto;
	}
	.p_student2025b {
	    width:300px;
	    height:137px;
	    bottom: 0;
	    left: calc(50% - 150px);
	}
	.p_5student {
	    width:300px;
	    height:127px;
	    bottom: 0;
	    left: calc(50% - 150px);
	}
	.p_boys {
	    width:240px;
	    height:240px;
	    margin: 30px auto;
	}

	.p_sanka {
	 float: none;
	 width: 100% !important;
	  padding: 0;
	  margin: 0 auto;
	}
	.p_sanka img {
	 width: 100%;
	  margin: 0 auto;
	  max-width: 300px !important;
	    height:auto;
	}
}
/*************************** flex ****************************/

.flex2,
.flex2_s,
.flex_a,
.flex3 {
	display: -webkit-flex;
	-webkit-flex-direction: wrap;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex2 section {
	flex: 1 1 auto;
	width: 50%;
	padding: 1em;
	min-width: 315px;
}
.flex2 section.w30 {
	flex: 1;
	width: 30%;
	padding: 0;
}
.flex2 section.w70 {
	flex: 2;
	width: 70%;
	padding: 1em;
}
.flex_a section {
	flex: 1 1 1;
	width: 50%;
	padding: 0.5em;
	min-width: 315px;
}
.flex2_s section.s30 {
	width: 30%;
	padding-right: 1em;
}
.flex2_s section.s70 {
	width: 70%;
	padding-top: 1em;
}
.flex3 section.s30 {
	width: 30%;
	padding-right: 1em;
}
.flex3 section.s40 {
	width: 40%;
	padding-top: 1em;
}
.flex3 section {
	flex: 1 1 auto;
	width: calc(100% / 3);
	justify-content: space-between;
	padding: 0.5em;
	min-width: 185px;
}

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

	.flex2 {
		display: block;
	}
	.flex2 section, .flex2 section.w30, .flex2 section.w70 {
		width: 100%;
		padding: 1em;
		min-width: 280px;
	}
	.flex_a section {
		width: 50%;
		min-width:130px;
	}
	.flex3 section {
		flex: 1 1 auto;
		width: 50%;
	justify-content: space-between;
	}

}


/************************* footer **************************/
#footer {
	position: relative;  
	background-color: #333;
	padding: 2em 2em 2em;
/*	padding: 6em 0 4em; */
}

#footer h3 {
    color: #fff;
    text-align: left;
    font-size: 1.4em;
    border-bottom: solid 1px #666;
    padding-bottom: 6px;
    margin:0 0 0.5em;
}

#footer {
    color: #eee;
}
#footer a {
    color: #e0e6fc;
}
#footer a:hover {
    color: #dee3f6;
}

.p_top {
    position: fixed !important;  
    bottom:30px; right:30px;
    width: 44px;
    height: 44px;
    z-index: 300;
}
.copyright {
    text-align: center;
    padding: 2em 0 1em;
    font-size:12px;
}

/************************* margin space **************************/

.height_space30 {
  display: block;
  height: 30px;
  font-size: 1px;
}

.height_space20 {
  display: block;
  height: 20px;
  font-size: 1px;
}
.height_space10 {
  display: block;
  height: 10px;
  font-size: 1px;
}
.m20 {
  margin-left: 20px;
}
.indent1 {
text-indent: -1em;
 margin-left: 1em;
}
.indent15 {
text-indent: -1.5em;
margin-left: 1.5em;
}
.indent2 {
text-indent: -2em;
margin-left: 2em;
}
.indent25 {
text-indent: -2.5em;
margin-left: 2.5em;
}
.indent3 {
text-indent: -3em;
margin-left: 3em;
}

/************************* pure-toggle-label **************************/

.pure-toggle-label[data-toggle-label="left"] {
    left: 15px;
    right: auto;
}
.pure-toggle-label {
    -moz-user-select: none;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color:#fff;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 48px;
    position: fixed;
    top: 15px;
    transition: all 400ms ease-in-out 0s;
    width: 48px;
    z-index: 99;
}

.pure-toggle-label .pure-toggle-icon::before {
    transform: translate3d(-50%, -12px, 0px);
}

.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon::before, .pure-toggle-label .pure-toggle-icon::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 500ms ease-in-out 0s;
    width: 28px;
}

.pure-toggle-label .pure-toggle-icon::after {
    transform: translate3d(-50%, 8px, 0px);
}


.pure-toggle-label .pure-toggle-icon {
    transform: translate3d(-50%, -2px, 0px);
}
.pure-toggle-label:hover{border-color:#fff;color:#fff}


.pure-toggle-label:hover .pure-toggle-icon,.pure-toggle-label:hover .pure-toggle-icon:before,.pure-toggle-label:hover .pure-toggle-icon:after{background-color:#333f6e}

.pure-toggle[data-toggle='left']:checked~.pure-toggle-label[data-toggle-label='left'],.pure-toggle[data-toggle='right']:checked~.pure-toggle-label[data-toggle-label='right'],.pure-toggle[data-toggle='top']:checked~.pure-toggle-label[data-toggle-label='top']{border-color:#333;color:#333}

.pure-drawer {
    background-color: #ebebeb;

}

.pure-drawer ul {
    padding-top:80px;
    border-bottom: 1px solid #ddd;
}
.pure-drawer ul li {

    border-top: 1px solid #ddd;
}
.pure-drawer ul li a {
    padding:10px 10px 10px 20px;
    display: block;
    color:#333;
}
.pure-drawer ul li a:hover {
    color:#333f6e;
    background-color:#ccc;
}
/************************* BUTTON **************************/

.button_wrapper {
  margin: 30px 0 10px;
overflow: hidden;
}
/* anchor button */
.line_button {
  width:100%;
  max-width:600px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  position: relative;
}
.line_button a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #4043ab;
  border: 1px solid #9698e3;
  padding: 5px 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.line_button a:hover {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #4043ab;
  border: 1px solid #9698e3;
  padding: 5px 0;
  background-color: rgba(144, 144, 144, 0.075);
  border-radius: 4px;
}

.button_anchor {
  position: relative;
  padding-right: 60px;
}
.button_anchor::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 42%;
  right: 22px;
  margin-top: -4px;
  transition: .2s;
}
.button_anchor:hover:before {
  width: 24px;
  right: 10px;
  color: #333;
}
.button_anchor:hover:after {
  top: 55%;
  color: #333;
}

.button_bg_anchor {
  width:100%;
  position: relative;
  padding: 10px 30px 10px 8px;
  background-color: #ccc;
  width: 100%;
 line-height:1.2;
}
.button_bg_anchor a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 5px 0;
  transition: all 0.3s;
}
.button_bg_anchor a:hover {
  text-decoration: none;
  display: block;
  color: #666;
  padding: 5px 0;
  opacity:0.8;
}
.button_bg_anchor::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 42%;
  right:10px;
  margin-top: -4px;
  transition: .2s;
}
.button_bg_anchor:hover:before {
  width: 24px;
  right: 10px;
  color: #333;
}
.button_bg_anchor:hover:after {
  top: 55%;
  color: #333;
}
/* circle button */
.button_circle {
  background-color: #85023e;
  width: 200px;
  height: 200px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  border-radius: 50%;
  padding: 25px 10px 10px;
  margin: 0 auto;
  border: thick double #fff;
}
.button_circle:hover {
  background-color: #951c53;
}

.button_circle a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 20px 0;
  transition: all 0.3s;
}
.button_circle a:hover {
  text-decoration: none;
  display: block;
  opacity:0.8;
}
.small_in {
  color: #fde9f2;
  font-size:14px;
  line-height:18px;
  margin-bottom:6px;
}
.in_button {
  line-height:1,2;
  margin: 0;
}
/* more button */
.more_button {
  width:100%;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  position: relative;
}
.more_box .more_button {
  font-size: 1em;
  line-height: 1.2;
}
.more_button a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #bf5a72;
  border: 1px solid #bf5a72;
  padding: 10px 0;
  transition: all 0.3s;
  background-color: #fff;
}
.more_button a:hover {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #bf5a72;
  border: 1px solid #bf5a72;
  padding: 10px 0;
  background-color: rgba(144, 144, 144, 0.075);
}
.more_button a::before {
  position: absolute;
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  background-color: #333;
  top: 50%;
  right: 20px;
  margin: 0;
  transition: .2s;
}
.button_arrow {
  position: relative;
  padding-right: 60px;
}
.button_arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  margin-top: -4px;
  transition: .2s;
}
.button_arrow:hover:before {
  width: 24px;
  right: 10px;
  color: #333;
}
.button_arrow:hover:after {
  right: 12px;
  color: #333;
}

/* back button */
.back_button {
  width:100%;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  position: relative;
}

.back_button a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #bf5a72;
  border: 1px solid #bf5a72;
  padding: 10px 0;
  transition: all 0.3s;
  background-color: #fff;
}
.back_button a:hover {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #bf5a72;
  border: 1px solid #bf5a72;
  padding: 10px 0;
  background-color: rgba(144, 144, 144, 0.075);
}
.back_button a::before {
  position: absolute;
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 20px;
  margin: 0;
  transition: .2s;
}
.back_button_arrow {
  position: relative;
  padding-left: 60px;
}
.back_button_arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 50%;
  left: 22px;
  margin-top: -4px;
  transition: .2s;
}
.back_button_arrow:hover:before {
  width: 24px;
  left: 10px;
  color: #333;
}
.back_button_arrow:hover:after {
  left: 12px;
  color: #333;
}
/************************* MOVIE **************************/

.movie_wrap {
     width: 100%;
     max-width: 854px;
    margin: 0 auto;
}
.movie_box {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie_box iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/************************* map **************************/
.event_map {
     width: 100%;
     max-width: 854px;
    margin: 0 auto;
}
 
.event_map iframe {
  width: 100%;
  aspect-ratio: 16/9;

}
.area {
     width: 100%;
     max-width: 800px;
    margin: 0 auto;
}
.area img {
     width: 100%;
     height: auto;
}
/************************* MORE **************************/
.more_box {
    margin: 2em auto 1em;
    width:100%;
}
.more_title {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #ddd;
    line-height: 1.4em;
    margin: 0;
    padding: 10px 36px 10px 18px;
    display: block;
    position: relative;
}

.bg_01ele {
    background-color: #fdd000;
}
.bg_02mate {
    background-color: #f18900;
}
.bg_03applied {
    background-color: #f7b77d;
}
.bg_04chem {
    background-color: #d59268;
}
.bg_05inter {
    background-color: #ca7bb0;
}
.bg_06mech {
    background-color: #9d75b1;
}
.bg_07aero {
    background-color: #a688bd;
}
.bg_08quan {
    background-color: #718cc7;
}
.bg_09naval {
background-color: #48b0e5;
}
.bg_010earth {
    background-color: #68c5d8;
}
.bg_11civil {
    background-color: #43b68f;
}
.bg_12arch {
    background-color: #b8d669;
}
.bg_pink {
    background-color: #eac1c9;
}

.bg_sozo {
    background-color: #c6b2b9;
}
.bg_lightgray {
    background-color: #eee;
}
.more_title:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
}

.more_title:after {
	content:"";
	display: block;
	width:12px;
	height:12px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 12px;
	right:15px;
}
.more_title.opened:after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 18px;
}

.more_content {
    background-color: #eee;
    display: none;
    font-weight: normal;
    padding: 2em;
    position: relative;
}
@media only screen and (max-width: 700px) {
	.more_content {
    		padding: 1em;
	}
}
/************************* table **************************/


table {
  margin: 5px 0;
  border-collapse: collapse;
  line-height:1.4;
  width:100%;
  /*table-layout: fixed;
  word-break: break-word;*/
}

table th {
  border: solid 2px #fff;
  background: #efdddd;
  font-weight: bold; 
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
table td {
  border: solid 2px #fff;
  padding:10px;
  background: #fff;
  text-align: center;
}
table td.gakka {
  vertical-align: top;
  background-color: #eee;
}
table td.gakka_p {
  vertical-align: top;
  padding:80px 0;
  min-height: 200px;
  background: url(../image/p_2022stu02.png) no-repeat;
  background-size: 180px 134px;
  background-position: bottom left 10px;
  background-color: #eee;
}
.more_content table {
  margin: 5px 0;
  border-collapse: collapse;
  line-height:1.4;
  width:100%;
}

.more_content table th {
  border: none;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  background-color: transparent;
  font-weight: bold; 
  text-align: left;
  vertical-align: middle;
  padding: 6px;
}
.more_content table td {
  border: none;
  border-bottom: solid 1px #ccc;
  padding:6px;
  background-color: transparent;
  text-align: left;
}
.more_content table th.w5, .more_content table td.w5 {
  width: 8%;
  max-width: 60px;
  text-align: center;
  vertical-align: top;
}
.qa table {
  margin: 5px 0;
  border-collapse: collapse;
  line-height:1.4;
  width:calc(100% - 15px);
}
.qa table td.bg_base {
  text-align: left;
  background-color:#faf3f4;
}
.facility th {
  text-align: left;
  font-weight: bold; 
  vertical-align: top;
  white-space: nowrap;
}
.facility td {
  text-align: left;
  background-color:#f0f0f0;
}

.t_table table {
  margin:0 auto;
  border-collapse: collapse;
  line-height:1.4;
  width:calc(100% - 15px);
  max-width:400px;
}

.t_table table td {
  text-align: center;
  background-color:#f3dede;
}

.t_table table td.bg {
  text-align: center;
  background-color:#dbc0c0;
}

table.t_shop  {
  margin:20px auto 30px;
  border-collapse: collapse;
  line-height:1.4;
  width:calc(100% - 15px);
  border:solid 1px #ccc;
}

table.t_shop th {
  text-align: center;
  border:solid 1px #ccc;
}

table.t_shop td {
  text-align: left;
  border:solid 1px #ccc;
}
@media only screen and (max-width: 400px) {
	table td.gakka {
	  background-size: 120px 199px;
	  background-position: bottom left 10px;
	  background-color: #eee;
	}
	.table_box table {
		border-top: 2px solid #fff;
	}
	.table_box table td {
		display: block;
	}
	.table_box table th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: 100%;
	}
}

/* FAQ ******************************************************/
.qa_link {
    text-align: center;
}
.qa_link ul {
    display: block;
    width:280px;
    max-width:740px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.qa_link ul li {
    display: block;
    font-family: 'Noto Serif JP', serif;
    padding: 15px 0;
    position: relative;
}
.qa_link ul li a:hover,
.sqa_link ul li a:active,
.sqa_link ul li a:focus {
	color:#f3899b;
}
.qa_link ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 100px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
}
.qa {
    margin: 0 auto 1.4em;
    width:100%;
    max-width:800px;
}
.qa_q {
    background-color: #e3e3e3;
    line-height: 1.4em;
    border-top-right-radius: 6px;  
    border-top-left-radius: 6px;  
    border-bottom-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-topright: 6px;  
    -moz-border-radius-topleft: 6px;  
    -moz-border-radius-bottomleft: 6px; 
    margin: 0;
    padding: 8px 36px 8px 52px;
    display: block;
    position: relative;
}
.qa_q_pink {
    background-color: #eac1c9;
    line-height: 1.4em;
    border-top-right-radius: 6px;  
    border-top-left-radius: 6px;  
    border-bottom-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-topright: 6px;  
    -moz-border-radius-topleft: 6px;  
    -moz-border-radius-bottomleft: 6px; 
    margin: 0;
    padding: 8px 36px 8px 52px;
    display: block;
    position: relative;
}
.qa_q .q_no,.qa_q_pink .q_no {
    font-size:1.4em;
    line-height: 30px;
    text-align: left;
    color: #fff;
    left: 8px;
    top: 0;
    height: 30px;
    display: block;
    position: absolute;
    width: 56px;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.qa_q:after,.qa_q_pink:after {
	content:"";
	display: block;
	width:12px;
	height:12px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 8px;
	right:15px;
}
.qa_q.opened:after,.qa_q_pink.opened:after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 14px;
}

.qa_q:hover {
    background-color: #d9d7d8;
}
.qa_q_pink:hover {
    background-color: #dca6af;
}
.qa_a {
    background-color: #f5f5f5;
    border-bottom-right-radius: 6px;  
    border-bottom-left-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-bottomright: 6px;  
    -moz-border-radius-bottomleft: 6px; 
    display: none;
    font-weight: normal;
    padding: 10px 15px 10px 52px;
    margin-left: 20px;
    position: relative;
}
.qa_a_pink {
    background-color: #f8eaed;
    border-bottom-right-radius: 6px;  
    border-bottom-left-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-bottomright: 6px;  
    -moz-border-radius-bottomleft: 6px; 
    display: none;
    font-weight: normal;
    padding: 10px 15px 10px 52px;
    margin-left: 20px;
    position: relative;
}
.qa_a .a_no,.qa_a_pink .a_no {
    font-size:1.4em;
    line-height: 33px;
    text-align: left;
    color: rgba(0, 0, 0, 0.3);
    left: 8px;
    top: 8px;
    height: 32px;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 56px;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 600;
}

/************************* image **************************/

.c_image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    padding: 0;
    line-height:0;
}
.bn_qenav {
    width: 80%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}
.bn_qenav img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 0;
    line-height:0;
}
.img100 {
    width: 100%;
    margin: 0 auto 20px;
}
.img100 img {
    width: 100%;
    height: auto;
}

.alignleft {
	float: left;
	padding: 0 20px 10px 0;
	max-width: 320px;
	height: auto;
}

.alignright {
	float: right;
	padding: 0 0 10px 20px;
	max-width: 320px;
	height: auto;
}
.aligncenter {
	display: block;
	padding: 10px;
	margin: 0 auto;
	max-width: 640px;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.bn_qenav {
	  padding: 20px 0;
	}
}
@media only screen and (max-width: 400px) {
	.alignleft{
	    width: 100% !important;
	    padding: 5px;
	    max-width: 400px !important;
	}

	.alignright {
	    width: 100% !important;
	    padding: 5px;
	    max-width: 400px !important;
	}
	.aligncenter {
	    width: 100% !important;
	    padding: 5px;
	    max-width: 400px !important;
	}
}
/************************* tel **************************/

.nohover a, .nohover a:visited, .nohover a:hover, .nohover a:active {
    color: #eee;
    cursor: default;
    text-decoration:none;
}