/* style.css */

/*
baseColor:##005EAE blue
subColor:#FD772E orange
*/

body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	color: #333;
}

@media screen and (min-width: 1216px) {
    .container {
        max-width:1152px
        /*max-width:960px*/
    }
}

@media screen and (min-width: 1408px) {
    .container {
        /*max-width:1344px*/
        max-width:1152px
    }
}

/* スマホメニュー時は下向き矢印を消したい */
/*
@media screen and (max-width: 1024px) {
	.navbar-link:not(.is-arrowless)::after {
		border-width: 0;
	}
}
*/
.content p {
	color: #333;
}

.icon-link a{
	vertical-align: text-bottom;
}

#logo_img {
	padding-bottom: 7px;
}

#my-hero {
	background-size: cover;
	background-position: center;
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url('../img/chemgenes_top_hero_1600x912.jpg');*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url('../img/chemgenes_top_hero_1600x843.jpg');
}

#my-hero .title, 
#my-hero .subtitle {
	color: #FFF;
	text-shadow: 1px 1px 6px #888;
}
.has-text-lh18 {
	line-height:1.8;
}

.page-head {
	background-size: contain;
	background-repeat: no-repeat;

}
.page-head.banner1 {
	background-image: url('../img/chemgenes_banner.png');
}
.page-head.banner2 {
	background-image: url('../img/chemgenes_banner2.png');
}
.page-head.banner3 {
	background-image: url('../img/chemgenes_banner3.png');
}
.page-head.banner4 {
	background-image: url('../img/chemgenes_banner4.png');
}
.page-head.banner5 {
	background-image: url('../img/chemgenes_banner5.png');
}
.page-head.banner6 {
	background-image: url('../img/chemgenes_banner6.png');
}
.page-head.banner7 {
	background-image: url('../img/chemgenes_banner7.png');
}

.page-head .main-title {
	padding: 1.5rem 0;
	text-align: center;
	text-shadow: 1px 1px 6px #888;
}
@media screen and (min-width: 769px)
{
	.page-head .main-title {
		padding: 6rem 0;
		font-size: 3rem;
	}
}

.main-content-block {
	background-color: #FFF;
	padding: 2rem;
}
@media screen and (min-width: 769px)
{
/*
	.main-content-block {
		padding: 1.5rem;
	}
*/
}
.main-content-block .title {
	padding: 1rem 0;
}
.main-content-block p {
	line-height: 1.8;
}


.title-eng {
	font-size: .8em;
}
.title-jp {
	font-weight: bold;
}

.button.is-orange {
	background-color: #FD772E;
	border-color: transparent;
	color: #fff;
}

.linear-bgc {
	background: linear-gradient(transparent 50%,#f8f8fc 50%);
}
.bgc-light{
	background-color: #f8f8fc;
}
.bgc-light2{
	background-color: #fbfbfb;
}

.table.is-th-bgc th{
	background-color: #fafafa;
}

.title.is-borderd {
	padding: 1em;
	border: 2px solid #333;
}

.arrow-title{
	position: relative;
	display: inline-block;
	padding-bottom: 35px;
	line-height: 1em;
	overflow: hidden;
}
.arrow-title::before {
	left: -5px;
}
.arrow-title::after,
.arrow-title::before {
	content: "";
	display: block;
	border-bottom: 3px solid #333;
	position: absolute;
	width: 50%;
	bottom: 6px;
}
.arrow-title::after {
	right: -5px;
}
.arrow-title .arrow {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 2px;
}

.ev-info {
	padding: 1rem!important;
}
.ev-info .ev-title{
	font-weight: bold;
	font-size: 1.15em;
}
.ev-info .head-text {
	font-weight: bold;
	color: darkgreen;
}

@media screen and (max-width: 768px) {
	.ev-info figure {
		display: none;
	}
}

/* form */
label.error {
	font-weight: bold;
	font-size: 1.1rem;
	color: red;
	background-color: #F0F0F0;
}

.navbar.nav-top-area,
.navbar.nav-sub-area {
/*	border-bottom: 2px solid #005EAE;*/
}

.navbar-item img {
/*	max-height: 1.75rem;*/
/*	max-height: 2.25rem;*/
	max-height: 3.5rem;
}

/*
.navbar.nav-sub-area {
	display:none;
}
@media screen and (min-width: 1024px) {
	.navbar.nav-sub-area {
		display:block;
	}
}
*/

.navbar-burger {
	background-color: #2e55a4;
	color: #FFF;

/*	height: 4rem;*/
/*	width: 4rem;*/
	margin-top: .5rem;
	margin-right: .5rem;
}

.hero-body {
	padding: 10rem 1.5rem;
}
@media screen and (min-width: 769px), print
{
	.hero.is-medium .hero-body {
		padding: 14rem 1.5rem;
	}
}

@media screen and (min-width: 1024px)
{
	#mailform {
		width: calc(50% - 1.5rem);
	}
}
