html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	color: #333;
	font-feature-settings: "palt"1;
	font-family: Helvetica, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.8;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	-webkit-print-color-adjust: exact;
}

.body_bg{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.body_bg #video{
	min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'AGaramondPro';
	src:url('../fonts/AGaramondPro-Regular.eot');
	src:url('../fonts/AGaramondPro-Regular.eot?#iefix') format('eot'),
		url('../fonts/AGaramondPro-Regular.woff') format('woff'),
		url('../fonts/AGaramondPro-Regular.otf');
}

sub{
	height: 0;
	vertical-align: baseline;
	font-size: 65%;
	line-height: 1;
	position: relative;
	top: .1ex;
}

sup{
	height: 0;
	vertical-align: baseline;
	font-size: 65%;
	line-height: 1;
	position: relative;
	top: -.7ex;
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	display: block;
	padding: 0 20px;
	clear: both;
	position: relative;
	margin: 0 auto;
}

.w740{
	width: 740px;
	display: block;
	padding: 0 20px;
	clear: both;
	position: relative;
	margin: 0 auto;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #00a59f;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #e0f2f1;
}

::-moz-selection{
	background: #e0f2f1;
}

/* =Header
-------------------------------------------------------------- */
#header{
	width: 100%;
	background: #fff;
	padding: 10px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#site-description{
	display: none;
}

#site-title{
	width: 300px;
	height: 64px;
	margin-bottom: 0;
}

#site-title a{
	width: 300px;
	height: 64px;
	display: block;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: 300px 64px;
	text-indent: -9999px;
}

.h_language{
	position: absolute;
	top: 5px;
	right: 40px;
	z-index: 1;
}

.h_language ul{
	display: flex;
}

.h_language ul li{
	line-height: 1.0;
}

.h_language ul li:nth-of-type(1):after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 12px;
	background: #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 8px 2px 6px;
}

.h_language ul li a{
	font-size: 13px;
	font-size: 1.3rem;
}

.top_movie{
	width: 100%;
	height: calc(100vh - 84px);
	height: -webkit-calc(100vh - 84px);
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: -999;
}

#video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	object-fit: cover;
	z-index: -999;
}

.video-mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/dot.png);
	width: 100%;
	height: 100%;
	z-index: -999;
}

.top_slider_caption{
	position: absolute;
	left: 40px;
	bottom: 35px;
	z-index: 1;
	animation-name: fadeUpAnime_2;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-delay: 0.25s;
}

@keyframes fadeUpAnime_2{
  from {
	opacity: 0;
	transform: translateY(20px);
  }
  
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

.top_slider_caption h2{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 0;
}

.top_slider_caption h2::selection{
	background: transparent;
}

.top_slider_caption h2::-moz-selection{
	background: transparent;
}

.top_slider_caption h2 span.en{
	display: block;
	font-family: 'AGaramondPro';
	font-size: 90px;
	font-size: 9.0rem;
	margin-bottom: 2px;
}

.top_slider_caption h2 span.en::selection{
	background: transparent;
}

.top_slider_caption h2 span.en::-moz-selection{
	background: transparent;
}

.top_slider_caption h2 br::selection{
	background: transparent;
}

.top_slider_caption h2 br::-moz-selection{
	background: transparent;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.top_slider ul.slider{
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 auto !important;
	overflow: inherit !important;
	display: none;
}

.top_slider ul.slider.slick-initialized{
	display: block;
}

.slick-track{
	height: 100%;
	overflow: hidden !important;
}

.slick-list{
	height: 100%;
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	width: 100%;
	height: 100%;
	outline: none;
	overflow: hidden;
	position: relative;
}

.top_slider ul.slick-slider li:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top_slider ul.slick-slider li img{
	width: 100%;
	height: 100%;
}

/* =Menu
-------------------------------------------------------------- */
#global_menu{
	position: absolute;
	top: 33px;
	right: 40px;
}

#global_menu ul{
	display: flex;
}

#global_menu ul li{
	line-height: 1.0;
	margin-right: 30px;
}

#global_menu ul li:last-child{
	margin-right: 0;
}

#global_menu ul li a{
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

#global_menu ul li a:before{
	content: '';
	width: 0;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#global_menu ul li a:hover:before{
	width: 100%;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.drawer{
	display: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer{
	width: 100%;
	background: #fff;
	border-top: 1px solid #00a59f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
	position: relative;
}

#top #footer{
	border-top: none;
}

#colophon{
	padding: 55px 0 45px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-info{
	width: 340px;
	height: 74px;
	margin: 0 auto;
	margin-bottom: 22px;
	clear: both;
}

#site-info a{
	width: 340px;
	height: 60px;
	display: block;
	background: url(../images/logo_b.png) 0 0 no-repeat;
	background-size: 340px 60px;
	text-indent: -9999px;
}

p.add{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
	margin-bottom: 0;
}

#site-generator{
	padding: 0 0 25px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_policy{
	margin-bottom: 55px;
}

.f_policy ul{
	text-align: center;
}

.f_policy ul li{
	display: inline-block;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.0;
	padding: 0 12px;
}

.f_policy ul li a{
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.75px;
}

.copyright{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.75px;
	line-height: 1.0;
}

/* =Content
-------------------------------------------------------------- */
.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	clear: both;
	overflow: hidden;
	padding: 84px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#top #main{
	padding: 0 !important;
}

p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #333;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

table{
	width: 100%;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

table tr th,
table tr td{
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #d7d7d7;
	padding: 7px 15px 5px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

span.green{
	color: #00a59f;
}

span.orange{
	color: #ed891e;
}

span.bold{
	font-weight: bold;
}

.none{
	display: none !important;
}

.f_title{
	margin-bottom: 40px;
}

h3.f-title-en{
	color: #fff;
	font-family: 'AGaramondPro';
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 7px;
}

h3.f-title{
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	border-left: 1px solid #fff;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.p_eyecatch{
	position: relative;
	margin-bottom: 80px;
}

.p_eyecatch_img{
	width: 100%;
	line-height: 0;
}

.p_eyecatch_img img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.entry_title{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -30px;
}

h3.entry-title{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	line-height: 1.0;
	margin-bottom: 15px;
}

h3.entry-title-en{
	text-align: center;
	color: #fff;
	font-family: 'AGaramondPro';
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 0;
}

.more{
	display: block;
	clear: both;
}

.more a{
	display: block;
    color: #fff;
    width: 140px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.more a:before{
	content:"\f0da";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 7px 0 0;
}

.more a span:before{
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(0deg,  transparent 0, #ed891e 0),
                linear-gradient(135deg, transparent 10px, #ed891e 10px),
                linear-gradient(0deg, transparent 0, #ed891e 0),
                linear-gradient(315deg, transparent 10px, #ed891e 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.more a span:after{
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(0deg,  transparent 0, #00a59f 0),
                linear-gradient(135deg, transparent 10px, #00a59f 10px),
                linear-gradient(0deg, transparent 0, #00a59f 0),
                linear-gradient(315deg, transparent 10px, #00a59f 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.more a:hover span:before{
	opacity: 0;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.more a:hover span:after{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =404
-------------------------------------------------------------- */
.error404{
	text-align: center;
}

.error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

.error404 .entry-content{
	margin-bottom: 80px;
}

.error404 p{
    text-align: center;
    margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Front-page
-------------------------------------------------------------- */
#f_vision{
	padding: 107px 0 97px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_vision .f_title{
	margin-bottom: 25px;
}

#f_vision h3.f-title-en{
	text-align: center;
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
}

#f_vision h4{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 1.5px;
	line-height: 1.6;
	margin-bottom: 30px;
}

#f_vision p{
	max-width: 800px;
	color: #fff;
	line-height: 2.0;
	margin: 0 auto;
}

#f_news{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_news .f_title{
	overflow: hidden;
	margin-bottom: 15px;
}

#f_news h3.f-title-en{
	float: left;
	margin-bottom: 0;
}

#f_news h3.f-title{
	float: left;
	margin: 15px 0 0 25px; 
}

#f_news .news_list ul{
	margin-bottom: 0;
}

#f_news li.news_date{
	color: #fff;
}

#f_news li.news_title a{
	color: #fff;
}

#f_news li.news_title a:hover{
	color: #00a7ea;
}

#f_news .more{
	position: absolute;
	top: 0;
	right: 20px;
}

#f_about{
	padding: 90px 0 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_research{
	padding: 0 0 160px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_content_block{
	display: flex;
	justify-content: space-between;
}

#f_research .f_content_block{
	flex-direction: row-reverse;
}

.f_content_block_content{
	width: 400px;
	height: 340px;
	position: relative;
}

.f_content_block_content .f_title{
	margin-bottom: 35px;
}

.f_content_block_content p{
	color: #fff;
	margin-bottom: 0;
}

.f_content_block_content .more{
	position: absolute;
	left: 0;
	bottom: 0;
}

.f_content_block_content .more a{
	width: 180px;
	margin: 0;
}

.f_content_block_img{
	width: calc(100% - 440px);
	width: -webkit-calc(100% - 440px);
	line-height: 0;
}

.f_content_block_img img{
	width: 100%;
	height: auto;
	min-height: 340px;
	max-height: 340px;
}

.f_content_block_img a{
	display: block;
}

#f_organization{
	height: 400px;
	background: url(../images/f_organization.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_organization .more a{
	width: 180px;
	margin: 0;
}

/* =ニュース - 一覧
-------------------------------------------------------------- */
#p_news #main{
	background: #f0f0f0;
	padding: 84px 0 30px 0;
}

.news_list{
	display: flex;
	flex-flow: wrap;
}

.news_list ul{
	width: calc((100% - 100px) / 3);
	width: -webkit-calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-bottom: 40px;
}

.news_list ul:nth-of-type(3n){
	margin-right: 0;
}

li.news_img{
	line-height: 0;
	overflow: hidden;
	margin-bottom: 13px;
}

li.news_img img{
	width: 100%;
	height: 200px;
}

li.news_img a{
	display: block;
	position: relative;
}

li.news_img a:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 168, 235, 0.5);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

li.news_img a:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

li.news_img a:hover:before{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

li.news_date{
	letter-spacing: 0.5px;
	line-height: 1.0;
	margin-bottom: 10px;
}

li.news_title{
	letter-spacing: 0.5px;
	line-height: 1.6;
}

/* =ニュース - 記事
-------------------------------------------------------------- */
h3.single-title{
	color: #00a59f;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	border: 1px solid #00a59f;
	padding: 14px 20px 12px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.news_article img{
    width: 100%;
    height: auto;
}

.article_date{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	margin-bottom: 45px;
}

.news_article p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 2.0;
	margin-bottom: 40px;
}

.news_article p a{
	color: #00aaca;
	position: relative;
}

.news_article p a:before{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #00aaca;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.news_article p a:hover:before{
	width: 100%;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.news_article p span.pdf a{
	margin-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.news_article p span.pdf a:after{
	content: '';
	display: inline-block;
	background: url(../images/icon_pdf.svg) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -5px;
	left: -30px;
}

.news_article_img{
	line-height: 0;
	margin-top: 50px;
	margin-bottom: 45px;
}

.news_article_img img{
	width: 100%;
	height: auto;
}

.news_article .more{
	margin-top: 75px;
}

/* =研究概要
-------------------------------------------------------------- */
.research h3{
	text-align: center;
	color: #00a59f;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 40px;
}

.research_block{
	margin-bottom: 50px;
}

.department_3{
	margin-bottom: 40px;
}

.department_4{
	margin-bottom: 70px;
}

.research_block h4{
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 13px 0 13px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: -moz-linear-gradient(left, #00a59f 0%, #7fd2cf 75%, #fff 100%);
	background: -webkit-linear-gradient(left, #00a59f 0%, #7fd2cf 75%, #fff 100%);
	background: linear-gradient(to right, #00a59f 0%, #7fd2cf 75%, #fff 100%);
	margin-bottom: 17px;
}

.department_2 h4{
	margin-bottom: 20px;
}

.research_block h5{
	color: #00a59f;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.7;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.research_block p{
	line-height: 2.0;
	margin-bottom: 0;
}

.research_block_img{
	line-height: 0;
	margin-top: 30px;
}

.research_block_img img{
	width: 100%;
	height: auto;
}

.research_block .research_block_flex{
	display: flex;
	justify-content: space-between;
}

.research_block .research_block_flex p{
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	margin-top: -5px;
}

.research_block .research_block_flex .research_block_img{
	width: 240px;
	margin-top: 0;
}

.research_img{
	line-height: 0;
}

.research_img img{
	width: 100%;
	height: auto;
}

/* =センターについて
-------------------------------------------------------------- */
#p_about .p_eyecatch{
	margin-bottom: 60px;
}

.about_logo{
	max-width: 320px;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 55px;
}

.about_logo img{
	width: 100%;
	height: auto;
}

.about p{
	line-height: 2.0;
	margin-bottom: 0;
}

/* =組織
-------------------------------------------------------------- */
h3.organization_title{
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 13px 0 13px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: -moz-linear-gradient(left, #19197b 0%, #00a7ea 75%, #fff 100%);
	background: -webkit-linear-gradient(left, #19197b 0%, #00a7ea 75%, #fff 100%);
	background: linear-gradient(to right, #19197b 0%, #00a7ea 75%, #fff 100%);
	margin-bottom: 30px;
}

.organization{
	margin-bottom: 60px;
}

.organization_img{
	max-width: 600px;
	line-height: 0;
	margin: 0 auto;
}

.organization_img img{
	width: 100%;
	height: auto;
}

.organization_member{
	margin-bottom: 60px;
}

.organization_member table{
	table-layout: fixed;
	border-bottom: none;
}

.organization_member table:last-child{
	border-bottom: 1px solid #d7d7d7;
}

.organization_member tr th{
	width: 250px;
	vertical-align: middle;
	background: #f2f2f2;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	border-bottom: none;
}

.organization_member tr:last-child td{
	border-bottom: none;
}

.organization_member tr td.name{
	width: 160px;
	letter-spacing: 0.75px;
}

.organization_member tr td.position{
	letter-spacing: 0.75px;
}

.organization_committee h4{
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.organization_committee table{
	table-layout: fixed;
}

.organization_committee table:nth-of-type(1){
	margin-bottom: 30px;
}

.organization_committee tr th{
	width: 180px;
}

.organization_committee tr td.position{
	width: 120px;
}

/* =お問い合わせ
-------------------------------------------------------------- */
.contact_block{
	margin-bottom: 60px;
}

.contact_block h3{
	width: 160px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a59f;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	padding-top: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 22px;
}

.contact_block p{
	text-align: center;
	line-height: 2.0;
	margin-bottom: 0;
}

.contact_block p span.f_small{
	font-size: 14px;
	font-size: 1.4rem;
}

.tel{
	text-align: center;
	margin: 25px 0 20px 0;
}

.tel a{
	color: #00a59f;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1.25px;
	line-height: 1.0;
}

.tel a:before{
	content: "\f095";
	display: inline-block;
	font-weight: normal;
	font-family: 'FontAwesome';
	font-size: 22px;
	font-size: 2.2rem;
	margin-right: 5px;
}

.tel a:hover{
	color: #ed891e;
}

.google_map{
	line-height: 0;
	margin-bottom: 20px;
}

/* =サイト利用規約
-------------------------------------------------------------- */
.policy_intro{
	margin-bottom: 35px;
}

.policy_intro p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.policy_block{
	margin-bottom: 35px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

.policy_block h3.organization_title{
	background: -moz-linear-gradient(left, #00a59f 0%, #7fd2cf 75%, #fff 100%);
	background: -webkit-linear-gradient(left, #00a59f 0%, #7fd2cf 75%, #fff 100%);
	background: linear-gradient(to right, #00a59f 0%, #7fd2cf 75%, #fff 100%);
	font-size: 16px;
	font-size: 1.6rem;
	padding: 11px 0 8px 15px;
	margin-bottom: 15px;
}

.policy_block ul{
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 35px;
}

.policy_block:last-child ul{
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1160px){
	/* Header *********/
	.top_slider_caption h2{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.top_slider_caption h2 span.en{
		font-size: 80px;
		font-size: 8.0rem;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		margin: 0;
	}
	
	/* Header *********/
	#header{
		padding: 10px 20px;
	}
	
	.h_language{
		right: 20px;
	}
	
	.top_slider{
		height: 600px;
	}
	
	.top_slider_caption{
		left: 20px;
	}
	
	.top_slider_caption h2{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.top_slider_caption h2 span.en{
		font-size: 70px;
		font-size: 7.0rem;
	}
	
	#global_menu{
		display: none;
	}
	
	/* ドロワーメニュー *********/
	.drawer{
		display: block;
	}
	
	nav.drawer-nav{
		width: 300px !important;
		min-height: 100vh !important;
		background: rgba(0, 166, 161, 0.9) !important;
		overflow: hidden !important;
		overflow-y: auto !important;
		padding: 0 0 0 0 !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		z-index: 100 !important;
	}

	button.drawer-toggle{
		width: 34px;
		top: 20px;
		right: 0 !important;
	}

	.drawer-hamburger{
		padding: 14px 20px 20px 20px !important;
		z-index: 1000 !important;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after{
		height: 2px !important;
		background: #00a59f !important;
	}

	.drawer-open .drawer-hamburger-icon{
		background: transparent !important;
	}
	
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after{
		background: #fff !important;
	}
	
	.drawer--right .drawer-nav{
		right: -300px !important;
	}

	.drawer-open .drawer-nav{
		right: 0 !important;
	}

	.drawer-overlay{
		display: block !important;
		opacity: 0;
		pointer-events: none;
		z-index: 40 !important;
		background: rgba(0, 0, 0, 0.3) !important;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	
	.drawer-open .drawer-overlay{
		opacity: 1;
		pointer-events: inherit;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	
	ul.drawer-menu{
		padding: 100px 20px 0  20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	ul.drawer-menu li{
		line-height: 1.0;
		margin-bottom: 30px;
	}
	
	ul.drawer-menu li:last-child{
		margin-bottom: 0;
	}
	
	ul.drawer-menu li a{
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		font-size: 1.5rem;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Content *********/
	.p_eyecatch_img img{
		min-height: 240px;
	}
	
	/* Front-page *********/
	#f_about{
		padding: 85px 0 90px 0;
	}
	
	#f_research{
		padding: 0 0 110px 0;
	}
	
	.f_content_block{
		max-width: 600px;
		display: block;
		flex-flow: inherit;
		flex-direction: inherit !important;
		margin: 0 auto;
	}
	
	.f_content_block_content{
		width: 100%;
		height: auto;
		position: static;
		margin-bottom: 40px;
	}
	
	.f_content_block_content .f_title{
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.f_content_block_content h3.f-title-en{
		float: left;
		margin-bottom: 0;
	}
	
	.f_content_block_content h3.f-title{
		float: left;
		margin: 15px 0 0 25px; 
	}
	
	.f_content_block_content p{
		margin-bottom: 32px;
	}
	
	.f_content_block_content .more{
		position: static;
		left: inherit;
		bottom: inherit;
	}
	
	.f_content_block_img{
		width: 100%;
	}
	
	.f_content_block_img img{
		min-height: inherit;
		max-height: inherit;
	}
	
	#f_organization{
		height: 340px;
	}
	
	#f_organization .f_title{
		overflow: hidden;
		margin-bottom: 25px;
	}
	
	#f_organization h3.f-title-en{
		float: left;
		margin-bottom: 0;
	}
	
	#f_organization h3.f-title{
		float: left;
		margin: 15px 0 0 25px; 
	}
	
	/* ニュース - 一覧 *********/
	#p_news #main{
		padding: 84px 0 40px 0;
	}
	
	.news_list ul{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
		margin-right: 20px;
		margin-bottom: 30px;
	}
	
	li.news_img img{
		height: 180px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		margin: 0;
	}
	
	/* Header *********/
	.top_slider_caption h2{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	.top_slider_caption h2 span.en{
		font-size: 54px;
		font-size: 5.4rem;
		margin-bottom: 5px;
	}
	
	/* Content *********/
	.p_eyecatch_img img{
		min-height: 200px;
	}
	
	/* Front-page *********/
	#f_news .inner{
		max-width: 640px;
		margin: 0 auto;
	}
	
	#f_organization{
		height: 300px;
	}
	
	#f_organization .inner{
		max-width: 640px;
		margin: 0 auto;
	}
	
	/* ニュース - 一覧 *********/
	#p_news .inner{
		max-width: 640px;
		margin: 0 auto;
	}
	
	.news_list ul,
	.news_list ul:nth-of-type(3n){
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	
	.news_list ul:nth-of-type(2n){
		margin-right: 0;
	}
	
	/* ニュース - 記事 *********/
	#news_single .w740{
		max-width: 640px;
		margin: 0 auto;
	}
	
	/* 研究概要 *********/
	.research_block .research_block_flex p{
		width: calc(100% - 260px);
		width: -webkit-calc(100% - 260px);
	}
	
	.research_block h5 .sp{
		display: block;
	}
	
	/* 組織 *********/
	.organization_member table{
		max-width: 600px;
		margin: 0 auto;
	}
	
	.organization_member tr th{
		width: 120px;
	}
	
	.organization_member tr th .sp{
		display: block;
	}
	
	.organization_committee h4{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.organization_committee table{
		max-width: 600px;
		margin: 0 auto;
	}
	
	.organization_committee tr th{
		width: 110px;
		padding: 7px 0 5px 15px;
	}
	
	.organization_committee tr td.position{
		width: 60px;
		padding: 7px 0 5px 15px;
	}
	
	.organization_committee tr td.position_2{
		padding: 7px 0 5px 15px;
	}
	
	/* お問い合わせ *********/
	.google_map iframe{
		height: 400px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	/* Header *********/
	#header{
		padding: 10px 20px 10px 15px;
	}
	
	#site-title{
		width: 243.75px;
		height: 52px;
	}
	
	#site-title a{
		width: 243.75px;
		height: 52px;
		background-size: 243.75px 52px;
	}
	
	.top_slider{
		height: 680px;
	}
	
	.top_slider_caption h2{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.0;
	}
	
	.top_slider_caption h2 span.en{
		font-size: 40px;
		font-size: 4.0rem;
		margin-bottom: 15px;
	}
	
	nav.drawer-nav{
		width: 240px !important;
	}
	
	.drawer--right .drawer-nav{
		right: -240px !important;
	}
	
	.drawer-open .drawer-nav{
		right: 0 !important;
	}
	
	/* Footer *********/
	#site-info{
		width: 320px;
		height: 56.4px;
	}
	
	#site-info a{
		width: 320px;
		height: 56.4px;
		background-size: 320px 56.4px;
	}
	
	p.add{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#site-generator{
		padding: 0 0 20px 0;
	}
	
	.f_policy{
		margin-bottom: 10px;
	}
	
	.copyright{
		letter-spacing: 0;
	}
	
	/* Content *********/
	#main{
		padding: 72px 0 60px 0;
	}
	
	h3.f-title-en{
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	.p_eyecatch{
		margin-bottom: 60px;
	}
	
	.p_eyecatch_img img{
		min-height: 140px;
	}
	
	.entry_title{
		margin-top: -24px;
	}
	
	h3.entry-title{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 1.5px;
		margin-bottom: 10px;
	}
	
	h3.entry-title-en{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	/* Front-page *********/
	#f_vision{
		padding: 90px 0 80px 0;
	}
	
	#f_vision .inner{
		padding: 0;
	}
	
	#f_vision h4{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 1px;
	}
	
	#f_vision p{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		line-height: 1.8;
	}
	
	#f_news .f_title{
		margin-bottom: 20px;
	}
	
	#f_news h3.f-title{
		padding-left: 15px;
		margin: 14px 0 0 15px;
	}
	
	#f_news .news_list ul{
		margin-bottom: 30px;
	}
	
	#f_news .news_list ul:last-child{
		margin-bottom: 0;
	}
	
	#f_news .more a{
		width: 100px;
		height: 34px;
	}
	
	#f_about{
		padding: 80px 0 85px 0;
	}
	
	#f_research{
		padding: 0 0 100px 0;
	}
	
	.f_content_block_content h3.f-title{
		padding-left: 15px;
		margin: 14px 0 0 15px;
	}
	
	#f_organization{
		background: url(../images/f_organization_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	
	#f_organization h3.f-title{
		padding-left: 15px;
		margin: 14px 0 0 15px; 
	}
	
	/* ニュース - 一覧 *********/
	#p_news #main{
		padding: 72px 0 30px 0;
	}
	
	.news_list{
		display: block;
		flex-flow: inherit;
	}
	
	.news_list ul,
	.news_list ul:nth-of-type(2n),
	.news_list ul:nth-of-type(3n){
		width: 100%;
		max-width: 400px;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	li.news_img{
		width: 120px;
		float: left;
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	li.news_img img{
		height: 120px;
	}
	
	li.news_date{
		width: calc(100% - 135px);
		width: -webkit-calc(100% - 135px);
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
		float: left;
	}
	
	li.news_title{
		width: calc(100% - 135px);
		width: -webkit-calc(100% - 135px);
		float: left;
	}
	
	li.news_title a{
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	/* ニュース - 記事 *********/
	h3.single-title{
		line-height: 1.6;
		padding: 14px 15px 13px 15px;
	}
	
	.news_article .more{
		margin-top: 50px;
	}
	
	/* 研究概要 *********/
	.department_1,
	.department_4{
		margin-bottom: 45px;
	}
	
	.research_block h4{
		line-height: 1.6;
		padding: 14px 0 13px 15px;
	}
	
	.research_block h4 span.ml_on{
		display: inline-block;
		margin-left: 30px;
	}
	
	.research_block h5{
		letter-spacing: 0;
		padding-left: 0;
	}
	
	.research_block p{
		line-height: 1.8;
	}
	
	.research_block_img{
		margin-top: 20px;
	}
	
	.research_block .research_block_flex{
		display: block;
		justify-content: inherit
	}
	
	.research_block .research_block_flex p{
		width: 100%;
		line-height: 1.8;
		margin-top: 0;
	}
	
	.research_block .research_block_flex .research_block_img{
		margin: 0 auto;
		margin-top: 20px;
	}
	
	/* センターについて *********/
	#p_about .p_eyecatch{
		margin-bottom: 40px;
	}
	
	.about_logo{
		margin-bottom: 40px;
	}
	
	.about p{
		line-height: 1.8;
	}
	
	/* 組織 *********/
	h3.organization_title{
		line-height: 1.6;
		padding: 14px 0 13px 15px;
	}
	
	.organization_member table{
		border: 1px solid #d7d7d7;
		margin-bottom: 15px;
	}
	
	.organization_member table:last-child{
		margin-bottom: 0;
	}
	
	.organization_member tr{
		overflow: hidden;
	}
	
	.organization_member tr th{
		width: 100%;
		display: block;
		letter-spacing: 0;
		line-height: 1.0;
		border-top: none;
		border-left: none;
		border-right: none;
		padding: 12px 0 10px 10px;
	}
	
	.organization_member tr th .sp{
		display: none;
	}
	
	.organization_member tr td.name{
		width: 142px;
		display: block;
		letter-spacing: 0;
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 7px 0 5px 10px;
		float: left;
	}
	
	.organization_member tr:last-child td.name{
		width: 100%;
	}
	
	.organization_member tr td.position{
		width: calc(100% - 142px);
		width: -webkit-calc(100% - 142px);
		display: block;
		letter-spacing: 0;
		border-right: none;
		border-bottom: none;
		padding: 7px 0 5px 10px;
		float: right;
	}
	
	.organization_committee h4{
		padding-left: 10px;
	}
	
	.organization_committee tr th{
		width: 90px;
		letter-spacing: 0;
		padding: 7px 0 5px 10px;
	}
	
	.organization_committee tr td.position{
		text-align: center;
		letter-spacing: 0;
		padding: 7px 0 5px 0;
	}
	
	.organization_committee tr td.position_2{
		text-align: justify;
		text-justify: inter-ideograph;
		letter-spacing: 0;
		padding: 7px 10px 5px 10px;
	}
	
	/* お問い合わせ *********/
	.contact_block{
		margin-bottom: 50px;
	}
	
	.contact_block h3{
		padding-top: 0;
	}
	
	.contact_block p{
		line-height: 1.8;
	}
	
	.tel{
		margin: 20px 0 15px 0;
	}
	
	.tel a{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	/* サイト利用規約 *********/
	.policy_block h3.organization_title{
		padding: 10px 0 9px 15px;
	}
}
