@charset "UTF-8";

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
}

/*提携用ヘッダー*/
.mainHeader_tei_topNav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 14px 10px 12px 10px;
  width: 1080px;
}
.mainHeader_tei_headerLogo img {
  max-width: 150px;
  width: 100%;
  border: 1px solid #fff;
}
@media screen and (max-width:799px) {
.mainHeader_tei_sp {
 background-color: #ed0000;
	}
	
　.mainHeader_tei_sp_topNav {
  background-color: #ed0000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  z-index: 140;
}

.mainHeader_tei_sp_headerLogo {
  /*padding: 4.7% 5% 4.7% 4%;*/
  display: flex;
  align-items: center;
  padding: 13px 13px 13px 13px;
  text-align: center;
  width: 38.67%;
}

.mainHeader_tei_sp_headerLogo img {
  max-width: 114px;
  width: 100%;
  border: 1px solid #fff;
}
}
/*提携用ヘッダー*/

/*共通*/
#contents {
	width:980px;
	margin:0 auto;
	font-size: 1.6rem;
}
#contents .title {
	margin-top:1.5rem;
	font-size:1.8rem;
	color:#333;
	border-bottom:2px solid #666262;
	text-align: center;
	font-weight: bold;
}
#contents .title_red {
	margin-top:1.5rem;
	font-size:1.8rem;
	color:#333;
	border-bottom:2px solid #FF0000;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}


.information{
	margin-top: 2.0rem;
}
.date{
	text-align: right;
	padding-bottom: 5.0rem;
}
#contents a{
	color: #0840B1;
}

#contents a:hover{
	text-decoration: underline;
}

.day{
	text-align: right;
	margin: 0 0 3.0rem;
}

.indent{
  padding-left: 1em;
  text-indent: -1em;
}

.indent1{
  padding-left: 1em;
}


.text{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.text1{
	font-size: 15px;
}

.text2{
	font-size: 15px;
	margin-top: 20px;
}
.btnarea{
	text-align: center;
	margin: 80px 0;
}

.button2007 {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	text-align: center;
}
.button2007::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button2007:hover{
	opacity: 0.8;
}

.red{
	color: #FF0004;
}

.last{
	margin-bottom: 5.0rem;
}

@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		
	}
	#contents {
		width:100%;
		font-size: 1.4rem;
	}

	main{
		margin: 1.5rem;
	}

	#contents .title_red{
		font-size: 1.5rem;
		text-align: left;
	}

.text{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

.text1{
	font-size: 13px;
}

.text2{
	font-size: 13px;
	margin-top: 10px;
}
.btnarea{
	text-align: center;
	margin: 50px 0;
}

}

