@charset "utf-8";

/* 変数 */
:root {
  --main-color: #ba1015;
  --txt-color: #333333;
  --line-color: #d1d1d1;
}

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
    font-weight: normal;
}

/* reset */
body,h1, dl, dd {padding: 0; margin:0;}
#contents { width: 100% !important;}

/* 文字非表示 */
.clearText {
  overflow: hidden;
  line-height: 0px;
  text-indent: 100%;
  white-space: nowrap;
}

/* デバイス表示 */
@media only print,screen and (max-width: 736px) {
  .pcshow { display: none;}
}
@media only print,screen and (min-width: 737px) {
  .spshow { display: none;}
}

/*********** pc ************/
.news__header {
  border-bottom: solid 1px #ba1015;
  
}
.news__header .news__header-unit {
  width: 980px;
  margin: 0 auto;
  padding: 17px 0 17px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.news__header h1 {
  color: #333333;
  font-size: 22px;
}
.news__header .news__header-inner {
  align-self: center;
}
#backToTop{
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  z-index:2;
  text-align: center;
}
#backToTop img{
  margin-top: 38%;
}
#backToTop a {
  background: #aaa;
  display: block;
  width: 45px;
  height: 45px;
}
#backToTop a:hover{
  opacity:0.8;
}

/*追記分*/
/*********** pc ************/
@media only print,screen and (min-width: 737px) {
	#contentsWrapper {
		/*width: 980px;*/
		width: 1080px;
		margin: 0 auto 100px;
		font-size: 16px;
		line-height: 1.5;
	}
	
	#contentsWrapper p {
		margin: 0;
		padding: 0;
	}
	
	#contentsWrapper ul {
		list-style: none;
		/*width: 860px;*/
		margin: 0 auto;
		padding: 0;
	}
	
	#contentsWrapper ul li{
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 1.6em;
	}
	
	#contentsWrapper .mainImg {
		height: 595px;
		background: url("../img/img_01.png") no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		/*margin-bottom: 20px;*/
	}
	
	#contentsWrapper h2 {
		font-size: 20px;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		margin-bottom: 1.6em;
		text-align: center;
	}
	
	#contentsWrapper p.addcopy{
		/*width: 860px;*/
		margin: 3em auto 3em;
		font-size: 14px;
	}
	
	#contentsWrapper p.faq {
		text-align: center;
	}
	
	#contentsWrapper p.faq a {
		text-align: center;
		display: block;
		width: 400px;
		margin: 0 auto;
		border: 1px solid #c00;
		color: #c00;
		font-weight: bold;
		padding: 0.6em 0;
		text-decoration: none;
		position: relative;
	}
	
	
	#contentsWrapper p.faq a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #c00;
		border-right: 2px solid #c00;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#contentsWrapper p.faq a:hover {
		background: #c00;
		color: #fff;
	}
	
	
	#contentsWrapper p.faq a:hover::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
}


/*********** sp ************/
@media only print,screen and (max-width: 736px) {
  .news__header {
    border-bottom: none;
    padding: 0;
  }
  .news__header .news__header-unit {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
	padding: 0;
  }
  .news__header .news__header-unit p {
    font-size: 4vw;
    flex-basis: 100%;
	  text-align: center;
  }
  .news__header .news__header-unit .news__header-inner {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: -1;
  }
  .news__header .news__header-unit .news__header-inner a {
    /*text-align: right;
    flex-basis: 30%;*/
	  text-decoration: none;
	  color: #444;
  }
  .news__header .news__header-unit .news__header-inner img {
    width: 100%;
  }
  .news__header h1 {
    font-size: 4.5vw;
    text-align: center;
    border-top: solid 1px #ba1015;
    padding-top: 50px;
  }
  #backToTop {
    display: none !important;
  }
	
	/*追記分*/
	#contentsWrapper {
		width: 92%;
		margin: 0 4% 15%;
	}
	
	#contentsWrapper p {
		margin: 0;
		padding: 0;
	}
	
	#contentsWrapper ul {
		list-style: none;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	
	#contentsWrapper ul li{
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 1.6em;
	}
	
	#contentsWrapper .mainImg {
		margin-top: 15px;
		height: 0;
		/*padding-top: 84.545454%;*/
		padding-top: 82%;
		background: url("../img/img_01sp.png") no-repeat;
		background-size: contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		/*margin-bottom: 20px;*/
	}
	
	#contentsWrapper h2 {
		font-size: 4.2vw;
		font-weight: bold;
		margin-bottom: 1.6em;
		text-align: center;
		line-height: 1.5;
	}
	
	#contentsWrapper p.addcopy{
		width: 90%;
		margin: 2em auto;
		font-size: 3.6vw;
	}
	
	#contentsWrapper p.faq {
		text-align: center;
	}
	
	#contentsWrapper p.faq a {
		text-align: center;
		display: block;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #c00;
		color: #c00;
		font-weight: bold;
		padding: 0.6em 0;
		text-decoration: none;
		position: relative;
	}
	
	
	#contentsWrapper p.faq a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #c00;
		border-right: 2px solid #c00;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}



/*以下、202002add*/
.news__header h1 a {
	color: #333333;
	font-size: 22px;
	/*font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;*/
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	text-decoration: none;
}

.addPageTitle {
	color: #000;
	text-align: center;
	font-size: 26px;
	/*font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;*/
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	margin: 56px 0 !important;
}

@media only print,screen and (max-width: 736px) {
.news__header h1 a {
	display: none;
}	
	
.addPageTitle {
	font-size: 4vw;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}
}