@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; }

/* ----------------------------------------------------------------
Chat Bot
----------------------------------------------------------------- */

.ul-widget-main-window {right:90px!important;}
.ul-widget-hide {right:90px!important;}

/* ----------------------------------------------------------------
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:link, #main a:visited {
color: #06c;
text-decoration: underline;
}

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

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

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

a:hover .exlink::after {
opacity: 0.8;
}

.linebox {
display: inline-block;
background: #f5f5f5;
box-sizing: border-box;
border: 1px solid #ddd;
margin-bottom: 20px;
padding: 20px 30px;
}

.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;
}

.list {
padding-top: 10px;
}

#main .list a {
position: relative;
display: block;
width: 250px;
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;
}

.list 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;
}

.list 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 .list a:hover {
color: #222;
background: #f5f5f5;
}

#main .button {
position: relative;
display: block;
width: 500px;
height: 60px;
text-align: left;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: bold;
background: #fff;
border-radius: 8px;
border: 1px solid #526fb3;
margin-bottom: 15px;
}

#main .button::before {
position: absolute;
display: inline-block;
content: "";
left: 13px;
top: 20px;
width: 20px;
height: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #526fb3;
}

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

#main .button:hover::before {
background: #7a94d0;
}

#main .button a {
display: block;
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
color: #526fb3;
text-decoration: none;
box-sizing: border-box;
-webkit-justify-content: flex-start;
justify-content: flex-start;
padding: 20px 10px 20px 50px;
}

#main .button a::after {
display: none;
margin: 0 8px 0 8px;
}

#main .button a:link,
#main .button a:visited {
color: #526fb3;
text-decoration: none;
}

#main .button a:hover {
color: #7a94d0;
text-decoration: none;
}

.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 {
z-index: 3;
position: fixed;
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;
background-color: rgba(255, 255, 255, 0.7);
}

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

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

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

#header #logo h1 a:hover {
opacity: 0.7;
}

#header #shortcuts {
margin: 0 10px 0 auto;
}

#header #shortcuts ul {
height: 80px;
display: -webkit-flex;
display: flex;
}

#header #shortcuts li {
height: 80px;
text-align: center;
margin: 0 10px;
}

#header #shortcuts li a {
display: block;
}

#header #shortcuts li a:hover {
opacity: 0.6;
}

#header #shortcuts li img {
width: 24px;
vertical-align: top;
padding-top: 17px;
}

#header #shortcuts li img#webapp {
width: 32px;
padding-top: 15px;
}

#header #shortcuts li img#gsearch {
width: 24px;
vertical-align: middle;
padding-top: 17px;
}

#header #shortcuts h3 {
font-weight: bold;
font-size: 1.1rem;
line-height: 1.2rem;
padding-top: 11px;
}

#shortcuts .gsc-control-cse {
padding: 0!important;
background-color: rgba(255,255,255,0)!important;
border-color: rgba(255,255,255,0)!important;
}

/* ----------------------------------------------------------------
Search
----------------------------------------------------------------- */

#header #gsearch a {
cursor: pointer;
}

#header .gform {
position: absolute;
display: none;
top: 80px;
right: 80px;
padding: 20px;
background-color: rgba(255,255,255,0.7);
}

#header .gform input[type="text"] {
width: 300px!important;
background: none;
border: none;
font-size: 1.6rem;
box-sizing: border-box;
padding: 15px 15px;
}

#header .gform input[type="text"]:focus {
background: #fff;
border: none;
box-shadow: none;
}

.gs-title {
text-align: left;
}

.gs-fileFormat {
text-align: left;
}

input.gsc-input {
font-size: 14px!important;
height: 16px!important;
padding: 0!important;
}

.gsc-input-box {
height: auto;
border-right: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input,
.gsc-search-box-tools .gsc-search-box .gsc-search-button {
padding: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-search-button {
margin-left: 5px;
}

.gsc-control-cse table .gsib_a input {
font-size: 12px;
}

.gsc-control-cse table .gsc-search-button {
width: 30px;
height: 30px;
text-align: center;
}

.gsc-control-cse table .gsc-search-button input {
width: 15px!important;
height: 15px!important;
margin: 0!important;
cursor: pointer;
}

.gsc-control-cse table .gsib_a {
padding: 2px;
}

/* ----------------------------------------------------------------
Menu
----------------------------------------------------------------- */

#header #menu {
z-index: 4;
width: 80px;
height: 80px;
background: #0186c9;
}

#menu h3 {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 1.1rem;
line-height: 1.3rem;
}

.menu-btn {
height: 80px;
width: 80px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
z-index: 10;
box-sizing: border-box;
padding-top: 27px;
}

.menu-btn:hover {
cursor: pointer;
}

.menu-btn h3 {
padding-top: 24px;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
content: "";
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background-color: #ffffff;
position: absolute;
}

.menu-btn span:before {
bottom: 8px;
}

.menu-btn span:after {
top: 8px;
}

#menu-btn-check {
display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255,255,255,0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}

#navi {
position: relative;
opacity: 1!important;
z-index: 999999;
width: 950px;
height: calc(100% - 80px);
position: fixed;
top: 80px;
left: 100%;　
transition: all 0.5s;
background: #fff;
-webkit-overflow-scrolling: auto;
overflow-scrolling: auto;
overflow-y: scroll;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
padding: 40px 40px 10px 40px;
}

.swiper-button-next, .swiper-button-prev {
z-index: 1!important;
}

#menu-btn-check:checked ~ #navi {
right: 0;
margin-left: -950px;
}

.mask {
display: none;
}

#menu-btn-check:checked ~ .mask {
display: block;
background: rgba(0,0,0,.3);
top: 80px;
left: 0;
z-index: 2;
position: absolute;
width: 100%;
height: 100vh;
opacity: 1;
}

#navi .gsearch {
display: none;
}

#navi .columns {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#navi .column {
width: 262px;
margin-bottom: 40px;
}

#navi .columns-2 {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#navi .columns-2 .column {
width: 416px;
margin-bottom: 32px;
}

#navi .column .photo {
width: 100%;
overflow: hidden;
}

#navi .column .photo img {
width: 100%;
vertical-align: top;
transition-duration: 0.2s;
}

#navi .column .photo:hover img {
transform: scale(1.1);
transition-duration: 0.3s;
opacity: 0.8;
}

#navi h2 {
font-size: 1.7rem;
line-height: 1.8rem;
letter-spacing: 0.1rem;
font-weight: bold;
text-align: center;
padding: 15px 0 13px 0;
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
}

#navi li {
position: relative;
font-size: 1.4rem;
line-height: 1.6rem;
letter-spacing: 0.1rem;
font-weight: normal;
text-align: left;
margin-bottom: 10px;
padding-left: 25px;
}

#navi li a::before {
position: absolute;
display: inline-block;
content: "";
left: 0;
top: -1px;
width: 17px;
height: 17px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #33b6ec;
}

#navi li a:hover::before {
background: #0186c9;
}

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

#navi li a:visited::after {
color: #fff;
}

#navi .btn a {
text-align: center;
color: #fff;
font-weight: bold;
letter-spacing: 0.2rem;
display: block;
width: 100%;
box-sizing: border-box;
background: #33b6ec;
margin-top: -10px;
padding: 18px 20px;
}

#navi .btn a:hover {
background: #0186c9;
}

#navi .columns-2 .btn.cs a::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin: 0 12px -4px 0;
background: url("../image/icon_media_white.svg") 0 0 no-repeat;
background-size: contain;
}

#navi .columns-2 .btn.ob a::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin: 0 12px -4px 0;
background: url("../image/icon_document_white.svg") 0 0 no-repeat;
background-size: contain;
}

#navi .gsearch {
display: none;
}

#gnavi {
display: none;
}

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

#hero {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
padding-top: 80px;
}

#hero h2 {
color: #fff;
font-family: "Hiragino Sans W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
font-size: 4.2rem;
letter-spacing: 0.2rem;
text-shadow: 1px 1px 4px #555;
}

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

#main {
width: calc(100% - 160px);
margin: 0 auto 120px auto;
}

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

#main .column-2 .block {
width: calc((100% - 60px)/2);
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
border: 1px solid #ddd;
margin-bottom: 60px;
}

#main .column-2 .photo {
width: 100%;
overflow: hidden;
}

#main .column-2 .photo img {
width: 100%;
height: auto;
vertical-align: top;
transition-duration: 0.2s;
}

#main .column-2 .block:hover img {
transform: scale(1.1);
transition-duration: 0.3s;
opacity: 0.8;
}

#main .column-2 a {
width: 100%;
}

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

#main .column-2 a:hover {
color: #fff;
text-decoration: none;
}

#main .column-2 .text p {
position: relative;
text-align: center;
font-weight: bold;
font-size: 1.7rem;
letter-spacing: 0.1rem;
line-height: 1.7rem;
padding: 25px 40px;
}

#main .column-2 a:hover p {
background: #0186c9;
}

#main .column-2 .text p span::before {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: calc(50% - 10px);
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #0186c9;
}

#main .column-2 a:hover .text p span::before {
background: #fff;
transition-duration: 0.1s;
}

#main .column-2 .text p span::after {
position: absolute;
display: inline-block;
content: "";
left: 25px;
top: calc(50% - 4px);
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main .column-2 a:hover .text p span::after {
border-top: 2px solid #0186c9;
border-right: 2px solid #0186c9;
transition-duration: 0.1s;
}

#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: 0;
}

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

#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: -1px;
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: 5px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

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

#main .column-3 .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;
border: 1px solid #ddd;
margin-bottom: 60px;
}

#main .column-3 .photo {
width: 100%;
overflow: hidden;
}

#main .column-3 .photo img {
width: 100%;
height: auto;
vertical-align: top;
transition-duration: 0.2s;
}

#main .column-3 .block:hover img {
transform: scale(1.1);
transition-duration: 0.3s;
opacity: 0.8;
}

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

#main .column-3 a:hover {
color: #fff;
text-decoration: none;
}

#main .column-3 .text p {
position: relative;
text-align: center;
font-weight: bold;
font-size: 1.7rem;
letter-spacing: 0.1rem;
line-height: 1.7rem;
padding: 25px 40px;
}

#main .column-3 a:hover p {
background: #0186c9;
}

#main .column-3 .text p span::before {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: calc(50% - 10px);
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #0186c9;
}

#main .column-3 a:hover .text p span::before {
background: #fff;
transition-duration: 0.1s;
}

#main .column-3 .text p span::after {
position: absolute;
display: inline-block;
content: "";
left: 25px;
top: calc(50% - 4px);
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main .column-3 a:hover .text p span::after {
border-top: 2px solid #0186c9;
border-right: 2px solid #0186c9;
transition-duration: 0.1s;
}

#main h3 {
z-index: 1;
position: relative;
overflow: hidden;
font-size: 2.4rem;
letter-spacing: 0.1rem;
margin-bottom: 30px;
padding-bottom: 30px;
}

#main h3:nth-of-type(1) {
padding-top: 110px;
margin-top: -110px;
}

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

#main h3::before {
content: "";
position: absolute;
bottom: 0;
width: 100%;
border-bottom: 4px solid #0186c9;
}

#main h3::after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
border-bottom: 4px solid #e9e9e9;
}

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

#main ol {
padding: 0 0 0 20px;
}

#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;
font-size: 1.5rem;
letter-spacing: 0.1rem;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0;
}

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

#main .headline {
text-align: center;
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 table {
border-collapse: collapse;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
margin-bottom: 20px;
}

#main table th {
text-align: center;
font-size: 1.4rem;
line-height: 2rem;
letter-spacing: 0.1rem;
font-weight: bold;
box-sizing: border-box;
color: #fff;
border-right: 1px solid #fff;
background: #0186c9;
padding: 20px 20px;
border-bottom: 1px solid #fff;
}

#main table td {
text-align: left;
vertical-align: top;
font-size: 1.4rem;
line-height: 2.6rem;
box-sizing: border-box;
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 15px 15px;
}

/* ----------------------------------------------------------------
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 ul.col3,
#main #related ul.col2 {
overflow: hidden;
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}

#main #related ul.col3 li,
#main #related ul.col2 li {
position: relative;
display: block;
width: 24%;
margin: 0 10px;
}

#main #related ul.col1 li {
position: relative;
display: block;
width: 24%;
margin: 0 auto;
}

#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;
color: #fff;
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 {
width: 100%;
background: #e9e6f3;
border-top: 1px solid #ddd;
padding: 20px 0;
}

#footerbanner ul {
width: calc(100% - 160px);
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#footerbanner li {
display: block;
width: calc((100% - 18px)/2);
}

#footerbanner li a {
position: relative;
display: block;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.6rem;
letter-spacing: 0.05rem;
box-sizing: border-box;
border: 1px solid #ddd;
padding: 18px 10px;
background: #fff;
}

#footerbanner li:nth-child(1) a::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin: 0 12px -3px 0;
background: url("../image/icon_media.svg") 0 0 no-repeat;
background-size: contain;
}

#footerbanner li:nth-child(2) a::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin: 0 12px -3px 0;
background: url("../image/icon_document.svg") 0 0 no-repeat;
background-size: contain;
}

#footerbanner li a:hover {
color: #fff;
background: #0186c9;
}

#footerbanner li:nth-child(1) a:hover::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin: 0 12px -3px 0;
background: url("../image/icon_media_white.svg") 0 0 no-repeat;
background-size: contain;
}

#footerbanner li:nth-child(2) a:hover::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin: 0 12px -3px 0;
background: url("../image/icon_document_white.svg") 0 0 no-repeat;
background-size: contain;
}

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

#footer {
background: #0186c9;
padding: 120px 0 60px 0;
}

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

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

#footer .inner {
width: calc(100% - 160px);
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#footerlogo {
width: 350px;
}

#footerlogo .gsearch {
display: none;
}

#footerlogo h2 {
margin-bottom: 25px;
}

#footerlogo h2 img {
width: 200px;
}

#footerlogo ul:nth-child(2) {
display: -webkit-flex;
display: flex;
margin-bottom: 30px;
}

#footerlogo li {
font-size: 1.3rem;
line-height: 1.5rem;
margin-bottom: 15px;
}

#footerlogo ul:nth-of-type(1) li:nth-child(2) {
margin-left: 20px;
}

#footerlogo ul:nth-of-type(1) li:nth-child(3) {
margin-left: 15px;
}

#footerlogo ul:nth-of-type(1) li:nth-child(4) {
margin-left: 15px;
}

#footerlogo ul:nth-of-type(1) li:nth-child(5) {
margin-left: 15px;
}

#footerlogo ul:nth-of-type(1) li img {
width: 35px;
}

#footerlogo ul:nth-of-type(1) li:nth-of-type(5) img {
width: 30px;
}

#footerlogo ul:nth-child(3) li a::after {
content: "";
display: inline-block;
width: 15px;
height: 15px;
margin: 0 0 -3px 10px;
background: url("../image/icon_link.svg") 0 0 no-repeat;
background-size: contain;
}

#footerlogo ul:nth-child(3) li:nth-of-type(4) a::after {
background: none;
}

#footerlogo li span {
font-size: 1rem;
margin: 0 -5px 0 5px;
}

#footerlogo ul:nth-child(3) li a:hover::after {
opacity: 0.7;
}

#footerlink {
width: calc(100% - 380px);
max-width: 70%;
margin-left: auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#footerlink .column {
margin-bottom: 40px;
}

@media screen and (max-width:1210px) { 
#footerlink .column {
width: 50%;
}
}

#footerlink h3 {
font-size: 1.5rem;
line-height: 1.7rem;
letter-spacing: 0.1rem;
white-space: nowrap;
margin-bottom: 22px;
}

#footerlink li {
position: relative;
font-size: 1.3rem;
line-height: 1.5rem;
white-space: nowrap;
margin-bottom: 15px;
padding-left: 15px;
}

#footerlink li:before {
content: '';
position: absolute;
width: 8px;
height: 2px;
left: 0;
top: 6px;
background: #cdcdcd;
}

#copyright {
width: calc(100% - 160px);
margin: 0 auto;
}

#copyright p img {
vertical-align: top;
}

#copyright p {
color: #ddd;
font-family: Montserrat,"Helvetica Neue",sans-serif;
font-size: 1.1rem;
letter-spacing: 0.1rem;
}

#page_top {
width: 80px;
height: 80px;
position: fixed;
right: 0;
bottom: 0;
}

#page_top a {
position: relative;
display: block;
width: 80px;
height: 80px;
text-decoration: none;
}

#page_top a:link,
#page_top a:visited {
color: #222;
}

#page_top a:hover {
color: #444;
}

#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: normal;
content: '\f102';
font-size: 2rem;
position: absolute;
width: 25px;
height: 25px;
top: -20px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

#page_top a::after{
content: 'Page Top';
font-size: 1.1rem;
position: absolute;
top: 45px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

.df-book-page .df-page-front:before {
background-image: none!important;
background-image: none!important;
background-image: none!important;
}

.df-book-page .df-page-back:before {
background-image: none!important;
background-image: none!important;
background-image: none!important;
}

#pagetotop {
position: fixed;
display: block;
right: 0;
bottom: 0;
letter-spacing: 0;
width: 79px;
height: 75px;
background: #333c5e;
}

#pagetotop a {
text-align: center;
width: 80px;
height: 80px;
font-size: 0.9rem;
font-weight: bold;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-end;
align-items: flex-end;
}

#pagetotop a span {
padding-bottom: 5px;
}

#pagetotop a:link,
#pagetotop a:visited {
color: #fff;
}

#pagetotop a:hover {
cursor: pointer;
color: #ccc;
}

#pagetotop span::before {
position: absolute;
display: inline-block;
content: "";
right: calc(50% - 7px);
top: calc(50% - 13px);
width: 12px;
height: 12px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#pagetotop a:hover span::before {
border-top: 3px solid #ccc;
border-right: 3px solid #ccc;
}
