@charset "utf-8";



/* 基準となるフォントサイズ
-----------------------*/
html {
	font-size: 95%;
	line-height: 1.8em;
	overflow-x: hidden; /* Stops horizontal scrolling. */
	position: relative; /* Required for static Slidebars to function properly. */
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
html {
	font-size: 100%;
	line-height: 2em;
}
}



/* delet style
-----------------------*/
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.pconly {
	display: none;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.sponly {
	display: none;
}
}



/* body style
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	overflow-x: hidden;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}



/* formatting styles
-----------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
img {
    image-rendering: -webkit-optimize-contrast;/*Chromeのボケ防止*/
}
}

a img {
	border-style: none;
}

ul li img {
	width: auto;
	vertical-align: top;
}

dl img {
	vertical-align: top;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
	position:relative;/*for preview*/
}

.clearfix:after{/*for modern browser*/
	content: url(../images/spacer.gif);/*for Netscape*/
	display: block;
	clear: both;
	height: 0;
}

* html .clearfix{
	display:inline-table;
	/**/display:block;/**/
}



/* link styles
-----------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
	transition: all .2s;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	color: rgba(0,0,0,0.4);

}

a:active {
	color: #000000;
	text-decoration: none;
	color: rgba(0,0,0,0.4);
}



/* linknone styles
-----------------------*/
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
a.linknone {
	text-decoration: none;
	pointer-events: none;
}
}



/* anchor styles
-----------------------*/
a.anchor {
    margin-top: -90px;
    padding-top: 90px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
a.anchor {
    margin-top: -120px;
    padding-top: 120px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
a.anchor {
    margin-top: -99px;
    padding-top: 99px;
}
}



/* WordPress styles
-----------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright { float: right; }

.alignleft { float: left; }



/* font styles
-----------------------*/
@font-face {
	font-family: "URWDIN-Demi";
	font-style: normal;
	src: local('URWDIN-Demi'),
	url("font/URWDIN-Demi.woff2") format('woff2'),
	url("font/URWDIN-Demi.woff") format('woff');
}



/* text styles
-----------------------*/
p.text_red {
	color: #ff005a;
}

p.text_small {
	font-size: 0.8em;
	line-height: 1em;
}

.pdf a {
	font-size: 1em;
	line-height: 1em;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 35%;/*この場合は幅が自動設定*/
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.pdf a{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 30px;
}
}

p.center {
	text-align: center;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

p.caption {
	padding-top: 1em;
}

p.image {
	max-width : 640px;
	margin-left: auto;
	margin-right: auto;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* ul ol styles
-----------------------*/
ul.dot {
	margin-bottom: -5px;
	padding-left: 1.2em;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.dot {
	margin-bottom: -7px;
	padding-left: 1em;
}
}

ul.dot li {
	line-height: 1.3em;
	margin-bottom: 5px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.dot li {
	line-height: 1.5em;
	margin-bottom: 7px;
}
}

ol.number {
	padding-left: 20px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

ul.line li {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 11px;
	padding-bottom: 11px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.line li {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

ul.line li + li {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.linehalf {
	margin-right: -4.7619%;
}
}

ul.linehalf li {
	font-size: 1em;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	padding-top: 11px;
	padding-bottom: 11px;
	list-style-type: none;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.linehalf li {
	float: left;
	width: 45.238%;
	margin-right: 4.7619%;
	padding-top: 15px;
	padding-bottom: 15px;
}
}

ul.linehalf li + li {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.linehalf li:nth-child(2) {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
}
}

ul.link li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

ul.link li + li {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

ul.link li a {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.link li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

ul.pdf li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

ul.pdf li + li {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

ul.pdf li a {
	font-size: 1em;
	line-height: 1.5em;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40%;/*この場合は幅が自動設定*/
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.pdf li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
}

ul.pdf_small li {
	list-style-type: none;
}

ul.pdf_small li a {
	font-size: 1em;
	line-height: 1.5em;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40%;/*この場合は幅が自動設定*/
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.pdf_small li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
}



/* paragraph style
-----------------------*/
.paragraph_large {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_large {
	margin-bottom: 80px;
}
}

.paragraph_medium {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_medium {
	margin-bottom: 50px;
}
}

.paragraph_small {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_small {
	margin-bottom: 30px;
}
}

.paragraph_large p, .paragraph_medium p, .paragraph_small p {
	margin-bottom: 1.5em;
}

.paragraph_large table td p, .paragraph_medium table td p, .paragraph_small table td p {
	margin: 0;
}



/* webpagetitle style
-----------------------*/
.webpagetitle {
	background-color: #eaf3fb;
	height: 120px;
	margin-bottom: 30px;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅450px以上の場合 */
@media print, screen and (min-width:450px) {
.webpagetitle {
	height: 130px;
}
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.webpagetitle {
	height: 150px;
	margin-bottom: 40px;
}
}

.webpagetitle h1 {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	width: 80%;
	padding-left: 2px;
}
/* 横幅450px以上の場合 */
@media print, screen and (min-width:450px) {
.webpagetitle h1 {
	font-size: 1.4em;
	letter-spacing: 3px;
	padding-left: 3px;
}
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.webpagetitle h1 {
	font-size: 1.7em;
	letter-spacing: 5px;
	padding-left: 5px;
}
}



/* loader style
-----------------------*/
#loader {
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -30x; /* heightの半分のマイナス値 */
	margin-left: -30px; /* widthの半分のマイナス値 */
	z-index: 9999;
}
/* 横幅600pxから1000pxの場合 */
@media print, screen and (min-width:600px) and ( max-width:1000px) {
#loader {
	width: 70px;
	height: 70px;
	margin-top: -35x; /* heightの半分のマイナス値 */
	margin-left: -35px; /* widthの半分のマイナス値 */
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#loader {
	width: 80px;
	height: 80px;
	margin-top: -40x; /* heightの半分のマイナス値 */
	margin-left: -40px; /* widthの半分のマイナス値 */
}
}

#loader img {
	transition: .6s;/*フェード用の設定*/
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}



/* youtubemovie styles
-----------------------*/
.youtubemovie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubemovie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* container styles
-----------------------*/
#container {
	margin-top: 50px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#container {
	margin-top: 70px;
}
}



/* contents
-----------------------*/
.contents {
	width: 90%;
	max-width :1000px;
	margin-right: auto;
	margin-left: auto;
}



/* breadcrumb styles
-----------------------*/
#breadcrumb{
	line-height: 1em;
	background: #FFF;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#breadcrumb {
	margin-bottom: 40px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#breadcrumb {
	width: 90%;
	max-width :1000px;
	margin-right: auto;
	margin-left: auto;
}
}

#breadcrumb ul{
	display:table;
}

#breadcrumb ul li{
	font-size: 0.75em;
	line-height: 1em;
	display: table-cell;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: none;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#breadcrumb ul li {
	font-size: 0.8em;
	display: block;
	white-space: normal;
	display: inline;
	padding: 0;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#breadcrumb ul li:before {
	/* liの前に記号追加 */
	content: " > ";
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#breadcrumb ul li:first-child:before {
	/* 最初のliだけcontentを消す */
	content:"";
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb a{
	position: relative;
	background-color: #f2f2f2;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb li:first-child a{
	padding-left: 10px;
}
}


/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb a::after, #breadcrumb a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.7em;
	border-top: 1.7em solid transparent;
	border-bottom: 1.7em solid transparent;
	border-left: 1em solid;
	right: -1em;
	padding-left: 1px;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb a::after{
	z-index: 2;
	border-left-color: #f2f2f2;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb a::before{
	border-left-color: #FFF;
	right: -1.1em;
	z-index: 1;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb li.last {
	padding-left: 20px;
	padding-right: 10px;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb div {
	display: none;
}
}



/* h style
-----------------------*/
h2.basic {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.basic {
	font-size: 1.4em;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-left-width: 6px;
}
}

h3.basic {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h3.basic {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 25px;
	padding-left: 35px;
}
}

h3.basic:before{
	background-color: #000;
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	left:0;
	margin-top: -1px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h3.basic:before{
	width: 20px;
}
}

h4.basic {
	font-family: "Noto Sans JP";
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h4.basic {
	font-size: 1.2em;
	margin-bottom: 25px;
}
}

h2.large {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1em;
	line-height: 53px;
	text-align: center;
	background-color: #FFF;
	height: 55px;
	margin-bottom: 30px;
	border: 1px solid #b3b3b3;
	box-shadow: 0px 6px rgba(0,0,0,0.05);
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.large {
	font-size: 1.2em;
	line-height: 63px;
	height: 65px;
	margin-bottom: 40px;
	box-shadow: 0px 8px rgba(0,0,0,0.05);
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
h2.large {
	line-height: 73px;
	height: 75px;
	box-shadow: 0px 8px rgba(0,0,0,0.05);
}
}



/* table styles
-----------------------*/
table {
	line-height: 1.5em;
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
table {
	font-size: 0.95em;
}
}

/*** matrix ****/
table.matrix {
	border-collapse: collapse;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b3b3;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table.matrix {
	border-left-style: none;
	border-right-style: none;
}
}

table.matrix tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

table.matrix th {
	font-weight: bold;
	background-image: url(../images/back_matrixwhite.png) , url(../images/back_matrixwhite.png) , url(../images/back_matrixgray.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: right top, right bottom, right;
	width: 22%;
	padding-top: 16px;
	padding-bottom: 16px;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.matrix th {
	background-image: url(../images/back_matrixwhitesp.png) , url(../images/back_matrixwhitesp.png) , url(../images/back_matrixgray.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left bottom, right bottom, bottom;
	display: block;
	width: auto;
}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
table.matrix th {
	padding-top: 10px;
	padding-bottom: 10px;
}
}

table.matrix td {
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.matrix td {
	display: block;
	padding-right: 50px;
	padding-left: 50px;
}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
table.matrix td {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

table.matrix td.center {
	text-align: center;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table.matrix td.center {
	padding-right: 50px;
}
}



/*** mail ***/
table.mail {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #b3b3b3;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table.mail {
	border: none;}
}

table.mail th, table.mail td {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #b3b3b3;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.mail th, table.mail td {
	display: block;

}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
table.mail th, table.mail td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;

}
}

table.mail th {
	font-weight: bold;
	text-align: left;
	background-color: #f8f8f8;
	width: 30%;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.mail th {
	position: relative;
	width: auto;
	border-top: none;
	border-bottom: none;
}
}



/*** frame ***/
table.frame {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅00px以上の場合 */
@media print, screen and (min-width:1000px) {
table.frame {
	border: none;
}
}

table.frame th, table.frame td {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #b3b3b3;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.frame th, table.frame td {
	display: block;

}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
table.frame th, table.frame td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;

}
}

table.frame th {
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
	width: 25%;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.frame th {
	width: auto;
	border-top: none;
	border-bottom: none;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.frame td + td {
 	border-top: 0;
 	border-bottom: 1px solid #b3b3b3;
}
}



/*** tablescroll ***/
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.tablescroll {
	overflow: auto;	/*tableをスクロールさせる*/
	white-space: nowrap;	/*tableのセル内にある文字の折り返しを禁止*/
	-webkit-text-size-adjust: 100%;	/*iphoneのフォントサイズ強制変更を禁止*/
}
.tablescroll::-webkit-scrollbar {
	height: 7px;	/*tableにスクロールバーを追加*/
}
.tablescroll::-webkit-scrollbar-track {
	background: #F1F1F1;	/*tableにスクロールバーを追加*/
}
.tablescroll::-webkit-scrollbar-thumb {
	background: #b3b3b3;	/*tableにスクロールバーを追加*/
}
}

.tablescroll table {
	border-collapse: collapse;
	width: 100%;
}

.tablescroll table th, .tablescroll table td {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #b3b3b3;
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
.tablescroll table th, .tablescroll table td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}
}

.tablescroll table th {
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
}



/*** labmatrix ***/
table.labmatrix {
	border-collapse: collapse;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;

}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table.labmatrix {
	border-left-style: none;
	border-right-style: none;
}
}

table.labmatrix tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

table.labmatrix tr:nth-child(2n+1) {
	background-color: #fafafa;
}

/* 横幅1000px以下の場合 */
@media only screen and (max-width:1000px) {
table.labmatrix th {
	font-weight: normal;
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}
}
/* 横幅600pxから1000pxの場合 */
@media print, screen and (min-width:600px) and ( max-width:1000px) {
table.labmatrix th {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table.labmatrix th {
	font-weight: normal;
	width: 13%;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table.labmatrix td {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 10px;
}
/* 横幅600pxから1000pxの場合 */
@media print, screen and (min-width:600px) and ( max-width:1000px) {
table.labmatrix td {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table.labmatrix td {
	padding-left: 0;
	padding-right: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}
}



/* inner_field */
table.inner_field {
	border-collapse: collapse;
	width: 100%;
}
table.inner_field tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.inner_field th, table.inner_field td {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
table.inner_field th {
	font-weight: normal;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #f7f7f7;
	background-image: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
table.inner_field th {
	padding-top: 11px;
	padding-bottom: 11px;
}
}
table.inner_field th.total {
	background-color: #000;
	color: #FFF;
}
table.inner_field td.last {
	padding-bottom: 0px;
}



/* table rule styles
-----------------------*/
table td.center {
	text-align: center;
}

table td.left {
	text-align: left;
}

table td.right {
	text-align: right;
}

table th.xs, table td.xs {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.xs, table td.xs {
	width: 7%;
}
}

table th.ms, table td.ms {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.ms, table td.ms {
	width: 15%;
}
}

table th.small, table td.small {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.small, table td.small {
	width: 25%;
}
}

table th.medium, table td.medium {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.medium, table td.medium {
	width: 33.3333%;
}
}

table th.large, table td.large {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.large, table td.large {
	width: 40%;
}
}

table th.large, table td.half {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.half, table td.half {
	width: 50%;
}
}



/* form object styles
-----------------------*/
input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="tel"], input[type="number"] {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	-webkit-appearance: none;
	font-size: 1em;
	line-height: 2.5em;
	height: 2.5em;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #FFFff5;
	-webkit- box-sizing: border-box;
	box-sizing: border-box; 
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
	line-height: 40px;
	height: 40x;
	padding-right: 10px;
	padding-left: 10px;
}
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
	background-color: #FFF;
	border: 1px solid #0050a0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}

input.small {
	width: 40%;
	margin-right: 15px;
}

input.medium {
	width: 60%;
}

input.large {
	width: 100%;
}

/* IE矢印装飾削除 */
select::-ms-expand {
	display: none;
}

select {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	font-size: 1em;
	line-height: 2.8em;
	background-color: #FFFff5;
	background-image: url(../images/icon_pulldown.png);
	background-repeat: no-repeat;
	background-size: auto 15%;
	background-position: right 15px center;
	overflow: hidden;
	height: 2.8em;
	padding-left: 15px;
	padding-right: 30px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	overflow-x: hidden;
	-webkit-appearance: none;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
select {
	background-position: right 10px center;
	width: auto;
	line-height: 45px;
	height: 45px;
	margin-right: 10px;
}
}

select:focus {
	background-color: #FFF;
	border: 1px solid #0050a0;
}

textarea {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	-webkit-appearance: none;
	font-size: 1em;
	width: 100%;
	height: 80px;
	border: 1px solid #b3b3b3;
	color: #000000;
	background-color: #FFFff5;
	border-radius: 3px;
	padding: 7px;
	display:block;/*テキストエリアの下余白対策*/
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
textarea {
	height: 200px;
	padding: 10px;
}
}

textarea:focus {
	background-color: #FFF;
	border: 1px solid #0050a0;
}

.form_submit {
	width: 100%;
	max-width : 280px;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submit {
	width: 50%;
	max-width: initial; /* 初期状態にリセット */
}
}

input.margin, select.margin, textarea.margin {
	margin-bottom: 10px;
}

m_submit_nomargin {
	width: 100%;
	max-width : 280px;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submit_nomargin {
	width: 50%;
	max-width: initial; /* 初期状態にリセット */
}
}

.form_submit, .form_submithalf {
	margin-top: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submit, .form_submithalf {
	margin-top: 60px;
}
}

.form_submithalf .first {
	width: 100%;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submithalf .first {
	float: left;
	width: 47.5%;
	margin: 0;
}
}

.form_submithalf .second {
	width: 100%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submithalf .second {
	float: right;
	width: 47.5%;
}
}

input.button {
	-webkit-appearance: none;
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	width: 100%;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.25s ;/*フェード設定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input.button {
	font-size: 1em;
	line-height: 60px;
	height: 60px;
	border-radius: 5px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
input.button {
	line-height: 65px;
	height: 65px;
}
}

input.blue {
	background-color: #0050a0;
}

input.blue:hover, input.blue:active {
	background-color: #46aae1;
}

input.green {
	background-color: #0fa082;
}

input.green:hover, input.green:active {
	background-color: #4bcdb4;
}

input.gray {
	background-color: #808080;
}

input.gray:hover, input.gray:active {
	background-color: #000;
}

input[type="number"] {
  -moz-appearance:textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.radio_onoff input {
	display: none;
}

.radio_onoff label{
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	background: #b3b3b3;
	display: block;
	cursor: pointer;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .2s;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_onoff label{
	font-size: 1em;
	width: 70px;
	padding-top: 13px;
	padding-bottom: 13px;
}
}

.radio_onoff label:first-of-type{
	border-radius: 3px 0 0 3px;
}

.radio_onoff label:last-of-type{
	border-radius: 0 3px 3px 0;
}

.radio_onoff input[type="radio"]:checked + .switch-on, .radio_onoff input[type="radio"]:checked + .switch-off {
	background-color: #dc0032;
	color: #FFF;
}

.radio_nomal .radio-input{
	display: none;
}
.radio_nomal .radio-input + label{
	padding-left: 25px;
	padding-top: 3px;
	position:relative;
	cursor: pointer;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_nomal .radio-input + label{
	padding-left: 30px;
	padding-top: 3px;
}
}

.radio_nomal .radio-input + label::before{
	background-color: #FFFff5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_nomal .radio-input + label::before{
	width: 20px;
	height: 20px;
}
}

.radio_nomal .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
}

/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_nomal .radio-input:checked + label::after{
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
}
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1em;
	line-height: 1.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input[type="checkbox"] + label {
	padding-left: 30px;
}
}

input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #bfbfbf;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	background-color: #FFFff5;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input[type="checkbox"] + label:before {
	width: 20px;
	height: 20px;
}
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFF;
}

ul.attachment {
	margin-bottom: 15px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.attachment {
	margin-bottom: 20px;
}
}

ul.attachment li {
	margin-bottom: 10px;
	list-style-type: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.attachment li {
	margin-bottom: 15px;
}
}



/* pagetop styles
-----------------------*/
p#pagetop {
	background-color: rgba(0,0,0,0.07);
	background-image: url(../images/icon_pagetop.png);
	background-repeat: no-repeat;
	background-size: 40% 40%;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	right: 5%;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	margin-bottom: 40px;
}
/* 横幅600pxから1000pxの場合 */
@media print, screen and (min-width:600px) and ( max-width:1000px) {
p#pagetop {
	height: 50px;
	width: 50px;
	margin-bottom: 50px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
p#pagetop {
	background-color: #0050a0;
	background-image: url(../images/icon_pcpagetop.png);
	background-size: auto 45%;
	display: block;
	right: 50px;
	height: 35px;
	width: 70px;
	margin-bottom: 0px;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	z-index: 15;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
p#pagetop:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
p#pagetop:hover {
	background-color: #46aae1;
}
}



/* cmsnavi styles
-----------------------*/
.cmsnavi {
	background-color: #f8f8f8;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box; 
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsnavi {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.cmsnavi {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}

.cmsnavi .inner {
    margin-right: -4.7619%;
}

.cmsnavi select {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	font-size: 0.8em;
	line-height: 33px;
	background-color: #FFF;
	background-image: url(../images/icon_pulldown.png);
	background-repeat: no-repeat;
	background-size: auto 10%;
	background-position: right 7px center;
	float: left;
    width: 45.238%;
	height: 35px;
    margin-right: 4.7619%;
	padding-left: 10px;
	padding-right: 20px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	overflow-x: hidden;
	-webkit-appearance: none;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsnavi select {
	font-size: 1em;
	line-height: 43px;
	background-size: auto 15%;
	background-position: right 10px center;
	height: 45px;
	padding-left: 15px;
	padding-right: 30px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.cmsnavi select {
	width: 32%;
	height: 45px;
	margin-right: 50px;
}
}



/* cmsindex styles
-----------------------*/
.cmsindex {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex {
	margin-right: -5.8823%;
	margin-bottom: 0;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.cmsindex {
	margin-right: -6.1032%;
}
}

.cmsindex .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner {
	float: left;
	width: 44.1176%;
	margin-right: 5.8823%;
	margin-bottom: 80px;
	padding: 0;
	border: none;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.cmsindex .inner {
	width: 27.23%;
	margin-right: 6.1032%;
}
}

/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
.cmsindex .inner + .inner {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
}

.cmsindex .inner .first {
	float: left;
	width: 25%;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner .first {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
}

.cmsindex .inner .first p {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

.cmsindex .inner .first p:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner .first p:before {
	padding-top: 65%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

.cmsindex .inner .first p img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

.cmsindex .inner .first p a:hover, .cmsindex .inner .first p a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.cmsindex .inner .second {
	width: 100%;
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
.cmsindex .inner .second {
	float: right;
	width: calc(75% - 15px);
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
}

.cmsindex .inner .second article {
	width: 100%;
}


.cmsindex .inner .second dl {
	margin-bottom: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner .second dl {
	margin-bottom: 10px;
}
}

.cmsindex .inner .second dl dt, .cmsindex .inner .second dl dd {
	display: table-cell;
	vertical-align: middle;
}

.cmsindex .inner .second dl dt {
	font-size: 0.6em;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	width: 85px;
	height: 20px;
	border-radius: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner .second dl dt {
	font-size: 0.7em;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	width: 120px;
	height: 28px;
}
}

.cmsindex .inner .second dl dt.pressrelease {
	background-color: #ffa032;
}

.cmsindex .inner .second dl dt.media {
	background-color: #14a573;
}

.cmsindex .inner .second dl dt.tuat {
	background-color: #b92828;
}

.cmsindex .inner .second dl dt.info {
	background-color: #238ce1;
}

.cmsindex .inner .second dl dt.campus {
	background-color: #aaaf0a;
}

.cmsindex .inner .second dl dt.public {
	background-color: #82649b;
}

.cmsindex .inner .second dl dt.event {
	background-color: #875582;
}

.cmsindex .inner .second dl dd {
	font-size: 0.85em;
	line-height: 1em;
	padding-left: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner .second dl dd {
	padding-left: 10px;
}
}

.cmsindex .inner .second p {
	font-size: 0.9em;
	line-height: 1.5em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.cmsindex .inner .second p {
	font-size: 1em;
}
}



/* index styles
-----------------------*/
.paragraph_index {
	margin-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_index {
	margin-right: -4.7619%;
	margin-bottom: 0;
}
}
/* 横幅1000px以上の場合 */
@media screen and (min-width:1000px) {
.paragraph_index {
	margin-right: -50px;
}
}

.paragraph_index .inner {
	margin-bottom: 40px;
	width: 100%;
	max-width : 280px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_index .inner {
	margin-right: 4.7619%;
	margin-bottom: 50px;
	width: 45.238%;
	max-width: initial; /* 初期状態にリセット */
 	float: left;
}
}
/* 横幅1000px以上の場合 */
@media screen and (min-width:1000px) {
.paragraph_index .inner {
	margin-right: 50px;
	width: 300px;
}
}

.paragraph_index .inner p.pic a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 35%;/*幅(100%)に合わせて高さを指定*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

.paragraph_index .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_index .inner h2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
}

.paragraph_index .inner p.pic a:hover, .paragraph_index .inner p.pic a:active, .paragraph_index .inner h2 a:hover, .paragraph_index .inner h2 a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.paragraph_index .inner p.text {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}



/* index styles(背景画像指定)
-----------------------*/
/* news */
.news_01 a {
	background-image: url(../images/news/back_01.png);
}

.news_02 a {
	background-image: url(../images/news/back_02.png);
}

.news_03 a {
	background-image: url(../images/news/back_03.png);
}

/* information */
.information_01 a {
	background-image: url(../images/information/back_01.png);
}

.information_02 a {
	background-image: url(../images/information/back_02.png);
}

/* pra */
.pra_01 a {
	background-image: url(../images/pra/back_01.jpg);
}

.pra_02 a {
	background-image: url(../images/pra/back_02.jpg);
}

.pra_03 a {
	background-image: url(../images/pra/back_03.jpg);
}

.pra_04 a {
	background-image: url(../images/pra/back_04.jpg);
}

/* visitor */
.visitor_01 a {
	background-image: url(../images/visitor/back_01.png);
}

.visitor_02 a {
	background-image: url(../images/visitor/back_02.png);
}

.visitor_03 a {
	background-image: url(../images/visitor/back_03.png);
}

.visitor_04 a {
	background-image: url(../images/visitor/back_04.png);
}

.visitor_05 a {
	background-image: url(../images/visitor/back_05.png);
}

.visitor_06 a {
	background-image: url(../images/visitor/back_06.png);
}

.visitor_07a {
	background-image: url(../images/visitor/back_07.png);
}

/* about */
.about_01 a {
	background-image: url(../images/about/back_01.jpg);
}

.about_02 a {
	background-image: url(../images/about/back_02.jpg);
}

.about_03 a {
	background-image: url(../images/about/back_03.jpg);
}

/* activities */
.activities_01 a {
	background-image: url(../images/activities/back_01.png);
}

.activities_02 a {
	background-image: url(../images/activities/back_02.png);
}

/* visitor */
.visitor_01 a {
	background-image: url(../images/visitor/back_01.png);
}

.visitor_02 a {
	background-image: url(../images/visitor/back_02.png);
}

.visitor_03 a {
	background-image: url(../images/visitor/back_03.png);
}

.visitor_04 a {
	background-image: url(../images/visitor/back_04.png);
}

.visitor_05 a {
	background-image: url(../images/visitor/back_05.png);
}

.visitor_06 a {
	background-image: url(../images/visitor/back_06.png);
}

.visitor_07 a {
	background-image: url(../images/visitor/back_07.png);
}


/* wp-pagenavi styles
-----------------------*/
.wp-pagenavi {
	font-size: 0.7em;
	line-height: 1em;
	clear: both;
	margin-bottom: 60px;
	text-align: center;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.wp-pagenavi {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 80px;
}
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e5e5e5;
	padding: 3px 6px;
	margin: 2px;
	border-radius: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 10px;
}
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #b3b3b3;
}



/* cmspage styles
-----------------------*/
dl.cms_date {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
dl.cms_date {
	margin-bottom: 30px;
}
}

dl.cms_date dt, dl.cms_date dd {
	display: table-cell;
	vertical-align: middle;
}

dl.cms_date dt {
	font-size: 0.6em;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	width: 85px;
	height: 20px;
	border-radius: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
dl.cms_date dt {
	font-size: 0.7em;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	width: 120px;
	height: 28px;
}
}

dl.cms_date dt.pressrelease {
	background-color: #ffa032;
}

dl.cms_date dt.media {
	background-color: #14a573;
}

dl.cms_date dt.tuat {
	background-color: #b92828;
}

dl.cms_date dt.info {
	background-color: #238ce1;
}

dl.cms_date dt.campus {
	background-color: #aaaf0a;
}

dl.cms_date dt.public {
	background-color: #82649b;
}

dl.cms_date dt.event {
	background-color: #875582;
}

dl.cms_date dd {
	font-size: 0.85em;
	line-height: 1em;
	padding-left: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
dl.cms_date dd {
	padding-left: 10px;
}
}

p.cms_pic {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
p.cms_pic {
	margin-bottom: 50px;
}
}

ul.cmspage {
	background-color: #FFF;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #b3b3b3;
	position: relative;
}
@media print, screen and (min-width:600px) {
ul.cmspage {
	height: 70px;
}
}

ul.cmspage li {
	font-family: helvetica, arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", sans-serif;
	font-size: 0.9em;
	line-height: 50px;
	list-style-type: none;
	text-align: center;
	width: 33.3333%;
	position: absolute;
}
@media print, screen and (min-width:600px) {
ul.cmspage li {
	line-height: 70px;
}
}

ul.cmspage li.first {
	left: 0px;
}

ul.cmspage li.second {
	left: 33.3333%;
}

ul.cmspage li.third {
	right: 0px;
}

ul.cmspage li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}

ul.cmspage li a:hover, ul.cmspage li a:active {
	background-color: #f2f2f2;
}



/* index styles
-----------------------*/
.paragraph_index {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_index {
	margin-right: -4.7619%;
	margin-bottom: 30px;
}
}
/* 横幅1000px以上の場合 */
@media screen and (min-width:1000px) {
.paragraph_index {
	margin-right: -50px;
}
}

.paragraph_index .inner {
	width: 100%;
	max-width : 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_index .inner {
	margin-right: 4.7619%;
	margin-bottom: 50px;
	width: 45.238%;
	max-width: initial; /* 初期状態にリセット */
 	float: left;
}
}
/* 横幅1000px以上の場合 */
@media screen and (min-width:1000px) {
.paragraph_index .inner {
	margin-right: 50px;
	width: 300px;
}
}

.paragraph_index .inner p.pic a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 35%;/*幅(100%)に合わせて高さを指定*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

.paragraph_index .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_index .inner h2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
}

.paragraph_index .inner p.pic a:hover, .paragraph_index .inner p.pic a:active, .paragraph_index .inner h2 a:hover, .paragraph_index .inner h2 a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.paragraph_index .inner p.text {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}



/* format styles
-----------------------*/

/*** format_first ***/
.format_first {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_first {
	margin-bottom: 100px;
}
}

.format_first .left {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_first .left {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_first .left {
	float: left;
    width: 40%;
	margin-bottom: 0;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_first .right {
	float: right;
    width: calc(60% - 80px);
	margin-bottom: 0;
}
}



/*** format_second ***/
.format_second {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_second {
	margin-bottom: 100px;
}
}

.format_second .right {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_second .right {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_second .right {
	float: right;
    width: 40%;
	margin-bottom: 0;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_second .left {
	float: left;
    width: calc(60% - 80px);
	margin-bottom: 0;
}
}



/*** format_third ***/
.format_third {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_third {
	margin-bottom: 100px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_third {
	width: calc(100% - 100px);
	min-width :1000px;
 	max-width :1300px;
}
}

.format_third .first {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 150px;
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_third .first {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_third .first {
	float: left;
	width: 50%;
	min-height :350px;
	margin: 0;
}
}

.format_third .first:before {
	content: "";
	display: block;
	padding-top: 50%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_third .first:before {
	padding-top: 60%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_third .second {
	float: right;
	width: 50%;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
}

.format_third .second .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_third .second .inner h2 {
	font-size: 1.5em;
	margin-bottom: 40px;
}
}

.format_third .second .inner p.text {
	font-size: 0.85em;
	line-height: 2em;
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_third .second .inner p.text {
	font-size: 1em;
	line-height: 2.2em;
	margin-bottom: 40px;
}
}

.format_third .second .inner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_third .second .inner {
	width: 70%;
	min-width :400px;
	margin: 0;
}
}



/*** format_fourth ***/
.format_fourth {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fourth {
	margin-bottom: 100px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_fourth {
	width: calc(100% - 100px);
	min-width :1000px;
 	max-width :1300px;
}
}

.format_fourth .first {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 150px;
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fourth .first {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_fourth .first {
	float: right;
	width: 50%;
	min-height :350px;
	margin: 0;
}
}

.format_fourth .first:before {
	content: "";
	display: block;
	padding-top: 50%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_fourth .first:before {
	padding-top: 60%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_fourth .second {
	float: left;
	width: 50%;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
}

.format_fourth .second .inner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.format_fourth .second .inner {
	width: 70%;
	min-width :400px;
	margin: 0;
}
}

.format_fourth .second .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fourth .second .inner h2 {
	font-size: 1.5em;
	margin-bottom: 40px;
}
}

.format_fourth .second .inner p.text {
	font-size: 0.85em;
	line-height: 2em;
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fourth .second .inner p.text {
	font-size: 1em;
	line-height: 2.2em;
	margin-bottom: 40px;
}
}


/*** format_fifth ***/
.format_fifth {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fifth {
	margin-bottom: 100px;
}
}

.format_fifth .first {
	width: 100%;
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fifth .first {
    float: left;
    width: 45.238%;
	margin: 0;
}
}

.format_fifth .second {
	width: 100%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.format_fifth .second {
    float: right;
    width: 45.238%;
}
}



/* button_more style
-----------------------*/
p.button_more a {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #0050a0;
	display: block;
	height: 45px;
	width: 50%;
	min-width :200px;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
p.button_more a {
	font-size: 1.1em;
	line-height: 60px;
	height: 60px;
	width: 300px;
}
}

p.button_more a:hover, p.button_more a:active {
	background-color: #46aae1;
}



/* button_more_white style
-----------------------*/
p.button_more_white a {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #0050a0;
	display: block;
	height: 45px;
	width: 50%;
	min-width :200px;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
p.button_more_white a {
	font-size: 1.1em;
	line-height: 60px;
	height: 60px;
	width: 300px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
p.button_more_white a {
	color: #0050a0;
	background-color: #FFF;
}
}

p.button_more_white a:hover, p.button_more_white a:active {
	background-color: #46aae1;
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
p.button_more_white a:hover, p.button_more_white a:active {
	background-color: #cdd7eb;
}
}

/* buttontop style
-----------------------*/
p.buttontop a {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	background-color: #f2f2f2;
	background-image: url(../images/back_buttontop.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	display: block;
	width: 60%;
	height: 45px;
	min-width :250px;
	max-width :400px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
	transition: 0.2s;/*フェード設定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
p.buttontop a {
	line-height: 60px;
	height: 60px;
	border-radius: 5px;
}
}

p.buttontop a:hover, p.buttontop a:active {
	background-color: #FFFae6;
	color: rgba(0,0,0,1);
}













































/* header styles
-----------------------*/
@media only screen {
header {
	background-color: #0050a0;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
header {
	height: 70px;
}
}

header .inner {
	width: 90%;
	max-width : 1300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

header a:hover, header a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

header p#headerlogo a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_sp.png);
	background-size: 100% 100%;
	display: block;
	width: 208px;
	height: 24px;
	position: absolute;
	top: 13px;
	left: 0px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
header p#headerlogo a {
	width: 295px;
	height: 34px;
	top: 18px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
header p#headerlogo a {
	background-image: url(../images/logo_pc.png);
}
}

header .inner ul#headernav {
	position: absolute;
	right: 60px;
}

header .inner ul#headernav li {
	float: left;
	list-style-type: none;
}

header .inner ul#headernav li + li {
	background-image: url(../images/back_footernav.png);
	background-repeat: no-repeat;
	background-position: left center;
}

header .inner ul#headernav li a {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 15px;
	text-decoration: none;
	display: block;
	line-height: 70px;
	padding-right: 15px;
	padding-left: 15px;
}

header .inner ul#headernav li span#search_icon {
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

header .inner ul#headernav li #pcsearch {
	width: 280px;
	margin-top: 19px;
	margin-right: 20px;
}

header .inner ul#headernav li #pcsearch input[type="text"] {
	background-image: url(../images/icon_search_02.png);
	background-position: left 8px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	font-size: 0.9em;
	line-height: 32px;
	background-color: #FFF;
	float: left;
	width: calc(100% - 60px);
	height: 32px;
	padding-right: 5px;
	padding-left: 30px;
	border-radius: 3px;
	border-style: none;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

header .inner ul#headernav li #pcsearch input[type="submit"] {
	-webkit-appearance: none;
	font-family: "Noto Sans JP";
	font-size: 0.8em;
	color: #0050a0;
	line-height: 32px;
	text-align: center;
	background-color: #FFF;
	float: right;
	width: 50px;
	height: 32px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.25s ;/*フェード設定*/
}

header .inner ul#headernav li #pcsearch input:hover[type="submit"], header .inner ul#headernav li #pcsearch input:active[type="submit"] {
	background-color: #d7e9fd;
}



/* humburger styles
-----------------------*/
.el_humburger {
	position: absolute;
	top: 16px;
	right: 0px;
	z-index: 100;
	cursor: pointer;  
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.el_humburger {
	top: 23px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.el_humburger {
	top: 20px;
}
}

.el_humburger > p {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/menu_sp_off.png);
	background-size: 100% 100%;
	width: 30px;
	height: 18px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.el_humburger > p {
	width: 40px;
	height: 24px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.el_humburger > p {
	background-image: url(../images/menu_pc_off.png);
	width: 30px;
	height: 35px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
}

.el_humburger > p:hover, .el_humburger > p:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.js_humburgerOpen .el_humburger > p {
	background-image: url(../images/menu_sp_on.png);
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.js_humburgerOpen .el_humburger > p {
	background-image: url(../images/menu_pc_on.png);
}
}



/* uq_spNavi styles
-----------------------*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 99;
}

.uq_spNavi_screen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.uq_spNavi_screen .box {
	width: 90%;
	max-width :500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.uq_spNavi_screen .box {
	padding-top: 70px;
	padding-bottom: 70px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.uq_spNavi_screen .box {
	min-width :1000px;
	max-width :1300px;
}
}

.uq_spNavi_screen .box nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0050a0;
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.uq_spNavi_screen .box nav {
	margin-bottom: 50px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.uq_spNavi_screen .box nav {
	margin-right: -3.8461%;
	margin-bottom: 0;
	border: none;
}
}

.uq_spNavi_screen .box nav .inner {
	width: 100%;
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner {
	float: left;
	width: 21.1538%;
	margin-right: 3.8461%;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0050a0;
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first {
	border-top-width: 3px;
}
}

.uq_spNavi_screen .box nav .inner ul li {
	list-style-type: none;
}

.uq_spNavi_screen .box nav .inner ul.navi_first li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0050a0;
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li {
	border-bottom-width: 3px;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li:last-child{
  border-bottom: none;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_first li a, .uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1.4em;
	color: #0050a0;
	text-decoration: none;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li a, .uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion {
	padding-top: 18px;
	padding-bottom: 18px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li a {
	padding-top: 14px;
	padding-bottom: 14px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion {
	padding: 0;
}
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion {
	cursor:pointer;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion a {
	padding-top: 14px;
	padding-bottom: 14px;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion a {
	pointer-events: none;
	padding: 0;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion span {
	background-image: url(../images/sparrow_01.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
	display:block;
	padding-right: 23px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion span {
	background-size: 12px auto;
	padding-right: 24px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.accordion span {
	background-image: none;
	padding-right: 0;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_first li p.tbop span {
	background-image: url(../images/sparrow_02.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
	display: block;
	padding-right: 23px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.tbop span {
	background-size: 12px auto;
	padding-right: 24px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_first li p.tbop span {
	background-size: 8px auto;
	padding-right: 22px;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_second {
	display: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0050a0;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_second {
	display: block;
}
}

.uq_spNavi_screen .box nav .inner ul.navi_second li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.uq_spNavi_screen .box nav .inner ul.navi_second li:last-child{
  border-bottom: none;
}

.uq_spNavi_screen .box nav .inner ul.navi_second li a {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	background-image: url(../images/sparrow_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 4px auto;
	padding-left: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.uq_spNavi_screen .box nav .inner ul.navi_second li a {
	background-size: 5px auto;
	padding-left: 13px;
	padding-top: 17px;
	padding-bottom: 17px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.uq_spNavi_screen .box nav .inner ul.navi_second li a {
	font-size: 0.75em;
	background-size: 4px auto;
	padding-left: 11px;
	padding-top: 12px;
	padding-bottom: 12px;
}
}



/* search style
-----------------------*/
#spsearch p.title {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	background-color: #0050a0;
	height: 45px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spsearch p.title {
	line-height: 45px;
	height: 45px;
}
}

#spsearch .inner {
	background-color: #f2f2f2;
	width: 100%;
	padding: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spsearch .inner {
	padding: 20px;
}
}

#spsearch .inner input[type="text"] {
	-webkit-appearance: none;
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	font-size: 1em;
	line-height: 35px;
	background-color: #FFF;
	float: left;
	width: calc(100% - 65px);
	height: 35px;
	padding-right: 7px;
	padding-left: 7px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spsearch .inner input[type="text"] {
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
}
}


#spsearch .inner input[type="submit"] {
	-webkit-appearance: none;
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	background-color: #0050a0;
	float: right;
	width: 55px;
	height: 35px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.25s ;/*フェード設定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spsearch .inner input[type="submit"] {
	font-size: 1em;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
}
}

#spsearch .inner input:hover[type="submit"], #spsearch .inner input:active[type="submit"] {
	background-color: #46aae1;
}



/* search style
-----------------------*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 150;
    display: block;
}

#search input[type="search"] {
	font-family: "Noto Sans JP";
	font-size: 25px;
	text-align: center;
	line-height: 90px;	
	width: 70%;
	height: 90px;
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 35%);
	color: rgb(255, 255, 255);
	background: transparent;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid rgba(255, 255, 255, .8);
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
  
#search .close {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-weight: bold;
	position: fixed;
	top: 15px;
	right: 5%;
	opacity: 1;
}

#search .close:hover{
  color: #f0ff50;
  cursor: pointer;
}



/* slideshow style
-----------------------*/
#slideshow {
	background-color: #b3b3b3;
	margin-bottom: 40px;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#slideshow {
	margin-bottom: 60px;
}
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#slideshow div {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#slideshow div {
	height: 500px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#slideshow div {
	height: 350px;
}
}

#slideshow div .change {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow .pic {
	background-image: url(../images/main_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	cursor: pointer;
	position: relative;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#slideshow .pic {
	max-width :1500px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
}
}

#slideshow .pic .inner {
	background-image: url(../images/back_sliderinner.png);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#slideshow .pic .inner {
	width: 500px;
	height: 200px;
	position: absolute;
	top: calc(50% - 100px);
	right: 50px;
}
}

#slideshow .pic .inner dl {
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#slideshow .pic .inner dl {
	max-width : 800px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#slideshow .pic .inner dl {
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

#slideshow .pic .inner dl dt {
	font-family: "Noto Sans JP";
	font-size: 0.95em;
	line-height: 1.24em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-image: linear-gradient(to right, #37b98c 0%, #4682f5 100%) 1/0 0 2px 0;
	border-style: solid;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:600px) {
#slideshow .pic .inner dl dt {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 13px;
	border-image: linear-gradient(to right, #37b98c 0%, #4682f5 100%) 1/0 0 4px 0;
}
}

#slideshow .pic .inner dl dd {
	font-size: 0.75em;
	line-height: 1.4em;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:600px) {
#slideshow .pic .inner dl dd {
	font-size: 0.9em;
	line-height: 1.8em;
}
}

#slideshow #navi {
	width: 100%;
	height: 350px;
	position: absolute;
	top: 0px;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#slideshow #navi {
	display: none;
}
}

#slideshow #navi #inner {
	height: 350px;
	width: 90%;
	max-width :1100px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow ul {
	z-index: 100;
	position: absolute;
	left: 0px;
	bottom: 20px;
}

#slideshow ul li {
	list-style: none;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	border: 3px solid #fff;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
}

#slideshow ul li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

#slideshow a:hover {
	color: rgba(0,0,0,1);

}

#slideshow a:active {
	color: rgba(0,0,0,1);
}



/* toptitle style
-----------------------*/
.toptitle {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.toptitle {
	margin-bottom: 25px;
}
}

.toptitle .first, .toptitle p.button {
	display: table-cell;
	vertical-align: middle;
}

.toptitle .first {
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.toptitle .first {
	padding-right: 20px;
}
}

.toptitle .first p.catch {
	display: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.toptitle .first p.catch {
	font-family: URWDIN-Demi;
	font-size: 1.45em;
	line-height: 1em;
	display: block;
}
}

.toptitle .first h2 {
	font-family: "Noto Sans JP";
	font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.toptitle .first h2 {
	font-size: 0.75em;
	margin-top: 5px;
}
}

.toptitle p.button {
	font-size: 0.75em;
	line-height: 1em;
	padding-left: 15px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.toptitle p.button {
	font-size: 0.9em;
	padding-left: 20px;
}
}



/* fpr style
-----------------------*/
#fpr {
	width: 90%;
	max-width :1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#fpr {
	margin-bottom: 60px;
}
}



/* topics style
-----------------------*/
#topics {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#topics {
	overflow: hidden;
	float: left;
	width: 60%;
	margin-bottom: 0;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#topics .box {
	overflow: hidden;
	margin-right: -6.6666%;
}
}

#topics .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#topics .inner {
	float: left;
	width: 43.3333%;
	margin-right: 6.6666%;
	padding: 0;
	border: none;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#topics .inner + .inner {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
}

#topics .inner .first {
	float: left;
	width: 25%;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics .inner .first {
	width: 20%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#topics .inner .first {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
}

#topics .inner .first p {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

#topics .inner .first p:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#topics .inner .first p:before {
	padding-top: 65%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

#topics .inner .first p img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

#topics .inner .first p a:hover, #topics .inner .first p a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#topics .inner .second {
	float: right;
	width: calc(80% - 20px);
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
#topics .inner .second {
	width: calc(75% - 15px);
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#topics .inner .second {
	width: 100%;
}
}

#topics .inner .second article {
	width: 100%;
}


#topics .inner .second dl {
	margin-bottom: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics .inner .second dl {
	margin-bottom: 10px;
}
}

#topics .inner .second dl dt, #topics .inner .second dl dd {
	display: table-cell;
	vertical-align: middle;
}

#topics .inner .second dl dt {
	font-size: 0.6em;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	width: 85px;
	height: 20px;
	border-radius: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics .inner .second dl dt {
	font-size: 0.7em;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	width: 120px;
	height: 28px;
}
}

#topics .inner .second dl dt.pressrelease {
	background-color: #ffa032;
}

#topics .inner .second dl dt.media {
	background-color: #14a573;
}

#topics .inner .second dl dt.tuat {
	background-color: #b92828;
}

#topics .inner .second dl dt.info {
	background-color: #238ce1;
}

#topics .inner .second dl dt.campus {
	background-color: #aaaf0a;
}

#topics .inner .second dl dt.public {
	background-color: #82649b;
}

#topics .inner .second dl dt.event {
	background-color: #875582;
}

#topics .inner .second dl dd {
	font-size: 0.85em;
	line-height: 1em;
	padding-left: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics .inner .second dl dd {
	padding-left: 10px;
}
}

#topics .inner .second p {
	font-size: 0.9em;
	line-height: 1.5em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#topics .inner .second p {
	font-size: 1em;
}
}



/* event style
-----------------------*/
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#event {
	float: right;
	width: calc(40% - 60px);
}
}

#event .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000;
	border-bottom-color: #000;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner {
	padding-top: 18px;
	padding-bottom: 18px;
}
}

#event .inner + .inner {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}


#event .inner .first {
	float: left;
	width: 50px;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner .first {
	width: 70px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#event .inner .first {
	width: 15%;
}
}

#event .inner .first .calendar {
	background-color: #913c5f;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #e6b437;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

#event .inner .first .calendar:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}

#event .inner .first .calendar dl {
	width:100%;
	position:absolute;/*センター寄せ*/
	top:calc(50% - 2px);/*センター寄せ*/
	left:50%;/*センター寄せ*/
	transform:translate(-50%,-50%);/*センター寄せ*/
}

#event .inner .first .calendar dl dt {
	color: #FFF;
	font-family: URWDIN-Demi;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 2px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner .first .calendar dl dt {
	font-size: 1.4em;

}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#event .inner .first .calendar dl dt {
	font-size: 1.2em;

}
}

#event .inner .first .calendar dl dd {
	color: #FFF;
	font-size: 0.85em;
	line-height: 1em;
	text-align: center;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner .first .calendar dl dd {
	font-size: 0.95em;

}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#event .inner .first .calendar dl dd {
	font-size: 0.75em;

}
}

#event .inner .second {
	float: right;
	width: calc(100% - 65px);
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner .second {
	width: calc(100% - 90px);
}
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:1000px) {
#event .inner .second {
	width: calc(85% - 20px);

}
}

#event .inner .second dl {
	width: 100%;
}

#event .inner .second dl dt {
	font-size: 0.7em;
	line-height: 1em;
	margin-bottom: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner .second dl dd {
	font-size: 0.8em;
	margin-bottom: 5px;
}
}

#event .inner .second dl dd {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	line-height: 1.4em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#event .inner .second dl dd {
	font-size: 1em;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#event .inner .second dl dd {
	font-size: 0.95em;
}
}



/* addition style
-----------------------*/
#addition {
	width: 90%;
	max-width :1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#addition {
	margin-bottom: 60px;
}
}



/* recruit style
-----------------------*/
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#recruit {
	overflow: hidden;
	float: left;
	width: 60%;
}
}



/* classroom style
-----------------------*/
#classroom {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#classroom {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#classroom {
	float: right;
	width: calc(40% - 60px);
	margin-bottom: 0;
}
}

#classroom p {
	width: 100%;
	max-width : 600px;
	margin-right: auto;
	margin-left: auto;
}

#classroom p img {
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
}

#classroom p a:hover {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}



/* spr style
-----------------------*/
#spr {
	background-color: #fafaf5;
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr {
	margin-bottom: 60px;
}
}

#spr .center {
	width: 90%;
	max-width : 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr .center {
	padding-top: 60px;
	padding-bottom: 60px;
}
}

#spr ul li {
	font-size: 0.85em;
	line-height: 1.4em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr ul li {
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
}
}

#spr ul li:nth-child(2n+1) {/*奇数行の色指定*/
  background: #f1f1ec;
}



/* tpr style
-----------------------*/
#tpr {
	display: flex;
	align-items: center;
	overflow: hidden;
}

#tpr ul {
	display: flex;
}

#tpr ul li {
	overflow: hidden;
	width: 170px;
	height: auto;
	position: relative;
	list-style-type: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#tpr ul li {
	width: 220px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#tpr ul li {
	width: 250px;
}
}

#tpr ul li:before {
	content: "";
	display: block;
	padding-top: 65%;/*親要素の幅(100%)に合わせて高さを指定*/
}

#tpr ul li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

#tpr ul li a:hover {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#tpr ul {
	display: flex;
	animation: slide_left 40s infinite linear 0s both;
}
@keyframes slide_left {
  from {
	transform: translateX(-100%);
  }
  to {
	transform: translateX(0);
  }
}









/* banner style
-----------------------*/
#banner {
	background-color: #eff5fa;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#banner {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

#banner ul.slider{
	width: 200%;
	margin-left: calc( -50% + 10px );
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#banner ul.slider{
	width: 170%;
	margin-left: calc( -35% + 10px );
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#banner ul.slider{
	width: 1050px;
	margin-left: calc( 50% - 500px );
}
}

#banner ul.slider li {
	width: 100%;
	margin-right: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#banner ul.slider li {
	margin-right: 30px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#banner ul.slider li {
	margin-right: 50px;
}
}

#banner ul.slider li img {
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

#banner ul.slider li a:hover {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#banner .slick-dots li {
	display: none;
}



/* footer style
-----------------------*/
footer {
	background-color: #0050a0;
}

footer #footernav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6684c3;
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer #footernav ul.nav {
	background-image: url(../images/back_footernav.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 90%;
	max-width :1100px;
	margin-right: auto;
	margin-left: auto;
}
}

footer #footernav ul.nav li {
	text-align: center;
	float: left;
	width: 50%;
	list-style-type: none;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer #footernav ul.nav li {
	background-image: url(../images/back_footernav.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	border: none;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
footer #footernav ul.nav li + li {
  border-left: 1px solid #6684c3;
}
}

footer #footernav ul.nav li a {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 0.65em;
	text-decoration: none;
	display: block;
	line-height: 50px;
}
/* 横幅450px以上の場合 */
@media print, screen and (min-width:450px) {
footer #footernav ul.nav li a {
	font-size: 0.8em;
	line-height: 60px;
}
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer #footernav ul.nav li a {
	font-size: 0.9em;
	line-height: 70px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer #footernav ul.nav li a {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
}

footer .center {
	width: 90%;
	max-width :1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer .center {
	margin-top: 50px;
	margin-bottom: 35px;
}
}

footer .center .inner {
	display: none;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center .inner {
	display: block;
	float: left;
	width: auto;
	max-width :200px;
	margin-right: 40px;
}
}
/* 横幅1100px以上の場合 */
@media print, screen and (min-width:1100px) {
footer .center .inner {
	max-width: initial; 
	margin-right: 45px;
}
}

footer .center ul.first {
	margin-bottom: -7px;
}

footer .center ul.first li {
	font-family: "Noto Sans JP";
	font-size: 0.85em;
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom: 17px;
}

footer .center ul.first li a {
	text-decoration: none;
}

footer .center ul.second {
	margin-bottom: 17px;
}

footer .center ul.second li {
	font-size: 0.75em;
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 11px;
	position: relative;
}

footer .center ul.second li:before {
	background-color: #FFF;
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 6px;
	height: 1px;
	left:0;
	margin-top: -1px;
}

footer .center a {
	color: #FFF;
}



footer .center #customer {
	color: #FFF;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center #customer {
	width: auto;
	max-width :200px;
	position: absolute;
	top: 0px;
	right: 0px;
}
}
/* 横幅1100px以上の場合 */
@media print, screen and (min-width:1100px) {
footer .center #customer {
	max-width: initial; 
}
}




footer .center #customer p.university {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer .center #customer p.university {
	margin-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center #customer p.university {
	font-family: "Noto Sans JP";
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 10px;
}
}

footer .center #customer p.section {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer .center #customer p.section {
	margin-bottom: 25px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center #customer p.section {
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 20px;
}
}

footer .center #customer p.adr {
	font-size: 0.75em;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer .center #customer p.adr {
	margin-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center #customer p.adr {
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 20px;
}
}

footer .center #customer p.tel {
	font-family: URWDIN-Demi;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center #customer p.tel {
	font-size: 1.3em;
	text-align: left;
}
}

footer .center #customer p.tel a {
	text-decoration: none;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer .center #customer p.tel a {
	pointer-events: none;
}
}

footer a:hover, footer a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}



/* address style
-----------------------*/
address {
	background-color: #09234b;
	height: 50px;
	width: 100%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
address {
	height: 75px;
}
}

address p {
	color: #FFF;
	font-size: 0.5em;
	line-height: 50px;
	text-align: center;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
address p {
	font-size: 0.75em;
	line-height: 75px;
}
}



/* sitemap styles
-----------------------*/
h2.sitemap_title {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	width: 90%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.sitemap_title {
	font-size: 1.3em;
	margin-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
h2.sitemap_title {
	width: 1000px;
}
}

h2.sitemap_title a {
	color: #000;
	text-decoration: none;
}

h2.sitemap_title a:hover {
	color: #000;
}

.paragraph_sitemap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_sitemap {
	margin-bottom: 80px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_sitemap {
	width: 1000px;
}
}

/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.sitemap_tree {
	margin-right: -4.7619%;
	*zoom: 1;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
ul.sitemap_tree {
	margin-right: -50px;
}
}

ul.sitemap_tree li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.sitemap_tree li {
	float: left;
	width: 45.238%;
	margin-right: 4.7619%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
ul.sitemap_tree li {
	width: 475px;
	margin-right: 50px;
}
}

ul.sitemap_tree li a {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.sitemap_tree li a {
	font-size: 0.9em;
	padding-top: 15px;
	padding-bottom: 15px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
ul.sitemap_tree li a {
	font-size: 1em;
}
}



/* researchpaper styles
-----------------------*/
table.researchpaper th {
	background-color: #f0f0f0;
}

table.researchpaper th:nth-child(2n+1) {
	width: 7%;
}

table.researchpaper td:nth-child(2n+1) {
	text-align: center;
}

table.researchpaper tr:nth-child(2n+1) {
	background-color: #fafafa;
}



/* factors styles
-----------------------*/
.factors {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.factors {
	margin-bottom: 80px;

}
}

.factors .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.factors .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

.factors .inner + .inner {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

.factors .inner .first {
	float: left;
	width: 25%;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.factors .inner .first {
	width: 22%;
}
}

.factors .inner .first p {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

.factors .inner .first p:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.factors .inner .first p:before {
	padding-top: 65%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

.factors .inner .first p img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

.factors .inner .first p a:hover, .factors .inner .first p a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.factors .inner .second {
	float: right;
	width: calc(75% - 15px);
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.factors .inner .second {
	width: calc(78% - 30px);
}
}

.factors .inner .second article {
	width: 100%;
}

.factors .inner .second h2 {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.factors .inner .second h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.factors .inner .second h2 {
	margin-bottom: 15px;
}
}

.factors .inner .second dl {
	font-size: 0.75em;
	line-height: 1.5em;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.factors .inner .second dl {
	font-size: 0.85em;
}
}

.factors .inner .second dl dt {
	margin-bottom: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.factors .inner .second dl dt {
	margin-bottom: 10px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.factors .inner .second dl dt {
	margin-bottom: 15px;
}
}



/* pra styles
-----------------------*/
.pra {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra {
	margin-bottom: 80px;

}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra {
	margin-right: -5.8823%;
	margin-bottom: 30px;
}
}

.pra .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	position: relative;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra .inner {
	float: left;
	width: 44.1176%;
	margin-right: 5.8823%;
	margin-bottom: 50px;
	padding: 0;
	border: none;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.pra .inner + .inner {
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
}

.pra .inner .first {
	float: left;
	width: 25%;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra .inner .first {
	width: 16%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra .inner .first {
	width: 22%;
}
}

.pra .inner .first p {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

.pra .inner .first p:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}

.pra .inner .first p img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

.pra .inner .first p a:hover, .pra .inner .first p a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.pra .inner .second {
	float: right;
	width: calc(75% - 15px);
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra .inner .second {
	width: calc(84% - 30px);
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra .inner .second {
	width: calc(78% - 30px);
}
}

.pra .inner .second article {
	width: 100%;
}

.pra .inner .second h2 {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 7px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra .inner .second h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra .inner .second h2 {
	margin-bottom: 15px;
}
}

.pra .inner .second p {
	font-size: 0.75em;
	line-height: 1.5em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra .inner .second p {
	font-size: 0.85em;
}
}



/* pra style
-----------------------*/
.pra_title {
	background-repeat: no-repeat;
	background-position: calc(100% + 225px) center;
	min-height :200px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra_title {
	background-position: calc(50% + 450px) center;
	min-height :250px;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
}
/* 横幅1200px以上の場合 */
@media print, screen and (min-width:1350px) {
.pra_title {
	background-position: right center;
}
}

.pra_title_food {
	background-color: #faf9f0;
	background-image: url(../images/pra/back_food.jpg);
}

.pra_title_energy {
	background-color: #f5faff;
	background-image: url(../images/pra/back_energy.jpg);
}

.pra_title_lifescience {
	background-color: #eef4ff;
	background-image: url(../images/pra/back_lifescience.jpg);
}

.pra_title_srifif {
	background-color: #e2f5ff;
	background-image: url(../images/pra/back_public.jpg);
}

.pra_title_base {
	background-color: #eef4ff;
	background-image: url(../images/pra/back_base.jpg);
}

.pra_title_arc {
	background-color: #f9f9eb;
	background-image: url(../images/pra/back_arc.jpg);
	background-size:auto 100%;
}

.pra_title .inner {
	width: 90%;
	max-width :1000px;
	margin-right: auto;
	margin-left: auto;
}

.pra_title h1 {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 15px;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra_title h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	width: calc(100% - 225px);
	margin-bottom: 25px;
}
}
/* 横幅1500px以上の場合 */
@media print, screen and (min-width:1500px) {
.pra_title h1 {
	width: 100%;
}
}

.pra_title p {
	font-size: 0.9em;
	line-height: 1em;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra_title p {
	font-size: 1em;
}
}



/* pra_accordion styles
-----------------------*/
ul.pra_accordion li {
	border: 1px solid #b3b3b3;
	list-style-type: none;
}

ul.pra_accordion li + li {
  border-top: 0;
  border-bottom: 1px solid #b3b3b3;
}

ul.pra_accordion li h2 {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.pra_accordion li h2 {
	font-size: 1.2em;
}
}

ul.pra_accordion li h2:hover, ul.pra_accordion li h2:active {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

ul.pra_accordion li h2.close span {
	background-image: url(../images/icon_faqt_01.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: right 11px center;
	cursor: pointer;
	display: block;
	padding-left: 15px;
	padding-right: 33px;
	padding-top: 17px;
	padding-bottom: 17px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.pra_accordion li h2.close span {
	background-size: 22px 22px;
	background-position: right 30px center;
	padding-left: 30px;
	padding-right: 80px;
	padding-top: 25px;
	padding-bottom: 25px;
}
}

ul.pra_accordion li h2.open span {
	background-image: url(../images/icon_faqt_02.png);
}

ul.pra_accordion li .inner {
	display: none;
	margin-bottom: -1.5em;
	padding: 15px;
	border-top: 1px dashed #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.pra_accordion li .inner {
	padding: 40px;
}
}

ul.pra_accordion li .inner p.pic {
	margin-top: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.pra_accordion li .inner p.pic {
	margin-top: 30px;
}
}



/* pra_researcher styles
-----------------------*/
.pra_researcher {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra_researcher {
	margin-bottom: 30px;

}
}

.pra_researcher .inner {
	margin-bottom: 40px;
	position: relative;
}
@media print, screen and (min-width:600px) {
.pra_researcher .inner {
	margin-bottom: 50px;
}
}

.pra_researcher .inner .first {
	margin-bottom: 15px;
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra_researcher .inner .first {
	float: left;
	width: 13%;
	margin-bottom: 0;
}
}

.pra_researcher .inner .first p {
	background-color: #FFF;
	width: 40%;
	max-width :150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra_researcher .inner .first p {
	width: 100%;
	max-width: initial; /* 初期状態にリセット */
}
}

.pra_researcher .inner .first p:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}

.pra_researcher .inner .first p img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

.pra_researcher .inner .first p a:hover, .pra_researcher .inner .first p a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra_researcher .inner .second {
	float: right;
	width: calc(87% - 30px);
	display: flex;/*センター寄せ*/
	justify-content: center;/*センター寄せ*/
	align-items: center;/*センター寄せ*/
}
}

.pra_researcher .inner .second article {
	width: 100%;
}

.pra_researcher .inner .second h2 {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 15px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra_researcher .inner .second h2 {
	font-size: 1em;
	text-align: left;
}
}

.pra_researcher .inner .second table {
	font-size: 0.8em;
	line-height: 1.3em;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.pra_researcher .inner .second table {
	border: none;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra_researcher .inner .second table {
	font-size: 0.9em;
}
}

.pra_researcher .inner .second table th, .pra_researcher .inner .second table td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
	border: 1px solid #b3b3b3;
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
.pra_researcher .inner .second table th, .pra_researcher .inner .second table td {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
}

.pra_researcher .inner .second table th {
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
	width: 90px;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.pra_researcher .inner .second table th {
	width: 100px;
}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
.pra_researcher .inner .second table th {
	width: auto;
	border-top: none;
	border-bottom: none;
}
}

/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
.pra_researcher .inner .second table td + td {
 	border-top: 0;
 	border-bottom: 1px solid #b3b3b3;
}
}



/* researcher styles
-----------------------*/
.researcher_title {
	background-image: url(../images/researcher/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title {
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.researcher_title {
	min-height :250px;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
}

.researcher_title .inner {
	width: 90%;
	max-width : 450px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.researcher_title .inner {
	max-width : 1000px;
}
}

.researcher_title p.face {
	overflow: hidden;
	width: 40%;
	max-width :150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title p.face {
	width: 180px;
	max-width: initial; /* 初期状態にリセット */
	margin-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.researcher_title p.face {
	margin: 0;
	position: absolute;
	top: calc(50% - 90px);
	right: 0px;
}
}

.researcher_title p.face:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}

.researcher_title p.face img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

.researcher_title h1 {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title h1 {
	font-size: 1.5em;
	margin-bottom: 20px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.researcher_title h1 {
	font-size: 1.8em;
	text-align: left;
}
}

.researcher_title h2 {
	font-family: "Noto Sans JP";
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title h2 {
	font-size: 0.95em;
	margin-top: 8px;
	margin-bottom: 4px;
}
}

.researcher_title p.text {
	font-size: 0.75em;
	line-height: 1.3em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title p.text {
	font-size: 0.9em;
	line-height: 1.4em;
}
}

.researcher_title img.atmk {
	height: 7px;
	padding-top: 4px;
	padding-right: 1px;
	padding-left: 1px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title img.atmk {
	height: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
}

.researcher_title .prf .first {
	float: left;
	width: calc(50% - 7.5px);
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title .prf .first {
	width: calc(50% - 20px);
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.researcher_title .prf .first {
	float: none;
	width: auto;
	padding-right: 40px;
}
}

.researcher_title .prf .second {
	float: right;
	width: calc(50% - 7.5px);
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.researcher_title .prf .second {
	width: calc(50% - 20px);
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.researcher_title .prf .second {
	float: none;
	width: auto;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {

.researcher_title .prf .first, .researcher_title .prf .second {
	display: table-cell;
	vertical-align: top;
	max-width : 350px;
}
}

.paragraph_researcher {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_researcher {
	margin-bottom: 30px;
}
}

.paragraph_researcher .inner {
	padding-top: 40px;
	padding-bottom: 40px;
 	border-top: 1px solid #b3b3b3;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_researcher .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

.paragraph_researcher .inner .center {
	width: 90%;
	max-width :1000px;
	margin-right: auto;
	margin-left: auto;
}

.paragraph_researcher .inner .center p.title_en {
	font-family: URWDIN-Demi;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 5px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_researcher .inner .center p.title_en {
	font-size: 1.7em;
	margin-bottom: 8px;
}
}

.paragraph_researcher .inner .center h2 {
	font-family: "Noto Sans JP";
	font-size: 0.85em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 15px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_researcher .inner .center h2 {
	font-size: 0.95em;
	margin-bottom: 20px;
}
}



/* report styles
-----------------------*/
.paragraph_report {
	margin-right: -4.7619%;
	margin-bottom: -40px;
	padding-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_report {
	margin-bottom: -50px;
	padding-bottom: 30px;
}
}

.paragraph_report .inner {
	float: left;
	width: 45.238%;
	margin-right: 4.7619%;
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_report .inner {
	margin-bottom: 50px;
}
}

.paragraph_report .inner p.pic {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_report .inner p.pic {
	margin-bottom: 15px;
}
}

.paragraph_report .inner p.pic:before {
	content: "";
	display: block;
	padding-top: 65%;/*親要素の幅(100%)に合わせて高さを指定*/
}

.paragraph_report .inner p.pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}

.paragraph_report .inner p.text {
	font-size: 0.85em;
	line-height: 1.4em;
	text-align: center;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_report .inner p.text {
	font-size: 0.9em;
}
}



/* vtj styles
-----------------------*/
p.vtj_pic {
	background-color: #FFF;
	overflow: hidden;
	width: 40%;
	max-width : 150px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
p.vtj_pic {
	max-width : 200px;
}
}

p.vtj_pic:before {
	content: "";
	display: block;
	padding-top: 100%;/*親要素の幅(100%)に合わせて高さを指定*/
}

p.vtj_pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover; /* トリミング用 */
	font-family: 'object-fit: cover;' /* IE・Edge用 */
}


h2.vtj_title {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.vtj_title {
	font-size: 1.3em;
}
}



/* message style
-----------------------*/
.paragraph_message {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_message {
	margin-bottom: 80px;
}
}

/* 横幅600px以下の場合 */
@media screen and (max-width:600px) {
.paragraph_message .first {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
}
/* 横幅600pxから1000pxの場合 */
@media screen and (min-width:600px) and ( max-width:1000px) {
.paragraph_message .first {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
}
/* 横幅1000px以上の場合 */
@media screen and (min-width:1000px) {
.paragraph_message .first {
	float: left;
	width: 200px;
}
}

.paragraph_message .first p.pic {
	margin-bottom: 15px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.paragraph_message .first p.pic {
	margin-bottom: 20px;
}
}

.paragraph_message .first p.name {
	line-height: 1.5em;
	text-align: center;
}

.paragraph_message .second {
	margin-bottom: -1.5em;
}
/* 横幅1000px以上の場合 */
@media screen and (min-width:1000px) {
.paragraph_message .second {
	float: right;
	width: 720px;
}
}

.paragraph_message .second p {
	margin-bottom: 1.5em;
}



/* accommodation style
-----------------------*/
.paragraph_accommodation {
	margin-bottom: -20px;
	padding-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_accommodation {
	margin-bottom: -30px;
	padding-bottom: 80px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_accommodation {
	margin-right: -5.8823%;
	margin-bottom: 80px;
	padding-bottom: 0;
}
}

.paragraph_accommodation .inner {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_accommodation .inner {
	margin-bottom: 30px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_accommodation .inner {
	float: left;
	width: 44.1176%;
	margin-right: 5.8823%;
	margin-bottom: 0;
}
}



/* aroundcampus style
-----------------------*/
ul.aroundcampus_list {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
}

ul.aroundcampus_list li {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 11px;
	padding-bottom: 11px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.aroundcampus_list li {
	float: left;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
}
}



/* googlemaps style
-----------------------*/
.googlemaps {
	width: 100%;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 150%;
	position: relative;
	overflow: hidden;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.googlemaps {
	margin-bottom: 30px;
	padding-bottom: 100%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.googlemaps {
	padding-bottom: 70%;
}
}

.googlemaps iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* search style
-----------------------*/
.paragraph_search {
	margin-bottom: -20px;
	padding-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_search {
	margin-bottom: -30px;
	padding-bottom: 80px;
}
}

.paragraph_search .inner {
	padding-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_search .inner {
	padding-bottom: 30px;
}
}

.paragraph_search .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_search .inner h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
}