@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@media screen and (min-width: 1200px){

.smart_only {
	display: none;
}
.tab_only {
	display: none;
}
#nav-drawer {
	display: none;
}

/* ------------------------------
 基本
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	text-align: center;
}

li {
	line-height: 2em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
	border-top: solid 15px #00a1fc;
}
section {
	min-width: 1200px;
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 10px 0;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 40px;
}
section div.wrapper li {
	margin-bottom: 5px;
}
a {
	transition: all 100ms 0s ease;
}


/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.h2_bg {
	width: 100%;
	height: 80px;
	background-image:url(../BBT/image/h2.jpg);
	background-repeat: no-repeat;
}
h2.sub {
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
}
h3 {
	clear: both;
}
h4 {
	clear: both;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.align_center {
	align-items: center;
}
.align_end{
	align-items: flex-end;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	margin: 0 40px 40px 0;
}
img.imgright {
	float: right;
	margin: 0 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 30px auto !important;
	clear: both;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #00a1fc;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
span.minchou {
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 30px auto !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg01 {
	background-color: #ededed;
}
.bg02 {
	background-color: #00234b;
	color: #FFF;
	position: relative;
}
.bg03 {
	background-color: #c1c0c0;
}
.bottom01 {
	margin-bottom: 10px;
}
.bottom02 {
	margin-bottom: 3px;
}
.bottom03 {
	margin-bottom: 60px;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	height: 90px;
	overflow: hidden;
	padding-top: 35px;
	position: fixed;
	background-color: #FFF;
	z-index: 999;
}
div.header_left_logo {
	width: 88px;
}
div.header_left_text {
	width: 300px;
	align-self: center;
}
div.header_left_text p span {
	color: #F00;
}
div.header_right {
	width: 40%;
	text-align: right;
	padding-top: 10px;
}

/* ------------------------------
 リンクボタン
------------------------------ */

a.button {
	background-color: #00a1fc;
	border-radius: 2.5em / 2.5em;
	color: #FFF;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
}
a.button:hover {
	background-color: #014493;
}
a.link01 {
	padding: 10px 50px;
}
a.link02 {
	padding: 10px 120px;
}
a.link03 {
	padding: 10px 520px 10px 30px;
}
a.link04 {
	padding: 10px 40px;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	overflow: hidden;
	margin: 20px 0;
}
nav ul {
	list-style: none;
	margin: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-left: solid 1px #000;
}
nav li {
	padding: 0 10px;
	border-right: solid 1px #000;
}
nav a {
	color: #000;
	text-decoration: none;
}


/* ------------------------------
 メイン画像
------------------------------ */

div.topimg {
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 125px;
}
div.topimg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* ------------------------------
 ボックス
------------------------------ */

div.box_wrapper {
	width: 100%;
	margin: 20px 0;
}

/* ------------------------------
 ボックス01
------------------------------ */

div.box01 {
	width: 100%;
}
div.box01_left {
	width: 300px;
	font-size: 24px;
	color: #00a1fc;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box01_right {
	width: 900px;
}
div.box01_right ul {
	color: #00a1fc;
	list-style: none;
	margin-left: 0px !important;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box01_right ul li {
	background-image:url(image/check.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 30px;
}

/* ------------------------------
 ボックス02
------------------------------ */

div.box02 {
	width: 100%;
	max-width: 585px;
	border-top: solid 8px #014493;
	margin: 30px 0;
	background-color: #f0f6fa;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
div.box_top {
	padding: 8px 0;
	background-color: #FFF;
}
div.box_top01 {
	border-left: solid 2px #00a1fc;
}
div.box_day01 {
	width: 105px;
	border-right: solid 2px #014493;
	color: #014493;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: din;
}
div.box_day02 {
	color: #014493;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
}
div.box_day02 p.black-tag {
	background: #000;
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
}
div.box_title {
	background-color: #014493;
	color: #FFF;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box_title_height01 {
	height: auto;
}
div.box_title p {
	margin: 15px 30px;
	font-size: 24px;
}
div.box_title p span {
	font-size: 16px;
}

div.box_body p {
	margin: 15px 30px;
}
div.box_body p.bottom_border {
	border-bottom: solid 2px #FFF;
	padding-bottom: 15px;
}

div.box_body div.bottom_border {
	border-bottom: solid 2px #FFF;
	padding-bottom: 15px;
	margin: 15px 30px;
	display: flex;
	gap: 15px;
}

p.button02 {
	text-align: center;
	margin: auto auto 30px !important;
	padding: 30px 0 0;
}
p.button02 a {
	color: #ffffff;
	background-color: #00a1fc;
	text-decoration: none;
	border-radius: 2.5em / 2.5em;
	padding: 8px 130px;
	display: block;
}
p.button02 a:hover {
	background-color: #014493;
}

/* ------------------------------
 ボックス03
------------------------------ */

div.box03_wrapper {
	background-color: #FFF;
	margin: 30px 0 80px;
	position: relative;
}
div.box03 {
	border-top: solid 15px #00a1fc;
	margin: 0 30px;
}
div.box_day03 {
	width: 100%;
	max-width: 730px;
	display: contents;
}
div.box_day03 p {
	display: inline-block;
}

div.mr-auto {
	margin-right: auto;
}

div.box_day03 p span {
	background-color: #000;
	color: #FFF;
	padding: 7px 10px;
}
p.title_size {
	font-size: 30px !important;
}

div.box_text {
	margin: 20px 0;
}
div.box03_left {
	width: 275px;
}
div.box03_right {
	width: 865px;
}

div.box_body02_wrapper {
	background-color: #f0f6fa;
}
div.box_body02 {
	border-bottom: solid 2px #FFF;
}
div.box_body02 p {
	margin: 30px;
}

span.fnt24 {
	font-size: 24px !important;
}

div.box03_button {
	margin: -100px 0 0 310px;
	position: absolute;
	padding: 0 20px 30px;
}
p.sudou {
	padding-bottom: 180px;
}

div.photo01 {
	position: absolute;
	top: 460px;
	left: 10px;
}
div.photo01_2 {
	position: absolute;
	top: 840px;
	left: 10px;
}

div.photo02 {
	position: absolute;
	top: 410px;
	left: 10px;
}

div.photo03 {
	position: absolute;
	top: 490px;
	left: 10px;
}
div.photo03_2 {
	position: absolute;
	top: 780px;
	left: 10px;
}

/* ------------------------------
 参加者の声
------------------------------ */

p.midashi {
	text-align: center;
	font-size: 24px;
	margin: 20px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.impression_wrapper {
	position: relative;
}
div.impression_wrapper01 {
	margin-bottom: 30px;
}
div.impression_wrapper02 {
	margin-bottom: 80px;
}
div.impression {
	background-color: #FFF;
	border-radius: 0.5em / 0.5em;
}
div.flex_between div.impression {
	width: 380px;
}
div.impression p {
	margin: 30px 30px;
}

div.impression_button {
	position: absolute;
	margin: -90px 0 0 40px;
}
div.impression_button div {
	width: 380px;
	padding-bottom: 20px;
}

/* ------------------------------
 box04
------------------------------ */

p.midashi02 {
	text-align: center;
	font-size: 24px;
	color: #C1A159;
	margin: 20px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box04_wrapper {
	margin: 30px 0;
}
div.box04 {
	width: 380px;
	background-color: #C1A159;
	color: #FFF;
	border-radius: 0.5em / 0.5em;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box04 p {
	text-align: center;
	margin: 20px auto;
}
div.box04 p span {
	font-size: 24px;
}
p.midashi03 {
	text-align: center;
	font-size: 32px;
	margin: 40px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}

/* ------------------------------
 下段05
------------------------------ */

div.midashi_box {
	width: 765px;
	height: 92px;
	background-image:url(image/midashi_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 20px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.midashi_box p {
	font-size: 30px;
}
p.line01 {
	line-height: 32px;
}
p.line02 {
	line-height: 70px;
}
div.link05 {
	position: absolute;
	margin: -70px 0 0 310px;
	padding: 0 20px 30px;
}
div.link05 a {
	background-color: #00a1fc;
	border-radius: 2.5em / 2.5em;
	color: #FFF;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	padding: 10px 620px 10px 30px;
}
div.link05 a:hover {
	background-color: #014493;
}

div.box05_wrapper {
	margin: 30px 0;
}
p.box05_midashi {
	font-size: 32px;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box05_left {
	width: 585px;
}
div.box05_left img {
	margin-top: 20px;
}
div.box05_right {
	width: 585px;
}
div.box05_right img {
	margin-top: 40px;
}

/* ------------------------------
 最下段
------------------------------ */

div.bottom {
	margin: 0 0 0 330px;
}
div.bottom a {
	display: block;
	background-color: #00a1fc;
	border-radius: 2.5em / 2.5em;
	color: #FFF;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	padding: 10px 0 10px 30px;
	margin-right: 10px;
}
div.bottom a:hover {
	background-color: #014493;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

div.pagetop {
	width: 100%;
	margin: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	pointer-events: none;
	font-size: 14px;
	text-align: right;
}
div.pagetop a {
	background-color: #FFF;
	padding: 10px 15px;
	border: solid 1px #DDD;
	text-decoration: none;
	color: #111;
	pointer-events: auto;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	min-width: 1200px;
	overflow: hidden;
	font-size: 12px;
	padding: 40px 0 60px;
	margin: 0 0 0;
	color: #FFF;
	background-color: #222222;
}
div.footer_logo {
	width: 110px;
}
div.footer_text {
	width: 460px;
}
div.footer_copy {
	width: 600px;
	text-align: right;
}

footer ul {
	list-style: none;
	margin: 20px 0 0 -10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-left: solid 1px #aaa;
}
footer li {
	padding: 0 10px;
	border-right: solid 1px #aaa;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
/* ------------------------------
 ページ内リンク調整用
------------------------------ */
.link_adjustment {
    padding-top: 90px;
    margin-top:-90px;
}



}

/* ------------------------------
 iframe
------------------------------ */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(800 / 1080 * 100%) 0 0;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
}

@media screen and (max-width:640px){
/* ------------------------------
 iframe
------------------------------ */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(2800 / 640 * 100%) 0 0;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
}
}

/* ------------------------------
 youtube-wrap
------------------------------ */
.youtube-wrap h3{
	color: #00a1fc;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: din;
}
.youtube-wrap h3 span {
	display: inline-block;
}
.youtube {
  width: 100%;
	max-width: 510px;
  aspect-ratio: 16 / 9;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}