html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.nasi {
	display: none;
}

* {
	box-sizing: border-box;
	position: relative;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}

.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

.rot_box {
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	font-feature-settings: "palt"1;
}

.yokobo {
	letter-spacing: -0.1em;
	/*	<span class="yokobo">――</span>*/
}

#header {
	width: 100%;
	min-width: 1000px;
	margin: 0;
	overflow-x: hidden;
	z-index: 10;
}


.btn_home {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #D20D53;
	text-decoration: none;
	z-index: 20;
	font-size: 10pt;
	line-height: 30px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	font-size: 14pt;
}




.btn_home:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}


.inte_head {
	width: 100%;
	height: auto;
	z-index: 10;
	margin: 0 auto;
	display: block;
}


.inte_logo {
	width: 100%;
	height: auto;
	z-index: 20;
	position: absolute;
}

#main {
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 100;
}

.inte_h3 {
	display: block;
	margin: 20px auto;
}

h3 {
	display: block;
	font-family: "Staatliches", sans-serif;
	font-size: 39pt;
	font-weight: 400;
	color: #D20D53;
	width: 100%;
	text-align: center;
	margin-top: -120px;
	z-index: 50;
}

h4 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 17pt;
	font-weight: 700;
	line-height: 1.8em;
	text-align: center;
	color: #D20D53;
	width: 100%;
}

h5 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 16pt;
	font-weight: 400;
	text-align: left;
	color: #FFFFFF;
	background-image: url(../images/inte_h3_bg.jpg);
	background-position: center top;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

.inte_netabare{
	width: 520px;
	height: auto;
	display: block;
	margin: 0 auto 50px;
}


#inte_box {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 12pt;
	line-height: 1.6em;
/*	display: flex;*/
	flex-wrap: wrap;
	padding: 0 13px 150px;
	z-index: 50;
}


.inte_txt {
/*	white-space: pre-wrap;*/
/*	white-space: pre-line;*/
	width: 100%;
	text-align: justify;
}

.inte_txt ul{
	list-style: none;
	padding: 0 13px 0 13px;
	margin-bottom: 40px;

}

.inte_txt ul li{
	padding-left:5em;
	text-indent:-5em;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.6em;
	margin-bottom: 17px;
}

.name{
/*	display: inline*/
	font-weight: 700;
}

.img_box{
	text-align: center;
	margin: 20px 0 0;
}

.img_box img{
	width: 45%;
	height: auto;
	margin: 0 2.1%;
}



.yokobo {
	letter-spacing: -0.1em;
	/*	<span class="yokobo">――</span>*/
	margin-right: 5px;
}


em {
	color: #ffc600;
	font-style: normal;
}

strong {
	color: #C60200;
	/*	font-size: 12pt;*/
	font-weight: 700;
}


.ryaku {
	margin-top: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	min-width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: right;
	padding-right: 60px;
	padding-bottom: 0px;
}

/*----------FOOTER------------*/

#footer {
	width: 100%;
	min-width: 1000px;
	height: 30px;
	z-index: 30;
	background-color: #000000;
	display: none;
}

#footer_upper {
	width: 100%;
	height: 44px;
	background-color: #92d4e2;
	display: none;
}
