@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');






/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.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;
}

/*-----Header------*/
#header{
	width: 100%;
	min-width: 1000px;
	background-color: #fff;
	padding: 10px;
}

.btn_home_box{
	width: 90px;
	height: 35px;
	position: absolute;
	top: 10px;
	left:20px;
	z-index: 100;
}

.btn_home {
	width: 90px;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	line-height: 35px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	font-family: 'Anton', sans-serif;
	background-color: #e6002e;
}



.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;
}

.haisin_head_logo{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 30;
	width: 100%;
	height: auto;
}

.haisin_head1{
	width: 100%;
	height: auto;
	z-index: 20;
}

.haisin_head2{
	width: 100%;
	height: auto;
	z-index: 20;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0.0;
}





/*-----配信-------*/
#main{
	background-color: #fff;
}

#haishin_head {
	width: 100%;
	min-width: 1000px;
	margin: 0;
}

#haishin_box {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 100%;
  min-width: 1000px;
  font-size: 15pt;
  line-height: 2em;
  padding-bottom: 50px;
  z-index: 20;
  text-align: center;
  padding-top: 50px;
  color: #e6002e;
}

.haishin_midashi {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  font-size: 30pt;
  line-height: 1.2em;
  z-index: 20;
  padding-top: 10px;
  border-bottom: 2px solid #e6002e;
  width: 70%;
  padding-bottom: 20px;
}

.haishin_kome{
	font-size: 17pt;
	font-weight: 700;
	margin: 39px 0 0;
	z-index: 20;
}

.pt_pc {
	width: 100%;
	max-width: 1800px;
	margin: -5% auto 0;
}




#haishin_box2 {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	font-size: 11pt;
	line-height: 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 0px;
	z-index: 20;
	background-image: url(../images/haishin_midashi_bg.gif);
	background-position: center top;
	background-color: #B70867;
	background-position: center top;
	background-repeat: no-repeat;
}


.haishin_cc {
	display: block;
	margin-top: 34px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
	max-width: 1000px;
	height: auto;
}

@media screen and (max-width: 1400px) {
	.haishin_cc{
		width: 90%;
	}
}

.txt_box {
	width: 100%;
	max-width: 1258px;
	margin: 0px auto;
	text-align: center;
}


.txt1{
	font-size: 39pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 60px;
}

.txt2{
	font-size: 39pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 60px;
	margin-bottom: 75px;
	color: #000;
}


@media screen and (max-width: 1100px) {
	.txt1{
		font-size: 30pt;
	}
	
	.txt2{
		font-size: 30pt;
	}
}


#haishin_box3 {
  margin: 0 auto;
  width: 100%;
  min-width: 1000px;
  position: relative;
  box-sizing: border-box;
  font-size: 8pt;
  line-height: 1.6em;
  padding-bottom: 50px;
  z-index: 20;
  background-position: center top;
  background-color: #e6002e;
  text-align: center;
}

.txt3{
	font-size: 24pt;
	font-weight: 700;
	margin-bottom: 60px;
}

.txt4{
  font-size: 12pt;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 0 20px;
  line-height: 1.6em;
  color: #FFFFFF;
}

.sho{
	display: none;
}

@media screen and (max-width: 1200px) {
	.sho{
		display: inline-block;
	}
	
}


ul{
    list-style: none;
	padding: 0;
	margin: 0
}

li{
	padding-left:1em;
	text-indent:-1em;
}



#haishin_btnbox{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
	
}

#haishin_btnbox img{
	margin: 0 12px 25px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

#haishin_btnbox img:hover{
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/*-----ftr-------*/

#footer {
	z-index: 40;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	clear: both;
	padding: 50px 0px 50px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 60%;
	font-size: 11pt;
}
