@charset "UTF-8";
/*================================================================================
  common
==================================================================================*/
/*--------------------------------------------------------- pageettl */
.pagettl {
    border-left: 6px solid #3a247d;
    min-height: 100px;
    padding: 100px 0 50px 30px;
    margin: 0 0 30px 0;
}
.pagettl h1 {
    color: #3a247d;
    font-size: 2.6rem;
}
.contents .main > h1 {
    color: #3a247d;
    font-size: 2.2rem;
    margin: 0 0 30px 0;
    padding:22px 20px 18px 31px;
    border-left: 6px solid #3a247d;
    background:#f0efe6;
	}
.pagettl p {
    color: #3a247d;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 0 0 0;
}
.contents .main h2 {
    background: #f7f7f7;
    color: #3a247d;
    font-size: 2.2rem;
    padding: 20px 0 20px 20px;
    margin: 0 0 20px 0;
    position: relative;
}
.contents .main h2:before {
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 28px;
    position: absolute;
    margin-top: -16px;
    background: #3a247d;
}
.contents .main h3 {
	color: #3a247d;
	font-size: 2.0rem;
	font-weight: normal;
	border-bottom: 1px solid #3a247d;
	padding-bottom: 10px;
	margin : 30px 0 20px 0;
}
.contents .main h4 {
	color: #3a247d;
	font-size: 1.9rem;
	font-weight: normal;
	margin : 30px 0 20px 0;
	padding-left:10px;
	position:relative;
}
.contents .main h4:before{
	content: "";
	width:2px;
	height:80%;
	top:10%;
	left:0;
	background:#3a247d;
	position:absolute;
	}

.newsttl{
	margin-bottom:15px;
	position:relative;
	}
.newsttl:before{
	content: "";
	width:100%;
	height:3px;
	bottom:0;
	left:0;
	background:#dddddd;
	position:absolute;
	}
.newsttl h2{
	font-size:1.6rem;
	color:#3a247d;
	padding-bottom:10px;
	display:inline-block;
	position:relative;
	}
.newsttl h2:before{
	content: "";
	width:100%;
	height:3px;
	bottom:0;
	left:0;
	background:#3a247d;
	position:absolute;
	}
.newsttl p{
	right:0;
	bottom:10px;
	display:inline-block;
	position:absolute;
	}
.newsttl p a{
	padding-left: 15px;
	padding-right:7px;
	background: url(/img/arrow_03.png) left no-repeat;
	background-size: 6px;
	display:block;
	}



/*---------------------------------------------------- link */
a {
/*	color: #3a247d;*/
	color: #216ecd;
	text-decoration: none;
}
a:hover img {
  opacity: .7;
}
@media screen and (max-width:767px) {
	a:hover img {
		opacity: 1;
	}
}
a:hover {
	text-decoration: underline;
}
a:visited {
/*	color: #77250d;*/
	color: #600dac;
}
p.link {
	background: url(/img/arrow_03.png) left no-repeat;
	background-size: 6px;
	padding-left: 15px;
	margin-top: 30px;
}
p.link.text-right{
	background:none;
	padding:0;
	}
p.link.text-right a{
	background: url(/img/arrow_03.png) left no-repeat;
	background-size: 6px;
	padding-left: 15px;
	display:inline-block;
	}

ul.link {
	margin-top: 30px;
	overflow:hidden;
	position:relative;
}
ul.link > li {
	background: url(/img/arrow_03.png) left 40% no-repeat;
	background-size: 6px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.contents a[target="_blank"] {
	background: url(/img/icon_window.png) right 16% no-repeat;
	background-size: 12px;
	margin-right:5px;
	padding-right: 20px;
}
.contents a.none[target="_blank"] {
	background:none;
	margin-right: 0;
	padding-right: 0;
}
.contents a.link {
	background: url(/img/icon_link.png) right 18% no-repeat;
	background-size: 12px;
	padding-right: 20px;
}
.contents a.pdf {
	background: url(/img/icon_pdf.png) right 18% no-repeat;
	background-size: 20px;
	padding-right: 25px;
}
.contents a.word {
	background: url(/img/icon_word.png) right 18% no-repeat;
	background-size: 20px;
	padding-right: 25px;
}
.contents a.exel {
	background: url(/img/icon_exel.png) right 18% no-repeat;
	background-size: 20px;
	padding-right: 25px;
}

ul.page-link,
ul.cate-link{
	margin-bottom:40px;
	padding:15px 20px 5px;
	border:1px solid #cccccc;
	overflow:hidden;
	position:relative;
	}
ul.page-link li,
ul.cate-link li{
	margin-bottom:0.5em;
	display:inline-block;
	}
ul.page-link li a{
	background: url(/img/arrow_06.png) no-repeat left 0.4em;
	padding-left:1em;
	padding-right:1.5em;
	background-size:7px;
	}
ul.cate-link li a{
	background: url(/img/arrow_03.png) no-repeat left 0.4em;
	padding-left:1em;
	padding-right:1.5em;
	background-size:7px;
	}

ul.but-box{
	width:100%;
	font-size:0%;
	text-align:center;
	padding:30px 0;
	overflow:hidden;
	position:relative;
	}
ul.but-box li{
	font-size:1.4rem;
	margin:0 1%;
	background:#3a247d;
	display:inline-block;
	position:relative;
	}
ul.but-box.cell1 li{
	width:40%;
	}
ul.but-box.cell2 li{
	width:40%;
	}
ul.but-box.cell3 li{
	width:25%;
	}
ul.but-box li a{
	color:#fff;
	padding:12px;
	display:block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position:relative;
	}
ul.but-box li a[target="_blank"] {
	margin-right:0;
	background:none;
	}
ul.but-box li a[target="_blank"]:hover,
ul.but-box li a:hover{
	color:#3a247d;
	background:#ccc;
	text-decoration:none;
	}
ul.but-box li a:after{
	content: "";
	width:8px;
	height:12px;
	top:50%;
	right:10px;
	margin-top:-6px;
	background:url(/img/arrow_07.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	}
ul.but-box li a:hover:after{
	background:url(/img/arrow_07_2.png) no-repeat center center;
	}
ul.but-box li a[target="_blank"] span{
	background: url(/img/icon_window2.png) right no-repeat;
	background-size: 12px;
	padding-right: 20px;	}





ul.move-link{
	text-align:center;
	margin-top:50px;
	margin-bottom:0;
	padding:15px 20px 5px;
	overflow:hidden;
	position:relative;
	}
ul.move-link li{
	margin:5px 2px;
	padding-bottom:5px;
	display:inline-block;
	}
ul.move-link li a{
	padding:10px 15px;
	border:1px solid #e4e4e4;
	}
ul.move-link li.on a{
	font-weight:bold;
	background:#f0f0f0;
	border:1px solid #3a247d;
	}
ul.move-link li a:hover{
	text-decoration:none;
	background:#e4e4e4;
	}
ul.move-link li.prev a,
ul.move-link li.next a{
	border:none;
	}


ul.disc{
	list-style:disc;
}



/*---------------------------------------------------- br */
br.br-tab {
	display: none;
}
br.br-sp {
	display: none;
}
@media screen and (max-width:1024px) {
	br.br-tab {
		display: block;
	}
	br.br-pc {
		display: none;
	}
}
/*---------------------------------------------------- ul */
ul.type01 > li {
    text-align: left;
    margin-bottom: 0.5em;
    padding-left: 15px;
    position: relative;
}
ul.type01 > li:before {
    width: 7px;
    height: 7px;
    top: 0.4em;
    left: 0;
    content: "";
    background: #3a247d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50;
    position: absolute;
}
ul.type02 > li {
    text-align: left;
    margin-bottom: 0.5em;
    padding-left: 5px;
    position: relative;
}
ul.type02 > li:before {
    width: 7px;
    height: 7px;
    top: 0.4em;
    left: 0;
    content: "- ";
	font-weight:900;
	color:#3a247d;
}

ul.type03 > li {
    text-align: left;
    margin-bottom: 0.5em;
    padding-left: 15px;
    position: relative;
}
ul.type03 > li:before {
    width: 7px;
    height: 7px;
    left: 0;
    content: "※";
	font-weight:900;
	color:#3a247d;
    position: absolute;
}
/*---------------------------------------------------- ol */
ol.type01 > li {
    text-align: left;
    margin-left:1.2em;
    margin-bottom: 0.5em;
    position: relative;
}

/*---------------------------------------------------- dl */
dl.type01{}
dl.type01 dt{
	font-weight:bold;
	margin-top:0.8em;
	}
dl.type01 dt:first-child{
	margin-top:0;
	}
dl.type01 dd{
	margin-top:0.3em;
	}


/*---------------------------------------------------- table */
table {
	border-collapse: collapse;
	width: 100%;
}
table th {
    font-weight: normal;
    text-align: left;
    background: #e6e2f3;
}
table th.th01{
    background: #e6e2f3;
	}
table tbody th,
table td.td01 {
    background: #fafafa;
}
table th, table td {
    padding: 10px;
    border: 1px solid #acacac;
    vertical-align: top;
}
.nowrap{
	white-space: nowrap;
	}

.scroll{
	padding-bottom:10px;
	overflow: auto;
	/*white-space: nowrap;*/
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



/*--------------------------------------------------------- sp_menu */
.sp_btn,
.sp_menu {
	display: none;
}
/*--------------------------------------------------------- breadcrumb_list */
ul.breadcrumb_list {
	width: 96%;
	max-width: 1024px;
	margin: 25px auto;
	font-size: 1.2rem;
}
ul.breadcrumb_list li {
	display: inline-block;
}
ul.breadcrumb_list li a {
	color: #000;
	text-decoration: none;
}
ul.breadcrumb_list li a:hover {
	text-decoration: underline;
}
/* -------------------------------------- UTILITY */
.clear {
	clear:both;
	content: "";
	height:1px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.fs10{font-size:1.0rem;}
.fs12{font-size:1.2rem;}
.fs14{font-size:1.4rem;}
.fs16{font-size:1.6rem;}
.fs17{font-size:1.7rem;}
.fs18{font-size:1.8rem;}
.fs20{font-size:2.0rem;}
.fs22{font-size:2.2rem;}
.fs24{font-size:2.4rem;}

.indent-1em {display:block;margin-left:1em;text-indent:-1em;}
.indent-2em {display:block;margin-left:2em;text-indent:-2em;}
.indent-3em {display:block;margin-left:3em;text-indent:-3em;}
.indent-4em {display:block;margin-left:4em;text-indent:-4em;}
.indent-5em {display:block;margin-left:5em;text-indent:-5em;}
.indent-6em {display:block;margin-left:6em;text-indent:-6em;}

.text-center {text-align:center!important;}
.text-left   {text-align:left!important;}
.text-right  {text-align:right!important;}

.va-middle {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}
.float-left {
	float: left;
	max-width: 48%;
	margin-right: 2%;
}
.float-right {
	float: right;
	max-width: 48%;
	margin-left: 2%;
}
.float-left img,
.float-right img {
	display:block;
	margin:0 auto;
}
.mt0 {margin-top:0!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!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;}

.mb0 {margin-bottom:0!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!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;}
.mb150 {margin-bottom:150px!important;}

.ml0 {margin-left:0!important;}
.ml5 {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.mr0 {margin-right:0!important;}
.mr5 {margin-right:5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr35 {margin-right:35px!important;}
.mr40 {margin-right:40px!important;}
.mr45 {margin-right:45px!important;}
.mr50 {margin-right:50px!important;}

.pt0 {padding-top:0!important;}
.pb0 {padding-bottom:0!important;}
.pl0 {padding-left:0!important;}
.pl5 {padding-left:5px!important;}
.pl10 {padding-left:10px!important;}
.pl15 {padding-left:15px!important;}
.pl20 {padding-left:20px!important;}
.pl25 {padding-left:25px!important;}
.pl30 {padding-left:30px!important;}
.pl35 {padding-left:35px!important;}
.pl40 {padding-left:40px!important;}
.pl45 {padding-left:45px!important;}
.pl50 {padding-left:50px!important;}

.pl1em {padding-left:1em!important;}
.pl2em {padding-left:2em!important;}

.pl0 {padding-left:0!important;}
.pl0 {padding-left:0!important;}
.pr0 {padding-right:0!important;}

.w-100 { width: 100%; }
.boxSizing {box-sizing: border-box;}

.flame01{
	padding:20px 25px;
	border:1px solid #ccc;
	}
.flame02{
	padding:20px 25px;
	background:#f5f5f5;
	}
.att{
	color:#ea5757;
	padding:20px 25px;
	border:1px solid #ea5757;
	}

.txt-red01{color:#ea5757;}
.txt-hide {
	color: rgba(0, 0, 0, 0.5);
}

/*================================================================================
  base
==================================================================================*/
html,
body {
	height: 100%;
	font-size: 62.5%;
	color: #000;
	width: 100%;
	position: relative;
}
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 1.4rem;
}
.tel-link a {
	color: #000;
	text-decoration: none;
}
/*--------------------------------------------------------- header */
.header_wrap {
	background: url(/img/header_bg.png) repeat-x;
}
header {
	height: 175px;
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
header h1,
.header_logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 21%;
    max-width: 216px;
    z-index: 999;
}
header .tool {
	position: absolute;
	width: 79%;
	top: 10px;
	right: 0;
	overflow: hidden;
}
header .tool p.en {
	float: right;
	width: 65px;
}
header .tool p.en_sp {
	display: none;
}
header .tool .fontsize {
	float: right;
	font-size: 1.2rem;
	margin: 0 3%;
	overflow: hidden;
}
header .tool .fontsize span,
header .tool .fontsize a {
	float: left;
	margin-left: 4px;
}
header .tool .fontsize span {
	margin-top: 10px;
}
header .tool .fontsize a {
	display: inline-block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 1.0;
	border: 1px solid #ccc;
	text-align: center;
}
header .tool .fontsize a.fs_m {
	width: 19px;
	line-height: 19px;
	margin-top: 4px;
}
header .tool .fontsize a.fs_l {
	font-size: 1.6rem;
	width: 23px;
	line-height: 23px;
}
header .tool .fontsize a.textresizer-active {
	background: #000;
	color: #fff;
}
header ul.utility {
	position: absolute;
	top: 40px;
	right: 0;
	width: 79%;
	overflow: hidden;
}
header ul.utility li {
	float: right;
	padding: 10px 0 10px 30px;
	margin-left: 3.5%;
}
header ul.utility li:nth-child(1) {
	background: url(/img/icon_01.png) left no-repeat;
	background-size: 26px;
}
header ul.utility li:nth-child(2) {
	background: url(/img/icon_03.png) left no-repeat;
	background-size: 26px;
}
header ul.utility li:nth-child(3) {
	background: url(/img/icon_02.png) left no-repeat;
	background-size: 26px;
}
header ul.utility li:nth-child(4) {
	background: url(/img/icon_04.png) left no-repeat;
	background-size: 26px;
}
header ul.utility li a {
	text-decoration: none;
}

/*-----------------------サイトサーチ */


header .sitesearch {
    position: absolute;
    top: 10px;
    right: 212px;
    width: 350px;
}
header .sitesearch .text {
/*	background: #fFF;*/
	border: 1px solid #ddd;
	margin: 0 6px 0 0;
	width: 265px;
	padding: 2px 0;
}
header .sitesearch input[type=text],
header .sitesearch input[type=image] {
	border-radius: 0;
	-webkit-appearance: none;
}

/*
.sitesearch {
    position: absolute;
    top: 10px;
    right: 212px;
    width: 350px;
}
.sitesearch form.gsc-search-box {
	margin:0;
}
.sitesearch table {
	margin:0;
	border:none;
	table-layout:auto;
}
.sitesearch th,
.sitesearch td {
	padding:0px 0;
	border:none;
}
.sitesearch a {
	min-height:inherit;
}
.gsc-control-cse.gsc-control-cse-ja{
	padding: 0;
}
.sitesearch .gsc-search-box-tools .gsc-search-box .gsc-input {
}
.sitesearch .gsib_a,
.sitesearch .gsib_b {
}
.sitesearch .gsst_b {
}

.sitesearch .gsc-input, 
.sitesearch .gsc-input-box, 
.sitesearch .gsc-input-box-hover, 
.sitesearch .gsc-input-box-focus {
	margin:0;
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.sitesearch input.gsc-search-button, 
.sitesearch input.gsc-search-button:hover, 
.sitesearch input.gsc-search-button:focus {
	padding:0px;
}

.sitesearch input.gsc-search-button {
	background:url(/img/btn_search.png) no-repeat left center;
	border:none;
	width:65px;
	height: 23px;
}
.sitesearch input#gsc-i-id1.gsc-input{
	width: 270px !important;
	border: 1px solid #ddd !important;
	height: 20px !important;
}

.sitesearch #gsc-iw-id1.gsc-input-box {
	padding: 0px !important;
	margin: 6px 0 0 !important;
}
.sitesearch .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 !important;
}

*/


/*-----------------------サイトサーチ End */

header nav.target {
	position: absolute;
	top: 84px;
	width: 100%;
}
header nav.target ul {
	overflow: hidden;
}
header nav.target ul li {
	width: 19.5%;
	float: left;
}
header nav.target ul li:nth-child(1) {
	width: 22%;
}
header nav.target ul li a {
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #ccc;
	margin: 10px 0;
}
header nav.target ul li:last-child a {
	border-right: 1px solid #ccc;
}
header nav.global {
	position: absolute;
	top: 125px;
	width: 100%;
}
header nav.global ul {
	overflow: hidden;
}
header nav.global ul li {
	float: left;
	text-align: center;
}
header nav.global ul li:nth-child(1) {
	width: 11.5%;
}
header nav.global ul li:nth-child(2) {
	width: 15.5%;
}
header nav.global ul li:nth-child(3) {
	width: 14%;
}
header nav.global ul li:nth-child(4) {
	width: 16%;
}
header nav.global ul li:nth-child(5) {
	width: 11.5%;
}
header nav.global ul li:nth-child(6) {
	width: 15.5%;
}
header nav.global ul li:nth-child(7) {
	width: 16%;
}
header nav.global ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: none;
	padding-top: 12px;
	height: 38px;
}
header nav.global ul li a:hover,
header nav.global ul li a.active {
	background: #e6e2f3;
	color: #3a247d;
}
header p.close {
	display: none;
	font-size: 0%;
/*	color: #fff;
	z-index: -1x;*/
}
@media screen and (max-width:1024px) {
	header nav.target ul li a span {
		font-size: 1.2rem;
	}
	header nav.global ul li a {
		font-size: 1.4rem;
		padding-top: 14px;
		height: 36px;
	}
}
/*--------------------------------------------------------- contents */
.contents {
	width: 96%;
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto 100px auto;
}
.contents .main {
	width: 75%;
	float: right;
}
.contents .main ul.tab {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.contents .main ul.tab li {
	display: table-cell;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contents .main ul.tab li.on {
	border-bottom: none;
}
.contents .main ul.tab li:last-child {
	border-right: none;
}
.contents .main ul.tab li a {
	color: #000;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 5%;
}
.contents .main ul.tab li.on a {
	background: #f7f7f7;
	box-shadow: 0 0 0 2px #fff inset;
}
.contents .main > section {
	width: 96%;
	margin: 0 auto 50px auto;
}
.contents .main p.lead {
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.contents .main .column02 {
	overflow: hidden;
}
.contents .main .column02 .column {
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
.contents .main .column02 .column:nth-child(2n) {
	margin-left: 4%;
}
.contents .main .column02 .column img {
	width: 100%;
	height: auto;
}
.contents .main .box {
	background: #f0efe6;
	padding: 4%;
}
.department p {
	color: #fff;
	font-weight: bold;
	padding: 5px 20px 10px 20px;
	font-size: 1.6rem;
}
.contents .side {
	width: 21.5%;
	float: left;
}
.contents .side h3 {
	display: block;
	background: #3a247d;
	color: #fff;
	padding: 12px 20px;
}
.contents .side ul {
	border: 1px solid #ddd;
}
.contents .side ul li a {
	display: block;
	background: url(/img/arrow_05.png) 94% 50% no-repeat;
	color: #000;
	text-decoration: none;
	padding: 12px 20px 12px 18px;
	border-bottom: 1px dotted #999;
}
.contents .side ul li a.on,
.contents .side ul li a:hover {
	background: #e6e2f3 url(/img/arrow_05.png) 94% 50% no-repeat;
	color: #3a247d;
}

.contents .side ul li:last-child a {
	border: none;
}
.contents .side ul li a.back {
	background: url(/img/icon_back.png) 94% 50% no-repeat #f7f7f7;
}
.contents .column h2 {
    background: #f7f7f7;
    color: #3a247d;
    font-size: 1.6rem;
    padding: 10px 0 10px 10px;
    margin: 0 0 20px 0;
	position: relative;
}
.contents .column h2:before {
	content: "";
    top: 50%;
    left: 0;
    width: 3px;
    height: 16px;
    position: absolute;
    margin-top: -8px;
    background: #3a247d;
}
.contents .links {
	overflow: hidden;
}
.contents .links .column ul li {
	background: url(/img/arrow_03.png) left 40% no-repeat;
	background-size: 6px;
	padding-left: 15px;
	margin: 0 10px 10px 10px;
}
.contents .links > .column {
	width: 48%;
	padding-bottom:2em;
	float: left;
}
.contents .links > .column:nth-child(2n) {
	margin-left: 4%;
}
.contents .links > .column:nth-child(2n+1) {
	clear: both;
}



/*--------------------------------------------------------- footer */
button#pc_view {
	display: none;
}
p.pagetop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 90px;
	z-index: 100;
}
footer {
	padding-top: 20px;
	background:url(/img/footer_bg.gif);
}
footer a,
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer .inner{
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
footer h2 {
	font-size: 1.6rem;
	margin-bottom: 7px;
}
footer h2 span {
	font-size: 1.8rem;
}
footer .inner > ul {
	overflow: hidden;
}
footer .inner > ul > li:nth-child(1) {
	width: 40%;
}
footer .inner > ul > li:nth-child(2) {
	width: 34%;
}
footer .inner > ul > li:nth-child(3) {
	width: 26%;
}
footer .inner > ul > li {
	float: left;
	padding-bottom:45px;
}
footer .inner > ul > li dl dt {
	color:#3a247d;
	font-weight: bold;
}
footer .inner > ul > li dl dd .faculty li {
	color:#3a247d;
	display: inline-block;
	border:1px solid #3a247d;
	background: #fff;
	padding: 0 1.2%;
	margin-top: 7px;
}
footer .inner > ul > li dl dd .faculty li a {
	display: block;
	color:#3a247d;
}
footer .inner > ul > li dl dd address {
	font-style: normal;
	margin: 10px 0 5px 0;
}
footer .inner > ul > li dl dd ul.link{
	margin-top:0;
	padding-left:2px;
	}
footer .inner > ul > li dl dd ul.link li {
	font-size: 1.2rem;
	background:url(/img/arrow_01.png) left no-repeat;
	background-size: 4px;
	padding-left: 10px;
}
footer .inner > ul > li dl dd ul.link li a{
	color:#000;
	}
footer .inner > ul.sns {
	bottom:14px;
	right:0;
	position:absolute;
	font-size:0%;
	}
footer .inner > ul.sns li {
	width:36px;
	float:right;
	padding-right:4px;
	padding-bottom:0;
	display: inline;
}
footer ul.sns li img {
	width: 36px;
}

footer .footer_btm{
	width:100%;
	background:#3a247d;
	}
footer .footer_btm .inner{
	padding:12px 0;
	padding-bottom:7px;
	}
footer .footer_btm p{
	color:#fff;
	font-size:1.2rem;
	float:right;
	}
footer .footer_btm .inner ul{
	display:inline-block;
	}
footer .footer_btm .inner ul li{
	font-size:1.2rem;
	width:auto;
	padding-right:15px;
	padding-bottom:0;
	}

footer .inner > ul.footer_snsList {
	display: flex;
	justify-content: center;
}
footer .inner > ul.footer_snsList li.footer_sns {
	display: block;
	float: none;
	margin: 0 2px;
	width: 36px!important;
}
footer .inner > ul.footer_snsList li.footer_sns:nth-child(2) {
	width: 92px!important;
}
footer .inner > ul.footer_snsList li.footer_sns a {
	display: block;
}
footer .inner > ul.footer_snsList li.footer_sns img {
	width: 100%;
}





/*
footer h2,
footer .inner,
footer ul.sns {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	border:2px solid #cc0000;
}
/*
footer h2 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
footer h2 span {
	font-size: 1.8rem;
}
footer .inner > ul {
	overflow: hidden;
}
footer .inner > ul > li:nth-child(1) {
	width: 40%;
}
footer .inner > ul > li:nth-child(2) {
	width: 34%;
}
footer .inner > ul > li:nth-child(3) {
	width: 26%;
}
footer .inner > ul > li {
	float: left;
}
footer .inner > ul > li dl dt {
	font-weight: bold;
}
footer .inner > ul > li dl dd .faculty li {
	display: inline-block;
	background: #fff;
	color: #000;
	padding: 0 1.2%;
	margin-top: 10px;
}
footer .inner > ul > li dl dd address {
	font-style: normal;
	margin: 10px 0 20px 0;
}
footer .inner > ul > li dl dd ul.link li {
	font-size: 1.2rem;
	background:url(/img/arrow_01.png) left no-repeat;
	background-size: 4px;
	padding-left: 10px;
}
footer ul.sns {
	text-align: right;
	margin-bottom: 30px;
}
footer ul.sns li {
	display: inline;
}
footer ul.sns li img {
	width: 36px;
}
footer .footer_btm {
	border-top: 1px solid #999;
	font-size: 1.2rem;
	padding: 30px 0 40px 0;
}
footer .footer_btm ul {
	float: left;
}
footer .footer_btm ul li {
	display: inline-block;
	margin-right: 20px;
	width: auto !important;
}
footer .footer_btm p {
	float: right;
	text-align: right;
}
*/
/*---------------------------------------------------- news */
dl.news{
	overflow:hidden;
	position:relative;
	}
dl.news dt{
/*	width:8em;*/
/*	padding:0.5em 0 0.5em 0.2em;*/
/*	float:left;*/
/*	clear:both;*/
	
	}
dl.news dd{
	padding:0.5em 0;
	border-bottom:1px dotted #727272;
	}
dl.news dd.new a,
dl.news dd.new span {
	background: url(/img/icon_new.png) right no-repeat;
	background-size: 36px;
	padding-right: 40px;
}
dl.news + .but-box{
	margin-bottom:20px;
	}

.news-detail p{
	margin-bottom:1em;
	}


/*---------------------------------------------------- media */
dl.media{
	width:100%;
	overflow:hidden;
	position:relative;
}
dl.media dt{
	padding-left:110px;
	margin-bottom:10px;
	position:relative;
	}
dl.media dt.book:before{
	content: "";
	width:94px;
	height:20px;
	top:50%;
	left:0;
	margin-top:-10px;
	background:url(/img/icon_book.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	}
dl.media dt.tv:before{
	content: "";
	width:94px;
	height:20px;
	top:50%;
	left:0;
	margin-top:-10px;
	background:url(/img/icon_tv.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	}
dl.media dt.icon-new::after {
	content: "NEW";
	background-color: #3a247d;
	color: #fff;
	font-size: 1.0rem;
	font-weight: bold;
	padding: 2px 10px;
	margin-left: 15px;
}
dl.media dd{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #727272;
	}
dl.media dd .data1{
	font-size:1.5rem;
	margin-bottom:5px;
	padding-left:1em;
	position:relative;
	}
dl.media dd .data1:before{
	content: "";
	width:6px;
	height:6px;
	top:50%;
	left:0;
	margin-top:-3px;
	background:#3a247d;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	}
dl.media dd .data2{
	font-size:1.5rem;
	margin-bottom:10px;
	}
dl.media dd .data3{
	font-size:1.3rem;
	margin-bottom:10px;
	}
dl.media dd .data3 a{
	font-size:1.4rem;
	margin-top:5px;
	display:inline-block;
	}

/*---------------------------------------------------- photo */
ul.photo{
	text-align:center;
	font-size:0%;
	overflow:hidden;
	position:relative;
	}
ul.photo li{
	font-size:1.4rem;
	margin-bottom:0.5em;
	display:inline-block;
	}
.photo li img{
	width:95%;
	}
ul.photo.cell2 li{
	width:50%;
	}
ul.photo.cell3 li{
	width:33%;
	}
ul.photo.cell4 li{
	width:25%;
	}

/*---------------------------------------------------- youtube */
.youtube{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







