@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Vollkorn&display=swap');

/* ===========================================================================
  html5reset
============================================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ===========================================================================
  base
============================================================================= */
html,
body {
	height: 100%;
	font-size: 62.5%;
	color: #333;
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
img {
	max-width: 100%;
}
sup {
	top: -0.5em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
* { box-sizing: border-box;}
a {
	text-decoration: none;
}

/* ===========================================================================
  util
============================================================================= */
.c-red { color:#ff4040;}
.c-blue { color:#3436b9;}

.ta-left { text-align:left !important;}
.ta-center { text-align:center !important;}
.ta-right { text-align:right !important;}

.va-top { vertical-align: top;}
.va-middle { vertical-align: middle;}
.va-bottom { vertical-align: bottom;}
.va-base { vertical-align: baseline;}

.fz-xs { font-size: 1rem !important;}
.fz-s { font-size: 1.2rem !important;}
.fz-m { font-size: 1.4rem !important;}
.fz-l { font-size: 1.6rem !important;}
.fz-xl { font-size: 1.8rem !important;}
.fz-xxl { font-size: 2.0rem !important;}

.fw-n { font-weight: normal !important;}
.fw-b { font-weight: bold !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}

.w-em05 { width: 5em;}
.w-em10 { width: 10em;}
.w-em15 { width: 15em;}
.w-em20 { width: 20em;}
.w-em25 { width: 25em;}
.w-em30 { width: 30em;}

.d-i { display: inline !important;}
.d-ib { display: inline-block !important;}
.d-b { display: block !important;}
.d-none { display: none !important;}

/* ===========================================================================
  header
============================================================================= */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 40px;
}
.header_title {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.header_logo {
	width: 130px;
	margin-right: 20px;
}
.header_logo a {
	display: block;
}
.header_logo img {
	width: 100%;
}
.header_text {
	font-size: 2.0rem;
	font-weight: bold;
}
.header_text a {
	color: #000;
}
.header_text a:hover {
	color: #000;
	text-decoration: none;
}

/* ===========================================================================
  headerMenuBtn
============================================================================= */
.headerMenuBtn {
	height: 85px;
	width: 85px;
	background-color: #2e3092;
	transition: background-color .2s;
	border: none;
}
.headerMenuBtn:focus {
	outline:0;
}
.headerMenuBtn:hover {
	cursor: pointer;
}
.headerMenuBtn_bar {
	position: relative;
	width: 40px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.headerMenuBtn_bar span {
	display: block;
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 2px;
	content: '';
	transition: all .4s;
}
.headerMenuBtn_bar span:nth-child(1) {
	top: 0;
}
.headerMenuBtn_bar span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.headerMenuBtn_bar span:nth-child(3) {
	bottom: 0;
}
.headerMenuBtn_bar span:nth-child(1) {
	top: 0;
}
.headerMenuBtn_bar span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.headerMenuBtn_bar span:nth-child(3) {
	bottom: 0;
}
.headerMenuBtn_text {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 10px;
}
.headerMenuBtn_text::before {
	content: 'MENU';
}

.headerMenuBtn.is-active .headerMenuBtn_bar span:nth-child(1) {
	transform: translateY(13px) rotate(-45deg);
}
.headerMenuBtn.is-active .headerMenuBtn_bar span:nth-child(2) {
	background-color: transparent;
}
.headerMenuBtn.is-active .headerMenuBtn_bar span:nth-child(3) {
	transform: translateY(-11px) rotate(45deg);
}
.headerMenuBtn.is-active .headerMenuBtn_text::before {
	content: 'CLOSE';
}

/* ===========================================================================
  headerNav
============================================================================= */
.headerNav {
	display: none;
	position: absolute;
	top: 85px;
	right: 0;
	z-index: 2;
	max-width: 520px;
	width: 100%;
	box-shadow: -2px 5px 5px 0px rgba(51, 51, 51, .4);
	background-color: #2e3092;
}
.headerNavGmenu_btn {
	cursor: pointer;
	padding: 22px 30px;
	color: #fff;
	position: relative;
	border-bottom: solid 1px #6264ad;
	transition: background-color .2s;
	display: block;
}
.headerNavGmenu_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	transition: all .2s;
}
.headerNavSide-col2,
.headerNavSide-col3 {
	display: flex;
	justify-content: space-between;
	border: solid 1px #fff;
	margin: 20px 20px 30px;
}
.headerNavSide-col2_link {
	font-size: 1.1rem;
	width: calc(100% / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	transition: background-color .2s;
}
.headerNavSide-col3_link {
	font-size: 1.1rem;
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	transition: background-color .2s;
}
.headerNavSide-col2_link:nth-child(n+2),
.headerNavSide-col3_link:nth-child(n+2) {
	border-left: solid 1px #fff;
}
.headerNavSide_icon {
	width: 11px;
	margin-right: 10px;
}
.headerNavClose {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
	transition: background-color .2s;
}
.headerNavClose_text {
	position: relative;
	padding-left: 35px;
}
.headerNavClose_text::before,
.headerNavClose_text::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: 0% 50%;
	position: absolute;
}
.headerNavClose_text::before {
	top: 1px;
	left: 6px;
}
.headerNavClose_text::after {
	transform: rotate(-45deg);
	transform-origin: 100% 50%;
	top: 1px;
	left: 0;
}

/* ===========================================================================
  pagetop
============================================================================= */
.pagetop {
	position:fixed;
	right:30px;
	bottom:30px;
	width:50px;
	height:50px;
}
.pagetop:hover {
	opacity: .8;
}

/* ===========================================================================
  footer
============================================================================= */
.footer {
	background: #2e3092;
	color: #fff;
}
.footer_top {
	border-bottom: 1px solid #5859a8;
	padding: 30px 0 25px;
}
.footer_inner {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
}
.footer_title {
	display: flex;
	align-items: center;
}
.footer_logo {
	display: inline-block;
	width: 15%;
	margin-right: 25px;
}
.footer_logo-en {
	display: inline-block;
	width: 30%;
	margin-right: 25px;
}
.footer_text a {
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
.footer_text a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_address {
	font-style: normal;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 15px;
	word-break: break-all;
}
.footer_space {
	margin: 0 15px;
}
.footer_link {
	color: #fff;
}
.footer_link:hover {
	text-decoration: underline;
}
.footer_bottom {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0;
}
.footerNav {
	list-style: none;
	width: 55%;
	float: left;
	font-size: 1.2rem;
}
.footerNav_list {
	display: inline-block;
	border-left: 1px solid #fff;
	padding-left: 1.5em;
	margin-right: 1.5em;
}
.footerNav_list:last-child {
	border-right: 1px solid #fff;
	padding-right: 1.5em;
}
.footerNav_link {
	color: #fff;
}
.footerNav_link:hover {
	text-decoration: underline;
}
.footer_copy {
	font-size: 1.0rem;
	float: right;
	color: #fff;
}

/* ===========================================================================
  content
============================================================================= */
.content {
	width: 96%;
	max-width: 1120px;
	margin: 40px auto 120px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.contentFloat {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

/* ===========================================================================
  indexBlock
============================================================================= */
.indexBlockList-col2 {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.indexBlockList-col2_item {
	width: calc(50% - 20px);
}
.indexBlockList-col2_item:nth-child(n+3) {
	margin-top: 50px;
}
.indexBlockList-col3 {
	display: flex;
	flex-wrap :wrap;
}
.indexBlockList-col3_item {
	width: calc(33.33% - 20px);
}
.indexBlockList-col3_item:not(:nth-child(3n)) {
	margin-right: 30px;
}
.indexBlockList-col3_item:nth-child(n+4) {
	margin-top: 50px;
}
.indexBlock_title {
	padding: 10px 15px;
	background-color: #f2f2f2;
	border-bottom: solid 3px #2e3092;
	font-weight: bold;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}
.indexBlock_text {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #c9c9c9;
}
.indexBlock_img {
	width: 100%;
	height: auto;
}
.indexBlockLink {
	margin-top: 15px;
}
.indexBlockLink_item,
.indexBlockLink > div > p > a {
	display: block !important;
	margin-bottom: 10px;
}

/* ===========================================================================
  indexBlock02
============================================================================= */	
.indexBlock02List-col2 {	
display: flex;	
justify-content:space-between;	
flex-wrap: wrap;	
}	
.indexBlock02List-col2_item {	
width: calc((100% - 30px) / 2);	
}	
.indexBlock02List-col2_item:nth-child(n+3) {	
margin-top: 30px;	
}	
.indexBlock02 {	
background-color: #f2f2f2;	
display: block;	
}	
.indexBlock02_img {	
width: 100%;
height: 269px;
border-top: solid 3px #2e3092;	
border-bottom: solid 3px #2e3092;
position: relative;
}
.indexBlock02_img > img {
position: absolute;
top: 0;
left: 0;
height: 100%;
object-fit: contain;
font-family: 'object-fit: contain;';
}
.indexBlock02_title {	
padding: 25px;	
position: relative;	
}	
.indexBlock02_text {	
display: inline-block;	
color: #2e3092;	
position: relative;	
padding-left: 23px;	
font-size: 1.8rem;	
font-weight: bold;	
}	
.indexBlock02_text::before {	
display: inline-block;	
position: absolute;	
top: 6px;	
left: 0;	
width: 16px;	
height: 16px;	
background: url("/ugrad/gls/item/arrow_05.svg") center/contain no-repeat;	
content: '';	
}	
.indexBlock02List-col2_item:hover .indexBlock02_text {	
text-decoration: underline;	
color: #3399ff;	
}

/* ===========================================================================	
  breadcrumbs
============================================================================= */
.breadcrumbs {
	padding: 14px 0;
	background-color: #f2f2f2;
}
.breadcrumbs_list {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
}
.breadcrumbs_item {
	display: inline;
	margin-right: 10px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.breadcrumbs_item::after {
	content: '>';
	margin-left: 10px;
}
.breadcrumbs_item:last-child::after {
	content: none;
}
.breadcrumbs_link {
	color: #4c4fb6;
	text-decoration: none;
}
.breadcrumbs_link:hover {
	color: #3399ff;
	text-decoration: underline;
}

/* ===========================================================================
  globalArea
============================================================================= */
.globalArea {
	width: 73%;
	word-wrap: break-word;
}

/* ===========================================================================
  localMenu
============================================================================= */
.localMenu {
	width: 23%;
}
.localMenu_list {
	border: solid 1px #dcdcdc;
}
.localMenu_title {
	border-top: solid 3px #2e3092;
	border-bottom: solid 1px #dcdcdc;
	background-color: #f2f2f2;
	padding: 16px 10px;
	font-size: 1.6rem;
	color: #2e3092;
	font-weight: bold;
    display: block;
}
.localMenu_titleLink {
	display: inline-block;
	color: #2e3092;
	position: relative;
	padding-left: 15px;
}
.localMenu_titleLink:hover {
	color: #3399ff;
	text-decoration: underline;
}
.localMenu_titleLink::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}
.localMenu_item,
.localMenu_item > div {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
}
.localMenu_item:last-of-type,
.localMenu_item > div:last-of-type {
	border-bottom: none;
}
.localMenu_item::after,
.localMenu_item > div::after {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 10px;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}
.localMenu_item-sub {
	border-bottom: solid 1px #dcdcdc;
	padding-left: 10px;
	position: relative;
}
.localMenu_item-sub:last-child {
	border-bottom: none;
}
.localMenu_item-sub::after {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 20px;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #b2b2b2;
	border-right: solid 2px #b2b2b2;
	content: '';
}
.localMenu_link,
.localMenu_item > div > p > a,
.localMenu_item > div > p > span {
	display: block;
	padding: 15px 20px 15px 26px;
	color: #000;
}
a.localMenu_link:hover {
	text-decoration: underline;
}
.localMenu_list + .localMenu_list {
	margin-top: 10px;
}
.localMenu_item > .localMenu_sub {

	padding-left: 10px;

}

.localMenu_item > .localMenu_sub::after {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 20px;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #b2b2b2;
	border-right: solid 2px #b2b2b2;
	content: '';
}

/* ===========================================================================
  heading01
============================================================================= */
.heading01 {
	padding: 40px 0;
	background-color: #2e3092;
	font-weight: bold;
	line-height: 1.3;
}
.heading01_inner {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
}
.heading01_text {
	font-size: 3.0rem;
	color: #fff;
}
.heading01_subText {
	display: block;
	font-size: 1.6rem;
}

/* ===========================================================================
  heading02
============================================================================= */
.heading02 {
	border-bottom: solid 2px #d4d4d4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 80px auto 30px;
}
.heading02:first-child {
	margin: 0 auto 30px;
}
.heading02_text {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 6px 10px 6px 24px;
	position: relative;
	border-left: solid 5px #2e3092;
	margin-bottom: 15px;
}
.heading02_text::after {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background-color: #00a6ea;
	position: absolute;
	top: 0;
	left: 0;
}
.heading02_text-sub {
	font-size: 2.0rem;
}

/* ===========================================================================
  heading03
============================================================================= */
.heading03 {
	margin: 50px auto 20px;
	padding-bottom: 15px;
	border-bottom: solid 2px #2e3092;
}
.heading03:first-child {
	margin-top: 0;
}
.heading03_text {
	font-weight: bold;
	font-size: 2.2rem;
}
.heading03_text-sub {
	font-size: 1.8rem;
}

/* ===========================================================================
  heading04
============================================================================= */
.heading04 {
	margin: 40px auto 20px;
	border-left: solid 4px #2e3092;
	padding-left: 20px;
}
.heading04:first-child {
	margin-top: 0;
}
.heading04_text {
	font-weight: bold;
	font-size: 1.8rem;
}
.heading04_text-sub {
	font-size: 1.4rem;
}

/* ===========================================================================
  heading05
============================================================================= */
.heading05 {
	position: relative;
	padding-left: 20px;
	margin: 30px auto 20px;
}
.heading05::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #2e3092;
	position: absolute;
	top: 4px;
	left: 0;
}

/* ===========================================================================
  pagelink
============================================================================= */
.pagelink {
	padding: 10px 0 0 0;
	border: solid 1px #e3e3e3;
}
.pagelink_list {
	display: flex;
	flex-wrap: wrap;
}
.pagelink_item {
	display: flex;
	align-items: center;
	padding: 8px 18px;
	margin-bottom: 10px;
	border-right: solid 1px #dcdcdc;
	font-size: 1.2rem;
}
.pagelink-col4 .pagelink_item {
	width: calc(100% / 4);
}
.pagelink-col4 .pagelink_item:nth-child(4n) {
	border-right: none;
}
.pagelink-col3 .pagelink_item {
	width: calc(100% / 3);
}
*::-ms-backdrop, .pagelink-col3 .pagelink_item {
	width: 33.33%; /* IE11 */
}
.pagelink-col3 .pagelink_item:nth-child(3n) {
	border-right: none;
}
.pagelink-col2 .pagelink_item {
	width: calc(100% / 2);
}
.pagelink-col2 .pagelink_item:nth-child(2n) {
	border-right: none;
}
.pagelink_link {
	display: block;
	width: 100%;
	padding-left: 20px;
	color: #4c4fb6;
	text-align: center;
	position: relative;
}
.pagelink_link:hover {
	color: #3399ff;
	text-decoration: underline;
}
.pagelink_link::after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}

/* ===========================================================================
  lead
============================================================================= */
.lead {
	margin-bottom: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #3537b9;
}

/* ===========================================================================
  link-text
============================================================================= */
.link-text {
	color: #4c4fb6;
	padding-left: 0;
}
.link-text::before {
	content: none;
}
.link-text:hover {
	text-decoration: underline;
	color: #3399ff;
}
.noLinkIcon {
	padding-left: 0 !important;
}
.noLinkIcon::before {
	content: none !important;
}
.indexBlockLink > div > p > a,
.indexBlockLink_item,
.globalArea a:not(.pagelink_link):not(.link-text):not(.btn):not(.btnEmphasis):not(.newsList_link):not(.clubBox_link):not(.indexBlock02):not(.link_page):not(.link_before):not(.link_next):not(.imgLink) {
	color: #4c4fb6;
	position: relative;
	padding-left: 18px;
	display: inline-block;
}
.indexBlockLink > div > p > a::before,
.indexBlockLink_item::before,
.globalArea a:not(.pagelink_link):not(.link-text):not(.btn):not(.btnEmphasis):not(.newsList_link):not(.clubBox_link):not(.indexBlock02):not(.link_page):not(.link_before):not(.link_next):not(.imgLink):not(.btn-back)::before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}
.indexBlockLink > div > p > a:hover,
.indexBlockLink_item:hover,
.globalArea a:not(.pagelink_link):not(.link-text):not(.btn):not(.btnEmphasis):not(.newsList_link):not(.clubBox_link):not(.indexBlock02):not(.link_page):not(.link_before):not(.link_next):not(.imgLink):hover {
	text-decoration: underline;
	color: #3399ff;
}

/*アイコン付きリンク（ページ内リンク）*/
.indexBlockLink_item-page,
.globalArea a.is-page:not(.pagelink_link):not(.link-text):not(.btn):not(.btn-back):not(.btnEmphasis):not(.newsList_link):not(.clubBox_link):not(.indexBlock02):not(.link_page):not(.link_before):not(.link_next):not(.imgLink) {
	color: #4c4fb6;
	position: relative;
	padding-left: 18px;
	display: inline-block;
}
.indexBlockLink_item-page::before,
.globalArea a.is-page:not(.pagelink_link):not(.link-text):not(.btn):not(.btn-back):not(.btnEmphasis):not(.newsList_link):not(.clubBox_link):not(.indexBlock02):not(.link_page):not(.link_before):not(.link_next):not(.imgLink)::before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	transform: rotate(135deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}
.indexBlockLink_item-page:hover,
.globalArea a.is-page:not(.pagelink_link):not(.link-text):not(.btn):not(.btn-back):not(.btnEmphasis):not(.newsList_link):not(.clubBox_link):not(.indexBlock02):not(.link_page):not(.link_before):not(.link_next):hover {
	text-decoration: underline;
	color: #3399ff;
}

/*アイコン付きリンク（リンク無し）*/

.nolink-iconText {
	position: relative;
	padding-left: 18px;
	display: inline-block;
}
.nolink-iconText::before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}

/* ===========================================================================
  pdfアイコン
============================================================================= */
a[href$=".pdf"]:not(.slide a)::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_pdf.svg") center / contain no-repeat;
	vertical-align: initial;
}

/* ===========================================================================
  wordアイコン
============================================================================= */
a[href$=".doc"]::after,
a[href$=".docx"]::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_word.svg") center / contain no-repeat;
	vertical-align: initial;
}

/* ===========================================================================
  excelアイコン
============================================================================= */
a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_excel.svg") center / contain no-repeat;
	vertical-align: initial;
}

/* ===========================================================================
  icon-zip
============================================================================= */
.icon-zip::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_zip.svg") center / contain no-repeat;
	vertical-align: initial;
}

/* ===========================================================================
  icon-mp3
============================================================================= */
.icon-mp3::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_mp3.svg") center / contain no-repeat;
	vertical-align: initial;
}
/* ===========================================================================
  icon-youtube
============================================================================= */
.icon-youtube::after {
	content: '';
	display: inline-block;
	width: 28px;
	height: 20px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_youtube.svg") center / contain no-repeat;
	vertical-align: text-bottom;
}

/* ===========================================================================
  list-style01
============================================================================= */
.list-style01 {
	margin-left: 1.5em;
}
.list-style01 li {
	margin-top: 10px;
}
.list-style01 li:first-child {
	margin-top: 0;
}
.list-style01 .list-style01 {
	margin-top: 10px;
}
.list-style01 ul.list-style01 li {
	list-style-type: circle;
}

/* ===========================================================================
  list-style01
============================================================================= */
.list-style02 {
	margin-left: 1.5em;
}
.list-style02 li {
	margin-top: 10px;
	list-style-type: lower-alpha;
}
.list-style02 li:first-child {
	margin-top: 0;
}
.list-style02 .list-style02 {
	margin-top: 10px;
}

/* ===========================================================================
  cautionText-01
============================================================================= */
.cautionText-01 {
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
.cautionText-02 {
	font-size: 1.2rem;
	padding-left: 2em;
	text-indent: -2em;
}

/* ===========================================================================
  indent
============================================================================= */
.indent-01 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent-02 {
	padding-left: 2em;
	text-indent: -2em;
}

/* ===========================================================================
  table
============================================================================= */
.table-style01 {
	width: 100%;
	border: solid 1px #a5afc1;
	table-layout: fixed;
}
.table-style01 tr {
	border-bottom: solid 1px #a5afc1;
}
.table-style01 .border-double {
	border-bottom: double 3px #a5afc1;
}
.table-style01 th,
.table-style01 td {
	border-right: solid 1px #a5afc1;
	padding: 15px;
	word-break: break-all;
}
.table-style01 td {
	background-color: #fff;
}
.table-style01.pd-s th,
.table-style01.pd-s td {
	padding: 10px 15px;
}
.table-style01 .bg01 {
	background-color: #cbdcfa;
}
.table-style01 .bg02 {
	background-color: #ecf2fd;
}
.table-style01 .bg03 {
	background-color: #f6f6f6;
}
.table-style01 tbody th ,
.table-style01 tbody td {
	vertical-align: top;
	text-align: left;
}
.table-style01 tbody th {
	font-weight: normal;
}
.table02 {
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 5px;
}
.table02 .table-style01 {
	table-layout: auto;
}
.table02::-webkit-scrollbar {
	height: 8px;
}
.table02::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #f2f2f2;
	border-radius: 4px;
}
.table02::-webkit-scrollbar-thumb {
	background: #cbdcfa;
	border-radius: 4px;
}
.table02 .table-style01 {
	table-layout: auto;
}
.table-style03 {
	width: 100%;
}
.table-style03 tr {
	border-bottom: dotted 1px #c9c9c9;
}
.table-style03 tr:last-of-type {
	border-bottom: none;
}
.table-style03 th,
.table-style03 td {
	padding: 15px 0;
	word-break: break-all;
}
.table-style03 tbody th ,
.table-style03 tbody td {
	vertical-align: top;
	text-align: left;
}
.table-style03 tbody tr:first-of-type th,
.table-style03 tbody tr:first-of-type td {
	padding-top: 0;
}
.table-style03 tbody tr:last-of-type th,
.table-style03 tbody tr:last-of-type td {
	padding-bottom: 0;
}
.table-style04 {
	width: 100%;
	border: solid 1px #a5afc1;
	table-layout: fixed;
}
.table-style04 tr {
	border-bottom: solid 1px #a5afc1;
}
.table-style04 th,
.table-style04 td {
	border-right: solid 1px #a5afc1;
	padding: 15px;
	word-break: break-all;
}
.table-style04 th {
	background-color: #ecf2fd;
	text-align: center;
	font-weight: normal;
}
.table-style04 td {
	background-color: #fff;
	vertical-align: top;
	text-align: left;
}
.table-style05 {
	width: 100%;
	border: solid 1px #a5afc1;
	table-layout: fixed;
}
.table-style05 tr {
	border-bottom: solid 1px #a5afc1;
}
.table-style05 th,
.table-style05 td {
	border-right: solid 1px #a5afc1;
	padding: 15px;
	word-break: break-all;
	vertical-align: top;
	text-align: left;
}
.table-style05 th {
	background-color: #ecf2fd;
	font-weight: normal;
}
.table-style05 td {
	background-color: #fff;
	vertical-align: top;
	text-align: left;
}


.table-teikei,
.table-teikei th,
.table-teikei td {
    width: 100% !important;
}
.table-teikei{
    table-layout: fixed !important;
}
.table-teikei th,
.table-teikei td {
    width: 100% !important;
    word-break: break-word !important;
    white-space: normal !important;
}

/* ===========================================================================
  block01
============================================================================= */
.block01 {
	padding: 20px;
	background-color: #f2f2f2;
}
.block01_title01 {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
.block01_title01::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #2e3092;
}

/* ===========================================================================
block01List
============================================================================= */	
.block01List {	
display: flex;	
flex-wrap: wrap;	
justify-content:space-between;	
}	
.block01List-item {	
width: calc(50% - 10px);	
}	
.block01List-item:not(:nth-child(2n)) {	
margin-right: 20px;	
}	
.block01List-item:nth-child(n+3) {	
margin-top: 20px;	
}

/* ===========================================================================	
  flowBlock01
============================================================================= */
.flowBlock01_item:not(:last-child) {
	position: relative;
	margin-bottom: 40px;
}
.flowBlock01_item:not(:last-child)::after {
	display: block;
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border: 13px solid transparent;
	border-top-color: #2e3092;
	content: '';
}

/* ===========================================================================
  btn
============================================================================= */
.btn,
.btn-back {
	margin-right: auto;
	margin-left: auto;
	padding: 18px 40px;
	border: solid 1px #dcdcdc;
	background-color: #fff;
	position: relative;
	color: #4c4fb6;
	display: flex;
	align-items: center;
}
.btn:hover,
.btn-back:hover {
	text-decoration: underline;
	color: #3399ff;
}
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
}
.btn[href$=".pdf"]::before,
.btn[href$=".doc"]::before,
.btn[href$=".docx"]::before,
.btn[href$=".xls"]::before,
.btn[href$=".xlsx"]::before {
	content: none;
}
.btn[href$=".pdf"]::after,
.btn[href$=".doc"]::after,
.btn[href$=".docx"]::after,
.btn[href$=".xls"]::after,
.btn[href$=".xlsx"]::after {
	margin: 0;
	position: absolute;
	right: 10px;
}
.btn-back::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 2px #2e3092;
	border-left: solid 2px #2e3092;
}
.btn_text {
	width: 100%;
	text-align: center;
}
.btnEmphasis {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #2e3092;
	position: relative;
	transition: .2s;
	text-align: center;
}
.btnEmphasis:hover {
	background-color: #3399ff;
}
.btnEmphasis::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.btnEmphasis_text {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}
.btnEmphasis02 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #00a7eb;
	position: relative;
	transition: .2s;
}
.btnEmphasis02:hover {
	background-color: #00d0ef;
}
.btnEmphasis02::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.btnEmphasis03 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #2e3092;
	position: relative;
	transition: .2s;
}
.btnEmphasis03:hover {
	background-color: #393dee;
}
.btnEmphasis03::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.btn-noLink {
	margin-right: auto;
	margin-left: auto;
	padding: 18px 20px;
	border: solid 1px #dcdcdc;
	background-color: #fff;
	color: #949494;
	position: relative;
	display: flex;
	align-items: center;
}
.btn-noLink::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
}
.btn-noLink_text {
	width: 100%;
	text-align: center;
}
.btn-s {
	max-width: 395px;
}
.btn-m {
	max-width: 600px;
}
.btnList-col2 {
	display: flex;
	flex-wrap: wrap;
}
.btnList-col2_item {
	width: calc(((100% - 10px) / 2) - 0.1px);
	margin-left: 0;
}
.btnList-col2_item:not(:nth-child(2n)) {
	margin-right: 10px;
}
.btnList-col2_item:nth-child(n+3) {
	margin-top: 10px;
}
.btnList-col2_item .btn {
	height: 100%;
}
.btnList-col3 {
	display: flex;
	flex-wrap: wrap;
}
.btnList-col3_item {
	width: calc(((100% - 20px) / 3) - 0.1px);
	margin-left: 0;
}
.btnList-col3_item:not(:nth-child(3n)) {
	margin-right: 10px;
}
.btnList-col3_item:nth-child(n+4) {
	margin-top: 10px;
}

/* ===========================================================================
  imgBlock-col
============================================================================= */
.imgBlock-col1 {
	width: 100%;
	margin: 0 auto;
}
.imgBlock-col1w70 {
width: 100%;	
max-width: 600px;	
margin: 0 auto;	
}
.imgBlock-col2 ,
.imgBlock-col2col1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imgBlock-col2_item ,
.imgBlock-col2col1_item {
	width: calc(50% - 15px);
}
.block01 .imgBlock-col2_item ,
.block01 .imgBlock-col2col1_item {
	margin-bottom: 0;
}
.imgBlock-col2_item:nth-child(n+3) ,
.imgBlock-col2col1_item:nth-child(n+3) {
margin-top: 30px;
}
.imgBlock-col2_item:not(:nth-child(2n)) ,
.imgBlock-col2col1_item:not(:nth-child(2n)) {
	margin-right: 30px;
}
.imgBlock-col3 ,
.imgBlock-col3col1 {
	display: flex;
	flex-wrap: wrap;
}
.imgBlock-col3_item ,
.imgBlock-col3col1_item {
	width: calc(((100% - 60px) / 3) - 0.1px);
}
.imgBlock-col3_item:nth-child(n+4) ,
.imgBlock-col3col1_item:nth-child(n+4) {
	margin-top: 30px;
}
.imgBlock-col3_item:not(:nth-child(3n)) ,
.imgBlock-col3col1_item:not(:nth-child(3n)) {
	margin-right: 30px;
}

/* ===========================================================================
  imgBlock01
============================================================================= */
.imgBlock01_text {
	margin-top: 10px;
	font-size: 1.2rem;
}

/* ===========================================================================
  mainImg
============================================================================= */
.mainImg {
	height: 547px;
	border: solid 1px #dcdcdc;
	position: relative;
}
.mainImg > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

/* ===========================================================================
  blockTextImg01
============================================================================= */
.blockTextImg01 {
	display: flex;
	justify-content: space-between;
}
.blockTextImg01-reverse {
	flex-direction: row-reverse;
}
.blockTextImg01_text {
	width: calc(60% - 30px);
}
.blockTextImg01_text-size02 {
	width: calc(71% - 30px);
}
.blockTextImg01_text-style02 {
	width: calc(78% - 30px);
}
.blockTextImg01_img {
	width: 40%;
}
.blockTextImg01_img-size02 {
	width: 29%;
}
.blockTextImg01_img-size03 {
	width: 155px;
	margin-right: 50px;
}
.blockTextImg01_img-style02 {
	width: 22%;
}

/* ===========================================================================
  youtube
============================================================================= */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ===========================================================================
  faqBlock
============================================================================= */
.faqBlock {
	border: solid 1px #dcdcdc;
}
.faqBlock_q,
.faqBlock_a {
	padding: 17px 20px 17px 60px;
}
.faqBlock_q {
	background: url("/nanzan-static/rwd/img/icon_q.svg") left 15px top 12px / 30px 30px no-repeat;
	border-bottom: dotted 1px #c9c9c9;
	font-weight: bold;
	font-size: 1.6rem;
}
.faqBlock_a {
	background: url("/nanzan-static/rwd/img/icon_a.svg") left 15px top 12px / 30px 30px no-repeat;
}

/* ===========================================================================
  link-tel
============================================================================= */
.link-tel {
	color: #4c4fb6;
}
.link-tel:hover {
	text-decoration: underline;
}

/* ===========================================================================
  img
============================================================================= */
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* ===========================================================================
  contentCMS
============================================================================= */
.contentCMS {
	word-wrap: break-word;
}
.contentCMS p {
	margin-top: 20px;
}
.contentCMS p:first-of-type {
	margin-top: 0;
}
.contentCMS p a {
	color: #4c4fb6;
	position: relative;
	padding-left: 18px;
	display: inline-block;
}
.contentCMS p a::before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}
.contentCMS p a:hover {
	text-decoration: underline;
	color: #3399ff;
}
.contentCMS p a[href$=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_pdf.svg") center / contain no-repeat;
	vertical-align: initial;
}
.contentCMS img {
    max-width: 100%;
    width: inherit;
}
.contentCMS h3 {
	font-weight: bold;
	font-size: 2.2rem;
	margin: 50px auto 20px;
	padding-bottom: 15px;
	border-bottom: solid 2px #2e3092;
}
.contentCMS h4 {
	font-weight: bold;
	font-size: 1.8rem;
	margin: 40px auto 20px;
	border-left: solid 4px #2e3092;
	padding-left: 20px;
}
.contentCMS h5 {
	position: relative;
	padding-left: 20px;
	margin: 30px auto 20px;
}
.contentCMS h5::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #2e3092;
	position: absolute;
	top: 4px;
	left: 0;
}
.contentCMS_box {
	padding: 20px;
	background-color: #f2f2f2;
}
.contentCMS_boxTitle {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
.contentCMS_boxTitle::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #2e3092;
}
.contentCMS_box p:nth-of-type(2) {
	margin-top: 0;
}
.contentCMS ul,
.contentCMS ol {
	margin-left: 1.5em;
}
.contentCMS ul li,
.contentCMS ol li,
.contentCMS ul ul li:first-child,
.contentCMS ol ol li:first-child {
	margin-top: 10px;
}
.contentCMS ul li:first-child,
.contentCMS ol li:first-child {
	margin-top: 0;
}
.contentCMS ul ul li {
	list-style-type: circle;
}

/* ===========================================================================
  contentCMS02
============================================================================= */
.contentCMS02 p {
	margin-top: 20px;
}
.contentCMS02 p:first-of-type {
	margin-top: 0;
}
.contentCMS02 p a {
	color: #4c4fb6;
	position: relative;
	padding-left: 18px;
	display: inline-block;
}
.contentCMS02 p a::before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #2e3092;
	border-right: solid 2px #2e3092;
	content: '';
}
.contentCMS02 p a:hover {
	text-decoration: underline;
	color: #3399ff;
}
.contentCMS02 p a[href$=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	margin: 0 5px;
	background: url("/nanzan-static/rwd/img/icon_pdf.svg") center / contain no-repeat;
	vertical-align: initial;
}
.contentCMS02 p img {
	width: 100%;
}
.contentCMS02 h3 {
	font-weight: bold;
	font-size: 2.2rem;
	margin: 50px auto 20px;
	padding-bottom: 15px;
	border-bottom: solid 2px #2e3092;
}
.contentCMS02 h4 {
	font-weight: bold;
	font-size: 1.8rem;
	margin: 40px auto 20px;
	border-left: solid 4px #2e3092;
	padding-left: 20px;
}
.contentCMS02 h5 {
	position: relative;
	padding-left: 20px;
	margin: 30px auto 20px;
}
.contentCMS02 h5::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #2e3092;
	position: absolute;
	top: 4px;
	left: 0;
}
.contentCMS02_box {
	padding: 20px;
	background-color: #f2f2f2;
}
.contentCMS02_boxTitle {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
.contentCMS02_boxTitle::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #2e3092;
}
.contentCMS02_box p:nth-of-type(2) {
	margin-top: 0;
}
.contentCMS02 ul,
.contentCMS02 ol {
	margin-left: 1.5em;
}
.contentCMS02 ul li,
.contentCMS02 ol li,
.contentCMS02 ul ul li:first-child,
.contentCMS02 ol ol li:first-child {
	margin-top: 10px;
}
.contentCMS02 ul li:first-child,
.contentCMS02 ol li:first-child {
	margin-top: 0;
}
.contentCMS02 ul ul li {
	list-style-type: circle;
}

/* ===========================================================================
  newsList
============================================================================= */
.newsList {
	list-style: none;
}
.newsList_item {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: dotted 1px #c9c9c9;
}
.newsList_item:first-child {
	border-top: dotted 1px #c9c9c9;
}
.newsList_date {
	width: 120px;
	padding: 8px 0;
}
.newsList_title {
	width: calc(100% - 130px);
	padding: 8px 0;
}
.newsList_link {
	color: #4c4fb6;
}
.newsList_link:hover {
	text-decoration: underline;
	color: #3399ff;
}

/* ===========================================================================
  icon-new
============================================================================= */
.icon-new {
	position: relative;
	display: inline-block;
	background: #2e3092;
	color: #fff;
	padding: 2px 3.5px 1px;
	font-size: 1rem;
	transform:scale(0.8);
	bottom: 3px;
}
_::-webkit-full-page-media, _:future, :root .icon-new {
	position: relative;
	display: inline-block;
	background: #2e3092;
	color: #fff;
	padding: 2px 3.5px 1px;
	font-size: 1rem;
	transform:scale(0.8);
	bottom: 3px;
}

/* ===========================================================================
  pagination
============================================================================= */
.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
}
.pagination_item {
	background-color: #f2f2f2;
	transition: background-color .2s;
	cursor: pointer;
}
.pagination_item:nth-last-child(n+2) {
	margin-right: 10px;
}
.current_page,
.link_before,
.link_page,
.link_next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #000;
	transition: all .2s;
}
.current_page:hover {
	color: #fff;
	background-color: #3399ff;
}
.link_before:hover {
	color: #fff;
	background-color: #3399ff;
}
.link_page:hover {
	color: #fff;
	background-color: #3399ff;
}
.link_next:hover {
	color: #fff;
	background-color: #3399ff;
}
.current_page {
	color: #fff;
	background-color: #2e3092;
}

/* ===========================================================================
  imgLinkList
============================================================================= */
.imgLinkList {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.imgLinkList_item {
	width: calc(50% - 10px);
}
.imgLinkList_item:not(:nth-child(2n)) {
	margin-right: 20px;
}
.imgLinkList_item:nth-child(n+3) {
    margin-top: 20px;
}

/* ===========================================================================
  imgLink
============================================================================= */
.imgLink {
	background-color: #f2f2f2;
	display: block;
	padding-bottom: 20px;
}
.imgLink_img {
	width: 100%;
	height: 269px;
	position: relative;
}
.imgLink_img > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.imgLink_date {
	padding: 20px 20px 0 20px;
	color: #000;
	display: inline-block;
}
.imgLink_title {
	padding: 20px 20px 10px;
	color: #2e3092;
}
.imgLink_date + .imgLink_title {
	padding-top: 10px;
}
.imgLink:hover {
	text-decoration: none !important;
}
.imgLink:hover .imgLink_title {
	text-decoration: underline;
	color: #3399ff;
}
.imgLink_text {
	padding: 0 20px;
	color: #000;
	font-size: 1.3rem;
}


/* ===========================================================================
  flowList
============================================================================= */
.flowList_item + .flowList_item {
	margin-top: 3px;
}
/* ===========================================================================
  flow
============================================================================= */
.flow {
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 20px 20px 68px;
	position: relative;
}
.flow-col1 {
	background-color: #f2f2f2;
	padding: 20px 20px 20px 68px;
	position: relative;
}
.flow::before {
	content: '';
	width: 40px;
	height: 22px;
	background: url("../information/item/access/arrow.svg") bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.flow-col1::before {
	content: '';
	width: 40px;
	height: 22px;
	background: url("../item/arrow.svg") bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.flow::after,
.flow-col1::after {
	content: '';
	width: 6px;
	height: calc(100% - 10px);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 26px;
}
.flow_text {
	width: 52%;
}
.flow_num {
	font-size: 2.4rem;
	font-weight: bold;
	color: #2e3092;
	margin-bottom: 10px;
}
.flow_img {
	width: 45%;
}
.flow_img img{
	width: 100%;
}
.flow_head {
	display: flex;
	align-items: flex-start;
}
.flow_cagegoryArea {
	margin: 5px 0 0 20px;
	display: flex;
}
.flow_cagegory-01,
.flow_cagegory-02 {
	min-width: 95px;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.flow_cagegory-01 {
	background-color: #00a6ea;
}
.flow_cagegory-02 {
	background-color: #2e3092;
}
.flow_cagegory-01 + .flow_cagegory-02,
.flow_cagegory-02 + .flow_cagegory-01 {
	margin-left: 5px;
}
.flow_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ===========================================================================
  categoryList
============================================================================= */
.categoryList {
	display: flex;
	flex-wrap: wrap;
}
.categoryList_item-ja,
.categoryList_item-ug,
.categoryList_item-cjs {
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 8px 5px;
	width: 228px;
	margin: 0 10px 10px 0;
}
.categoryList_item-ja {
	background-color: #fd8841;
}
.categoryList_item-ug {
	background-color: #4d7be2;
}
.categoryList_item-cjs {
	background-color: #00a6ea;
}
/* ===========================================================================
  eventCal
============================================================================= */
.eventCal {
	border-top: dotted 1px #c9c9c9;
	width: 100%;
}
.eventCal > tbody > tr {
	border-bottom: dotted 1px #c9c9c9;
}
.eventCal > tbody > tr > th {
	font-weight: normal;
	text-align: center;
	padding: 20px 10px;
	background-color: #f6f6f6;
	width: 140px;
}
.eventCal_th-sat {
	background-color: #ebfbff !important;
	color: #008aca;
}
.eventCal_th-sun {
	background-color: #fff4f2 !important;
	color: #ff401a;
}
.eventCal > tbody > tr > td {
	width: calc(100% - 140px);
}
.eventCal_item {
	padding: 20px;
}
.eventCal_item:nth-child(n + 2) {
	border-top: dotted 1px #c9c9c9;
}
.eventCal_iconArea {
	display: flex;
	margin-bottom: 4px;
}
.eventCal_icon-juken,
.eventCal_icon-zaigaku,
.eventCal_icon-sotugyo,
.eventCal_icon-ippan {
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 4px;
	margin-right: 4px;
}
.eventCal_icon-juken {
	background-color: #4f9200;
}
.eventCal_icon-zaigaku {
	background-color: #00a6ea;
}
.eventCal_icon-sotugyo {
	background-color: #3164e7;
}
.eventCal_icon-ippan {
	background-color: #f17700;
}
/* ===========================================================================
  mymap
============================================================================= */
.mymap {
	width: 100%;
	height: 400px;
}
/* ===========================================================================
  fraction
============================================================================= */
.fraction {
	padding: 30px;
	background-color: #f2f2f2;
	text-align: center;
}
.fraction_numerator {
	padding-bottom: 20px;
}
.fraction_denominator {
	border-top: solid 1px #000;
	padding-top: 20px;
}

@media screen and (min-width:1025px) {
	/* ===========================================================================
	  headerMenuBtn
	============================================================================= */
	.headerMenuBtn:hover {
		background-color: #3399ff;
	}
	/* ===========================================================================
	  headerNav
	============================================================================= */
	.headerNavGmenu_btn:hover {
		background-color: #3399ff;
		color: #fff;
		text-decoration: none;
	}
	.headerNavGmenu_btn:hover::after {
		right: 20px;
	}
	.headerNavSide-col2_link:hover,
	.headerNavSide-col3_link:hover {
		background-color: #3399ff;
		color: #fff;
		text-decoration: none;
	}
	.headerNavClose:hover {
		background-color: #555;
	}
}

@media screen and (max-width:1025px) {
	/* ===========================================================================
	  header
	============================================================================= */
	.header {
		padding-left: 20px;
	}
	/* ===========================================================================
	  footer
	============================================================================= */
	.footer_logo {
		width: 22%;
	}
	.footer_bottom {
		width: calc(100% - 15px * 2);
		padding: 20px 0;
	}
	.footerNav {
		width: 100%;
		text-align: left;
	}
	.footerNav_list {
		margin-bottom: 10px;
		padding-left: 1.0em;
		margin-right: 1.0em;
	}
	.footerNav_list:last-child {
		padding-right: 1.0em;
	}
	.footer_copy {
		float: none;
		line-height: 1.4;
	}
	
	/* ===========================================================================
	  heading01
	============================================================================= */
    .heading01 {
		padding: 25px 0;
    }
    .heading01_text {
		font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1024px) { 
	/* ===========================================================================
	  content
	============================================================================= */
	.content {
		width: 96%;
		margin: 30px auto 60px;
	}
	.contentFloat {
		display: block;
	}
	.content-s {
		width: 96%;
		margin: 30px auto 60px;
	}
	
	/* ===========================================================================
	  globalArea
	============================================================================= */
	.globalArea {
		width: 100%;
	}

	/* ===========================================================================
	  localMenu
	============================================================================= */
	.localMenu {
		margin-top: 100px;
		width: 104%;
		margin-left: -2%;
	}
	.localMenu_list {
		border-width: 0 0 1px 0;
	}
	.localMenu_list + .localMenu_list {
		margin-top: 0;
		border-width: 2px 0 1px;
	}
	/* ===========================================================================
 	  indexBlock02
 	============================================================================= */
 	.indexBlock02_img {
 		height: 242px;
 	}
 	/* ===========================================================================
	  imgLink
	============================================================================= */
	.imgLink_img {
		height: 242px;
	}
 }

@media screen and (max-width:767px) {
	/* ===========================================================================
	  util
	============================================================================= */
	.fz-xl { font-size: 1.6rem !important;}
	.fz-xxl { font-size: 1.8rem !important;}

	.mt10 { margin-top: 5px !important;}
	.mt20 { margin-top: 10px !important;}
	.mt30 { margin-top: 15px !important;}
	.mt40 { margin-top: 20px !important;}
	.mt50 { margin-top: 25px !important;}
	.mt60 { margin-top: 30px !important;}
	.mt70 { margin-top: 35px !important;}
	.mt80 { margin-top: 40px !important;}
	.mt90 { margin-top: 45px !important;}
	.mt100 { margin-top: 50px !important;}
	.mb10 { margin-bottom: 5px !important;}
	.mb20 { margin-bottom: 10px !important;}
	.mb30 { margin-bottom: 15px !important;}
	.mb40 { margin-bottom: 20px !important;}
	.mb50 { margin-bottom: 25px !important;}
	.mb60 { margin-bottom: 30px !important;}
	.mb70 { margin-bottom: 35px !important;}
	.mb80 { margin-bottom: 40px !important;}
	.mb90 { margin-bottom: 45px !important;}
	.mb100 { margin-bottom: 50px !important;}
	
	/* ===========================================================================
	  header
	============================================================================= */
	.header {
		flex-direction: column;
		padding: 0;
	}
	.header_title {
		padding: 10px 10px 10px 15px;
		width: 100%;
		min-height: 60px;
	}
	.header_logo {
		width: 90px;
		margin-right: 10px;
	}
	.header_text {
		width: calc(100% - (90px + 10px));
		font-size: 1.4rem;
	}
	
	/* ===========================================================================
	  headerNav
	============================================================================= */
	.headerNavSide_link {
		padding: 8px;
	}

	/* ===========================================================================
	  headerMenuBtn
	============================================================================= */
	.header_content {
		width: 100%;
	}
	.headerMenuBtn {
		width: 100%;
		max-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headerMenuBtn_bar {
		width: 20px;
		height: 13px;
		margin: 0;
	}
	.headerMenuBtn_text {
		font-size: 1.4rem;
		margin: 0 0 0 20px;
	}
	.headerMenuBtn_bar span {
		height: 1px;
	}
	.headerMenuBtn.is-active .headerMenuBtn_bar span:nth-child(1) {
		transform: translateY(5px) rotate(-45deg);
	}
	.headerMenuBtn.is-active .headerMenuBtn_bar span:nth-child(3) {
		transform: translateY(-7px) rotate(45deg);
	}
	
	/* ===========================================================================
	  headerNav
	============================================================================= */
	.headerNav {
		top: 110px;
		box-shadow: none;
		max-width: 100%;
		border-top: 1px solid #fff;
	}
	.headerNavGmenu_btn {
		padding: 18px;
	}
	.headerNavGmenu_btn::before,
	.headerNavGmenu_btn::after {
		width: 7px;
		right: 13px;
	}
	.headerNavGmenu_link a {
		padding: 13px 13px 13px 20px;
	}
	.headerNavGmenu_link::after {
		right: 13px;
	}
	.headerNavSide-col2_link,
	.headerNavSide-col3_link {
		padding: 10px;
		line-height: 1.3;
		flex-direction: column;
		margin: 0 auto;
	}
	.headerNavSide-col2_link img,
	.headerNavSide-col3_link img {
		margin-bottom: 10px;
	}
	.headerNavSide_icon {
		margin: 0;
	}
	
	/* ===========================================================================
	  pagetop
	============================================================================= */
	.pagetop {
		right:15px;
		bottom:15px;
	}
	
	/* ===========================================================================
	  footer
	============================================================================= */
	.footer_top {
		padding: 20px 0 30px;
	}
	.footer_inner {
		width: calc(100% - 15px * 2);
	}
	.footer_title {
		display: block;
	}
	.footer_logo-en {
		width: 80%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer_logo {
		width: 42%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer_text a {
		font-size: 1.6rem;
	}
	.footer_address a {
		color: #fff;
		text-decoration: underline;
	}
	
	/* ===========================================================================
	  content
	============================================================================= */
	.content {
		width: calc(100% - 15px * 2);
	}
	
	/* ===========================================================================
	  indexBlock
	============================================================================= */
	.indexBlockList-col2 {
		display: block;
	}
	.indexBlockList-col2_item {
		width: 100%;
	}
	.indexBlockList-col2_item + .indexBlockList-col2_item {
		margin-top: 40px !important;
	}
	.indexBlockList-col3 {
		display: block;
	}
	.indexBlockList-col3_item {
		width: 100%;
	}
	.indexBlockList-col3_item + .indexBlockList-col3_item {
		margin-top: 40px !important;
	}
	.indexBlock_title {
		padding: 10px;
		font-size: 1.6rem;
	}
	.indexBlock_text {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.indexBlockLink {
		margin-top: 10px;
	}		
	
	/* ===========================================================================
	  indexBlock02
	============================================================================= */
	.indexBlock02List-col2 {
		display: block;
	}
	.indexBlock02List-col2_item {
		width: 100%;
	}
	.indexBlock02List-col2_item + .indexBlock02List-col2_item {
		margin-top: 20px !important;
	}
	.indexBlock02_img {
		height: 236px;
	}
	.indexBlock02_title {
		padding: 15px 20px;
	}
	.indexBlock02_text {
		font-size: 1.6rem;
	}
	.indexBlock02_text::before {
		top: 4px;
	}
	
	/* ===========================================================================
	  breadcrumbs
	============================================================================= */
    .breadcrumbs {
		display: none;
    }
	
	/* ===========================================================================
	  globalArea
	============================================================================= */
	.globalArea {
		width: 100%;
	}
	
	/* ===========================================================================
	  localMenu
	============================================================================= */
	.localMenu {
		margin-top: 100px;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	
	/* ===========================================================================
	  heading01
	============================================================================= */
	.heading01 {
		padding: 25px 0;
		border-top: solid 1px #fff;
	}
	.heading01_text {
		font-size: 1.8rem;
	}

	/* ===========================================================================
	  heading02
	============================================================================= */
	.heading02 {
		margin: 40px auto 15px;
	}
	.heading02_text {
		font-size: 1.8rem;
		border-left: solid 4px #2e3092;
		padding: 3px 5px 5px 12px;
		margin-bottom: 10px;
	}
	.heading02_text-sub {
		font-size: 1.4rem;
	}

	/* ===========================================================================
	  heading03
	============================================================================= */
	.heading03 {
		margin: 30px auto 10px;
		padding-bottom: 10px;
	}
	.heading03_text {
		font-size: 1.6rem;
	}
	.heading03_text-sub {
		font-size: 1.2rem;
	}

	/* ===========================================================================
	  heading04
	============================================================================= */
	.heading04 {
		margin: 20px auto 10px;
		padding-left: 13px;
	}
	.heading04_text {
		font-size: 1.5rem;
	}
	.heading04_text-sub {
		font-size: 1.2rem;
	}

	/* ===========================================================================
	  heading05
	============================================================================= */
	.heading05 {
		padding-left: 18px;
		margin: 20px auto 10px;
	}
	.heading05::before {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	
	/* ===========================================================================
	  pagelink
	============================================================================= */
	.pagelink-col4 .pagelink_item {
		width: calc(100% / 2);
	}
	.pagelink-col4 .pagelink_item:nth-child(2n) {
		border-right: none;
	}
	.pagelink-col3 .pagelink_item {
		width: calc(100% / 2);
	}
	.pagelink-col3 .pagelink_item:nth-child(2n) {
		border-right: none;
	}
	.pagelink-col3 .pagelink_item:nth-child(odd) {
		border-right: solid 1px #dcdcdc;
	}

	/* ===========================================================================
	  lead
	============================================================================= */
	.lead {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	
	/* ===========================================================================
	  table
	============================================================================= */
	.table {
		overflow: auto;
		white-space: nowrap;
		padding-bottom: 5px;
	}
	.table::-webkit-scrollbar {
		height: 8px;
	}
	.table::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #f2f2f2;
		border-radius: 4px;
	}
	.table::-webkit-scrollbar-thumb {
		background: #cbdcfa;
		border-radius: 4px;
	}
	.table-style01 {
		table-layout: inherit;
	}
	.table-style01 th,
	.table-style01 td {
		padding: 10px;
		font-size: 1.2rem;
	}
	.table-style03 th,
	.table-style03 td {
		padding: 10px 0;
	}
	.table-style03 td {
		padding-top: 0;
	}
	.table-style03 th,
	.table-style03 td {
		display: block;
		width: 100%;
	}
	.table-style03 > colgroup {
		display: none;
	}
	.table-style04 {
		table-layout: inherit;
	}
	.table-style04 th,
	.table-style04 td {
		padding: 10px;
		font-size: 1.2rem;
	}
	.table-style05 {
		table-layout: inherit;
	}
	.table-style05 th,
	.table-style05 td {
		padding: 10px;
		font-size: 1.2rem;
	}

	
	/* ===========================================================================
	  block01
	============================================================================= */
	.block01 {
		padding: 10px;
	}
	.block01_title01 {
		margin-bottom: 8px;
		padding-left: 15px;
		font-size: 1.5rem;
	}
	.block01_title01::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}

	/* ===========================================================================
	  block01List
	============================================================================= */
	.block01List {
		display: block;
	}
	.block01List-item {
		width: 100%;
		margin-right: 0 !important;
	}
	.block01List-item + .block01List-item {
		margin-top: 10px;
	}

	/* ===========================================================================
	  btn
	============================================================================= */
	.btnEmphasis_text {
		font-size: 1.4rem;
	}
	.btnList-col2 {
		display: block;
	}
	.btnList-col2_item {
		width: 100%;
	}
	.btnList-col2_item + .btnList-col2_item {
		margin-top: 10px;
	}
	.btnList-col3 {
		display: block;
	}
	.btnList-col3_item {
		width: 100%;
	}
	.btnList-col3_item + .btnList-col3_item {
		margin-top: 10px;
	}
	
	/* ===========================================================================
	  imgBlock-col
	============================================================================= */
	.imgBlock-col1 {
		width: 100%;
	}
	.imgBlock-col1w70 {
		max-width: none;
	}
	.imgBlock-col2 {
		display: flex;
		justify-content:space-between;
	}
	.imgBlock-col2_item {
		width: calc(50% - 10px);
	}
	.imgBlock-col2_item:nth-child(n+3) {
		margin-top: 20px;
	}
	.imgBlock-col2_item:not(:nth-child(2n)) {
		margin-right: 0;
	}
	.imgBlock-col2col1 {
		display: block;
	}
	.imgBlock-col2col1_item {
		width: 100%;
	}
	.imgBlock-col2col1_item:nth-child(n+2) {
		margin-top: 20px;
	}
	.imgBlock-col3 {
		display: flex;
		justify-content:space-between;
	}
	.imgBlock-col3_item {
		width: calc(50% - 10px);
	}
	.imgBlock-col3_item:nth-child(3) {
		margin-top: 0;
	}
	.imgBlock-col3_item:nth-child(n+3) {
		margin-top: 20px;
	}
	.imgBlock-col3_item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.imgBlock-col3col1 {
		display: block;
	}
	.imgBlock-col3col1_item {
		width: 100%;
	}
	.imgBlock-col3col1_item:nth-child(n+2) {
		margin-top: 20px;
	}
	
	/* ===========================================================================
	mainImg
	============================================================================= */
	.mainImg {
		height: 270px;
	}

	/* ===========================================================================
	  blockTextImg01
	============================================================================= */
	.blockTextImg01 {
		display: block;
	}
	.blockTextImg01_text,
	.blockTextImg01_text-size02 {
		width: 100%;
	}
	.blockTextImg01_text-style02 {
		width: 100%;
	}
	.blockTextImg01_img,
	.blockTextImg01_img-size02 {
		margin-top: 10px;
		width: 100%;
	}
	.blockTextImg01_img-style02 {
		width: 40%;
		margin: 0 auto 10px;
	}
	.blockTextImg01_img-size03 {
		margin-top: 10px;
		width: 100%;
		margin-right: 0px;
	}
	
	/* ===========================================================================
	  faqBlock
	============================================================================= */
	.faqBlock_q,
	.faqBlock_a {
		padding: 12px 10px 12px 50px;
	}
	.faqBlock_q {
		background: url("/nanzan-static/rwd/img/icon_q.svg") left 14px top 10px / 25px 25px no-repeat;
		font-size: 1.4rem;
	}
	.faqBlock_a {
		background: url("/nanzan-static/rwd/img/icon_a.svg") left 14px top 10px / 25px 25px no-repeat;
	}
	
	/* ===========================================================================
	  contentCMS
	============================================================================= */
	.contentCMS p {
		margin-top: 10px;
	}
	.contentCMS h3 {
		margin: 30px auto 10px;
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
	.contentCMS h4 {
		font-size: 1.5rem;
		margin: 20px auto 10px;
		padding-left: 13px;
	}
	.contentCMS h5 {
		padding-left: 18px;
		margin: 20px auto 10px;
	}
	.contentCMS h5::before {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	.contentCMS_box {
		padding: 10px;
	}
	.contentCMS_boxTitle {
		margin-bottom: 10px;
		padding-left: 15px;
		font-size: 1.5rem;
	}
	.contentCMS_boxTitle::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
	.contentCMS_box p:nth-of-type(2) {
		margin-top: 0;
	}
	
	/* ===========================================================================
	  contentCMS02
	============================================================================= */
	.contentCMS02 p {
		margin-top: 10px;
	}
	.contentCMS02 h3 {
		margin: 30px auto 10px;
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
	.contentCMS02 h4 {
		font-size: 1.5rem;
		margin: 20px auto 10px;
		padding-left: 13px;
	}
	.contentCMS02 h5 {
		padding-left: 18px;
		margin: 20px auto 10px;
	}
	.contentCMS02 h5::before {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	.contentCMS02_box {
		padding: 10px;
	}
	.contentCMS02_boxTitle {
		margin-bottom: 10px;
		padding-left: 15px;
		font-size: 1.5rem;
	}
	.contentCMS02_boxTitle::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
	.contentCMS02_box p:nth-of-type(2) {
		margin-top: 0;
	}

	/* ===========================================================================
	  newsList
	============================================================================= */
	.newsList_item {
		display: block;
	}
	.newsList_date {
		width: 100%;
		margin: 0;
		padding: 4px 0;
	}
	.newsList_title {
		width: 100%;
		padding: 0;
	}
	
	/* ===========================================================================
	  icon-new
	============================================================================= */
	.icon-new {
		padding: 1.8px 4px 1px;
		bottom: 3.3px;
	}
	_::-webkit-full-page-media, _:future, :root .icon-new {
		padding: 1.8px 4px;
		bottom: 4.5px;
	}
	/* ===========================================================================
	  imgLinkList
	============================================================================= */
	.imgLinkList {
		display: block;
	}
	.imgLinkList_item {
		display: block;
		width: 100%;
		margin-right: 0 !important;
	}
	.imgLinkList_item + .imgLinkList_item {
		margin-top: 10px;
	}
	
	/* ===========================================================================
	  imgLink
	============================================================================= */
	.imgLink_img {
		height: 236px;
	}
	.imgLink_title {
		padding: 15px 20px;
	}
	
	/* ===========================================================================
	  flow
	============================================================================= */
	.flow {
		display: block;
		padding: 15px 15px 15px 45px;
		position: relative;
	}
	.flow::before {
		width: 20px;
		height: 11px;
		position: absolute;
		left: 5px;
	}
	.flow::after {
		content: '';
		width: 3px;
		height: calc(100% - 3px);
		background-color: #fff;	left: 13px;
		position: absolute;	
		top: 0;
		left: 13px;
	}
	.flow_text {
		width: 100%;
		margin-bottom: 10px;
	}
	.flow_num {
		font-size: 2.0rem;
		margin-bottom: 5px;
	}
	.flow_img {
		width: 100%;
	}
	.flow_title {
		font-size: 1.6rem;
	}
	.flow_cagegoryArea {
		margin: 0 0 0 10px;
	}
	.flow_cagegory-01,
	.flow_cagegory-02 {
		min-width: 75px;
		font-size: 1.2rem;
	}
	/* ===========================================================================
	  categoryList
	============================================================================= */
	.categoryList_item-ja,
	.categoryList_item-ug,
	.categoryList_item-cjs {
		width: calc((100% - 10px) / 3);
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 5px 0 0;
	}
	.categoryList_item-ja:last-child,
	.categoryList_item-ug:last-child,
	.categoryList_item-cjs:last-child {
		margin-right: 0;
	}
	/* ===========================================================================
	  eventCal
	============================================================================= */
	.eventCal > tbody > tr > th {
		padding: 15px 10px;
	}
	.eventCal_item {
		padding: 15px;
	}
}

/*----------------------------------------------------.btnIndex*/
.btnIndex {
	width: 64%;
	max-width: 320px;
	margin: 40px auto 0;
}
.btnIndex a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: #2e3092 url("/nanzan-static/rwd/img/arrow_02.svg") 94% center no-repeat;
	background-size: 30px;
	transition: all .2s;
}
.btnIndex a:hover {
	text-decoration: none;
	background-position: 96% center;
	background-color: #3399ff;
    color: #fff;
}
@media all and (-ms-high-contrast: none) {
	/*----------------------------------------------------.btnIndex*/
	.btnIndex a {
		display: block;
		color: #fff;
		text-align: center;
		padding: 20px 0;
		background: #2e3092 url("/nanzan-static/rwd/img/arrow_02.svg") 96% center no-repeat;
		background-size: 60px;
		transition: all .2s;
	}
	.btnIndex a:hover {
		text-decoration: none;
		background-position: 98% center;
		background-color: #3399ff;
	}
}
@media screen and (max-width: 767px){
	/*----------------------------------------------------.btnIndex*/
	.btnIndex {
		width: 100%;
		max-width: none;
		margin: 25px auto 0;
	}
}