@charset "utf-8";
/* CSS Document */

.other_header {
	position: relative;
	top: 0;
	left: 0;
}
.other_header .header-inner {
    display: block;
    background: #fff;
    justify-content: space-between;
    height: 80px;
}

/*左端（ロゴ）の部分*/
.other_header .logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
}
.other_header .logo img {
	width: 150px;
    height: auto;
}

/*上部の名称部分*/
.other_header .name {
	position: absolute;
    font-size: 20px;
    color: #191970;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 0.5px;
	padding: 45px 0 0 200px;
}

.main-title {/*下線あり*/
    font-size: 20px;
    color: #191970;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    border-bottom-style: dashed;	
}

.sub-title {/*左端に｜マークあり*/
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 20px;
    letter-spacing: 1px;
    position: relative;
    color: #191970;
}
.sub-title:before {
    content: "";
    display: block;
    position: absolute;
    background: #191970;
    width: 8px;
    height: 20px;
    top: 4px;
    left: 0;
}

/*PDFファイルのダウンロードボタン*/
.btn_dl_pdf-02 {
    display: block;
	position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    height: auto;
    border-radius: 10px;
	border: solid 3px #191970;
    background: #F4F4FB;
    color: #191970;
	line-height: 1.3;
	padding: 15px 10px;
}

/*PDF画像：使用停止
.btn_dl_pdf-02:after {
    content: '';
    display: inline-block;
    background: url(../images/pdf_icon.png) no-repeat;
	background-color: #fff;
	background-size: 30px;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 30%;
    right: 20px;
}
*/

.btn_dl_pdf-02 .title {/*講演会タイトル*/
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 10px;
}
.btn_dl_pdf-02 .file_capacity {/*講演会タイトル*/
	font-size: 13px;
	font-weight: normal;
}

/*画面を閉じる：ボタン*/
.close_btn {
	display: block;
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: #191970;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 2px;
    font-weight: bold;
}



@media screen and (min-width:600px) and (max-width:1199px) {
.other_header .header-inner {
    display: block;
    height: 70px;
    min-width: 0;
    padding: 0;
}
	
/*左端（ロゴ）の部分*/
.other_header .logo {
	display: inline-flex;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 999;
}
.other_header .logo img {
	width: 120px;
    height: auto;
}

/*上部の名称部分*/
.other_header .name {
    font-size: 18px;
    color: #191970;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 0.5px;
	padding: 35px 0 0 150px;
}
}


@media screen and (max-width: 599px) {
.other_header .header-inner {
    display: block;
    height: 50px;
    min-width: 0;
    padding: 0;
}
	
/*左端（ロゴ）の部分*/
.other_header .logo {
	display: inline-flex;
	top: 5px;
	left: 5px;
	position: absolute;
	z-index: 999;
}
.other_header .logo img {
	width: 100px;
    height: auto;
}

/*上部の名称部分*/
.other_header .name {
    font-size: 15px;
    color: #191970;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 0.5px;
	padding: 15px 0 0 130px;
	line-height: 1.2;
}
}
