@charset "UTF-8";
/* CSS Document */
html {
 height: 100%;
}
body {
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
 font-size: 16px;
 line-height: 1.6em;
 margin-top: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 overflow-x: hidden;
 height: 100%;
}
.clr {
 clear: both;
 width: 0px;
 height: 0px;
 margin: 0;
}
a.btn_ext {
 display: flex;
 justify-content: center;
 align-items: center;
 max-width: 700px;
 height: auto;
 position: relative;
 background-color: #DD0000;
 border: 1px solid #DD0000;
 border-radius: 100px;
 box-sizing: border-box;
 padding: 20px 45px 20px 25px;
 color: #fff;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 transition-duration: 0.3s;
 margin: 10px auto 40px auto;
}
a.btn_ext:before {
 content: '';
 width: 8px;
 height: 8px;
 border: 0;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 transform: rotate(45deg);
 position: absolute;
 top: 50%;
 right: 25px;
 margin-top: -6px;
}
a.btn_ext:hover {
 background: #fff;
 color: #DF0000;
}
a.btn_ext:hover:before {
 border-top: 2px solid #DD0000;
 border-right: 2px solid #DD0000;
}
a.btn_na {
 display: flex;
 justify-content: center;
 align-items: center;
 max-width: 700px;
 height: auto;
 position: relative;
 background-color: #AAAAAA;
 border: 1px solid #AAAAAA;
 border-radius: 100px;
 box-sizing: border-box;
 padding: 20px 45px 20px 25px;
 color: #fff;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 transition-duration: 0.3s;
 margin: 10px auto 40px auto;
}
p {
 margin-bottom: 1.5em;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 display: block;
 max-height: none;
 width: auto;
 height: auto;
}
section {
 width: 100%;
 display: block;
 margin-top: 0px;
}
#fifth05 article {
 background-image: url(../images/639802-34.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 70px;
 padding-left: 20px;
 padding-right: 20px;
}
.separater_b {
 text-align: center;
 height: 250px;
 background-image: url(../images/img_sep.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 61px auto;
}
.sp_only {
 display: none;
 margin: 0;
}
section h1 {
 display: block;
 padding: 3px;
 text-align: center;
 margin-bottom: 1em;
}
section h1 span {
 display: block;
 border-top: 1px solid #DD0000;
 border-bottom: 1px solid #DD0000;
 padding-top: 5px;
 padding-right: 5px;
 padding-left: 5px;
 padding-bottom: 5px;
}
/*ヘッダー部*/
header {
	border-top: 10px solid #0085FF;
	width: 100%;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	height: auto;
	text-align: center;
	background-image: url(../images/img_main01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
header h1 {
 max-width: 1000Px;
 margin-top: 40px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 40px;
 position: relative;
}
header h2 {
 background-color: rgba(255, 255, 255, 0.80);
 display: inline-block;
 padding-top: 10px;
 padding-right: 30px;
 padding-bottom: 10px;
 padding-left: 30px;
 font-size: 100%;
 border-radius: 40px;
 position: absolute;
 bottom: 60px;
 color: #E50A8C;
}
img.maintitle {
 width: 100%;
 height: auto;
 position: absolute;
 top: -500px;
}
header h1 img {
 max-width: 600px;
 height: auto;
 display: inline-block;
}

/*登壇者ボックス共通*/
.guest_frame {
 background-color: #F1F1F1;
 text-align: center;
 padding-top: 40px;
 padding-right: 0;
 padding-left: 0;
 padding-bottom: 30px;
}
.guest_frame .guest_box {
 max-width: 180px;
 text-align: center;
 display: inline-block;
 vertical-align: top;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
}
.guest_box img {
 width: 100%;
 height: auto;
}
.guest_box .guest_business {
 font-size: 12px;
 line-height: 1.1em;
}
.guest_box .guest_name {
 font-weight: bold;
 font-size: 14px;
}

/*リード文*/
#first01 {
	margin-bottom: 80px;
	border-top: 15px solid #DD0000;
	margin-top: 0px;
}
#first01 article {
 max-width: 700px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0;
 text-align: left;
 padding-top: 30px;
 background-image: url(../images/img_leadstrip.jpg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center top;
}
#first01 article h4 {
 text-align: center;
 border: 1px solid #E50A8C;
 color: #E50A8C;
 border-radius: 51px;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 font-size: 1.2em;
}

#first01 article img {
 float: right;
 height: auto;
 width: 45%;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 10px;
 max-width: 337px;
}
#first01 article h2 {
 margin-top: 40px;
 display: block;
 margin-bottom: 20px;
 text-align: left;
 font-size: 1.2em;
}


/*１〜３回募集部分*/

h2.title_schedule span {
 display: block;
 font-size: 40%;
 letter-spacing: .5em;
 margin-bottom: 10px;
 font-weight: normal;
 padding-bottom: 0px;
}
h2.title_schedule {
 text-align: center;
 padding-top: 15px;
 padding-bottom: 15px;
 margin-bottom: 50px;
 font-size: 32px;
 line-height: 1em;
}

#second02 h2.title_schedule {
 border-top: 5px solid #0066DD;
 border-bottom: 1px solid #0066DD;
}
article .numbers {
 background-repeat: no-repeat;
 background-position: center top;
 background-size: 243px auto;
 text-align: center;
 padding-top: 81px;
 font-size: 22px;
 color: red;
}
article .numbers span {
 display: block;
 font-size: 28px;
 border-top: 1px solid #000;
 margin-top: 0px;
 margin-bottom: 10px;
 padding-top: 30px;
}
article .numbers.daiichi {
 background-image: url(../images/img_h1_01.jpg);
}
article .numbers.daini {
 background-image: url(../images/img_h1_02.jpg);
}
article .numbers.daisan {
 background-image: url(../images/img_h1_03.jpg);
}

.content_frame01 {
 text-align: center;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
 margin: 0px;
}
#second02 .content_frame01 {
 background-image: url(../images/img_cont01w.jpg);
}
#third03 .content_frame01 {
 background-image: url(../images/img_cont02w.jpg);
}
#fourth04 .content_frame01 {
 background-image: url(../images/img_cont03w.jpg);
}
.content_frame01 .right_text {
 width: 50%;
 display: inline-block;
 background-color: #FFFFFF;
 vertical-align: top;
 text-align: left;
 padding-top: 0 px;
 padding-right: 0px;
 padding-bottom: 30px;
 padding-left: 30px;
 margin-left: 50%;
}
.content_frame01 .right_text div {
 margin-right: auto;
 margin-left: 0px;
 max-width: 480px;
}
.content_frame01 .right_text div img {
 display: none;
 width: 100%;
 height: auto;
}
.content_frame01 .right_text div h4 {
 text-align: left;
 font-size: 32px;
 line-height: 1.2em;
 margin: 0 0 20px 0;
}
.content_frame01 .right_text div h4 span {
 font-size: 14px;
 display: block;
 letter-spacing: 0.2em;
 font-weight: normal;
}
article .guest_frame h3 {
 font-size: 26px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
}

/* オーストリア政府観光局ごあいさつ*/

#fifth05 article .massagebox {
 background-color: rgba(255, 255, 255, 0.80);
 max-width: 770px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 40px;
 padding-bottom: 40px;
}
#fifth05 article .massagebox h3 {
 font-size: 26px;
 line-height: 1.2em;
}
#fifth05 article .massagebox .right_text {
 max-width: 500px;
 display: inline-block;
 vertical-align: top;
 text-align: left;
 padding-left: 20px;
 padding-right: 20px;
}
#fifth05 article .massagebox .guest_box {
 vertical-align: top;
 display: inline-block;
 max-width: 180px;
}


/*アーカイブ、過去コンテンツ*/

#sixth06 article {
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
#sixth06 article .reportbox {
 width: 30%;
 height: auto;
 margin-left: 1%;
 margin-right: 1%;
 padding-bottom: 10px;
 border-bottom: none;
 display: inline-block;
 vertical-align: top;
}
#sixth06 article .reportbox h3 span {
 width: 3.5em;
 height: 3.5em;
 display: inline-block;
 background-color: #DD0000;
 color: #FFFFFF;
 vertical-align: top;
 font-weight: bold;
 line-height: 3.5em;
 text-align: center;
 float: left;
 margin-right: 5px;
}
#sixth06 article .reportbox h3 {
 font-weight: bold;
 font-size: 1em;
 line-height: 1.5em;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-left: 0px;
 text-align: left;
}
.arichive {
 position: relative;
 width: 100%;
 padding-top: 65%;
 margin: 0 auto 20px auto;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}
.arichive img {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
/** youtube部分 **/
.youtube {
 position: relative;
 width: 100%;
 padding-top: 65%;
 margin: 0 auto;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}
.youtube iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
.youtube.coming01 {
 background-image: url("../images/img_coming01.jpg");
}
.youtube.coming02 {
 background-image: url("../images/img_coming02.jpg");
}
.youtube.coming03 {
 background-image: url("../images/img_coming03.jpg");
}

/*フッター*/
footer {
 display: block;
 text-align: center;
 color: #FFFFFF;
 padding-top: 10px;
 margin: 0;
}
footer .logobox img {
 width: 80%;
 height: auto;
 line-height: 50px;
}
footer .logobox div {
 display: inline-block;
 vertical-align: top;
 margin-top: 50px;
 margin-bottom: 50px;
 color: black;
 font-weight: bold;
 max-width: 450px;
}
footer .creditbox {
 background-color: #DD0000;
 color: #FFFFFF;
 line-height: 2em;
 padding: 20px 0 20px 0;
 font-size: 0.8em;
}
footer .creditbox a {
 color: white;
 text-decoration: none;
}
footer .imagebox {
 height: 300px;
 background-image: url(../images/640513-2.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}



@media screen and (max-width:599px) {
 .sp_only {
  display: inline;
  margin: 0;
 }
 header h1 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
 }
 .content_frame01 .right_text {
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  vertical-align: top;
  text-align: left;
  padding-top: 0 px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  margin-left: 0%;
 }
 .content_frame01 .right_text div {
  margin-right: auto;
  margin-left: 0px;
  max-width: 100%;
 }
 .content_frame01 .right_text div img {
  display: inline-block;
  width: 100%;
  height: auto;
 }
 .content_frame01 .right_text div h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 20px 0;
 }
 .guest_frame .guest_box {
  max-width: 150px;
  margin: 10px;
 }
 #sixth06 article .reportbox {
  width: 100%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #999;
  display: inline-block;
  vertical-align: top;
 }
 #sixth06 article .reportbox h3 {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
 }
}
