@charset "utf-8";

@import url("top_sp.css");
@import url("lp_sp.css");
@import url("faculty_sp.css");
@import url("syllabus_sp.css");
@import url("department_sp.css");
@import url("learn-0803_sp.css");
@import url("support_sp.css");
@import url("admission_sp.css");
@import url("about_sp.css");
@import url("info_sp.css");
@import url("faq_sp.css");
@import url("privacy_sp.css");
@import url("contact-0812_sp.css");
@import url("calendar_sp.css");
@import url("fee_sp.css");
@import url("document_sp.css");
@import url("news-1119_sp.css");
@import url("limited-news_sp.css");
@import url("students_sp.css");
@import url("webapply_sp.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%;
height: -webkit-fill-available;
}

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

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

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

a:hover img {
opacity: 0.9;
}

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

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

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

.exlink:hover {
color: #2480db;
text-decoration: none;
}

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

#main .list a {
position: relative;
display: block;
width: 220px;
text-align: center;
font-size: 1.5rem;
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: 10px 5px 10px 15px;
background: #fff;
margin: 0 auto;
}

.list a::before {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: 14px;
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: 20px;
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: 100%;
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 45px;
}

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

.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; }
.tac { text-align: center; }
.tar { text-align: right; }

.sponly { display: block; }
.pconly { display: none; }

.important { color: #f00; }

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

#header {
z-index: 10;
position: fixed;
height: 60px;
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: 120px;
height: 36px;
margin: 0 0 0 5px;
}

#header #logo img {
width: 120px;
height: 36px;
}

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

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

#header #shortcuts li:nth-of-type(2) {
display: none;
}

#header #shortcuts li:nth-of-type(5) {
display: none;
}

#header #shortcuts li:nth-of-type(7) {
display: none;
}

#header #shortcuts li:nth-of-type(8) {
display: none;
}

#header #shortcuts li:nth-of-type(9) {
display: none;
}

#header #shortcuts li:nth-of-type(10) {
display: none;
}

#header #shortcuts li:nth-of-type(11) {
display: none;
}

#header #shortcuts li:nth-of-type(12) {
display: none;
}

#header #shortcuts li:nth-of-type(13) {
display: none;
}

#header #shortcuts li:nth-of-type(14) {
display: none;
}

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

#header #shortcuts ul {
height: 55px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}

#header #shortcuts li {
height: 55px;
text-align: center;
margin-right: 5px;
}

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

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

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

#header #shortcuts li img#webapp {
width: 22px;
vertical-align: top;
padding-top: 12px;
}

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

#header #menu {
width: 60px;
height: 60px;
background: #0186c9;
}

#menu h3 {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 1rem;
line-height: 1.2rem;
padding-top: 18px;
}

.menu-btn {
height: 60px;
width: 60px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
z-index: 10;
padding-top: 20px;
}

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

.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;
z-index: 11;
width: 80%;
position: fixed;
top: 60px;
left: 100%;　
transition: all 0.5s;
background: #fff;
box-sizing: border-box;
}

#menu-btn-check:checked ~ #navi {
z-index: 11;
box-sizing: border-box;
padding-bottom: 150px;
left: 0;
top: 60px;
height: 100vh;
}

.mask {
display: none;
}

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

#navi {
z-index: 10;
width: 100%;
position: absolute;
box-sizing: border-box;
background: #fff;
top: 0;
right: 0;
-webkit-overflow-scrolling: auto;
overflow-scrolling: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

#header #shortcuts_sp {
margin: 8px 10px 0 auto;
}

#header #shortcuts_sp ul {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 15px;
}

#header #shortcuts_sp ul:last-child {
margin-bottom: 30px;
}

#header #shortcuts_sp li {
text-align: center;
margin: 0 10px;
}

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

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

#header #shortcuts_sp li img {
width: 24px;
vertical-align: top;
}

#header #shortcuts_sp h3 {
color: #333;
font-weight: bold;
font-size: 1.1rem;
line-height: 1.3rem;
padding-top: 8px;
}

#header .columns {
width: 100%;
margin: 0;
padding: 0;
}

#navi .column {
width: 100%;
}

#navi .column .photo img {
display: none;
}

#navi .column .photo img {
width: 100%;
vertical-align: top;
}
#navi .column .navi-heading {
    position: relative;
    border-bottom: 1px solid #fff;
}
#navi .column .navi-heading a {
background: #0186c9;
color: #fff;
display: block;
font-size: 1.7rem;
font-weight: bold;
line-height: 1.7rem;
letter-spacing: 0.1rem;
text-align: left;
padding: 20px 5px 20px 20px;
}

#navi .column .navi-heading a::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 20px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navi .column .navi-list-item a::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 20px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 4px solid #1c93cf;
    border-right: 4px solid #1c93cf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navi .column .navi-list-item  {
position: relative;
font-size: 1.6rem;
line-height: 1.6rem;
font-weight: normal;
text-align: left;
}

#navi .column .navi-list-item a {
background: #0186c9;
background: #fff;
background-clip: padding-box;
border: 1px solid rgba(1, 134, 201, 0.4);
box-sizing: border-box;
color: #fff;
color: #222;
display: block;
opacity: 0.9;
padding: 18px 5px 18px 30px;
}

#navi .btn {
}

#navi .btn a {
border-bottom: 1px solid #fff;
text-align: left;
color: #fff;
font-weight: bold;
font-size: 1.7rem;
letter-spacing: 0.2rem;
display: block;
width: 100%;
box-sizing: border-box;
background: #33b6ec;
padding: 18px 20px;
}

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

#navi .columns4 .btn.portal a::before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin: 0 12px -4px 0;
background: url("../image/icon_portal_white.svg") 0 0 no-repeat;
background-size: contain;
}

#navi .columns4 .btn.media 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 .columns4 .btn.syllabus a::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin: 0 12px -5px 0;
background: url("../image/icon_syllabus_white.svg") 0 0 no-repeat;
background-size: contain;
}

#navi .columns4 .btn.docs a::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin: 0 12px -3px 0;
background: url("../image/icon_docs_white.svg") 0 0 no-repeat;
background-size: contain;
}

/* Google検索ボックス */
#navi .gsc-control {
    width: 100%;
}
#navi .gsc-input-box {
    margin: 15px 0 15px 15px;
    padding: 10px 0 10px 10px;
}
#navi table.gsc-search-box td.gsc-input {
    padding: 0;
}
#navi .gsc-search-button {
    padding-right: 15px;
}
#navi .gsc-search-button-v2 {
    padding: 16px 20px;
}
#navi .gsc-clear-button {
    display: none;
}
#navi .gsib_a {
    padding: 0;
}

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

#gnavi {
z-index: 2;
position: fixed;
bottom: 0;
height: 60px;
width: 100%;
box-sizing: border-box;
background: #fff;
border-top: 1px solid #ddd;
background-color: rgba(255, 255, 255, 1);
}

#gnavi ul {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

#gnavi ul li {
width: 50%;
box-sizing: border-box;
text-align: center;
padding: 0 5px;
}

#gnavi ul li:first-child {
height: 60px;
border-right: 1px solid #ccc;
}

#gnavi ul li:last-child {
height: 60px;
}

#gnavi ul li p {
height: 37px;
padding-top: 8px;
box-sizing: border-box;
}

#gnavi ul li h3 {
height: 13px;
font-size: 1.1rem;
line-height: 1.3rem;
text-align: center;
}

#gnavi ul li a {
display: block;
}

#gnavi ul li a:link,
#gnavi ul li a:visited {
color: #333;
}

#gnavi ul li a:hover {
color: #666;
}

#gnavi li a {
position: relative;
display: block;
width: 100%;
height: 40px;
text-align: center;
font-weight: bold;
box-sizing: border-box;
padding: 0;
margin: 0;
}

#gnavi li a:hover {
}

#gnavi li a::after {
border-right: 1px solid #ddd;
}

#gnavi ul li img {
display: block;
height: 26px;
vertical-align: top;
margin: 0 auto;
}

#gnavi ul li a:hover img {
opacity: 0.7;
}

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

#hero {
position: relative;
height: 200px;
width: 100%;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
padding-top: 60px;
}

#hero h2 {
color: #fff;
font-size: 2.4rem;
letter-spacing: 0.1rem;
font-weight: normal;
}

#hero.admission {
background: #e9ebea url("../image/hero_admission.jpg") 50% 100% no-repeat;
background-size: auto 80%;
background-size: cover;
}

#hero.learn {
background: #e9ebea url("../image/hero_learn.jpg") 50% 100% no-repeat;
background-size: auto 80%;
background-size: cover;
}

#hero.support {
background: #e9ebea url("../image/hero_support.jpg") 50% 100% no-repeat;
background-size: auto 80%;
background-size: cover;
}

#hero.about {
background: #e5e6e8 url("../image/hero_about.jpg") 80% 100% no-repeat;
background-size: auto 80%;
background-size: cover;
}

#hero.info {
background: #e5e6e8 url("../image/hero_about.jpg") 80% 100% no-repeat;
background-size: cover;
}

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

#main {
z-index: 1;
width: 96%;
margin: 0 2% 60px 2%;
}

#main .headline {
text-align: center;
width: 90%;
margin: 0 auto;
padding: 40px 0;
}

#main .headline h2 {
text-align: center;
font-size: 2rem;
line-height: 2.8rem;
letter-spacing: 0.1rem;
margin: 0 auto;
}

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

#main.faculty .headline p {
margin-top: 0;
}

#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: 100%;
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: 40px;
}

#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.15);
transition-duration: 0.3s;
opacity: 0.8;
}

#main .column-2 a,
#main .column-2 a:link,
#main .column-2 a:visited {
width: 100%;
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.6rem;
letter-spacing: 0.1rem;
line-height: 1.6rem;
padding: 25px;
}

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

#main .column-2 .text p span::before {
position: absolute;
display: inline-block;
content: "";
left: 15px;
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;
}

#main .column-2 .text p span::after {
position: absolute;
display: inline-block;
content: "";
left: 20px;
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;
}

#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: 100%;
margin-bottom: 40px;
}

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

#main .column3 .text {
text-align: left;
margin: 10px 0 0 0;
}

#main .column3 .text p {
position: relative;
font-weight: bold;
font-size: 1.5rem;
letter-spacing: 0;
line-height: 1.7rem;
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: -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: 100%;
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: 40px;
}

#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.15);
transition-duration: 0.3s;
opacity: 0.8;
}

#main .column-3 a,
#main .column-3 a:link,
#main .column-3 a:visited {
width: 100%;
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.6rem;
letter-spacing: 0.1rem;
line-height: 1.6rem;
padding: 25px;
}

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

#main .column-3 .text p span::before {
position: absolute;
display: inline-block;
content: "";
left: 15px;
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;
}

#main .column-3 .text p span::after {
position: absolute;
display: inline-block;
content: "";
left: 20px;
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;
}

#main h3 {
z-index: 1;
position: relative;
overflow: hidden;
font-size: 2rem;
line-height: 2.6rem;
letter-spacing: 0rem;
margin-bottom: 15px;
padding-bottom: 15px;
}

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

#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;
padding-top: 10px;
}

#main table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
}

#main table caption {
text-align: left;
padding-bottom: 10px;
}

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

#main table td {
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: 10px 10px;
}

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

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

#main #related h4 {
display: inline-block;
font-size: 2.2rem;
line-height: 2.4rem;
letter-spacing: 0.3rem;
border-bottom: 1px solid #222;
margin-bottom: 20px;
padding-bottom: 15px;
}

#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 {
width: 100%;
position: relative;
display: block;
margin-bottom: 10px;
}

#main #related li a {
position: relative;
display: block;
width: 100%;
text-align: left;
font-size: 1.6rem;
letter-spacing: 0.1rem;
color: #222;
text-decoration: none;
box-sizing: border-box;
border: 1px solid #ddd;
padding: 18px 10px 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: 10px 0;
}

#footerbanner ul {
width: 96%;
margin: 0 2%;
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: 100%;
margin-bottom: 8px;
}

#footerbanner li:last-child {
margin-bottom: 0;
}

#footerbanner li a {
position: relative;
display: block;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.6rem;
letter-spacing: 0.1rem;
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 11px -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 11px -3px 0;
background: url("../image/icon_document_white.svg") 0 0 no-repeat;
background-size: contain;
}

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

#footer {
width: 100%;
background: #0186c9;
background-size: cover;
padding: 30px 0 10px 0;
}

#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: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}

#footerlogo {
width: 96%;
border-bottom: 1px solid #fff;
margin: 0 2% 20px 2%;
}

#footerlogo h2 {
width: 35%;
margin: 0 auto;
}

#footerlogo h2 img {
width: 100%;
margin-bottom: 20px;
}

#footerlogo ul:nth-child(2) {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto 10px auto;
}

#footerlogo ul:nth-of-type(1) li {
margin: 0 10px;
}

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

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

#footerlogo ul:nth-of-type(1) li:last-child {
margin: 0 10px 0 7px;
}

#footerlogo ul:nth-of-type(2) {
display: none;
}

#footerlink {
width: 96%;
margin: 0 2%;
}

#footerlink .column {
width: 100%;
}

#footerlink h3 {
position: relative;
font-size: 1.4rem;
line-height: 1.7rem;
letter-spacing: 0.1rem;
padding-left: 20px;
margin-bottom: 20px;
}

#footerlink h3 a {
color: #222;
}

#footerlink h3 a:before {
position: absolute;
display: inline-block;
content: "";
left: 0;
top: 6px;
width: 5px;
height: 5px;
border-top: 2px solid #bbb;
border-right: 2px solid #bbb;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#footerlink ul {
display: none;
}

#footerlink div:last-child h3:nth-child(n+4) {
}

#copyright {
width: 96%;
margin: 0 2%;
padding: 0 0 120px 0;
}

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

#copyright p {
text-align: center;
color: #ddd;
font-family: Montserrat,"Helvetica Neue",sans-serif;
font-size: 0.8rem;
margin: 5px auto;
}

#pagetotop {
z-index: 3;
position: fixed;
display: block;
right: 10px;
bottom: 70px;
letter-spacing: 0;
width: 30px;
height: 30px;
background: #333c5e;
}

#pagetotop a {
text-align: center;
width: 30px;
height: 30px;
font-size: 0.9rem;
line-height: 1.3rem;
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 {
font-size: 0;
}

#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% - 5px);
top: calc(50% - 3px);
width: 8px;
height: 8px;
border-top: 2px solid #fff!important;
border-right: 2px solid #fff!important;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#pagetotop a:hover span::before {
border-top: 2px solid #fff!important;
border-right: 2px solid #fff!important;
}

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

#footer #gsearch {
margin-bottom: 15px;
}

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

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

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

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

#footer .gform input[type="email"]:focus {
background-color: #fff!important;
border: none!important;
box-shadow: none;
}

#footer .gsc-input-box {
    margin: 15px 0 15px 15px;
    padding: 10px 0 10px 10px;
}
#footer table.gsc-search-box td.gsc-input {
    padding: 0;
}
#footer .gsc-search-button {
    padding-right: 15px;
}
#footer .gsc-search-button-v2 {
    padding: 16px 20px;
}
#footer .gsc-clear-button {
    display: none;
}
#footer .gsib_a {
    padding: 0;
}

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

#footer .gsc-search-button-v2 {
background-color: #333c5e;
border-color: #333c5e;
padding: 18px 20px;
}


