article section.page h1:first-of-type {
  font-family: none;
  text-transform: none;
}

.header_wrapper {
  display: flex;
  width: 100%;
}

.header_right {

  text-align : right;
}

header:after {
  background: url(../images/ribbon.png) 0 0/100% no-repeat;
}

article section.page img {
  display: inline-block;
}

/* home icon size */
.fa-home:before {
  font-size: 2em
}

section strong {
	font-weight: bold;
}

header .logo {
  line-height: normal;
  width: 100%;
}
header .login-user {
  float: right;
}

#QandA {
	width: 100%;
	font-family: メイリオ;
	font-size: 1.05rem; /*全体のフォントサイズ*/
}
#QandA dl {
	border: 1px solid #ccc;
}
#QandA dt {
font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA dt:first-child {
	border-top: none;
}
#QandA dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
#QandA dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
#QandA dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}