@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	font-style: normal;
}
html {
	font-size: 6.25%;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;  /* IE on Windows Phone用 */
  	-webkit-text-size-adjust: 100%;  /* iOS用 */
}
body {
	font-size: 15px;
 	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 	color: #464646;
	line-height:1.8;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 350px;
	width: 100%;
}
img {
    max-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
a{
	color: #464646;
	text-decoration: none;
}
a:hover{
	color: #e6b301;
}
::-moz-selection {
  background: #8EC300;
  text-shadow: none;
}
::selection {
  background: #8EC300;
  text-shadow: none;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
.inner{
	max-width: 1200px;
	margin:  0 auto;
}
@media screen and (max-width:1200px){
.inner{
	padding:  0 15px;
}
}

.blueBg{
	background-color: #DFF3FA;
}
.txCenter{
	text-align: center;
}
.pcOnly {
}
.spOnly {
	display: none;
}
 
@media screen and (max-width: 767px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}

/* =============================================

header

============================================= */
header{
	display: block;
	padding: 10px 0;
	margin: auto;
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	z-index: 999;
}
header .flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header #logo{
	width: 275px;
	}
header .btn a{
	color: #FFFFFF;
	background-color: #1A005D;
	font-size: 16rem;
	border-radius: 5px;
	padding: 14px 24px;
	font-weight: bold;
	transition: .3s;
}
header .btn a:hover{
	background-color: #8EC300;
}
@media screen and (max-width:767px){
	header #logo{
	width: 172px;
	}
	header .btn a{
	font-size: 12rem;
	padding: 12px 14px;
	border-radius: 3px;
	}
}

/* =============================================

main

============================================= */
main{
	display: block;
	padding-top: 84px;
	margin: auto;
	width: 100%;
}
#mainvisual{
	position: relative;
	background: url("/kaigaihikkoshi/info/seminar/img/mainVisual.jpg");
	background-repeat: no-repeat;
    background-position: right 20% center;
	background-size: cover;
}
#mainvisual >.inner{
	max-width: 1000px;
	padding: 82px 0 ;
}
@media screen and (max-width:1000px){
#mainvisual >.inner{
	text-align: center;
	padding:  48px 27px;
}
}
.Title{
	color: #FFFFFF;
	}
.seminarTitle{
	display: inline-block;
	position: relative;
	text-shadow: 0px 0px 3px #1b2c32;
	-webkit-text-shadow: 0px 0px 3px #1b2c32;
	-moz-text-shadow: 0px 0px 3px #1b2c32;
	-o-text-shadow: 0px 0px 3px #1b2c32;
	-ms-text-shadow: 0px 0px 3px #1b2c32;
	font-weight: bold;
	}
.seminarTitle::after{
	content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    border-radius: 2px;
	box-shadow: 0px 0px 3px 0px #1b2c32 ;
	-webkit-box-shadow: 0px 0px 3px 0px #1b2c32 ;
	-moz-box-shadow: 0px 0px 3px 0px #1b2c32 ;
	-o-box-shadow: 0px 0px 3px 0px #1b2c32 ;
	-ms-box-shadow: 0px 0px 3px 0px #1b2c32 ;
	}
h1{
	line-height: 1.4;
	padding-top: 36px;
	text-shadow: 0px 0px 7px #1b2c32;
	-webkit-text-shadow: 0px 0px 7px #1b2c32;
	-moz-text-shadow: 0px 0px 7px #1b2c32;
	-o-text-shadow: 0px 0px 7px #1b2c32;
	-ms-text-shadow: 0px 0px 7px #1b2c32;
	font-size: 54px;
}
.subTitle{
	margin-top: 14px;
	padding: 2px 30px;
	display: inline-block;
	background-color: #FF9E1B;
	color: #FFFFFF;
	font-size: 30rem;
	font-weight: bold;
}
@media screen and (max-width:767px){
	main{
	padding-top: 60px;
}
	.seminarTitle{
	font-size: 14rem;
}
	.seminarTitle::after{
    height: 1px;
	}
	h1{
	line-height: 1.7;
	padding-top: 31px;
	font-size: 28px;
}
	.subTitle{
	margin-top: 14px;
	padding: 2px 30px;
	font-size: 17rem;
}
	.subTitle{
	font-size: 19rem;
}
}
.blueBox{
	padding: 20px 0;
	background-color: rgba(3,36,101,0.8);
}
.blueBox .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	font-size: 30px;
}
.blueBox .place{
	display: inline-block;
	padding: 6px 20px;
	background-color: #FFFFFF;
	margin-right: 40px;
	font-size: 24rem;
}
.blueBox .date{
	font-weight: bold;
	color: #FFFFFF;
}
@media screen and (max-width:767px){
	.blueBox .place{
	margin-right: 20px;
	font-size: 14rem;
}
	.blueBox .date{
	font-size: 17rem;
}
}
@media screen and (min-width: 501px) {
	.blueBox .date span{
	padding-left: 20px;
}
}
.blueBox .spOnly {
	display: none;
}
@media screen and (max-width: 500px) {
	.blueBox .pcOnly {
		display: none;
	}
	.blueBox .spOnly {
		display: block;
	}
}

.RedBox{
	position: absolute;
	top: 120px;
	width: 100%;
    z-index: 100;
}
.RedText{
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 40px;
	border: 2px solid #ff0000;
	background-color: #fff;
}
@media screen and (max-width:767px){
	.RedBox{
		top: 80px;
	}
	.RedText{
		font-size: 18px;
		padding: 10px 30px;
}
}

section{
	padding-bottom: 90px;
}
p + p{
	padding-top: 20px;
}
#logoArea{
	background-color: #F5F5F5;
	padding: 32px 0;
}
#logoArea .seminarLogo{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#logoArea .seminarLogo div + div{
	padding-left: 100px;
}
@media screen and (max-width:767px){
	#logoArea .inner{
	padding:  0 30px;
	}
	#logoArea .seminarLogo div + div{
	padding-left: 45px;
	}
}
#preface{
	position: relative;
	margin: 30px auto 50px;
	padding: 70px 0  96px;
	color: #333333;
	font-size: 24rem;
}
#preface::before{
	content: "";
    width: 10%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
	background: url("/kaigaihikkoshi/info/seminar/img/index_line01.svg") no-repeat right top;
}
#preface::after{
	content: "";
    width: 10%;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
	background: url("/kaigaihikkoshi/info/seminar/img/index_line02.svg") no-repeat left top;
}
@media screen and (max-width:767px){
#preface{
	margin: 18px auto 0;
	padding: 40px 0 70px;
	font-size: 20rem;
}
#preface::before,
#preface::after{
	background-size: 600px 40px;
}
}
h2{
	padding-top: 90px;
	margin-bottom: 60px;
	position: relative;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
h2.designA:before {
    content: '';
    position: absolute;
    bottom: -6px;
    display: inline-block;
    width: 103px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #8EC300;
    border-radius: 2px;
}
h2.designB{
	padding-top: 0;
	color: #1A005D;
}
#observation h2.designB{
	margin-bottom: 10px;
}
h2 .dot-text{
    position: relative;
 
  }
h2 .dot-text::before{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 7px;
    background: -webkit-radial-gradient(circle 7px,#1A005D 50%,transparent 50%);
    background: radial-gradient(circle 7px,#1A005D 50%,transparent 50%);
    background: -moz-radial-gradient(circle 7px,#1A005D 50%,transparent 50%);
 }
@media screen and (max-width:767px){
	h2 .dot-text::before{
		top: -6px;
		left: 0;
		right: 0;
		background: -webkit-radial-gradient(circle 4px,#1A005D 50%,transparent 50%);
		background: radial-gradient(circle 4px,#1A005D 50%,transparent 50%);
		background: -moz-radial-gradient(circle 4px,#1A005D 50%,transparent 50%);
	 }
}
@media screen and (max-width:767px){
	section{
	padding-bottom: 45px;
}
	h2{
	padding-top: 45px;
	margin-bottom: 25px;
	font-size: 22px;
	}
	h2.designA:before {
    width: 52px;
    height: 3px;
}
}
.checkList{
	margin: auto;
	border-top: 2px solid #B0D64C;
	line-height: 2.65;
	max-width: 810px;
	color: #6C757D;
	font-size: 24rem;
	font-weight: bold;
}
.checkList li:first-of-type{
	margin-top: 20px;
}
.checkList li{
	position: relative;
	padding-left: 32px;
}
.checkList li::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 13px;
    left: 0;
    background-image: url("/kaigaihikkoshi/info/seminar/img/index_ic01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
}
@media screen and (max-width:767px){
	.checkList{
	line-height: 2.65;
	font-size: 17rem;
	}
	.checkList li::before {
    content: "";
    width: 21px;
    height: 21px;
    top: 8px;
    background-size: 21px;
	}
}
main .btn a{
	position: relative;
	padding: 17px 0;
	text-align: center;
	border-radius: 5px;
	display: block;
	margin: auto;
	margin-top: 86px;
	width: 100%;
	max-width: 500px;
	color: #FFFFFF;
	background-color: #1A005D;
	font-size: 20rem;
	font-weight: bold;
	transition: .3s;
}
main .btn a::before {
    content: '';
    position: absolute;
    right: 40px;
    top: 25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(135deg);
    transition: all .3s;
}
main .btn a:hover{
	background-color: #8EC300;
}
@media screen and (max-width:767px){
	main .btn a{
		padding: 15px 0;
		margin-top: 38px;
		font-size: 15rem;
	}
	main .btn a::before {
    right: 30px;
    top: 20px;
	}
}
/* table
=================================*/
#outline table {
	margin-bottom: 80px;
	border: none;
	width: 100%;
	border-collapse: collapse;
}
#outline table th,
#outline table td {
	line-height: 1.8;
	padding: 20px 50px;
	border: none;
	border-top: 1px solid #CECFCF;
	border-left: 1px solid #CECFCF;
	border-right: 1px solid #CECFCF;
	border-bottom: 1px solid #CECFCF;
	font-size: 17rem;
}
#outline table th {
	vertical-align:middle;
	background-color: #5BC2E7;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#outline table td {
	background-color: #ffffff;
}
@media screen and (max-width: 480px){
th, td {
    width: auto;
}
}
@media screen and (max-width: 767px) {
	#outline table {
	margin-bottom: 40px;
	}
	#outline table th,
	#outline table td {
		display: block;
		padding: 10px 12px;
	}
	#outline table th+td,
	#outline table td+td {
		border-top: none;
	}
	#outline table th {
		font-size: 16rem;
	}
	#outline table td {
		font-size: 14rem;
	}
}

#content > div{
	background-color: #FFFFFF;
	padding-bottom: 70px;
}
#content .contentsBox{
	max-width: 1000px;
	display: block;
	margin: auto;
}
#content h2{
	padding-top: 60px;
}
#content h3{
	font-size: 24rem;
}
#content dl{
	padding: 0 26px;
	font-size: 20rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}
#content dl + dl{
	margin-top: 12px;
}
#content dt{
	max-width: 130px;
	font-weight: bold;
}
#content dd{
	color: #6C757D;
}
#content dt + dd{
	width: 57%;
}
#content dt,
#content dt + dd{
	padding-right: 30px;
}
#content dd + dd{
	width: 22%;
}
#content .schedule{
	margin-bottom: 34px;
}
@media screen and (max-width: 1100px) {
	#content > div{
	padding: 0 20px;
	padding-bottom: 32px;
	}
}
@media screen and (max-width: 1000px) {
	#content dt,
	#content dt + dd,
	#content dd + dd{
	width: 100%;
	}
	#content h3{
	font-size: 15rem;
	}
	#content dl{
	padding: 0;
	font-size: 15rem;
}
}
#speakers .flexBox{
	padding: 50px 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#speakers .blueBg {
    background-color: #E8F5F9;
}
#speakers .blueBg + .blueBg{
	margin-top: 24px;
}
#speakers .blueBg:last-of-type{
	margin-bottom: 60px;
}
#speakers .speakersImg{
	margin-top: 12px;
	width: 140px;
	height: 180px;
}
#speakers .speakersImg img{
	max-width: 140px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
}
#speakers dt{
	color: #1A005D;
	font-size: 24rem;
	font-weight: bold;
}
#speakers dl{
	min-width: 200px;
}
#speakers dd{
	padding-top: 30px;
	color: #44506C;
}
@media screen and (min-width: 1001px){
	#speakers .speakersImg + dl{
	padding-left: 30px;
}
}
@media screen and (max-width: 1000px){
	#speakers .flexBox{
	display: block;
	padding: 30px 0;
	}
	#speakers .speakersImg{
	margin: auto;
}
	#speakers .speakersImg + dl{
	padding-top: 30px;
}
	#speakers dl{
	padding: 0  20px;
}
	#speakers dt{
	font-size: 15rem;
}
	#speakers dd{
	padding-top: 20px;
	font-size: 14rem;
}
}
#privacy .agreeCheck{
	line-height: 1.6;
}
#privacy a#seminarBtn {
	display:  block;
    pointer-events: none;
}
#privacy a#seminarBtn.on{
    pointer-events: auto;
}
#privacy button#agreeBtn {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1;
}

/* scrollArea
=================================*/
.scrollArea{
	height: 160px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #BBBBBB;
}
@media screen and (max-width:767px){
	.scrollArea{
	height: 110px;
}
}

/* =============================================

footer

============================================= */
footer{
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footerNav{
	padding: 27px 0;
	background-color: #DEF3FA;
	font-size: 16rem;
}
.justify-content {
	margin: auto;
	max-width: 620px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justify-content div a + a{
	display: block;
	padding-top: 6px;
}
@media screen and (max-width:767px){
	.footerNav{
	font-size: 13rem;
	}
	.justify-content {
	max-width: 508px;
	}
	.justify-content div{
		padding: 0 28px;
	}
}
@media screen and (max-width:575px){
	.justify-content {
	display: block;
}
	.justify-content div{
		display: block;
	}
	.justify-content div a{
	display: block;
	padding-top: 1px;
}
}
.copyright{
	text-align: center;
	padding: 14px 0;
	color: #FFFFFF;
	background-color: #343A40;
    font-size: 12rem;
    font-weight: 100;
}