@charset "UTF-8";
h1, h2, h3, h4, h5, th, td, dt, dl, li {
  line-height: 1.5;
}

.youtube iframe {
  margin: 0 auto;
}

/*===================================
　　　　　base
===================================*/
/*===　reset ===*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

/*=== basic ===*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif, meiryo, yu gothic;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

main {
  width: 100%;
}

.container {
  max-width: 1200px;
}

img {
  max-width: 100%;
}

figure {
  margin-bottom: 20px;
}

a {
  color: #036EB8;
  text-decoration: none;
}

p {
	font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
  margin-bottom: 18px;
}

h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

dl, ul, ol {
  margin-bottom: 15px;
  padding: 0;
}

em {
  font-style: italic;
}

.center {
  text-align: center;
}

b, strong {
  font-weight: bold;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.text_overflow {
  overflow: hidden;
  position: relative;
}

.text-fade-transparent {
	background-image: linear-gradient(to bottom,#fff 0%,rgba(0,0,0,0) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_overflow p {
  margin: 0;
}

.ellipsis:after {
  display: inline-block;
  content: '';
  /* width: 2em; */
	width: 100%;
  height: 4em;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff 50%, #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff 50%, #fff); */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: absolute;
  right: 0;
  bottom: 0;
}

.ellipsis:before {
 /*  content: '\02026';
  position: absolute;
  right: 0;
  bottom: 0.5em;
  z-index: 1; */
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.gsc-cursor-box {
  margin-top: 50px !important;
}

.gsc-selected-option-container {
  max-width: 100% !important;
}

.gsc-cursor-page {
  margin-bottom: 10px !important;
  display: inline-block !important;
  border: 1px solid #043464 !important;
  padding: 5px 10px;
  color: #043464 !important;
}

.gsc-cursor-current-page {
  background-color: #043464 !important;
  color: #FFF !important;
  border: none;
}

.hr01 {
  height: 1px;
  margin: 55px 0;
  background-color: #c7c7c7;
}

.hr02 {
  height: 1px;
  margin: 25px 0 10px;
  background-color: #043464;
}

.img_scale {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_scale img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.light-blue {
	color: #5ab0ff;
}

.home-hero {
	position: relative;
	height: 500px;
	background: url(/assets/images/index/top_cover-notext.jpg) no-repeat center center;
	background-size: cover;
}

.home-hero .cover_area-text {
	position: absolute;
	width: 100%;
	top: 26%;
	left: 0;
}

.home-hero .cover_area-text h1, 
.home-hero .cover_area-text h2 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.home-hero .cover_area-text h1 {
	font-size: 50px;
}

.home-hero .cover_area-text h2 {
	font-size: 32px;
}

.home-news-column,
.home-policy-briefs-column {
	min-height: 400px;
}

@media screen and (min-width: 850px) {
	.research_item {
		flex: 0 0 30%;
    	max-width: 30%;
	}
	.research.row {
		justify-content: center;
	}
	
}

@media screen and (min-width: 1080px) {
	.research_item {
		flex: 0 0 16%;
    	max-width: 16%;
	}
}

@media screen and (max-width: 1200px) {
	.home-hero {
		height: 400px;
	}
	.home-hero .cover_area-text h1 {
		font-size: 45px;
	}

	.home-hero .cover_area-text h2 {
		font-size: 30px;
	}
	.home-hero .cover_area-text {
		top: 27%;	
	}
}

@media screen and (max-width: 850px) {
  .pc {
    display: none;
  }
  .tablet {
    display: block;
  }
  .sp {
    display: none;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container .container {
    padding: 0;
  }
	.home-hero {
		height: 300px;
	}
	.home-hero .cover_area-text h1 {
		font-size: 36px;
	}

	.home-hero .cover_area-text h2 {
		font-size: 26px;
	}
	.home-hero .cover_area-text {
		top: 25%;	
	}
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pc_tablet {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
  p {
    margin-bottom: 15px;
    line-height: 1.8;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  table {
    margin-bottom: 15px;
  }
  dl {
    margin-bottom: 15px;
  }
  ul {
    margin-bottom: 15px;
  }
  ol {
    margin-bottom: 15px;
  }
  /*===　サイド余白 ===*/
  main > p, main > ul, main > dl, main > h2, main > h4 {
    padding: 0 15px !important;
  }
  .hr02 {
    margin: 15px 0 10px;
  }
	.home-hero {
		height: 300px;
	}
	.home-hero .cover_area-text h1 {
		font-size: 30px;
	}

	.home-hero .cover_area-text h2 {
		font-size: 22px;
	}
	.home-hero .cover_area-text {
		top: 20%;	
	}
}

/*===　utill ===*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 640px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mr5 {
    margin-right: 5px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_ml5 {
    margin-left: 5px !important;
  }
  .sp_pt5 {
    padding-top: 5px !important;
  }
  .sp_pr5 {
    padding-right: 5px !important;
  }
  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_pl5 {
    padding-left: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mr10 {
    margin-right: 10px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_ml10 {
    margin-left: 10px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pr10 {
    padding-right: 10px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_pl10 {
    padding-left: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mr15 {
    margin-right: 15px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_ml15 {
    margin-left: 15px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pr15 {
    padding-right: 15px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_pl15 {
    padding-left: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mr20 {
    margin-right: 20px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_ml20 {
    margin-left: 20px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pr20 {
    padding-right: 20px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_pl20 {
    padding-left: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mr25 {
    margin-right: 25px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_ml25 {
    margin-left: 25px !important;
  }
  .sp_pt25 {
    padding-top: 25px !important;
  }
  .sp_pr25 {
    padding-right: 25px !important;
  }
  .sp_pb25 {
    padding-bottom: 25px !important;
  }
  .sp_pl25 {
    padding-left: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mr30 {
    margin-right: 30px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_ml30 {
    margin-left: 30px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pr30 {
    padding-right: 30px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_pl30 {
    padding-left: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mr35 {
    margin-right: 35px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_ml35 {
    margin-left: 35px !important;
  }
  .sp_pt35 {
    padding-top: 35px !important;
  }
  .sp_pr35 {
    padding-right: 35px !important;
  }
  .sp_pb35 {
    padding-bottom: 35px !important;
  }
  .sp_pl35 {
    padding-left: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mr40 {
    margin-right: 40px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_ml40 {
    margin-left: 40px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pr40 {
    padding-right: 40px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_pl40 {
    padding-left: 40px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mr45 {
    margin-right: 45px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_ml45 {
    margin-left: 45px !important;
  }
  .sp_pt45 {
    padding-top: 45px !important;
  }
  .sp_pr45 {
    padding-right: 45px !important;
  }
  .sp_pb45 {
    padding-bottom: 45px !important;
  }
  .sp_pl45 {
    padding-left: 45px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mr50 {
    margin-right: 50px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_ml50 {
    margin-left: 50px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pr50 {
    padding-right: 50px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_pl50 {
    padding-left: 50px !important;
  }
  .sp_mt55 {
    margin-top: 55px !important;
  }
  .sp_mr55 {
    margin-right: 55px !important;
  }
  .sp_mb55 {
    margin-bottom: 55px !important;
  }
  .sp_ml55 {
    margin-left: 55px !important;
  }
  .sp_pt55 {
    padding-top: 55px !important;
  }
  .sp_pr55 {
    padding-right: 55px !important;
  }
  .sp_pb55 {
    padding-bottom: 55px !important;
  }
  .sp_pl55 {
    padding-left: 55px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mr60 {
    margin-right: 60px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_ml60 {
    margin-left: 60px !important;
  }
  .sp_pt60 {
    padding-top: 60px !important;
  }
  .sp_pr60 {
    padding-right: 60px !important;
  }
  .sp_pb60 {
    padding-bottom: 60px !important;
  }
  .sp_pl60 {
    padding-left: 60px !important;
  }
  .sp_mt65 {
    margin-top: 65px !important;
  }
  .sp_mr65 {
    margin-right: 65px !important;
  }
  .sp_mb65 {
    margin-bottom: 65px !important;
  }
  .sp_ml65 {
    margin-left: 65px !important;
  }
  .sp_pt65 {
    padding-top: 65px !important;
  }
  .sp_pr65 {
    padding-right: 65px !important;
  }
  .sp_pb65 {
    padding-bottom: 65px !important;
  }
  .sp_pl65 {
    padding-left: 65px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mr70 {
    margin-right: 70px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_ml70 {
    margin-left: 70px !important;
  }
  .sp_pt70 {
    padding-top: 70px !important;
  }
  .sp_pr70 {
    padding-right: 70px !important;
  }
  .sp_pb70 {
    padding-bottom: 70px !important;
  }
  .sp_pl70 {
    padding-left: 70px !important;
  }
}

/*===================================
　　　　　layout
===================================*/
/*=== l-footer ===*/
.l-footer {
  background-color: #043464;
  color: #FFF;
}

.l-footer_top {
  padding: 70px 0;
  background: url(/assets/images/bg_footer.png) no-repeat bottom right;
  border-bottom: solid 1px #30567F;
}

.l-footer_top h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.l-footer_top h2 a {
  color: #FFF;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.l-footer_top h2:hover {
  opacity: 0.5;
}

.l-footer_top li {
  padding-left: 10px;
  position: relative;
}

.l-footer_top li:before {
  content: '-';
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
}

.l-footer_top li a {
  color: #FFF;
  font-size: 14px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.l-footer_top li a:hover {
  opacity: 0.5;
}

.l-footer_bottom {
  padding: 35px 0;
  background-color: #043464;
}

.l-footer_bottom .container {
  position: relative;
}

.l-footer_bottom small {
  font-size: 16px;
}

.l-footer_logo_img {
  margin-bottom: 20px;
}

.l-footer_logo_text,
a.l-footer_info_link {
  color: #FFF;
  font-size: 14px;
}

.l-footer_info {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.l-footer_info .btn {
  margin: 20px auto;
}

.l-footer_info_sns {
  display: inline-block;
  margin: 0;
}

.l-footer_info_sns li {
  float: left;
}

.l-footer_info_sns li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.l-footer_info_sns li a:hover,
a.l-footer_info_link:hover {
  opacity: 0.5;
}

.l-footer_info_sns li a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 850px) {
  .l-footer_top {
    padding: 70px 0;
    background: url(/assets/images/bg_footer_sp.png) no-repeat bottom right;
    border-bottom: solid 1px #30567F;
  }
  .l-footer_bottom .container {
    max-width: 90%;
  }
  .l-footer_logo_text {
    color: #FFF;
    font-size: 14px;
    width: 70%;
  }
	.social-media-header {
		display:none;
	}
}

@media screen and (max-width: 640px) {
  .l-footer_bottom {
    padding: 25px 0;
  }
  .l-footer_bottom .container {
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer_info {
    position: static;
    text-align: center;
  }
  .l-footer_logo .sprite08 {
    display: block;
    margin: auto;
  }
  .l-footer_logo_text {
    text-align: center;
    width: 100%;
  }
  .l-footer_top {
    background-size: 70%;
    padding: 25px 0;
  }
  .l-footer_top ul {
    margin: 0;
  }
  .l-footer_top li {
    text-align: center;
  }
  .l-footer_top li:before {
    display: none;
  }
  .l-footer_top li a {
    display: inline-block;
    padding: 5px 0;
  }
}

/*=== l-header ===*/
.l-header {
	background-color: #f5f5f5;
}

.l-header_inner {
  height: 140px;
  position: relative;
}

.l-header_logo {
  position: absolute;
  left: 28px;
  top: 10px;
}

.l-header_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 20px;
  padding: 0 0 0 10px;
}

.l-header_info .header-mission {
	font-style: italic;
	color: #5a5a5a;
	margin-bottom: 0;
	position: absolute;
	top: -2.25em;
	right: 0;
	font-size: 16px;
	line-height: 1.6;
	display: none;
}

.l-header_info_search {
  width: 220px;
  height: 40px;
  background-color: #fff;
  padding: 0 10px;
  margin-left: 10px;
}

.l-header_info_search * {
  border: none !important;
}

.l-header_info_search i {
  position: relative;
  top: 9px;
}

.l-header_info_item {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.l-header_info_item:hover {
  background-color: #efefef;
}

.l-header_info_item i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.l-header_info_item.subscribe-button {
	width: auto;
	height: auto;
}

.l-header_info_item.subscribe-button i {
	position: relative;
    margin-left: 0.4em;
    top: 0.15em;
}

.l-header_info_item.subscribe-button span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0.2em;
}

.l-header_info_item.subscribe-button a {
	display: inline-block;
	padding: 0.4em 0.75em 0.5em;
	color: #fff;
	background-color: #00468c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
}

.l-header_info_item.subscribe-button a:hover { 
	background-color: #00559c;
}

.l-header_info input {
  outline: none;
  color: #323232;
  font-size: 16px;
  position: relative;
  top: 9px;
}

.l-header_info input::-webkit-input-placeholder {
  color: #9f9f9f;
  font-weight: normal;
  font-size: 14px;
}

.l-header_info input[type="text"] {
  width: 89%;
}

.l-header_gnav {
  background-color: #fff;
	border-bottom: 1px solid #00468c;
}

.l-header_gnav .l-header_logo {
	width: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
}

.l-header_gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.l-header_gnav.fixed .l-header_logo {
	display: block;
	position: static;
	float: left;
	margin-top: 10px;
	margin-right: 0.85em;
	left: 0;
	top: 0;
	width: auto;
	opacity: 1;
}

.l-header_gnav.fixed ul li a {
	padding: 1.5em 0.8em;
}

.l-header_gnav.fixed .sprite04 {
	background-position: 0px -328px;
    width: 230px;
    height: 45px;
    background-size: 230px 372px;	
}

.l-header_gnav.fixed .header-mission {
	display: none;
}

.l-header_gnav .container {
	position: relative;
}

.l-header_gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  float: left;
}

.l-header_gnav ul li a {
  	display: block;
  	position: relative;
  	font-size: 15px;
	font-weight: 600;
  	padding: 1.3em 0.8em;
  	color: #00468c;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	word-break: normal;
}

.l-header_gnav ul li a:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 100%;
  background-color: #00468c;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-header_gnav ul li a:hover:before,
.l-header_gnav ul li a.hover:before {
  opacity: 1;
}

.l-header_gnav ul li a:hover,
.l-header_gnav ul li a.hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}


.l-header_gnav ul li .active,
.l-header_gnav ul li .active:hover {
  background: #00468c !important;
  color: #fff;
}

.l-header_gnav .sub-nav-container {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 25px;
	width: 1200px;
	z-index: 3;
	display: none;
}

.l-header_gnav .sub-nav-container .sub-nav {
	width: 100%;
	padding: 1.3em 1em;
	color: #fff;
	overflow: hidden;
	/* background: #00468c;  */
	box-shadow: 0 4px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.15);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00468c+0,00559c+100,005ba0+100 */
background: rgb(0,70,140); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,70,140,1) 0%, rgba(0,85,156,1) 100%, rgba(0,91,160,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,70,140,1) 0%,rgba(0,85,156,1) 100%,rgba(0,91,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,70,140,1) 0%,rgba(0,85,156,1) 100%,rgba(0,91,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00468c', endColorstr='#005ba0',GradientType=0 ); /* IE6-9 */
}

.l-header_gnav .sub-nav-container .sub-nav a,
.in-page-nav a {
	display: inline-block;
  	position: relative;
  	font-size: 14px;
  	color: #fff;
	text-transform: none;
	letter-spacing: -0.2px;
	padding: 0.5em 2em 0.5em 0.8em;
	margin-right: -4px;
	word-wrap: normal;
	word-break: normal;
	background: url(/assets/images/arrow-right.png) calc(100% - 12px) center no-repeat;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	font-weight: 600;
	vertical-align: middle;
}

.l-header_gnav .sub-nav-container .sub-nav a.active,
.in-page-nav a.active {
	background: #1f66b9 !important;	
	padding-right: 0.8em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: 2px;
	margin-left: 4px;
}

.l-header_gnav .sub-nav-container .sub-nav a:first-child.active,
.in-page-nav a:first-child.active {
	margin-left: 0;
}

.l-header_gnav .sub-nav-container .sub-nav a:hover,
.in-page-nav a:hover {
	background-position: calc(100% - 10px) center;
	background-color: #00559c;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.l-header_gnav .sub-nav-container .sub-nav a:hover:before {
	opacity: 0;
}

.l-header_gnav .header-mission {
	font-style: italic;
	color: #5a5a5a;
	float: right;
	margin-bottom: 0;
	padding-top: 21px;
	font-size: 14px;
	max-width: none;
	line-height: 1.6;
}

.header-mission {
    font-style: italic;
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 0.75em;
}

.in-page-nav {
	background-color: #00468c;
	padding: 0.8em 0;
}

.in-page-nav a {
	line-height: 1.5;
}

.l-header_menu {
  width: 25px;
  height: 20px;
  position: fixed;
  top: 68px;
  right: 80px;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}

.l-header_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #043464;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.l-header_menu span:nth-child(1) {
  top: 0px;
}

.l-header_menu span:nth-child(2) {
  top: 9px;
}

.l-header_menu span:nth-child(3) {
  top: 18px;
}

.l-header .l-header_menu.open span {
  background: #FFF;
}

.l-header .l-header_menu.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.l-header .l-header_menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.l-header .l-header_menu.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #043464;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  text-align: center;
  overflow-y: scroll;
  z-index: 100;
}

.nav_menu.active {
  right: 0;
}

.nav_menu_contact ul {
  display: table;
  margin: 0;
  margin: 0 auto 30px auto;
}

.nav_menu_contact ul li {
  float: left;
}

.nav_menu_contact ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}

.nav_menu_contact ul li a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.nav_menu_nav {
  padding: 0;
}

.nav_menu_nav li a {
  display: block;
  padding: 15px 0;
  color: #FFF;
}

.nav_menu .container {
  padding-top: 20vh;
}

/*---　gnav　---*/
.nav_menu_nav {
  max-width: 300px;
  margin: auto;
  height: 2000px;
  overflow-x: hidden;
  position: relative;
}

.nav_menu_nav ul {
  width: 100%;
}

.nav_menu_nav li.has_subnav > a {
  position: relative;
}

.nav_menu_nav li.has_subnav > a:before {
  position: absolute;
  display: block;
  content: "";
  right: 15px;
  font-size: 24px;
  top: 22px;
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -43px;
  width: 9px;
  height: 14px;
  background-size: 443px 711px;
}

.nav_menu_nav a {
  width: 100%;
}

.nav_menu_nav a.back_track {
  background: #a7b8c8;
}

.nav_menu_nav a.back_track:before {
  position: absolute;
  display: table;
  color: #fff;
  content: "";
  top: 22px;
  left: 15px;
  font-size: 24px;
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -19px;
  width: 9px;
  height: 14px;
  background-size: 443px 711px;
}

.nav_menu_nav > ul li > ul {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #043464;
  z-index: 40;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav_menu_nav > ul li > ul.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav_menu_nav > li > ul {
  z-index: 80;
  background: #043464;
}

/*--- search ---*/
.input_text {
  background: none !important;
  text-indent: 0 !important;
}

.input_btn {
  width: 17px;
  height: 17px;
  background: url(/assets/images/search.png) no-repeat;
  background-size: 17px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
	.l-header_gnav .sub-nav-container {
		width: 100%;
	}
}

@media screen and (max-width: 1110px) {
	.l-header_gnav .header-mission {
		display: none;
	}
	.l-header_info {
		top: 42px;
	}
	.l-header_info .header-mission {
		display: block;
	}
}

@media screen and (max-width: 850px) {
	.l-header_info {
		right: 80px;
	}
}

@media screen and (max-width: 1050px) {
	.l-header_gnav.fixed .l-header_logo .sprite04 {
		width: 60px;
		height: 50px;
		background: url(/assets/images/toda-icon.png) no-repeat;
	}		
}

@media screen and (max-width: 970px) {
	.research-area-block .research-area-image-wrapper h2,
	.about-us-block .about-us-image-wrapper h2,
	.expert-block .expert-image-wrapper h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 850px) {
  .l-header_info .header-mission {
  	display: none;	
  }
  .l-header_inner {
    max-width: 100%;
    height: 120px;
  }
  .l-header_logo {
    top: 27px;
  }
  .l-header_gnav {
    display: none;
  }
  .l-header_contact {
    display: none;
  }
  .l-header_info {
    padding: 0;
  }
  .l-header_info_item {
    display: none;
  }
  .l-header_info_search {
    display: none;
    height: 39px;
    text-align: center;
  }
  .l-header_menu {
    top: 43px;
    right: 14px;
  }
  /*---　gnav　---*/
  .sp_search_btn {
    position: absolute;
    top: 43px;
    right: 52px;
  }
  .sp_search_btn:hover {
    cursor: pointer;
  }
  .nav_menu_nav {
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .l-header_inner {
    height: 115px;
  }
  .l-header_logo {
    top: 20px;
    left: 22px;
  }
  .l-header_menu {
    top: 36px;
    right: 14px;
  }
  .l-header_info {
    width: 100%;
  }
  .l-header_info input {
    top: 0;
  }
  .l-header_info_search {
    position: fixed;
    top: 84px;
	  left: 0;
    width: 100%;
    margin: 0;
    height: 50vh;
    padding-top: 25vh;
    z-index: 99;
  }
  .l-header_info_search_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35px;
    right: 50px;
  }
  .l-header_info_search_close span {
    display: inline-block;
    height: 1px;
    width: 25px;
    background-color: #043464;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .l-header_info_search_close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header_info_search_close span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #gsc {
    border-bottom: 1px solid #043464 !important;
    padding-bottom: 10px;
  }
  .sp_search_btn {
    top: 38px;
  }
  .sp_menu .container {
    padding-top: 10vh;
  }
  .nav_menu_container {
    padding-top: 11vh;
  }
  .nav_menu_nav {
    padding-bottom: 30px;
  }
  .nav_menu_nav ul {
    margin-bottom: 0;
  }
}

/*===　l-side ===*/
.content_colum2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 110px !important;
}

.content_colum2.research-area-main-container {
	padding-bottom: 20px !important;
}

.content_colum2_main {
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
}

.content_colum2_main_imgsec {
  margin-bottom: 53px;
}

.l-side {
  width: 220px;
  margin-bottom: 30px;
  margin-right: 90px;
}

.l-side_wrapper {
  margin-top: 10px;
}

.l-side_heading {
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  color: #043464;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}

.l-side_heading a {
  color: #043464;
}

.l-side .active > a {
  color: #323232;
}

.l-side_nav a {
  width: 100%;
  padding: 14.5px 0;
  padding-left: 22px;
  border-bottom: 1px solid #9f9f9f;
  display: inline-block;
  color: #9f9f9f;
  position: relative;
  font-size: 15px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.l-side_nav a:before {
  content: '-';
  margin-right: 3px;
}

.l-side_nav a:hover {
  color: #323232 !important;
}

.l-side_news_list {
  padding-top: 15px;
  padding-left: 20px;
}

.l-side_news_list > ul > li > a.disable {
  pointer-events: none;
}

.l-side_news_list > ul > li > a.disable:before {
  content: '-';
}

.l-side_news_list ul {
  margin: 0;
}

.l-side_news_list ul ul {
  display: none;
  padding-left: 0.5em;
}

.l-side_news_list ul ul a:before {
  content: '-';
  margin-left: 2px;
}

.l-side_news_list a {
  display: inline-block;
  color: #9f9f9f;
  position: relative;
  font-size: 14px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.l-side_news_list a:hover {
  color: #323232;
}

.l-side_news_list a:before {
  content: '+';
  margin-right: 3px;
}

.l-side_news_list a.on:before {
  content: '-';
  margin-left: 2px;
}

@media screen and (max-width: 1200px) {
  .l-side {
    margin-right: 20px;
  }
}

@media screen and (max-width: 850px) {
  .l-side {
    width: 100%;
    margin-bottom: auto;
  }
  .l-side_wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-side_nav .l-side_list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .content_colum2_main_imgsec {
    margin-left: -20px;
    margin-bottom: 30px;
    width: calc(100% + 40px);
    max-width: none;
  }
}

/*===================================
　　　　　module
===================================*/
/*===　btn 　===*/
.btn {
  display: inline-block;
  min-width: 200px;
  padding: 17px 30px;
  text-align: center;
  font-size: 14px;
  margin: 10px 0 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.btn_standard {
  color: #043464;
  border: 1px solid;
  background-color: #fff;
}

.btn_standard:hover {
  background-color: #043464;
  color: #fff;
}

.btn_white {
  color: #fff;
  border: 1px solid;
}

.btn_white:hover {
  background-color: #fff;
  color: #043464;
}

.btn_error {
  color: #e03535;
  border: 1px solid;
}

.btn_error:hover {
  background-color: #e03535;
  color: #FFF;
}

.btn_warning {
  color: #f9a712;
  border: 1px solid;
}

.btn_warning:hover {
  background-color: #f9a712;
  color: #FFF;
}

.btn_small {
  font-size: 16px;
  padding: 12px -15;
}

.btn_big {
  font-size: 18px;
  padding: 17px 100px;
}

.btn_radius {
  border-radius: 5px;
}

@media screen and (max-width: 850px) {
  .btn_center_sp {
    display: table;
    margin: 60px auto;
  }
}

@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 20px 30px;
    margin: 10px 0 20px;
  }
  .btn_big {
    width: 100%;
    font-size: 18px;
    padding: 17px 0;
  }
}

/*===　heading　===*/
.heading01 {
  line-height: 1.3;
  color: #043464;
}

.heading02 {
  line-height: 1.4;
  font-size: 22px;
  color: #043464;
  margin-bottom: 20px;
}

.heading03 {
  padding: 11px 22px;
  font-size: 18px;
  color: #fff;
  background-color: #043464;
  clear: both;
  margin-bottom: 21px;
}

.heading04 {
  color: #043464;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.4;
}

.heading05 {
  font-size: 18px;
  margin-bottom: 2px;
}

.heading10 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #043464;
  clear: both;
  line-height: 1.1;
}

.heading11 {
  font-size: 40px;
  text-align: center;
  color: #043464;
  clear: both;
  line-height: 1.1;
  padding: 80px 0;
}

.heading11:before {
  display: inline-block;
  content: '';
  width: 2px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.heading11_wrapper {
  position: relative;
}

@media screen and (max-width: 850px) {
  .heading01 {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .heading02 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .heading03 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    line-height: 1.2;
  }
  .heading04 {
    font-size: 20px;
    margin-bottom: 20px !important;
    line-height: 1.2;
  }
  .heading05 {
    font-size: 18px;
    margin-bottom: -13px;
    font-weight: bold;
  }
  .heading10 {
    font-size: 32px;
  }
  .heading11 {
    font-size: 32px;
    padding: 50px 0;
  }
  .heading11:before {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .heading01 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .heading02 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .heading03 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px;
    line-height: 1.2;
  }
  .heading04 {
    font-size: 16px;
    margin-bottom: 25px !important;
  }
  .heading05 {
    font-size: 18px;
    margin-bottom: -13px;
    font-weight: bold;
  }
  .heading10 {
    font-size: 32px;
  }
  .heading11 {
    font-size: 32px;
    padding: 50px 0;
  }
  .heading11:before {
    width: 1px;
    height: 30px;
  }
}

.list_disc {
  margin-left: 10px;
}

.list_disc > li {
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
  padding-left: 16px;
font-size: 15px;
}

.list_disc > li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #043464;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}

.list_disc > li:last-child {
  margin-bottom: 0;
}

.text-list li {
	font-size: 14px;
}

.list_circle {
  margin-left: 10px;
}

.list_circle > li {
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
}

.list_circle > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  border: #333 2px solid;
  position: absolute;
  top: 7px;
  left: 0;
}

.list_circle > li:last-child {
  margin-bottom: 0;
}

.list_number > li {
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
  margin-left: 20px;
  list-style: decimal;
  font-size: 15px;
}

.list_number > li:last-child {
  margin-bottom: 0;
}

/*===　media　===*/
.media .media_left, .media .media_right, .media .media_body {
  display: table-cell;
  vertical-align: top;
}

.media_left {
  padding-right: 10px;
}

.media_right {
  padding-left: 10px;
}

.media_list_item {
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.media_list_item > div {
  width: 100%;
}

.media_list_item > div:nth-of-type(2) {
  padding-left: 25px;
}

.media_list_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.media_list_item_tag {
  margin: 0;
}

.media_list_item_tag a {
	display: inline-block;
	border: 1px solid #f0f0f0;
	color: #00468c !important;
	opacity: 1 !important;
	background-color: #fff;
	font-size: 11px;
	padding: 2px 10px;
	margin-bottom: 5px;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.media_list_item_tag a:hover {
	color: #07488a;
	border: 1px solid #07488a;
}

.media_list_item_img {
  margin-bottom: 10px;
  width: 100%;
  height: 220px;
}

.media_list_item_img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.media_list_item_heading {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 10px;
  color: #043464;
}

.media_list_item_heading a {
  line-height: 1.1;
  color: #036EB8;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.media_list_item_heading a:hover {
  opacity: 0.5;
}

.media_list_item_link {
  text-align: right;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  /* margin-top: 10px; */
}

.media_list_item_link:hover {
  opacity: 0.5;
}

.media_list_item_date, .media_list_item_place {
  color: #646464;
  margin-bottom: 0;
}

.media_list_item_date {
  font-size: 12px;
}

.media_list_item_place:before {
  display: inline-block;
  content: '';
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -328.5px;
  width: 12px;
  height: 18px;
  background-size: 443px 711px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.media_list_item_big {
  border-bottom: none;
  margin-bottom: 0;
}

.media_list_item_big .media_list_item_tag a {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.media_list_item_big .media_list_item_tag a:hover {
  opacity: 0.7;
}

.media_list_item_big .media_list_item_heading a {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #FFF;
}

.media_list_item_big .media_list_item_heading a:hover {
  opacity: 0.7;
}

.media_list_item_big .detail_header_date {
  width: 100%;
  height: 490px;
  position: relative;
}

.media_list_item_big .detail_header_date .up_coming {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.media_list_item_big .detail_header_date .up_coming_layer {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #043464 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.media_list_item_big .column_2 {
  width: 100%;
}

.media_list_item_big .column_2 > .media_list_item_img {
  width: 100%;
  height: 490px;
}

.column_2 > .detail_header_date {
  margin-right: 0;
}

.column_2 > .media_list_item_img {
  width: calc( 100% - 140px);
  height: 180px;
}

@media screen and (max-width: 640px) {
  .media_list_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .media_list_item:last-child {
    border-bottom: none;
  }
  .media_list_item_tag {
    line-height: 1;
  }
  .media_list_item_tag a {
    font-size: 10px;
    padding: 2px 8px;
    margin-bottom: 2px;
  }
  .media_list_item_heading {
    font-size: 18px;
    line-height: 22.5px;
  }
  .media_list_item_place {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .media_list_item_place:before {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px 0px;
    width: 8px;
    height: 12px;
    background-size: 222px 204.5px;
    display: inline-block;
    margin-right: 3px;
    top: 1px;
  }
  .media_list_item_big .detail_header_date {
    padding: 0 20px;
    height: auto;
  }
  .media_list_item > div:nth-of-type(2) {
    padding-left: 10px;
  }
  .media_list_item_img {
    height: 145px;
    margin-bottom: 10px;
  }
  .column_2 {
    display: block;
  }
  .column_2 > .detail_header_date {
    padding-top: 20px;
    margin-left: 0;
  }
  .column_2 > .detail_header_date.heightauto {
    height: auto;
  }
  .column_2 > .media_list_item_img {
    height: auto;
  }
}

/*===　other　===*/
/*---　arrangement　---*/
.align_center {
  text-align: center;
  margin: 0 auto 53px auto;
}

.align_left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.align_right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

/*---　caption　---*/
.caption {
  display: table;
}

.caption span {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.3em;
  padding: 0;
  text-align: center;
}

.annotation {
  font-size: 0.7em;
}

/*---　youtube　---*/
.youtube {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  /*---　arrangement　---*/
  .align_left, .align_right {
    display: table;
    text-align: center;
    float: none;
    margin: 0 auto 10px auto;
  }
  .align_center {
    margin: 0 auto 30px auto;
  }
  /*---　caption　---*/
  .caption span {
    margin: 5px 0 20px;
  }
  .annotation {
    font-size: 0.8em;
  }
  /*---　youtube　---*/
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*===　sprite/SVG　===*/
/*---　sprite　---*/
.sprite01, .sprite02, .sprite03, .sprite04, .sprite05, .sprite07, .sprite08, .sprite09, .sprite10, .sprite11, .sprite12, .sprite13, .sprite14, .sprite15, .sprite16, .sprite17 {
  display: inline-block;
}

.sprite01 {
  	background-image: url(../../assets/images/sprite.png);
	background-position: 0px -393px;
    width: 27px;
    height: 25px;
    background-size: 580px 931px;
}

.sprite02 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -219.5px;
  width: 20.5px;
  height: 17px;
  background-size: 443px 711px;
}

.sprite03 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -445px;
  width: 10px;
  height: 20.5px;
  background-size: 443px 711px;
}

.sprite04 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -570px;
  width: 400px;
  height: 78px;
  background-size: 400px 648px;
}

:lang(ja) .sprite04 {
  background-image: url(../../assets/images/sprite_jp.png);
  background-position: 0px -570px;
  width: 400px;
  height: 78px;
  background-size: 400px 648px;
}

.sprite05 {
  	background-image: url(../../assets/images/sprite.png);
	background-position: 0px -65px;
    width: 350px;
    height: 68px;
    background-size: 350px 567px;
}

.sprite07 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -356.5px;
  width: 18px;
  height: 18px;
  background-size: 443px 711px;
}

.sprite08 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -557.5px;
  width: 246.5px;
  height: 63px;
  background-size: 443px 711px;
}

:lang(ja) .sprite08 {
  background-image: url(../../assets/images/sprite_jp.png);
  background-position: 0px -557.5px;
  width: 246.5px;
  height: 63px;
  background-size: 443px 711px;
}

.sprite09 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -414.5px;
  width: 10px;
  height: 20.5px;
  background-size: 443px 711px;
}

.sprite10 {
  background-image: url(../../assets/images/sprite.png);
    background-position: 0px -357px;
    width: 27px;
    height: 25px;
    background-size: 580px 931px;
}

.sprite11 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -193px;
  width: 20.5px;
  height: 16.5px;
  background-size: 443px 711px;
}

.sprite12 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -91px;
  width: 20.5px;
  height: 14.5px;
  background-size: 443px 711px;
}

.sprite13 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -246.5px;
  width: 17px;
  height: 17px;
  background-size: 443px 711px;
}

.sprite14 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px 0px;
  width: 14px;
  height: 9px;
  background-size: 443px 711px;
}

.sprite15 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -140px;
  width: 20.5px;
  height: 16.5px;
  background-size: 443px 711px;
}

.sprite16 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -384.5px;
  width: 10px;
  height: 20px;
  background-size: 443px 711px;
}

.sprite17 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -115.5px;
  width: 20.5px;
  height: 14.5px;
  background-size: 443px 711px;
}

/*---　SVG　---*/
.svg01 {
  width: 100px;
  fill: #2aa3f1;
}

.svg02 {
  width: 100px;
  fill: #3d5a96;
}

.svg03 {
  width: 100px;
  fill: #1bb71f;
}

@media screen and (max-width: 850px) {
  /*---　sprite　---*/
  /* .sprite01 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -65px;
    width: 39.5px;
    height: 39px;
    background-size: 222px 204.5px;
  } */
  .sprite02 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -22px;
    width: 40px;
    height: 33px;
    background-size: 222px 204.5px;
  }
  .sprite03 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -114px;
    width: 39.5px;
    height: 39.5px;
    background-size: 222px 204.5px;
  }
  .sprite04 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -163.5px;
    width: 222px;
    height: 41px;
    background-size: 222px 204.5px;
  }
  :lang(ja) .sprite04 {
    background-image: url(../../assets/images/sprite_sp_jp.png);
    background-position: 0px -163.5px;
    width: 222px;
    height: 41px;
    background-size: 222px 204.5px;
  }
  /*---　SVG　---*/
  .svg01 {
    width: 50px;
  }
  .svg02 {
    width: 50px;
  }
  .svg03 {
    width: 50px;
  }
}

/*===　table　===*/
.table th {
  font-weight: bold;
  text-align: center;
}

.table th,
.table td {
  padding: 11px 18px;
}

.table_layout01 {
  width: 100%;
}

.table_layout01 th {
  background-color: #043464;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

.table_border th,
.table_border td {
  border: solid 1px #ccc;
}

.table_center {
  margin: 0 auto 30px auto;
}

.table_center th {
  text-align: center;
}

.table_center th,
.table_center td {
  padding: 8px 10px;
}

.table_stripe tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

@media screen and (max-width: 640px) {
  .table th,
  .table td {
    padding: 8px 10px;
  }
  .table_center {
    margin: 0 auto 15px auto;
  }
}

/*===================================
　　　　　style
===================================*/
/*=== contents ===*/
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.block01_img_pic06 {
  background: url(/assets/images/about-us/about-us_pic06.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic07 {
  background: url(/assets/images/about-us/about-us_pic07.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic08 {
  background: url(/assets/images/about-us/about-us_pic08.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic09 {
  background: url(/assets/images/about-us/about-us_pic09.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic10 {
  background: url(/assets/images/about-us/about-us_pic10.jpg) no-repeat center;
  background-size: cover;
}

.column_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-main {
  padding-bottom: 50px;
}

.bgc_siteColor {
  background-color: #043464;
}

.bgc_siteColor * {
  color: #FFF;
}

.bgc_siteColor .heading11:before {
  background-color: #FFF;
}

.bgc_white {
  background-color: #f0f0f0;
}

.bgc_white * {
  color: #043464;
}

.bgc_white .heading11:before {
  background-color: #043464;
}

.bgc_black {
  background-color: #3C3C3C;
}

.bgc_black * {
  color: #fff;
}

.bgc_black .heading11:before {
  background-color: #fff;
}

.bg_tw {
  background: url(/assets/images/index/bg_tw.jpg) no-repeat center;
  background-size: cover;
}

.bg_tw * {
  color: #fff;
}

.bg_tw .heading11:before {
  background-color: #fff;
}

.research_img {
  position: relative;
}

.research_img .research_layer {
  display: inline-block;
  content: '';
  position: absolute;
  width: 102%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.6;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.research_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}

.research_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.research_item:hover .research_img .research_layer {
  opacity: 1;
}

.research_item .btn {
  width: 100px;
	min-width: 100px;
	padding: 10px;
  color: #fff;
  border: 1px solid;
  font-weight: bold;
	margin-bottom: 10px;
}

.research_item img {
  width: 100%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.research_layer {
  display: table;
  position: absolute;
	width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}

.research_text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.news {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #043464;
}

.news_heading {
  text-align: center;
  margin-bottom: 30px;
}

.news_item {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.news_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news_item:hover .news_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news_img {
  width: 160px;
  height: 78px;
}

.news_content {
  padding-left: 15px;
}

.news_date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #3C3C3C;
}

.news_description {
  margin-bottom: 10px;
  font-size: 16px;
  color: #043464;
  line-height: 1.4;
}

.appeal {
  padding: 40px 0 20px;
}

.appeal_item {
  text-align: center;
  border-right: 1px solid #c8c8c8;
}

.appeal_item:nth-of-type(2) {
  border-right: none;
}

.appeal_heading {
  font-size: 28px;
  color: #043464;
  margin-bottom: 30px;
}

.appeal_text {
  width: 60%;
  margin: auto;
  font-size: 14px;
  margin-bottom: 15px;
}

.breadcrumbs {
  padding: 10px 0;
  font-size: 14px;
  /**background-color: #a7b8c8;**/
  color: #323232;
  margin-bottom: 10px;
	margin-top: 1.5em;
}

.breadcrumbs a {
  color: #00468c;
}

.block-button {
	display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 0.8em 2em 0.8em 1em;
    word-wrap: normal;
    word-break: normal;
    background: url(/assets/images/arrow-right.png) calc(100% - 16px) center no-repeat;
	background-color: #00468c;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.block-button:hover {
	background-position: calc(100% - 12px) center;
    background-color: #00559c;
}

/* Home */
.about-panel {
	margin-top: 40px;
}

/* Research */
.research-intro p {
	max-width: 1000px;
}

.side-bar-list-research-areas .research-area-block {
	width: 100%;
	margin-bottom: 1em;
}

.side-bar-list-research-areas .research-area-block .block01_img {
	min-height: 200px;
}

.research-area-block,
.about-us-block,
.expert-block {
	width: 25%;
	float: left;
}

.research-area-block {
	width: 16%;
}

@media screen and (max-width: 1040px) {
	.research-area-block {
		width: 30%;
	}
	.research-area-block a { 
		min-height: 470px;
	}
	.research-area-inner{
		padding-bottom: 0.5em;
	}	
}

.research-area-inner,
.about-us-inner,
.expert-inner {
	padding-right: 0.5em;
}

.research-area-inner a,
.about-us-inner a,
.expert-inner a {
	display: block;
	border: 1px solid #e4e2e2;
    box-shadow: 0 2px 0 rgba(0,0,0,.05);
	background-color: #f5f5f5;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.research-area-block .block01_img,
.about-us-block .block01_img,
.expert-block .block01_img {
	min-height: 200px;
}

.research-area-image-wrapper,
.about-us-image-wrapper,
.expert-image-wrapper {
	position: relative;
}

.research-area-image-wrapper .gradient-title,
.about-us-image-wrapper .gradient-title,
.expert-image-wrapper .gradient-title {
	position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    z-index: 10;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 3em 0.75em 1em 0.75em;
    text-align: left;
    background: 0 0;
    background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.8) 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(80%,rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.8) 80%);
    background: -o-linear-gradient(top,transparent 0%,rgba(0,0,0,.8) 80%);
    background: -ms-linear-gradient(top,transparent 0%,rgba(0,0,0,.8) 80%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.8) 80%);
}

.research-area-image-wrapper .gradient-title.block-button-container .block-button,
.about-us-image-wrapper .gradient-title.block-button-container .block-button,
.expert-image-wrapper .gradient-title.block-button-container .block-button {
	opacity: 0;
	position: absolute;
	bottom: -30px;
}

.research-area-image-wrapper h2,
.about-us-image-wrapper h2,
.expert-image-wrapper h2 {
	font-size: 22px;
    color: #fff;
	margin-bottom: 0;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.research-area-block .intro-content,
.about-us-block .intro-content,
.expert-block .intro-content {
	padding: 1em;
}

.research-area-block .intro-content {
	padding: 0.75em;
}

.research-area-block .intro-content p,
.about-us-block .intro-content p,
.expert-block .intro-content p {
	color: #323232;
}

.research-area-block .research-area-image-wrapper h2 {
	font-size: 18px;
}

.research-area-block .intro-content p {
	font-size: 13px;
}

.research-area-inner:hover a,
.about-us-inner:hover a,
.expert-inner:hover a {
	background-color: #043464;
}

.research-area-inner:hover .intro-content p,
.about-us-inner:hover .intro-content p,
.expert-inner:hover .intro-content p {
	color: #fff;
}

.research-area-inner:hover .block-button,
.about-us-inner:hover .block-button,
.expert-inner:hover .block-button {
	background-position: calc(100% - 12px) center;
    background-color: #00559c;
}

.research-area-inner:hover .gradient-title.block-button-container h2,
.about-us-inner:hover .gradient-title.block-button-container h2,
.expert-inner:hover .gradient-title.block-button-container h2 {
	margin-bottom: 50px;
}

.research-area-inner:hover .gradient-title.block-button-container .block-button,
.about-us-inner:hover .gradient-title.block-button-container .block-button,
.expert-inner:hover .gradient-title.block-button-container .block-button {
	opacity: 1;
	bottom: 1em;
}

.research-sub-content.content_colum2_main {
	margin-left: 0;
}

.research-area-intro-card {
	border: 1px solid #e4e2e2;
    box-shadow: 0 2px 0 rgba(0,0,0,.05);
	background-color: #f5f5f5;
	border-bottom: 1px solid #00468c;
	position: relative;
}

.research-area-intro-card .research-intro-image {
	height: 100%;
	background-size: cover;
	background-position: center center;
	width: 50%;
	position: absolute;
}

.research-area-intro-card .text {
	float: right;
	width: 50%;
}

.research-area-intro-card .text-inner {
	padding: 1em 1em 1em 1.5em;
}

.research-area-intro-card h2 {
	margin-bottom: 0;
	color: #043464;
}

.side-bar-list-research-resources {
	width: 35%;
	min-width: 290px;
}

.side-nav {
	border: 1px solid #e4e2e2;
    box-shadow: 0 2px 0 rgba(0,0,0,.05);
	background-color: #f5f5f5;
	border-bottom: 1px solid #00468c;
}

.side-nav ul {
	margin-bottom: 0;
}

.card {
	border: 1px solid #e4e2e2;
    box-shadow: 0 2px 0 rgba(0,0,0,.05);
	background-color: #fff;
}

.side-nav .nav-header {
	padding: 0.75em 1em;
}

.side-nav .nav-header h3 {
	font-size: 15px;
}

.side-nav a {
	display: block;
	padding: 0.8em 1em;
	background-color: #00468c;
	border-bottom: 1px solid #1f66b9;
	color: #fff;
	line-height: 1.5;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	font-size: 15px;
	line-height: 1.6;
}

.side-nav a:hover {
	background-color: #00559c;
}

.side-nav a.active {
	background-color: #1f66b9;	
}
	
.research-expert {
	padding: 1em;
	border: 1px solid #e4e2e2;
    box-shadow: 0 2px 0 rgba(0,0,0,.05);
	background-color: #f5f5f5;
	border-bottom: 1px solid #00468c;
	max-width: 300px;
}

.research-expert .person-details {
	float: right;
}

.research-expert h3 {
	font-size: 18px;
}

.research-expert .expert-circle-pic {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	float: left;
}

.expert-sub-page-content,
.about-sub-page-content {
	max-width: 980px;
	margin: 0 0;
}

.research-area-featured-content .col-sm-4:first-child {
	padding-left: 0;
}

.research-area-featured-content .col-sm-4:last-child {
	padding-right: 0;
}

.research-area-featured-content .content {
	padding: 1em;
}

.research-area-featured-content .media_list_item_img {
	height: 190px;
}

.tab-buttons {
	border-bottom: 1px solid #d1d3d4;
	margin-bottom: 1em;
}

.tab-buttons button {
	display: block;
	float: left;
	font-size: 14px;
    padding: 1em;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
	outline: 0;
	border: 0;
	background-color: #f5f5f5;
	color: #323232;
}

.tab-buttons button.selected {
	background-color: #00468c;
	color: #fff;
}

.tab-buttons button:hover {
	background-color: #f5f5f5;
	color: #00468c;
}

.tab-buttons button.selected:hover {
	background-color: #00559c;	
	color: #fff;
}

.tab-content {
	display: none;
}

.tab-content.future-events.show {
	display: block;
}

.tab-content.future-events.hide,
.tab-content.past-events.hide {
	display: none;
}

.tab-content.past-events,
.tab-content.past-events.show {
	display: block;
}	

.tab-content .past-events-list-wrapper {
	margin: 0;
}

.col-sm-4.column-left-padding-0,
.col-sm-5.column-left-padding-0,
.col-sm-6.column-left-padding-0,
.col-sm-7.column-left-padding-0 {
	padding-left: 0 !important;
}

.block01 {
  background-color: #f0f0f0;
  margin-bottom: 60px;
}

.block01_item {
  padding: 50px 55px !important;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.block01_heading {
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 20px;
  color: #043464;
/*   -webkit-transition: ease 0.5s;
  transition: ease 0.5s; */
}

.block01_text {
  font-size: 18px;
  margin-bottom: 0;
}

.block01_more {
  text-align: right;
  color: #043464;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  margin-top: 10px;
}

.block01_img {
  min-height: 380px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.block01_img_wrapper {
  overflow: hidden;
}

.block01_img_pic01 {
  background: url(/assets/images/about-us/about-us_pic01.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic02 {
  background: url(/assets/images/about-us/about-us_pic02.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic03 {
  background: url(/assets/images/about-us/about-us_pic03.jpg) no-repeat center;
  background-size: cover;
}

.block01_img_pic04 {
  background: url(/assets/images/about-us/josei_toda.jpg) no-repeat;
  background-size: cover;
}

.block01_img_pic05 {
  background: url(/assets/images/about-us/about-us_pic05.jpg) no-repeat center;
  background-size: cover;
}

.block01 a {
  color: #323232;
}

.block01 a > div {
  padding: 0;
}

.block01 a:hover {
  color: #FFF;
}

.block01 a:hover .block01_item {
  background-color: #043464;
}

.block01 a:hover .block01_heading {
  color: #FFF;
}

.block01 a:hover .block01_more {
  color: #FFF;
}

.block01 a:hover .block01_img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.block02 a {
  color: #323232;
}

.block02 a > div {
  padding: 0;
}

.block02 a:hover {
  background-color: #043464;
  color: #FFF;
}

.block02 a:hover .block02_heading {
  color: #FFF;
}

.block02 a:hover .block02_more {
  color: #FFF;
}

.block02_item {
  padding: 40px 55px !important;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  border: 1px solid #f0f0f0;
  margin-left: -1px;
  margin-top: -1px;
}

.block02_heading {
  line-height: 1.2;
  font-size:22px;
  margin-bottom: 20px;
  color: #043464;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.block02_text {
  font-size: 14px;
  margin-bottom: 0;
}

.block02_more {
  text-align: left;
	margin-top: 0.5em;
  color: #043464;
	font-size: 14px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.block03_img_wrapper {
  position: relative;
  padding: 0;
}

.block03_img_wrapper img {
  width: 100%;
  height: auto;
}

.block03_sns a {
  display: inline-block;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.block03_sns a:hover {
  opacity: 0.5;
}

.block03_sns_tw {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -475.5px;
  width: 31px;
  height: 31px;
  background-size: 443px 711px;
}

.block03_sns_fb {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -516.5px;
  width: 31px;
  height: 31px;
  background-size: 443px 711px;
}

.block03_role {
  margin-bottom: 0;
}

.block03_item {
  background-color: #043464;
  color: #FFF;
  margin-bottom: 60px;
}

.block03_item_text_area {
  padding: 40px 35px 10px;
}

.block03_heading {
  line-height: 1.1;
  font-size: 35px;
  margin-bottom: 5px;
}

.block03_expertise {
  margin: 35px 0 0;
}

.block03_expertise_list {
  margin: 0;
}

.block03_expertise_list li {
  display: inline-block;
  background-color: #FFF;
  color: #043464;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 4px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.block_area {
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 30px;
}

.block_area p {
  font-style: italic;
}

.block_area p:last-child {
  margin-bottom: 0;
}

.floating_block {
  bottom: 0;
  right: 0;
}

.floating_block_item a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #EFEFEF;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.floating_block_item a:hover {
  opacity: 0.7;
}

.floating_block .gotop a {
  background-color: #07488a;
  line-height: 36px;
}

.EmailForm {
  width: 100%;
}

.EmailForm_item {
  margin-bottom: 20px;
}

.EmailForm input[type="text"] {
  width: 50%;
}

.EmailForm input[type="text"],
.EmailForm textarea {
  border: 1px solid #c7c7c7;
  font-size: 14px;
  padding: 11px 19px;
}

.EmailForm textarea {
  width: 100%;
  min-height: 150px;
}

::-webkit-input-placeholder {
  color: #9f9f9f;
}

:-ms-input-placeholder {
  color: #9f9f9f;
}

::-ms-input-placeholder {
  color: #9f9f9f;
}

::placeholder {
  color: #9f9f9f;
}

a.lines {
  padding: 38px 0 17px !important;
  line-height: 20px;
}

a.lines span {
  font-size: 14px;
}

@media screen and (max-width: 850px) {
  .l-main {
    padding-bottom: 30px;
  }
  .l-side {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .research {
    padding: 0 60px;
  }
	.research-area-block,
	.about-us-block,
	.expert-block {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.research-area-block .block01_img,
	.about-us-block .block01_img,
	.expert-block .block01_img {
		min-height: 380px;
	}
	.research-area-intro-card .research-intro-image {
		height: 250px;
		width: 100%;
		position: static;
	}
	.research-area-intro-card .text {
		float: none;
		width: auto;
	}
	.side-bar-list-research-resources {
		width: auto;
	}
}

.secondTop_media_big {
  position: relative;
  margin-bottom: 40px;
}

.secondTop_media_big_img {
  max-width: 1250px;
  margin: 0 auto;
}

.secondTop_media_big_img img {
  width: 100%;
  max-width: 1280px;
}

.secondTop_media_big_text {
  height: 56px;
  margin-bottom: 0;
  padding-right: 1em;
  color: #fff;
}

.secondTop_media_big_textArea {
  background: rgba(4, 52, 100, 0.5);
  padding: 15px 20px;
  bottom: 0;
  position: absolute;
  left: 0;
  color: #FFF;
}

.secondTop_media_big_textArea a {
  color: #FFF;
}

.secondTop_media_big_textArea .ellipsis:after {
  background: none;
}

.secondTop_media_big_date {
  color: #FFF;
  margin-bottom: 0;
  font-size: 20px;
}

.secondTop_media_big_heading {
  line-height: 1.3;
  margin-bottom: 5px;
}

.secondTop_media_big_heading a {
  font-size: 30px;
}

.secondTop_media_big a {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.secondTop_media_big a:hover {
  opacity: 0.5;
}

.secondTop_media_list_item {
  width: 47%;
  position: relative;
  margin-bottom: 55px;
  float: left;
  margin-left: 6%;
}

.thirdTop_media_list_item {
  width: 30%;
  position: relative;
  margin-bottom: 55px;
  float: left;
  margin-left: 3%;
}

.secondTop_media_list_item:nth-of-type(2n+1),
.thirdTop_media_list_item:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}

.secondTop_media_list_item_img,
.thirdTop_media_list_item_img {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}

.secondTop_media_list_item_img a:hover img,
.thirdTop_media_list_item_img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.secondTop_media_list_item_img a:hover .research_img .research_layer,
.thirdTop_media_list_item_img a:hover .research_img .research_layer {
  opacity: 1;
}

.secondTop_media_list_item_text,
.thirdTop_media_list_item_text {
  height: 111px;
  margin-bottom: 0;
}

.secondTop_media_list_item_heading,
.thirdTop_media_list_item_heading {
  line-height: 1.2;
  font-size: 30px;
  color: #043464;
  margin-bottom: 5px;
}

.secondTop_media_list_item_heading a,
.thirdTop_media_list_item_heading a {
  color: #043464;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.secondTop_media_list_item_heading a:hover,
.thirdTop_media_list_item_heading a:hover {
  opacity: 0.5;
}

.secondTop_media_list_item_link,
.thirdTop_media_list_item_link {
  text-align: right;
  /* margin-top: 10px; */
}

.secondTop_media_list_item_link a,
.thirdTop_media_list_item_link a {
  color: #323232;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.secondTop_media_list_item_link a.block-button,
.thirdTop_media_list_item_link a.block-button {
	color: #fff;
	opacity: 1 !important;
}

.secondTop_media_list_item_link a:hover,
.thirdTop_media_list_item_link a:hover {
  opacity: 0.5;
}

.pagination {
  text-align: center;
  margin-bottom: 0;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -2px;
}

.pagination ul li {
  float: left;
  text-align: center;
  margin-right: 6px!important;
}

.pagination ul li a {
  display: inline-block;
  line-height: 47px;
  width: 47px;
  height: 47px;
  color: #313131;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.pagination ul li a:hover {
  background-color: #f0f0f0;
}

.pagination ul li.active a {
  background-color: #f0f0f0;
}

.pagination ul li.active a span {
  font-weight: normal !important;
}

.detail_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.detail_header_date {
  width: 140px;
  height: 180px;
  background-color: #07488a;
  color: #FFF;
  text-align: center;
  padding-top: 30px;
}

.detail_header_date span {
  display: block;
}

.detail_header_date .detail_header_month,
.detail_header_date .detail_header_year,
.detail_header_date .up_coming {
	font-size: 14px;
}

.detail_header_day {
  padding: 5px 0;
  font-size: 50px;
}

.detail_header_content {
  text-align: left;
  padding: 40px 45px;
}

.detail_header_content .media_list_item_tag a {
  background-color: #FFF;
  color: #043464;
}

.detail_header_content .media_list_item_heading {
  height: 165px;
  color: #FFF;
}

.article_title {
  margin-left: 30px;
}

.tw_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tw_item_wrapper {
  background-color: #FFF;
  padding: 15px;
  border-radius: 5px;
}

.tw_item_wrapper * {
  color: #000;
  font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
}

.tw_item_wrapper .btn {
  display: table;
  margin: 30px auto 20px auto;
  color: #043464;
}

.tw_item_wrapper .btn:hover {
  color: #fff;
}

.tw_item span {
  display: block;
}

.tw_item_name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}

.tw_item_screen_name {
  color: #8899A6;
  font-size: 13px;
  margin-bottom: 3px;
}

.tw_item_text {
  font-size: 14px;
  margin-bottom: 10px;
}

.tw_item_text a {
  color: #043464;
}

.tw_item_ico {
  float: right;
}

.tw_item_date {
  display: block;
  width: 100%;
  color: #8899A6;
  font-size: 12px;
  text-align: right;
}

.tw_item_img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.tw_item_img img {
  width: 100%;
}

.tw_item_right {
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .block03_item_text_area {
    padding: 10px 25px;
  }
  .block03_expertise {
    margin-top: 10px;
  }
  .detail_header_date {
    width: 120px;
  }
  .column_2 > .media_list_item_img {
    width: calc( 100% - 120px);
  }
}

@media screen and (max-width: 850px) {
  .tw:nth-of-type(n+3) {
    display: none;
  }
  .news_heading {
    text-align: center;
    margin-bottom: 45px;
  }
  .news_item {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .news_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_item:hover .news_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news_img {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .news_content {
    padding-left: 15px;
  }
  .news_date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #3C3C3C;
  }
  .news_description {
    margin-bottom: 10px;
    font-size: 18px;
    color: #043464;
    line-height: 1.4;
  }
  .secondTop_media_list_item {
    width: 47%;
    margin-left: 6%;
  }
  .secondTop_media_list_item_img {
    height: 17vw;
  }
  .content_colum2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px !important;
  }
  .EmailForm input[type="text"] {
    width: 50%;
  }
  .btn_center_spc {
    display: table !important;
    margin: 40px auto !important;
  }
  .order01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .block01_item {
    padding: 20px !important;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .tw:nth-of-type(n+2) {
    display: none;
  }
  .column_2 > .column_2 {
    display: block;
  }
  .column_2 > .column_2 > .media_list_item_img {
    height: 280px;
  }
  .l-side {
    margin-right: 0px;
    width: 100%;
  }
  .secondTop_media_big {
    margin-bottom: 20px;
  }
  .secondTop_media_big_img {
    margin: 0 auto 15px auto;
  }
  .secondTop_media_big_text {
    height: 56px;
    padding-right: 0;
    color: #323232;
  }
  .secondTop_media_big_textArea {
    background: none;
    padding: 0;
    position: static;
    left: 0;
    color: #043464;
  }
  .secondTop_media_big_date {
    color: #9f9f9f;
    font-size: 12px;
  }
  .secondTop_media_big_heading a {
    font-size: 18px;
    color: #043464;
  }
  .secondTop_media_list_item {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    float: none;
    margin-left: 0;
  }
  .secondTop_media_list_item_img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .secondTop_media_list_item_text {
    height: 103px;
    margin-bottom: 0;
  }
  .secondTop_media_list_item_heading {
    line-height: 1;
  }
  .secondTop_media_list_item_heading a {
    font-size: 18px;
  }
  .secondTop_media_list_item_link {
    text-align: right;
    margin-top: 10px;
  }
  .secondTop_media_list_item_link a {
    color: #323232;
  }
  .secondTop_media_list_item {
    width: 100%;
    position: relative;
    margin: 0 auto 35px auto !important;
    margin-bottom: 55px;
    float: none;
    margin-left: 0;
  }
  .secondTop_media_list_item_img {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
  }
  .secondTop_media_list_item_text {
    margin-bottom: 0;
  }
  .secondTop_media_list_item_heading {
    font-size: 25px;
    color: #043464;
    margin-bottom: 5px;
  }
  .secondTop_media_list_item_link {
    text-align: right;
  }
  .secondTop_media_list_item_link a {
    color: #323232;
  }
  .appeal {
    padding: 35px 0 35px;
    margin: 0;
  }
  .appeal_text {
    width: 90%;
  }
  .appeal_item {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .appeal_item:first-child {
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .research {
    padding: 0;
    margin: 0;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .block01 {
    margin-bottom: 30px;
  }
  .block01_heading {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .block01_text {
    font-size: 16px;
  }
  .block01_img {
    min-height: 250px;
  }
  .block02_item {
    padding: 20px 30px !important;
  }
  .block02_heading {
    line-height: 1.2;
    font-size: 21px;
    margin-bottom: 15px;
  }
  .block02_text {
    font-size: 14px;
  }
  .block02_more {
    margin-top: 10px;
  }
  .block_area {
    padding: 10px;
  }
  .block_area p {
    line-height: 1.8;
  }
  .block03_item_text_area {
    padding: 15px 20px 0 !important;
  }
  .block03_heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .block03_expertise {
    margin: 25px 0 0;
  }
  .block03_expertise_list {
    padding-bottom: 50px;
  }
  .block03_expertise_list li {
    font-size: 10px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .EmailForm_item {
    margin-bottom: 23px;
  }
  .EmailForm input[type="text"] {
    width: 100%;
  }
  .EmailForm input[type="text"],
  .EmailForm textarea {
    font-size: 12px;
    padding: 16px 19px;
  }
  .detail_header {
    display: block;
    margin-bottom: 30px;
  }
  .detail_header_date {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 12px;
  }
  .detail_header_day {
    font-size: 45px;
  }
  .detail_header_content {
    padding: 20px 0px;
  }
  .detail_header_content .media_list_item_heading {
    height: auto;
  }
  .article_title {
    padding-top: 0px;
  }
  .article_item:last-of-type {
    border-bottom: none;
  }
  .article_item .column_2 .detail_header_date {
    margin-bottom: 30px;
  }
  .article_item .column_2 .media_list_item_img {
    display: none;
  }
  .article_item .column_2 .media_list_item_place {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 30px;
  }
  .pagination {
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
    padding: 0;
  }
}

@media screen and (min-width: 850px) and (max-width: 980px) {
  .block01_item {
    padding: 40px 35px !important;
  }
}

@media screen and (min-width: 640px) {
	main.pc_pr {
		padding-right: 30px;
	}
}

.ajax_search a {
	text-decoration: underline;
}
.ajax_search .ajaxSearch_resultsInfos {
	margin-bottom: 30px;
}
.ajaxSearch_paging {
	display: block;
	margin-bottom: 20px;
}
#site_search #ajaxSearch_input {
/*	font-size: 30px;
	color: #043464;
	margin-bottom: 10px;*/
	display: none;
}
.ajax_search .ajaxSearch_grpResultName, .ajax_search .paging1Infos {
	font-size: 12px;
}
.ajax_search .paging1Next, .ajax_search .paging1Prev, .ajax_search .ajaxSearch_paging {
	text-decoration: none;
	font-size: 16px;
}
.ajax_search .paging1Next {
	margin-left: 10px;
}
.ajax_search .paging1Prev {
	margin-right: 10px;
}
.ajax_search .ajaxSearch_grpResultName {
	margin-bottom: 5px;
}
.ajax_search .paging1 {
	margin-bottom: 30px;
}
.ajax_search .ajaxSearch_resultLink {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.5;
}
.ajax_search .ajaxSearch_result {
	background-color: #f5f5f5;
	padding: 15px 25px 25px 25px;
	margin-bottom: 10px;
}
.ajax_search .ajaxSearch_result p {
	margin-bottom: 0;
	line-height: 1.5;
}
.ajax_search .ajaxSearch_result + .paging1 {
	margin-top: 35px;
}
.ajaxSearch_highlight {
	font-weight: bold;
	color: #043464;
}
.ajaxSearch_resultsDisplayed {
	display: none;
}

@media print {
	.l-header, .l-header_gnav, .breadcrumbs, footer, .print-button, aside, .media_list_item_tag a {
		display: none !important;
	}
	.media_list_item_tag span {
		margin-left: 0 !important;
	}
	main {
		width: 100%;
	}
}

.heading01.jp {
    text-align: center;
    font-size:30px;
}

.heading05.jp {
    color: #043464;
    font-weight: bold;
	margin-bottom: 10px;
}

:lang(ja) .block_area p {
  	font-style: normal;
}

:lang(ja) #breadcrumbnav a:first-child {
	display: none;
}