@charset "utf-8";

@import url("top.css");
@import url("lp.css");
@import url("faculty.css");
@import url("syllabus.css");
@import url("department.css");
@import url("learn-0803.css");
@import url("support.css");
@import url("admission.css");
@import url("about.css");
@import url("info.css");
@import url("faq.css");
@import url("privacy.css");
@import url("contact-0812.css");
@import url("calendar.css");
@import url("fee.css");
@import url("document.css");
@import url("news-1119.css");
@import url("limited-news.css");
@import url("students.css");
@import url("webapply.css");

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
}

body {
text-align: left;
color: #222;
background: #fff;
font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-size: 1.5rem;
line-height: 3rem;
margin: 0 auto;
}

a:link, a:visited {
color: #222;
text-decoration: none;
}

a:active, a:hover {
color: #666;
text-decoration: none;
}

a:hover img {
opacity: 0.9;
}

#main a {
color: #06c;
text-decoration: underline;
}

#main a:hover {
color: #2480db;
text-decoration: none;
}

a.pdf::after {
content: "";
display: inline-block;
width: 19px;
height: 18px;
margin: 0 6px -3px 6px;
background: url("../image/icon_pdf.png") 0 0 no-repeat;
background-size: contain;
}

a.exlink::after {
content: "";
display: inline-block;
width: 13px;
height: 13px;
margin: 0 8px -3px 8px;
background: url("../image/icon_exlink.svg") 0 0 no-repeat;
background-size: contain;
}

.more {
padding-top: 10px;
}

#main .more a {
position: relative;
display: block;
width: 200px;
text-align: center;
font-size: 1.6rem;
letter-spacing: 0.05rem;
color: #222;
text-decoration: none;
box-sizing: border-box;
border: 1px solid #ddd;
border-radius: 30px;
box-sizing: border-box;
padding: 13px 5px 13px 15px;
background: #fff;
margin: 0 auto;
}

.more a::before {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: 19px;
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #333;
}

.more a::after {
position: absolute;
display: inline-block;
content: "";
left: 25px;
top: 25px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main .more a:hover {
color: #222;
background: #f5f5f5;
}

.btn-related {
display: inline-block;
width: calc((100% - 160px)/4);
}

.btn-related a {
position: relative;
color: #222;
text-decoration: none;
display: block;
width: 100%;
text-align: left;
font-size: 1.6rem;
letter-spacing: 0.05rem;
box-sizing: border-box;
border: 1px solid #ddd;
padding: 18px 30px 18px 45px;
background: #fff;
}

.btn-related a::before {
position: absolute;
display: inline-block;
content: "";
left: 15px;
top: 23px;
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #333;
}

.btn-related a::after {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: 29px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.btn-related a:hover {
color: #222;
background: #f5f5f5;
}

.tal { text-align: left!important; }
.tac { text-align: center!important; }
.tar { text-align: right!important; }

.sponly { display: none; }

.important { color: #f00; }

.w1000 { width: 1000px!important; }
.w1200 { width: 1200px!important; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
height: 80px;
width: 100%;
box-sizing: border-box;
background: #fff;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
border-bottom: 1px solid #dedede;
}

#header #logo {
width: 350px;
margin: 3px 0 0 18px;
}

#header #logo img {
width: 100%;
}

#header #logo h1 a {
display: block;
}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#gnavi {
display: none;
}

#shortcuts {
display: none;
}

#menu {
display: none;
}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
width: 100%;
height: 200px!important;
box-sizing: border-box;
margin: 0 auto;
}

#hero h2 {
text-align: center;
color: #fff;
font-size: 3.2rem;
letter-spacing: 0.2rem;
text-shadow: 1px 1px 4px #555;
font-weight: normal;
padding-top: 80px;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
width: 100%;
margin: 0 auto 80px auto;
}

#main .column3 {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#main .column3 .block {
width: calc((100% - 120px)/3);
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 60px;
}

#main .column3 .photo img {
width: 100%;
}

#main .column3 .text {
text-align: center;
margin: 15px auto 0 auto;
}

#main .column3 .text p {
position: relative;
font-weight: bold;
font-size: 1.6rem;
letter-spacing: 0.1rem;
line-height: 1.8rem;
padding-left: 28px;
}

#main .column3 .text p a:link,
#main .column3 .text p a:visited {
color: #222;
text-decoration: none;
}

#main .column3 .text p a:hover {
color: #666;
text-decoration: none;
}

#main .column3 .text p a::before {
position: absolute;
display: inline-block;
content: "";
left: 0;
top: 0;
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #333;
}

#main .column3 .text p a:hover::before {
background: #666;
}

#main .column3 .text p a::after {
position: absolute;
display: inline-block;
content: "";
left: 5px;
top: 6px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main h3 {
font-size: 2.4rem;
letter-spacing: 0.1rem;
border-bottom: 1px solid #ccc;
margin-bottom: 30px;
padding-bottom: 30px;
}

#main h3:nth-of-type(n+2) {
margin-top: 80px;
}

#main h4 {
font-size: 2rem;
letter-spacing: 0.1rem;
margin: 40px 0 20px 0;
}

#main .column2 {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#main .column2 .text {
width: 75%;
}

#main .column2 .text p {
margin-bottom: 25px;
}

#main .column2 .photo {
width: 18%;
}

#main .column2 .photo img {
width: 100%;
}

#main .column2 .photo h4 {
text-align: center;
font-weight: normal;
padding-top: 10px;
}

#main .column2 .photo h4 {
font-size: 1.5rem;
letter-spacing: 0.1rem;
margin: 0 0 10px 0;
padding: 0;
}

#main .column2 .photo h4 .name {
font-size: 1.8rem;
letter-spacing: 0.2rem;
}

#main .headline {
width: 75%;
margin: 0 auto;
padding: 60px 0;
}

#main .headline h2 {
text-align: center;
font-size: 3.2rem;
line-height: 3.4rem;
letter-spacing: 0.2rem;
margin: 0 auto;
}

#main .headline h2 br {
display: none;
}

#main .headline p {
text-align: center;
margin-top: 25px;
}

/* ----------------------------------------------------------------
Main Related
----------------------------------------------------------------- */

#main #related {
width: 100%;
text-align: center;
margin: 60px auto 20px auto;
}

#main #related h4 {
display: inline-block;
font-size: 2.6rem;
line-height: 2.8rem;
letter-spacing: 0.2rem;
border-bottom: 1px solid #222;
margin: 0 0 40px 0;
padding-bottom: 30px;
}

#main #related ul {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#main #related li {
position: relative;
display: block;
width: 24%;
}

#main #related li a {
position: relative;
color: #222;
text-decoration: none;
display: block;
width: 100%;
text-align: left;
font-size: 1.6rem;
letter-spacing: 0.05rem;
box-sizing: border-box;
border: 1px solid #ddd;
padding: 18px 5px 18px 45px;
background: #fff;
}

#main #related li a::before {
position: absolute;
display: inline-block;
content: "";
left: 15px;
top: 23px;
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #333;
}

#main #related li a::after {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: 29px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main #related li a:hover {
color: #222;
background: #f5f5f5;
}

/* ----------------------------------------------------------------
Footer Banner
----------------------------------------------------------------- */

#footerbanner {
display: none;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer {
display: none;
}

#copyright {
display: none;
}

/* ----------------------------------------------------------------
Department
----------------------------------------------------------------- */

.btn-related {
width: 30%;
}

#container .section_excerpt {
width: 100%;
max-width: 100%;
}

#container .section_excerpt .photo {
width: 25%;
}

#container .section_excerpt .photo img {
width: 100%;
}

#container .section_excerpt .text {
width: 70%;
padding: 0 0 0 30px;
}

#container .section_point .inner {
width: 100%;
max-width: 100%;
}

#container .section_point .block {
width: calc((100% - 40px)/2);
max-width: auto;
}

#container .section_point .content {
width: 100%;
height: auto;
padding: 10px;
}

#container .section_message .inner {
width: 100%;
max-width: 100%;
}

#container .section_message .inner .photo {
width: 25%;
}

#container .section_message .inner .text {
width: 70%;
}

#container .section_class .inner {
width: 100%;
}

