@charset "UTF-8";

/* 基本色 */
:root {
	--main-color: #5D9AB2;
	--accent-color: #222222;
	--dark-main-color: #2B5566;
	--text-bright-color: #fff;
}


/* 基本設定： ページ全体 */
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	line-height: 1.5em;
		/* height:  100vh; */
	 /* scroll-behavior: smooth; */
}
a {
text-decoration: none;
}

.conA {
	display: flex;
	flex-direction:column;
	/* height: 100vh; */
	background-color:#999;
	color: #000;
	/* color: var(--text-bright-color); */
	text-align: center;
}
.conA .bg−head {
	background-color:#fff;
	color: Orange;
	top:  0px;
	left: 0px;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #ff0011;
	display: flex;
	flex-direction:row;
}
.conA .bg−head .nav{
	/* background-color:#aaa; */
	height: 32px;
	width:350px;
	display: flex;
	justify-content: flex-start;	/*　flex-start center flex-end */
	align-items: baseline;	/*　flex-start center flex-end */
	text-align: left;
}
.conA .bg−head .nav img{
	vertical-align: -12%;
	/* letter-spacing: -1em; */

}
.conA .bg−head .nav1{
	/* background-color:#444; */
	width: 100%;
	height: 32px;
	justify-content: center;	/*　flex-start center flex-end */
	align-items: center;	/*　flex-start center flex-end */
}
.conA .bg−head .nav2{
	/* background-color:#faa; */
	width: 200px;
	height: 32px;
	/* display: flex; */
	justify-content: flex-end;	/*　flex-start center flex-end */
	align-items: center;	/*　flex-start center flex-end */
	flex-shrink:1.5;
	text-align: right;
	padding-right: 10px;
	/* padding-left: 10px; */
}

.conA .bg−mid {
	/* overflow: hidden; */
	background-color:#fff;
	width: 100%;
	height: 35px;
	display: block;
	text-align: center;
	font-size:0;
	/* letter-spacing: -20px; */
}
.conA .bg−mid .mid0{
	display: inline-block;
	/* background-color:#fff; */
	width: 90px;
	height: 35px;
	text-align: left;
	vertical-align: top;
	/* letter-spacing: normal; */
}
.conA .bg−mid .mid1{
	display: inline-block;
	/* background-color:#8ff; */
	width: calc(100% - 140px);
	height: 35px;
	/* color: #888; */
	/* letter-spacing: normal; */
}
.conA .bg−mid .mid2{
	display: inline-block;
	position:relative;
	/* background-color:#f66; */
	width: 50px;
	height: 35px;
	vertical-align: top;
	text-align: right;
	/* letter-spacing: normal; */
}
.conA .bg−mid .mid2 .mark{
	z-index: 99;
	position: absolute;
	width: 30px;
	height: 20px;
	/* bottom: 20; */
	/* right: 20; */
	top: -10px;
	right: 15px;
	/* background-color:#222; */
	color: #888;
}
.conA .bg−foot {
	height: 35px;
	display: table;
}
.conA .bg−foot p{
	font-size: 12px;
}

.conA .bg−foot .fot0{
	display: table-cell;
	width: 50px;
	/* background-color:#222; */
}
.conA .bg−foot .fot1{
	display: table-cell;
	width: calc(100vw - 130px);
	height: 30px;
	padding-top: 5px;
	/* background-color:#999; */
}
.conA .bg−foot .fot2{
	/* background-color:#222; */
	display: table-cell;
	width: 70px;
	text-align: left;
}
.conA .bg−foot .fot2 .toTop{
	width:50px;
}



/*
.conA #page{
	width: 50px;
} */

.conA .bg-container{
	/* background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9)), url(../img/aaaaaa.jpg); */
	background-position: center;
	background-size: cover;
	background-color:#fff;
	height: calc(100vh - 67px);
	flex-shrink: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.conA .container{
	/* height: calc(100vh - 67px); */
}
.conA .bg-container2,
.conA .bg-container3{
	background-position: center;
	background-size: cover;
	background-color:#fff;
	height: calc(100vh - 35px);
	flex-shrink: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.conA .bg-container3{
	/* height: calc(100vh - 35px); */
}
.conA .container2,
.conA .container3{
	width: calc(100vw - 32px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.conA .container2 section{
	max-width: 600px;
}


.conA h1 {
	margin-top: 0;
	margin-bottom: 10px;
	/*font-family: 'Montserrat', sans-serif;*/
	/* font-size: 15vw; */
	font-size: calc(240% + 1.5vw);
	letter-spacing: 0.2em;
	/* line-height: 1.5em; */
	margin-left: 0.2em;
}
.conA h1.title {
	margin: 0;
	font-size: calc(200% + 1.5vw);
	/* letter-spacing: 0.1em; */
	letter-spacing: 0.01em;
	line-height: 0.75em;
}
.conA h1.title ._to {	font-size: 60%;}
.conA h1.title ._ha {	font-size: 80%;}
.conA h1.title ._ka {	font-size: 70%;}
.conA h1.title ._other {font-size: 50%;}
.conA h1.title ._kkb {position: relative;vertical-align: top;top: -.5em;font-size: 50%;font-weight: normal;color: #444;}
.conA h1.title ._kke {font-size: 50%;font-weight: normal;color: #444;}

.conA .nav h1 {
	margin-top: 2px;
	margin-left: 4px;
	margin-bottom: 0px;
	letter-spacing: 0.01em;
	font-size: 18px;
	font-weight: normal
}


.conA h2 {
	margin-top: 0;
	margin-bottom: 8px;
	/* font-family: 'Montserrat', sans-serif; */
	/* font-size: 12vw; */
	font-size: calc(200% + 1.5vw);
	line-height: 1.5em;
	margin-left: 0.1em;
}
.conA h3 {
	margin-top: 0;
	margin-bottom: 6px;
	/*font-family: 'Montserrat', sans-serif;*/
	/* font-size: 10vw; */
	font-size: calc(140% + 1.5vw);
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-left: 0em;
}
.conA h4 {
	margin-top: 0;
	margin-bottom: 5px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: calc(100% + 1.5vw);
	/* font-size: 9vw; */
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-left: 0em;
}
.conA h5 {
	margin-top: 0;
	margin-bottom: 5px;
	/*font-family: 'Montserrat', sans-serif;*/
	/* font-size: 8vw; */
	font-size: calc(80% + 1.5vw);
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-left: 0em;
}
.conA h6 {
	margin-top: 0;
	margin-bottom: 4px;
	/*font-family: 'Montserrat', sans-serif;*/
	/* font-size: 7vw; */
	font-size: calc(60% + 1.5vw);
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-left: 0em;
}

.conA .container p.explain{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 5vw;
}

.conA .container p ,
.conA .container2 p{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: calc(60% + 0.9vw);
}



.conA img {
	/* width: 80%; */
}

.conA p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 18px;
}
.conA .bg−foot a {
	display: inline-block;
	margin-top: 2px;
	padding: 1px 3px;
	/* border: solid 3px currentColor; */
	border: solid 3px #fff;
	border-radius: 6px;
	background-color: var(--accent-color);
	background-color: #222222;
	/* color: var(--text-bright-color); */
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.conA .container a {
	display: inline-block;
	margin-top: 2px;
	padding: 1px 3px;
	/* border: solid 3px currentColor; */
	border: solid 3px #fff;
	border-radius: 6px;
	background-color: var(--accent-color);
	background-color: #222222;
	/* color: var(--text-bright-color); */
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.conA .example{
	display: inline-block;
	margin-top: 5px;
	padding: 3px 6px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: rgba( 60, 60, 60, 0.7 );
	/* color: var(--text-bright-color); */
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}




.conA a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}


@media (min-width: 768px) {
	.conA h1 {
		/* font-size: 115px; */
	}

	.conA p {
		/* font-size: 44px; */
	}
}
