@charset "UTF-8";
/* CSS Document 

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*/

h2.Bl_back {
	margin: 20px 0;
	color: #004477;
	background-color: #EAF1F5;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5px;
}

h2.titBi {
	font-size: 2em;
	line-height: 1.5em;
}

h3.Bod_lin {
	border-bottom: 1px solid #AAAAAA;
	margin: 5px auto;
}


.Efont {
	font-family: "bowlby-one";
}

.Jfont {
	font-family: 'Noto Sans JP';
	font-weight: lighter;
}

.Ann {
	font-size: 0.7em;
}

.point_com {
	font-size: 1em;
}

.p_comm {
	font-size: 0.7em;
}

.hedImg {
	width: 100%;
	height: auto;
}

.idList {
	font-size: 0.8em;
	margin: 10px;
	margin-left: 20px;
	list-style: circle;
}

.idPart {
	font-size: 1em;
	list-style: none;
	font-weight: bold;
	text-align: center;
	color: #C2C2C2;
}

.idPart li {
	line-height: 1em;
	margin: 30px 0;

}

.floR {
	float: right;
}

.floL {
	float: left;
}

.ipf2023_video {
	position: relative;
	width: 100%;
	/* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
	height: 0;
	/* 高さは0にしておく(padding-topで高さを指定するため) */
	padding-top: 56.25%;
	/* 高さを指定(16:9) */
}

.ipf2023_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ipf2023_title {
	font-weight: 900;
	font-size: 1.4rem;
}

.ipf2023_p {
	margin-top: 2px;
	font-weight: 500;
}

/*------------------------------------------------------------------color*/


.taTab {
	margin-bottom: 30px;
	font-size: 15px;
	letter-spacing: 1px;
}

td.firBor {
	border-top: 1px solid #cccccc;
}

td.hed {
	padding: 10px;
	font-weight: 500;
	letter-spacing: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f5f5f5;
}

td.cont {
	padding: 10px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 3px;
	border-right: none;
	border-bottom: 1px solid #cccccc;
}

/*------------------------------------------------------------------button*/
.raised {
	display: inline-block;
	background-color: #8CA3C4;
	color: #fff;
	/*文字色*/
	font-size: 1em;
	/*文字サイズ*/
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;
	/*字間*/
	padding: 1em 1em;
	/*ボタン内の余白*/
	border-radius: 4px;
	/*角の丸み*/
	cursor: pointer;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	/*変化を緩やかに*/
	margin: 8px 0;
}

.raised:hover {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
	/*浮き上がるように*/
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow:before,
.arrow:after {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.sample1-4::before {
	left: 5px;
	width: 3px;
	height: 8px;
	background: #001655;
}

.sample1-4::after {
	left: 2px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #001655;
	border-right: 3px solid #001655;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*---------------------------------------------------------------------------------icon*/
.pin.icon {
	color: #fff;
	position: absolute;
	margin-left: 4px;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	border: solid 1px currentColor;
	border-radius: 7px 7px 7px 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pin.icon:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 4px;
	height: 4px;
	border: solid 1px currentColor;
	border-radius: 3px;
}

/* combipro-css */
.combi {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.combi01,
.combi02 {
	/* flex: 1; */
	width: 49%;
}

.combi01 img,
.combi02 iframe {
	width: 100%;
	height: 100%;
}

/*---------------------------------------------------------------------------------heder*/




/*---------------------------------------------------------------------- 768より小さい*/
@media screen and (max-width : 768px) {

	h2.titBi {
		font-size: 1.2em;
		line-height: 1.5em;
	}

}
