@charset 'UTF-8';
/* CSS Document */

/* z-index

9999	nav ul li ul.sub

*/

/* -------------------------------------------------------- common */

body
{
    min-width: 1200px;

    background: #fff;
}

body.modal
{
    width: 100%;
    min-width: inherit;

    background: #fff;
}

div.wrapper
{
    overflow: hidden;

    box-sizing: border-box;
    /* margin-bottom: 40px; */
}
div.inner
{
    width: 1200px;
    margin: 0 auto;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
a
{
    outline: none;
}
a:focus,
*:focus
{
    outline: none;
}
.default
{
    display: block;
}
.responsive
{
    display: none;
}

/* -------------------------------------------------------- header */

header
{
    background: #fff;
}

/* -------------------------------------------------------- header div.top */



header div.top div.logo
{
    padding: 1em 0 .5em;
}

header div.top div.logo a
{
    display: block;

    transition: all .1s ease-in-out;
}

header div.top div.logo a img
{
    display: block;

    width: 500px;
    height: 60px;

    transition: all .1s ease-in-out;
}

header div.top div.targetLink
{
    margin-bottom: 1em;
}

header div.top div.targetLink ul
{
    padding: .2em 0;

    background: #30439b;
}

header div.top div.targetLink ul li
{
    display: inline-block;
}

header div.top div.targetLink ul li a
{
    font-size: 1.4rem;

    padding: .5em 1em;

    color: #fff;
}

header div.top div.targetLink ul li a:hover
{
    text-decoration: underline;
}


header div.top div.search
{
    font-size: 1.4rem;
}

header div.top div.search form
{
    float: right;
}

header div.top div.search form input.txtarea
{
    position: relative;

    box-sizing: border-box;
    width: 280px;
    padding: .2em 32px .2em .5em;

    border: none;
    border: 1px solid #dee0e2;
    /* background: url(../img/icon_search.png) no-repeat; */
}

header div.top div.search form input.txtarea:focus
{
    border: none;
    border: 1px solid #dee0e2;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}

header div.top div.search form input.btn
{
    font-size: 1.4rem;

    border: none;
	background: url(../img/icon_search.png) no-repeat;
    background-position: right center;
    background-size: 32px 16px;
	
	cursor: pointer;
	width: 32px;
}

header div.responsiveNav
{
    display: none;
}

/* -------------------------------------------------------- header div.bottom */

header div.bottom
{
    /* overflow: hidden; */

    background: #fff;
	
	position: relative;
}

/* -------------------------------------------------------- header nav.default */

header div.bottom nav.default
{
	min-height: 46px;
}

header div.bottom nav.default > div.inner > ul
{
    position: relative;

    display: table;

    width: 100%;
    margin: 0 auto;

    border-spacing: 0;
    border-collapse: collapse;
	table-layout: fixed;
}

header div.bottom nav.default > div.inner > ul.top
{
    table-layout: fixed;
}

header div.bottom nav.default > div.inner > ul > li
{
    /* position: relative; */

    display: table-cell;

    box-sizing: border-box;

    vertical-align: middle;
}

header div.bottom nav.default > div.inner > ul > li > a
{
    font-size: 1.7rem;
    font-weight: normal;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    padding: .6em 1em;

    transition: all .1s ease-in-out;
    text-align: center;

    color: #333;
}

header div.bottom nav.default > div.inner > ul > li > a span.icon-home
{
    color: #fcc257;
}

header div.bottom nav.default > div.inner > ul > li > a:hover
{
    color: #fff;
    background: #30439b;
}

header div.bottom nav.default > div.inner > ul > li > a::before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 1px;
    height: 20px;
    margin-top: -10px;

    content: '';

    background: #e1e2e3;
}

header div.bottom nav.default > div.inner > ul > li:last-child > a::after
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 1px;
    height: 20px;
    margin-top: -10px;

    content: '';
    transition: all .1s ease-in-out;

    background: #e1e2e3;
}

/* ---------------------------------------------------------------------- submenu */

header div.bottom div.submenu {
	display: none;
	height: auto;
	width: 100%;
	left: 0;
	position: absolute;
	background-color: rgba(235,239,242,0.95);
	/* background: #b3d4f3; */
	
	/* background: #333; */b

	top: 46px; /* nav height */
	z-index: 9999;
	
	border-top: 5px solid #30439b;
}

header div.bottom.fixed div.submenu {
	top: 32px; /* nav height */	
}

header div.bottom div.submenu div.inner {
	padding: 2em;
	box-sizing: border-box;
}

header div.bottom div.submenu div.inner div.head {
	font-size: 2.2rem; 
	font-weight: normal;
	margin: 0 0 1em;
	/* border-bottom: 1px dotted #dddddd; */
	color: #333;
	border-bottom: 2px solid #fff;
}

header div.bottom div.submenu div.inner ul li a {
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 1%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	/* background: #30439b; */
	/* background: #161c22; */
	color: #333;
	position: relative;
	/* border: 1px solid #fff; */
	
	border-bottom: 1px solid #acbbc1;
	
	transition: all .1s ease-in-out;
	
	min-height: 42px;
}

header div.bottom div.submenu div.inner ul li a.comit {
	font-size: 1.4rem;
	padding-top: 0.6em;
}

header div.bottom div.submenu div.inner ul li a.aci {
	font-size: 1.2rem;
	padding-top: 0.8em;
}

header div.bottom div.submenu div.inner ul li:nth-child(4n) a {
	margin-right: 0;
}

header div.bottom div.submenu div.inner ul li a:after
{
    position: absolute;
    top: 50%;
    right: 1em;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #24b1ed;
    border-right: 1px solid #24b1ed;
}

header div.bottom div.submenu div.inner ul li a:hover {
	/* background: #30439b; */
	color: #313e9e;
	opacity: 0.8;
}

header div.bottom div.submenu div.inner ul li a:hover:after
{
    border-top: 1px solid #313e9e;
    border-right: 1px solid #313e9e;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------- header div.bottom.fixed */

header div.bottom.fixed
{
    position: fixed;
    z-index: 9999;
    top: 0;

    overflow: visible;

    width: 100%;

    border-bottom: 1px solid #e1e2e3;
}

header div.bottom.fixed nav.default
{
	min-height: 32px;
}

header div.bottom.fixed nav.default div.inner > ul > li > a
{
    padding: .2em 1em;
}

header div.bottom.fixed nav.default div.inner > ul > li > a.comit {
	font-size: 1.4rem;
	padding-top: 0.6em;
}

header div.bottom.fixed nav.default div.inner > ul > li > a.aci {
	font-size: 1.2rem;
	padding-top: 0.8em;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------- section common */

section
{
    padding: 60px 0;
}

section div.title h2
{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin-bottom: 40px;

    text-align: center;
}

section div.link a
{
    font-size: 1.6rem;
    font-weight: normal;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 300px;
    margin: 0 auto;
    padding: .8em 1em;

    text-align: center;

    color: #fff;
    background: #30439b;
}

section div.link a:after
{
    position: absolute;
    top: 50%;
    right: 1em;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

section div.link a:hover
{
    text-decoration: none;

    opacity: .8;
}


/* -------------------------------------------------------- section mainVisual */

section.mainVisual
{
    padding: 0;

    background: #f2f2f2;
}

section.mainVisual>div.inner
{
    position: relative;

    width: 100%;
    max-width: 1500px;
    height: auto;
}

section.mainVisual>div.inner div.topBnr {
	position: absolute;
	width: 160px;
	height: 160px;
	background: #384eb4;
	right: 5%;
	bottom: -5%;
	
	-webkit-animation: 0.5s ease-in-out 0.4s normal both 1 running transitionBg;
	animation: 0.5s ease-in-out 0.4s normal both 1 running transitionBg;
	z-index: 9999;
	
	overflow: hidden;
}

@-webkit-keyframes transitionBg {
	0% {
		opacity: 0;
	}
	50% {
	}
	100% {
		opacity: 1;	
	}
}

@keyframes transitionBg {
	0% {
		opacity: 0;
	}
	50% {
	}
	100% {
		opacity: 1;	
	}
}

section.mainVisual>div.inner div.topBnr a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0.7em 1em 1em;
	box-sizing: border-box;
}

section.mainVisual>div.inner div.topBnr:after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;

	display: block;

	width: 5px;
	height: 5px;
	margin-top: -5px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);

	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: none;
}
	
section.mainVisual>div.inner div.topBnr:before {
	background: #2f439a;
	width: 300px;
	height: 300px;
	position: absolute;
	right: -175px;
	top: -175px;
	content: "";
	transition: all .1s ease-in-out;
	 -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
				z-index: 0;
}
/* 
section.mainVisual>div.inner div.topBnr a:hover:after {
	opacity: 0;
} */

section.mainVisual div.inner div.topBnr a div.headline {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 1;
}

section.mainVisual div.inner div.topBnr a span.icon-list {		
	font-size: 4rem;
}
	
section.mainVisual div.inner div.topBnr a div.ja {		
	font-size: 1.8rem;
	font-weight: bold;
}
	
section.mainVisual>div.inner div.topBnr:before {	
    /* border-color: #384eb4 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0; */
}

/* -------------------------------------------------------- section.research */

section.research
{
    background: #e2e4f0;
}

section.research ul li
{
    margin-bottom: 40px;
}

section.research ul li div.article
{
    position: relative;

    display: block;

    height: 345px;
}

section.research ul li div.spot
{
    display: block;
    float: left;

    width: 580px;
    height: 345px;

    background: #f0f0f0;
}

section.research ul li div.spot span
{
    display: table-cell;

    width: 580px;
    height: 345px;

    text-align: center;
    vertical-align: middle;
}

section.research ul li div.spot span img
{
    display: block;

    width: auto;
    max-width: 580px;
    height: auto;
    max-height: 345px;
    margin: 0 auto;
/* 
    -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
    vertical-align: middle;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); */
}

section.research ul li div.article:hover div.spot span img
{
    /* -webkit-filter: grayscale(0);
            filter: grayscale(0); */
			opacity: 0.8;
}

section.research ul li div.wrap
{
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 640px;
    padding: 1.5em 2em;

    transform: translateY(-50%);

    border: 5px solid #fcc257;
}

section.research ul li div.headline
{
    margin-bottom: .5em;
    padding-bottom: .5em;

    border-bottom: 1px solid #fcc257;
}

section.research ul li div.headline h2
{
    font-size: 1.8rem;

    transition: all .2s ease-in-out;

    color: #333;
}

section.research ul li div.headline h2 a
{
    color: #3f3f3f;
}

section.research ul li div.headline h2 a:hover
{
    text-decoration: underline;

    color: #656565;
}

section.research ul li div.description
{
    font-size: 1.4rem;

    margin-bottom: 1em;

    color: #333;
}

section.research ul li div.update
{
    font-size: 1.2rem;

    color: #929292;
}

/* -------------------------------------------------------- section.news */

section.news div.title h2
{
    font-weight: normal;
}

section.news div.title span
{
    color: #fcc257;
}

section.news ul
{
    margin-bottom: 40px;
}

section.news ul li
{
    position: relative;

    float: left;

    width: 32%;
    margin-right: 2%;

    background: #30439b;
}

section.news ul li div.new
{
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 0;

    width: 60px;
    height: 60px;

    color: #fff;
    background: #fcc257;
}

section.news ul li div.new span
{
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
    text-align: center;
}

section.news ul li:last-child
{
    margin-right: 0;
}

section.news ul li div.spot
{
    background: #f0f0f0;
}

section.news ul li div.spot span
{
    display: table-cell;

    width: 1000px;
    height: 236px;

    text-align: center;
    vertical-align: middle;
}

section.news ul li div.spot span img
{
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 236px;
    margin: 0 auto;

    vertical-align: middle;
}

section.news ul li div.wrap
{
    padding: 1em;
}

section.news ul li a div.headline h2
{
    margin-bottom: .5em;
    padding-bottom: .5em;

    color: #fff;
    border-bottom: 1px solid #293983;
}

section.news ul li a div.update
{
    color: #adb2d1;
}

section.news ul li a:hover div.headline h2
{
    text-decoration: underline;
}

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

div.section
{
    background: #f2f2f2;
}

div.section section.event
{
    float: left;

    width: 600px;
}

div.section section.event div.entry div.spot
{
    float: left;

    width: 100px;
    margin-right: 1em;

    background: #fff;
}

div.section section.event div.entry div.spot span
{
    display: table-cell;

    width: 1000px;
    height: 60px;

    text-align: center;
    vertical-align: middle;
}

div.section section.event div.entry div.spot span img
{
    display: inline;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
    margin: 0 auto;

    vertical-align: middle;
}

div.section section.event div.entry div.update
{
    line-height: 1;

    display: inline-block;
    float: none;

    padding: 0 .1em;

    vertical-align: top;

    color: #fff;
    background: #fcc257;
}

div.section section.recruit
{
    float: right;

    width: 600px;
}

div.section div.entrylist
{
    margin-bottom: 40px;
    padding: 0 40px;
}

div.section div.entrylist div.entry
{
    padding: .4em;

    border-bottom: 1px solid #dbdbdb;
}

div.section div.update
{
    float: left;

    margin-right: 1em;

    color: #929292;
}

div.section div.entrylist div.entry div.headline
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #30439b;
}

div.section div.entrylist div.entry a:hover div.headline
{
    text-decoration: underline;
}

/* -------------------------------------------------------- section.introduction */

section.introduction
{
    background: #30439b;
}

section.introduction div.inner
{
    box-sizing: border-box;
    padding: 0 40px;
}

section.introduction div.title h2
{
    color: #fff;
}

section.introduction div.contentsBox
{
    float: left;

    width: 520px;
    min-height: 510px;
    margin: 0 80px 40px 0;

    color: #fff;
}

section.introduction div.contentsBox div.spot
{
    margin-bottom: 20px;
}

section.introduction div.contentsBox div.spot img
{
    display: block;

    width: 100%;
}

section.introduction div.contentsBox div.description
{
    font-size: 2.4rem;

    margin-bottom: 1.05em;
}

section.introduction div.contentsBox:nth-child(2n)
{
    margin-right: 0;
}

section.introduction div.contentsBox.first
{
    box-sizing: border-box;
    padding: 20px;

    background: rgba(0,0,0,.3);
}

section.introduction div.contentsBox.first div.head
{
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.2;

    padding: .5em 0;
}

section.introduction div.contentsBox.first div.description
{
    font-size: 1.8rem;

    margin-bottom: 2em;
}

section.introduction div.contentsBox:nth-child(1) div.link.first
{
    margin-bottom: 20px;
}

section.introduction div.contentsBox:nth-child(2) div.link.first
{
    margin-bottom: 20px;
}


section.introduction div.link a
{
    font-size: 1.6rem;
    font-weight: normal;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: .8em 1em;

    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    background: none;
}

section.introduction div.link a:after
{
    position: absolute;
    top: 50%;
    right: 1em;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

section.introduction div.link a:hover
{
    text-decoration: none;

    opacity: .8;
}

/* -------------------------------------------------------- section.educationResearch */



section.educationResearch ul
{
    margin-bottom: 40px;
}

section.educationResearch ul li
{
    float: left;

    width: 240px;
}

section.educationResearch ul li a
{
    font-size: 1.8rem;
    line-height: 1.2;

    display: block;

    text-align: center;

    color: #333;
}

section.educationResearch ul li a span
{
    font-size: 5.0rem;

    display: block;

    margin-bottom: 20px;

    text-align: center;

    color: #30439b;
}

section.educationResearch ul li a:hover
{
    opacity: .8;
}

/* -------------------------------------------------------- div.banners */

div.banners
{
    padding: 40px 0;

    background: #f2f2f2;
}

div.banners ul
{
    width: 1200px;
    margin: 0 auto;
}

div.banners ul li
{
    float: left;

    width: 23.5%;
	margin-right: 2%;
    margin-bottom: 20px;
}

div.banners ul li:nth-child(4n)
{
    margin-right: 0;
}

div.banners ul li a img
{
    display: block;

    width: 100%;
    height: auto;
}

div.banners ul li div.title
{
    box-sizing: border-box;
    min-height: 30px;
    padding: .5em;

    text-align: center;

    background: #fff;
	font-size: 1.4rem;
}

div.banners ul li div.title.small
{
    font-size: 1.2rem;
	padding-top: 1em !important;
}

div.banners ul li a div.title
{
    color: #333;
}

div.banners ul li a:hover
{
    opacity: .8;
}

/* -------------------------------------------------------- footer */

footer
{
    position: relative;

    background: #333;
}

footer div.inner
{
    padding: 40px 0;
}

/* -------------------------------------------------------- scrollTop */

div.scroller
{
    position: absolute;
    z-index: 100;
    top: -70px;
    right: 0;

    display: block;

    width: 70px;
    height: 70px;
}

div.scroller div.button
{
    position: absolute;
    top: 0;

    width: 70px;
    height: 70px;
}

div.scroller div.button a
{
    position: relative;

    display: block;

    width: 70px;
    height: 70px;

    background: #30439b;
}

div.scroller div.button a:hover
{
    opacity: .8;
}

div.scroller div.button a.scrollTop::before
{
    position: absolute;
    top: 50%;
    right: 29px;
    left: inherit;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -3px;

    content: '';
    transition: all .2s ease-in-out 0s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* */

footer div.fl
{
    position: relative;

    box-sizing: border-box;
    width: 50%;
}

footer div.logo a img
{
    display: block;

    width: 500px;
    height: 60px;

    transition: all .1s ease-in-out;
}

footer div.information
{
    padding-left: 60px;
}

footer div.information div.address
{
    font-size: 1.4rem;

    margin-bottom: 20px;

    color: #fff;
}

footer div.information ul.utility
{
    margin-bottom: 15px;
}

footer div.information ul.utility a
{
    color: #fff;
}

footer div.information ul.utility a:hover
{
    text-decoration: underline;
}

footer div.information div.copyright
{
    font-size: 1.3rem;
    font-weight: bold;

    color: #808080;
}

footer div.fl:nth-child(2n)
{
    padding-left: 40px;
}

footer div.fl:nth-child(2n) div.banner ul li
{
    float: left;

    width: 250px;
    margin: 0 20px 10px 0;
}

footer div.fl:nth-child(2n) div.banner ul li:nth-child(2n)
{
    margin-right: 0;
}


footer div.fl:nth-child(2n) div.banner ul li a
{
    font-size: 1.6rem;
    font-weight: normal;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 250px;
    padding: .8em 1em;

    text-align: center;

    color: #fff;
    background: #30439b;
}

footer div.fl:nth-child(2n) div.banner ul li a:after
{
    position: absolute;
    top: 50%;
    right: 1em;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

footer div.fl:nth-child(2n) div.banner ul li a span
{
    font-size: 2.0rem;

    position: absolute;
    top: .8em;
    left: .5em;
}



footer div.fl:nth-child(2n) div.banner ul li a:hover
{
    text-decoration: none;

    opacity: .8;
}

/* -------------------------------------------------------- common */

div.wrapper div.main
{
    width: 880px;
    margin-bottom: 40px;
}

div.wrapper div.main.wide
{
    width: 1200px;
    margin: 0 auto;
}


div.wrapper aside
{
    width: 260px;
    margin-bottom: 40px;
}

/* -------------------------------------------------------- topicPath */

.topicPath
{
    font-size: 1.2rem;

    display: block;

    margin: 0 auto 40px;

    background: #f2f2f2;
}

.topicPath ul
{
    padding: 10px;

    list-style: none;
}

.topicPath ul li
{
    display: inline;

    white-space: nowrap;
}

.topicPath ul li a
{
    font-weight: bold;

    text-decoration: underline;

    color: #30439b;
}

.topicPath ul li a:hover
{
    text-decoration: none;
}

/* -------------------------------------------------------- categoryTitles */



div.categoryTitles div.title
{
    font-size: 3.0rem;

    padding: .1em 0;

    text-align: center;

    color: #fff;
    background: #30439b;
}

div.categoryTitles div.title h1
{
    font-size: 3.0rem;

    color: #fff;
}

div.categoryTitles div.description h2
{
    font-size: 1.4rem;
    font-weight: bold;
}

div.categoryTitles div.description
{
    font-size: 1.4rem;

    padding: .5em 0;

    text-align: center;

    color: #30439b;
    background: #cdd0e1;
}


/* -------------------------------------------------------- categorySpot */

div.categorySpot ul
{
    margin: 0 auto 20px;
}

div.categorySpot ul li
{
    position: relative;

    float: left;

    box-sizing: border-box;
    width: 580px;
    margin: 0 40px 20px 0;

    transition: all .1s ease-in-out;

    border: 1px solid #e0e0e0;
    background: #fff;
}

div.categorySpot ul li:nth-child(even)
{
    margin-right: 0;
}

div.categorySpot ul li:hover
{
    background: #f2f4f6;
}

div.categorySpot ul li a
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    color: #2f4798;
}

div.categorySpot div.article
{
    padding: 20px;
}

div.categorySpot div.article div.spot
{
    float: left;
    overflow: hidden;

    width: 250px;
    height: 150px;
    margin-right: 20px;

    background: #f2f4f6;
}

div.categorySpot div.article div.spot span
{
    display: table-cell;

    width: 250px;
    height: 150px;

    text-align: center;
    vertical-align: middle;
}

div.categorySpot div.article div.spot span img
{
    display: inline;

    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 150px;

    vertical-align: middle;
}

div.categorySpot div.article div.wrap
{
    overflow: hidden;
}

div.categorySpot.clinic div.article div.headline,
div.categorySpot.clinic div.article div.description,
div.categorySpot.clinic div.article div.clearfix
{
    margin-left: 0;
}

div.categorySpot div.article div.headline
{
    font-weight: bold;

    position: relative;

    margin-bottom: 10px;
    padding-right: 1em;
}

div.categorySpot div.article div.headline::after
{
    position: absolute;
    top: 50%;
    right: 5px;
    left: inherit;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -4px;

    content: '';
    transition: all .2s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #333;
    border-right: 1px solid #333;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

div.categorySpot div.article div.headline h2
{
    font-size: 2.4rem;
    line-height: 1.3;

    color: #2f4798;
}

div.categorySpot div.article div.description
{
    font-size: 1.4rem;

    margin-bottom: 10px;

    color: #666;
}

div.categorySpot div.article div.update
{
    font-weight: bold;

    color: #8f8f8f;
}

div.end {
	background: #f54946;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 0.5em;
	margin-bottom: 1em;
}

div.categorySpot ul li a div.update {
    background: #cdd0e1 none repeat scroll 0 0;
    border-radius: 100px;
    color: #30439b !important;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 1em;
	margin-bottom: 0.5em;
}	

div.categorySpot div.tab ul {
    padding: 1em 0;
}

div.categorySpot div.tab ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    white-space: nowrap;
	
    border: none;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    position: relative;
    width: auto;
}

div.categorySpot div.tab ul li.current {
    background: #30439b none repeat scroll 0 0;
}

div.categorySpot div.tab ul li a {
    color: #2f4798;
    padding: 0 1.3em;
    position: relative;

    height: auto;
    width: auto;
}

div.categorySpot div.tab ul li a:hover {
    text-decoration: underline;
}

div.categorySpot div.tab ul li.current a {
    color: #fff;
    font-weight: bold;
}

div.categorySpot div.tab ul li a::before {
    background: #e1e2e3 none repeat scroll 0 0;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
}
/* -------------------------------------------------------- section.news */

div.topicsList div.title span
{
    color: #fcc257;
}

div.topicsList div.tab
{
 
}

div.topicsList div.tab ul 
{
	padding: 1em 0;
}

div.topicsList div.tab ul li
{
	display: block;
	float: left;
	white-space: nowrap;
	margin-bottom: 10px;
	background: none;
}

div.topicsList div.tab ul li.current
{
	background: #30439b;
}

div.topicsList div.tab ul li a
{
	color: #2f4798;
	padding: 0 1.3em;
	position: relative;
}

div.topicsList div.tab ul li a:hover
{
	text-decoration: underline;
}

div.topicsList div.tab ul li.current a
{
	color: #fff;
	font-weight: bold;
}

div.topicsList div.tab ul li a:before
{
	background: #e1e2e3 none repeat scroll 0 0;
    content: "";
    height: 20px;
    right: -1px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1px;
}

div.topicsList div.tab ul li:firsts-child a:after
{
	background: #e1e2e3 none repeat scroll 0 0;
    content: "";
    height: 20px;
    right: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1px;
}


div.topicsList ul li
{
    position: relative;

    margin-bottom: 40px;

    background: #fff;
}

div.topicsList ul li div.new
{
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 0;

    width: 60px;
    height: 60px;

    color: #fff;
    background: #fcc257;
}

div.topicsList ul li div.new span
{
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
    text-align: center;
}

div.topicsList ul li:last-child
{
    margin-right: 0;
}

div.topicsList ul li div.spot
{
    float: left;

    background: #f0f0f0;
	
	height: 236px;
    overflow: hidden;
    width: 384px;
}

div.topicsList ul li div.spot span
{
    display: table-cell;

    width: 384px;
    height: 236px;

    text-align: center;
    vertical-align: middle;
}

div.topicsList ul li div.spot span img
{
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 236px;
    margin: 0 auto;

    vertical-align: middle;
}

div.topicsList ul li div.wrap
{
    overflow: hidden;

    box-sizing: border-box;
    min-height: 236px;
    padding: 1em;

    border: 3px solid #30439b;
}

div.topicsList ul li a div.headline h2
{
    font-size: 2.4rem;

    position: relative;

    margin-bottom: .5em;
    padding-bottom: .5em;

    color: #2f4798;
    border-bottom: 1px solid #293983;
}

div.topicsList ul li a div.headline h2:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -8px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #293983;
    border-right: 1px solid #293983;
}

div.topicsList ul li a div.update
{
    font-size: 1.4rem;
    font-weight: bold;

    display: inline-block;

    padding: 0 1em;

    color: #30439b;
    border-radius: 100px;
    background: #cdd0e1;
}

div.topicsList ul li a:hover div.headline h2
{
    text-decoration: underline;
}


div.topicsList ul li a div.description
{
    font-size: 1.5rem;

    margin-bottom: 1em;

    color: #666;
}

/* categoryUpdate */

div.categoryUpdate {
    width: 100%;
	margin-bottom: 40px;
}

div.categoryUpdate div.entry {
    border-bottom: 1px solid #e9e9e9;
}

div.categoryUpdate div.entry div.wrap {
    float: left;
}

div.categoryUpdate div.entry div.update {
    color: #929292;
    float: left;
    font-family: "Century Gothic",Meiryo,"メイリオ","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",serif;
    font-size: 1.4rem;
    padding-right: 1em;
}

div.categoryUpdate div.entry a {
    color: #30439b;
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}
div.categoryUpdate div.entry div.headline {
    font-size: 1.5rem;
    font-weight: normal;
    overflow: hidden;
}

div.categoryUpdate div.entry div.headline:hover {
    text-decoration: underline;
}

/* -------------------------------------------------------- categoryList */

div.categoryList a {
	text-decoration: none;
	display: block;
    padding: 1em;
}

div.categoryList ul
{
    margin: 0 auto 20px;
}

div.categoryList ul li
{
    position: relative;

    margin: 0 0 0 0;

    border-bottom: 1px solid #e0e0e0;
    background: #fff;
	
	box-sizing: border-box;
	
	padding: 0;

}

/* add */

div.categoryList ul li
{
    float: left;
	width: 49%;
	margin-right: 2%;
    transition: all .1s ease-in-out;	
}

div.categoryList ul li:hover
{
	background: #f2f2f2;
}

div.categoryList ul li:nth-child(2n)
{
	margin-right: 0;
}

div.categoryList h4
{
	/* border-bottom: 1px solid #fcc257; */
}

/*
div.categoryList ul li::before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 2px;
    height: 90%;

    content: '';
    transform: translateY(-50%);

    background: #fcc257;
	
	border-radius: 0;
}
*/

div.categoryList ul li::before
{
	background: none;
}
	
	
div.categoryList ul li::after
{
    position: absolute;
    top: 50%;
    right: 10px;
    left: inherit;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -4px;

    content: '';
    transition: all .2s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #333;
    border-right: 1px solid #333;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

div.categoryList ul li a div.headline h2
{
    font-size: 1.6rem;
	font-weight: normal;
	
    color: #2f4798;
}

div.categoryList ul li a:hover div.headline h2
{
    text-decoration: underline;
}

div.categoryList ul li div.description
{
    font-size: 1.4rem;

    color: #666;
}

div.categoryList ul li a div.headline h2 span 
{
    font-size: 1.3rem;
	font-weight: normal;
    /* color: #2f4798; */
	color: #5a5a5a;
	display: block;
	line-height: 1.5;
	
	padding: 0.5em 0 0;
}

div.categoryList ul li a:hover div.headline h2 span
{
    text-decoration: none;
}

/* -------------------------------------------------------- categoryListResult */

div.categoryListResult a {
	text-decoration: none;
	display: block;
    padding: 1em;
}

div.categoryListResult ul
{
    margin: 0 auto 20px;
}

div.categoryListResult ul li
{
    position: relative;

    margin: 0 0 2% 0;

    border: 1px solid #e0e0e0;
    background: #fff;
	
	box-sizing: border-box;
	
	padding: 0;

}

/* add */

div.categoryListResult ul li
{
    float: left;
	width: 49%;
	margin-right: 2%;
}

div.categoryListResult ul li:nth-child(2n)
{
	margin-right: 0;
}

div.categoryListResult ul li::before
{
	background: none;
}
	
	
div.categoryListResult ul li {
}

div.categoryListResult ul li a div.headline h2
{
    font-size: 1.6rem;
	font-weight: bold;
	
    color: #2f4798;
	position: relative;
	
	border-left: 5px solid #2f4798;
    padding: 0 0 0 0.8em;

}

div.categoryListResult ul li a:hover div.headline h2
{
    text-decoration: underline;
}

div.categoryListResult ul li a div.headline h2::after
{
/*    position: absolute;
    top: 50%;
    right: 10px;
    left: inherit;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -4px;

    content: '';
    transition: all .2s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #333;
    border-right: 1px solid #333;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
}

div.categoryListResult ul li div.description
{
    font-size: 1.4rem;

    color: #666;
}

div.categoryListResult ul li a div.headline h2 span 
{
    font-size: 1.3rem;
	font-weight: normal;
    /* color: #2f4798; */
	color: #5a5a5a;
	display: block;
	line-height: 1.5;
	
	padding: 0.5em 0 0;
}

div.categoryListResult ul li a:hover div.headline h2 span
{
    text-decoration: none;
}

div.categoryListResult ul li div.spot
{
    background: #f0f0f0;
	margin-bottom: 1em;
}

div.categoryListResult ul li div.spot span
{
    display: table-cell;

    width: 1000px;
    height: 236px;

    text-align: center;
    vertical-align: middle;
}

div.categoryListResult ul li div.spot span img
{
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 236px;
    margin: 0 auto;

    vertical-align: middle;

	filter: brightness(90%);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  categoryListPress */

div.categoryListPress a {
	text-decoration: none;
	display: block;
    padding: 1em;
}

div.categoryListPress ul
{
    margin: 0 auto 20px;
}

div.categoryListPress ul li
{
    position: relative;


    border: 1px solid #e0e0e0;
    background: #fff;
	
	box-sizing: border-box;
	
	padding: 0;

}

/* add */

div.categoryListPress ul li
{
    float: none;
	width: 100%;
	margin-bottom: 2%;
}

div.categoryListPress ul li::before
{
	background: none;
}	
	
div.categoryListPress ul li {
}

div.categoryListPress ul li div.spot
{
    background: #f0f0f0;
	float: left;
	width: 49%;
	margin-right: 2%;
}

div.categoryListPress ul li div.spot span
{
    display: table-cell;

    width: 1000px;
    height: 236px;

    text-align: center;
    vertical-align: middle;
}

div.categoryListPress ul li div.spot span img
{
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 236px;
    margin: 0 auto;

    vertical-align: middle;

	/* filter: brightness(90%); */
}


div.categoryListPress ul li a div.information {
	overflow: hidden;
	float: right;
	width: 48%;
}

div.categoryListPress ul li a div.headline
{
	
	margin-bottom: 0.5em;
	
	box-sizing: border-box;
	padding: 0.5em 0;

}

div.categoryListPress ul li a div.headline h2
{
    font-size: 1.8rem;
	font-weight: bold;
	
    color: #2f4798;
	position: relative;	

}

div.categoryListPress ul li a:hover div.headline h2
{
    text-decoration: underline;
}

div.categoryListPress ul li div.details
{
    font-size: 1.4rem;

    color: #666;
	
	border-top: 1px solid #ddd;
	padding-top: 1em;
}

div.categoryListPress ul li a div.update
{
	color: #2f4798;
	margin-bottom: 0.5em;
	text-align: right;
	font-size: 1.2rem;

}



/* aside */
/* 
div.wrapper aside div.head
{
    font-size: 2.0rem;

    padding: 1em;

    color: #333;
    border-top: 2px solid #30439b;
    border-bottom: 2px solid #30439b;
}

 */
div.wrapper aside div.head
{
    font-size: 2.0rem;

    padding: 1em;

    color: #333;
	color: #fff;
	
	background: #30439b;
	
	border-bottom: 10px solid #cdd0e1;

    /* border-top: 2px solid #30439b;
    border-bottom: 2px solid #30439b; */
}

div.wrapper aside ul li a
{
    font-size: 1.4rem;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    padding: 1em 1.5em;

    transition: all .1s ease-in-out;

    color: #333;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

div.wrapper aside ul li.current a
{
    font-weight: bold;

    background: #f2f2f2;
}

div.wrapper aside ul li a:hover
{
    text-decoration: underline;
}

div.wrapper aside ul li a::after
{
    position: absolute;
    top: 50%;
    right: 15px;
    left: inherit;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -4px;

    content: '';
    transition: all .2s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #333;
    border-right: 1px solid #333;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* pagination */

/* -------------------------------------------------------- pagination */

div#pagination {
	margin-bottom: 40px

}

div#pagination a {
	position: relative;
	background: #293983;
    /* border: 2px solid #f0f0f0; */
    /* border-radius: 5px; */
    display: inline-block;
    font-weight: bold;
    margin: 0 0.1em;
    padding: 0.8em 0.8em 1em;
    text-decoration: none;
	color: #fff;
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
}

div#pagination div.past-page a {	
	float: right;
	padding-right: 2em;	
}

div#pagination div.next-page a {	
	float: left;
	padding-left: 2em;	
}

div#pagination div.next-page a::after {
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    left: 15px;
    top: 50%;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 7px;
}
div#pagination div.past-page a::after {
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
}

div#pagination a:hover {
	background: #cdd0e1;
    /* border: 2px solid #00d0c0; */
	color: #293983;
} 

div#pagination div.past-page a:hover::after,
div#pagination div.next-page a:hover::after {
	border-right: 1px solid #293983;
    border-top: 1px solid #293983;
}

ul.pagination
{
    clear: both;

    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    padding: 1em 0;

    text-align: center;
}

ul.pagination li
{
    display: inline;

    margin: 0;
    padding: 0;
}

ul.pagination li::before
{
    position: relative;
    top: 0;
    left: 0;

    width: auto;
    height: auto;
    margin: 0;

    content: '';
    transition: none;

    background: none;
}

ul.pagination li a,
ul.pagination li span
{
    font-weight: bold;

    display: inline-block;

    margin: .5em .1em;
    padding: .3em .7em;

    text-decoration: none;

    color: #333;
    background: #f0f0f0;
}

ul.pagination li a:hover,
ul.pagination li.active a,
ul.pagination li.active span
{
    color: #fff;
    background: #ffb600;
}

div.contentsTitles
{
    margin-bottom: 1em;
}

div.contentsTitles div.title
{
    font-size: 3.0rem;

    padding: .1em 0;

    color: #333;
    border-bottom: 2px solid #30439b;
}

div.contentsTitles div.title h1
{
    font-size: 3.0rem;

    color: #333;
}

div.contentsTitles div.description h2
{
    font-size: 1.4rem;
    font-weight: bold;
}

div.contentsTitles div.description
{
    font-size: 1.4rem;

    padding: .5em 1em;

    color: #30439b;
    background: #f2f2f2;
}
/* 20250513追記 */
.flex-top{
	display: flex;
	justify-content: center;
}