@charset "UTF-8";
/* CSS for EVENT (Webinar) */


/*ーーーーーーーーーーーーーーーーーーーー
ベース
ーーーーーーーーーーーーーーーーーーーー*/
html {
	height: 100%;
}
strong {
	font-weight: bold;
}
body#event {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

/* HEADER */
#event header {
	background-image: url("/img/header-bg-pc.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 24rem;
	padding: 0 0 3.6rem;
	position: relative;
	z-index: -999;
}
#event header::after {
	background: rgba(0,0,0,0.5);
	content: "";
	display: block;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -998;
}
#event header h1 {
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 5;
	margin-left: 0;
	padding-left: 3.5vw;
	padding-right: 3.5vw;
	padding-top: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

/* MAIN */
#event #main {
	flex: 1;
	overflow: visible;
	padding: 6rem 3.5vw;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}
#event #main a {
	color: #305496;
	font-weight: 400;
	text-decoration: underline;
}
#event #main a:hover {
	text-decoration: none;
}
#event #main h2 {
	font-size: 3.0rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
}
#event #main h2 span {
	display: inline-block;
}

/* DOWNLOAD */
#event.download #main {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
}
#event.download #main .primary,
#event.download #main .secondary {
	width: calc(50% - 1.75vw);
}
#event.download #main .primary {
	font-size: 1.6rem;
	line-height: 1.6;
}
#event.download #main .primary * {
	margin-bottom: 3rem;
}
#event.download #main .secondary {
	background: #ecf2f7;
    padding: 3vw 3.5vw;
}

@media screen and (max-width:800px) {
#event header h1 {
	padding-left: 4.75vw;
	padding-right: 4.75vw;
}
#event #main {
	padding: 5rem 4.75vw;
}
#event #main h2 {
	font-size: 2.2rem;
}
	
#event.download #main {
	display: block;
}
#event.download #main .primary,
#event.download #main .secondary {
	width: 100%;
}
#event.download #main .secondary {
	background: #ecf2f7;
    padding: 3vw 3.5vw;
}
}
@media screen and (max-width:600px) {
#event header {
	background-image: url("/img/header-bg-pc.jpg");
	min-height: 22rem;
}
#event header h1 {
	font-size: 2.8rem;
}
#event #main {
	padding: 3rem 4.75vw;
}
}


/*ーーーーーーーーーーーーーーーーーーーー
HubSpotフォーム（リッチテキスト）
ーーーーーーーーーーーーーーーーーーーー*/
.hs-form .hs-richtext{
	margin-bottom: 0;
}
.hs-richtext {
	color: #262626;
	font-size: 1.5rem;
}
.hs-richtext div.detail_box,
.hs-richtext div.profile {
	border-top: 1px solid #999999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 2.5rem 0;
}
.hs-richtext div.comment {
	border: 1px solid #cccccc;
	padding: 2.5rem;
	margin-bottom: 5rem;
}
.hs-richtext div.profile.no_border {
	border-top: none;
	padding-top: 0;
	margin-top: -2rem;
}

/* GENERAL */
.hs-richtext h3 {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.hs-richtext p {
	line-height: 1.5;
	padding: 0.5rem 0;
}
.hs-richtext ul,
.hs-richtext ol {
	padding-left: 2rem;
}
.hs-richtext li {
	line-height: 1.5;
	padding: 0.5rem 0;
	padding-left: 0.5rem;
}
.hs-richtext ul li {
	list-style-type: disc;
}
.hs-richtext ol li {
	list-style-type: decimal;
}
h2[id^="webinar"] {
	padding-top: 6rem;
	margin-top: -5rem;
	margin-bottom: 3rem!important;
}
h2[id^="webinar"] span {
	display: block!important;
	font-size: 2rem;
	margin-top: 0.5rem;
}


/* FLEX BOX */
.hs-richtext div.detail_box h3,
.hs-richtext div.profile h3 {
	width: 35%;
}
.hs-richtext div.para,
.hs-richtext div:not(.para):not(.image_box):not(.comment):not(.pre_form):not(.toggle_box) > p,
.hs-richtext div:not(.para):not(.image_box):not(.comment):not(.pre_form):not(.toggle_box) > ul,
.hs-richtext div:not(.para):not(.image_box):not(.comment):not(.pre_form):not(.toggle_box) > ol,
.hs-richtext div.profile .image_box {
	width: 65%;
}
.hs-richtext div.detail_box h4:nth-child(n+2) {
	margin-top: 1.5rem;
}
.hs-richtext div.profile h4 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1rem;
	padding-top: 1rem;
	width: 100%;
}
.hs-richtext div.profile .profile_detail {
	color: #666;
	font-size: 1.2rem;
}
.hs-richtext div.profile img {
	border-radius: 50%;
	float: right;
}

/* PRE FORM */
#event #main h2.form_title {
	margin-bottom: 3.5rem;
	margin-top: -6rem;
	padding-top: 7rem;
}
.hs-richtext div.pre_form {
	background: #ecf2f7;
	border-radius: 0.3rem;
	padding: 2.5rem;
	margin-bottom: 2.5rem;
}

@media screen and (max-width:800px) {
.hs-richtext {
	font-size: 1.4rem;
}
.hs-richtext div.detail_box,
.hs-richtext div.profile {
	display: block;
	padding: 2rem 0;
}
.hs-richtext div.detail_box h3,
.hs-richtext div.profile h3,
.hs-richtext div.para,
.hs-richtext div:not(.para):not(.image_box):not(.comment):not(.pre_form) > p,
.hs-richtext div:not(.para):not(.image_box):not(.comment):not(.pre_form) > ul,
.hs-richtext div:not(.para):not(.image_box):not(.comment):not(.pre_form) > ol,
.hs-richtext div.profile .image_box {
	width: 100%;
}

.hs-richtext h3 {
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}
.hs-richtext div.profile h4 {
	font-size: 1.5rem;
	padding-top: 0;
	text-align: center;
}
.hs-richtext div.profile img {
	float: none!important;
	display: block;
	margin: 2rem auto!important;
	width: 110px!important;
}
}
@media screen and (max-width:600px) {
h2[id^="webinar"] span {
	font-size: 1.6rem;
	letter-spacing: 0;
}
.hs-richtext div.profile h4 {
	text-align: center;
}
.hs-richtext div.profile img {
	float: none!important;
	display: block;
	margin: 2rem auto!important;
}
.hs-richtext div.comment {
	padding: 1.5rem;
}
.hs-richtext div.pre_form {
	padding: 1.5rem;
}
}


/*ーーーーーーーーーーーーーーーーーーーー
HubSpotフォーム
ーーーーーーーーーーーーーーーーーーーー*/
:root {
/*	--button-bg: #e2233a;
	--button-bg-active: #c62648;*/
	--font-size: 1.5rem;
}
@media screen and (max-width:800px) {
:root {
	--font-size: 1.4rem;
}
}
.hs-input {
	background-color: #ecf2f7;
}
.hs-button:hover,
.hs-button:focus {
	opacity: 1;
	background-color: var(--button-bg-active);
}
.hs-form-required,
legend.hs-field-desc {
	color: var(--button-bg);
}
.actions {
	padding-right: 0;
}
.inputs-list > li.hs-form-checkbox,
.inputs-list > li.hs-form-checkbox label {
	display: inline-block;
	margin-right: 1rem;
	width: auto;
	white-space: nowrap;
}
.hs_flights_scan_webinar_date .inputs-list > li.hs-form-checkbox label {
	white-space: normal;
}

/*DOWNLOAD*/
#event.download .hs-form .hs-input {
	background-color: #ffffff;
}
#event.download .inputs-list > li.hs-form-checkbox,
#event.download .inputs-list > li.hs-form-checkbox label {
	display: block;
	margin-right: 0;
	width: 100%;
}
