@charset "UTF-8";

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(219, 219, 219);
}

header .header_layout {
  width: 100%;
}

header .header_layout .logo_container {
  height: 62px;
  width: 100%;
  padding: 7px;
}

header .header_layout .logo_container .logo {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100%;
  width: 100%;
}

body {
	background-color: rgb(230, 230, 230);
}

.page > .container .title {
  padding: 2.8rem 0 1rem;
  font-size: 2.0rem;
  color: #333;
  text-align: center;
}



.show {
	display: block;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.search_window {
	/*border: 2px solid #d44d2d;*/
	width: 100%;
	max-width: 900px;
	padding: 20px;
	text-align: center;
	margin: auto;
}

.search_window h3 {
	margin-top: 8px;
	margin-bottom: 16px;
	letter-spacing: .1em;
	font-size: 1.6rem;
}

.search_window input {
	padding: 10px 10px 10px 50px;
	border: none;
	width: 100%;
	color: #000;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

input[type="text"]:focus {
  outline: 0;
  border-color: #fff;
}


.search_input {
	width: 90%;
	max-width: 800px;
	margin: auto;
}

.search_input_item {
	width: 100%;
	position: relative;
}

.search_input i {
	position: absolute;
	color: #888;
	top: 10px;
	left: 20px;
	font-size: 1.5em;
}

/*------ ボタン -----*/

.container .section_qa {
	margin-left: 2px;
	margin-right: 2px;
}

.qa .btn {
	text-decoration: none;
	width: 100%;
	text-align: center;
	border-radius: 100px;
	border: 3px solid #d44d2d;
	background: #FFF;
	margin: 20px 0 0 0;
	font-weight: bold;
	-webkit-box-shadow: #dcdacb 1px 3px 0px;
	        box-shadow: #dcdacb 1px 3px 0px;
}


.qa .btn:hover, .qa .btn:visited {
	color: #D44D2D;
}

.qa .btn span {
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 5px;
}


.btn i {
	margin-right: 10px;
}

.btn.fuji {
	border: 3px solid #01906d;
	color: #01906d;
}

.qa .btn.fuji:hover, .qa .btn.fuji:visited {
	color: #01906D;
}

/*------ 基本 -----*/

.qa {
	margin: 0 auto;
	padding: 0 0 50px;
}

.qa .qa_detail {
	margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	justify-content: space-between;
}

.qa .qa_detail .qa_category {
	-webkit-border-radius: 8px;
					border-radius: 8px;
	background-color: #FFF;
	width: 48%;
	margin-bottom: 20px;
}

.qa ul {
	display: block;
	position: relative;
	min-height: 20em;
}


.qa ul:after {
	content: "このカテゴリにご質問の内容はございませんでした。";
	display: block;
	width: 80%;
	overflow: hidden;
	font-weight: normal;
	font-size: .9em;
	position: absolute;
	top: 110px;
	color: #999;
	z-index: 77;
	text-align: center;
}

.qa li.none {
	/*display: block !important;*/
	list-style: none;
}

.qa li.none:before {
	content: "";
}

.noResults {
	color: #666;
}

.qa h3 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: .2em;
  padding: 20px 0 20px 0;
  list-style: none;
	display: block;
	margin-top: 1em;
	margin-bottom: 0;
}

.qa h3.hide {
	display: block !important;
}

.qa h3:before {
	content: "";
}

.qa ul.selected:after {
	display: none;
}


.qa li img {
	width: 100%;
	display: block;
	margin: 20px 0;
}

.qa h4 {
	font-size: 1.1em;
	display: inline;
	cursor: pointer;
	transition: 0.4s;
	margin: 0;
	padding: 10px 0 0 0;
	color: #70c0ff;
}

.qa h4:hover {
	border: none;
	opacity: .6;
}

.qa a {
	color: #E73E17;
	text-decoration: underline;
}


.qa ul {
	width: 100%;
	padding-inline-start: 40px;
	padding-right: 25px;
}

.qa ul li:last-child {
	padding-bottom: 50px;
}

.qa ul li {
	position: relative;
	z-index: 99;
	list-style: none;
	padding-top: 1em;
	padding-bottom: 0.6em;
	margin: 0;
	margin-left: -15px;
	display: block;
	word-wrap: break-word;
}

.qa ul li p {
	background: #F1F1F1;
	list-style: none;
	margin-top: 1em;
	text-indent: 0;
	padding: 20px;
	display: none;
	-webkit-border-radius: 10px;
					border-radius: 10px;
}

.qa ul li p small {
	color: red;
	display: block;
	padding-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.none {
	display: none;
}


/*------ support -----*/

.support {
	width: 500px;
	margin: 0 auto;
}

.support ul {
	margin-top: 30px;
	list-style: none;
}

.support a {
	text-decoration: underline;
}

.support li {
	text-indent: -.8em;
	padding-left: .8em;
	margin-bottom: 10px;
}

.support a i {
	display: inline-block;
	margin-right: 10px;
}

/*横の最低サイズ*/
@media screen and (max-width: 900px) {

	body {
		min-width: auto !important;
	}

	body section, body .section_wrap, body section > div {
		min-width: auto;
		width: 100%;
		padding: 0;
		margin: auto;
	}

	.qa ul:after {
		top: 5rem;
	}

	.qa h4:hover {
		opacity: 1;
	}

	.search_window h3 {
		font-size: 1.5rem;
	}
	
	.search_input i {
		font-size: 1.4em;
		left: 16px;
	}

	.search_input_item {
		font-size: 16px;
	}

	.search_window {
		width: 100%;
	}


	.search_window input {
		padding: 10px 10px 10px 50px;
		color: #000;
	}

	.qa .qa_detail .qa_category {
		width: 100%;
	}
	
  .qa ul {
		float: none;
		margin: auto;
		width: 100%;
		min-height: 9em;
	}

	.qa h3 {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.qa ul li:last-child {
		padding-bottom: 30px;
	}

	.qa .btn span {
		display: block;
	}

	.support {
		width: 90%;
		margin: 0 auto;
	}

	.support ul {
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}

}


