@charset "UTF-8";
.title{
	font-size:1.6em;
	text-align: center;
	letter-spacing: 0.3em;
}

/* テキスト */
.mini{
	font-size:0.8em;
	color:#616161;
}
#copy-element{
	width:90%;
	height: 350px;
    background: #f8f7f6;
	border-radius: 20px;
	padding: 15px;
	font-size: 1.1em;
}
/* Q＆A */
.boxQA {
	width: 54%;
    position: relative;
    margin: 2em auto;
    padding: 0.5em 0.5em;
    background: #f8f7f6;/*A文章部分背景色*/
    border-radius: 10px;
	letter-spacing: 0.2em;
	font-weight: 100;
	line-height: 1.5em;
}
@media screen and (max-width: 1000px) {
button{
	font-size: 2.2em;
}
.boxQA {
	width: 90%;
    margin: 2em auto;
	}
.title{
	font-size:2.5em;
	text-align: center;
	letter-spacing: 0.3em;
}
}
.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 5px 10px 40px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
	font-size: 1.5em;
	letter-spacing: 0.2em;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #e3d6cb;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
@media screen and (max-width: 1000px) {
.boxQA .box-title:before {
    line-height: 50px;
	width: 50px;
    height:50px;
	font-size: 0.8em;
    left: -1.0em;
	}
.boxQA .box-title {
    padding: 40px 20px 40px 40px;
	font-size: 1.5em;
}
}
.boxQA .box-title:after {
	font-size: 1.0em;
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*A文字色*/
    background: #f2e6db;/*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.boxQA p {
    padding: 20px 20px 15px 40px;
    margin: 0;
}
@media screen and (max-width: 1000px) {
.boxQA .box-title:after {
    line-height: 50px;
	width: 50px;
    height:50px;
	font-size: 0.8em;
    left: -1.0em;
    bottom: -90px;
	}
.boxQA p {
    padding: 20px 20px 25px 40px;
	font-weight: 300;
}
}


.boxQA ul {
  padding: 0 1em;
  position: relative;
}
.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none!important;
}
.boxQA ul li:before {
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left : 3.5em;
  color: #FFAB8B; /*Aのリストのアイコンの色*/
}

/*検索ボックス*/
.search_container{
	text-align: center;
}
.search_container input[type="button"]{
-webkit-appearance: none;
}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 3px;
  width: 300px;
  height: 2.2em;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container .btn_sample{
  cursor: pointer;
  font-size: 1.2em;
  border: none;
  background: #9C9C9C;
  border: 1px solid #9C9C9C;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 3.5em;
  height: 1.9em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.search_container .btn_remove{
  cursor: pointer;
  font-size: 1.0em;
  border: none;
  background: #9C9C9C;
  border: 1px solid #9C9C9C;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 4.7em;
  height: 2.2em;
  display: inline-block;
  vertical-align: middle;
}
.boxQA u {
	font-size: 1.7em;
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
.search_container input[type="text"]{
  width: 55%;
  height: 2.0em;
  padding: 0px 10px;
  font-size: 2.4em;
  vertical-align:middle;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container .btn_sample{
  font-size: 2.2em;
  border: none;
  border-radius: 3px;
  width: 3.5em;
  height: 2.2em;
}
.search_container .btn_remove{
  font-size: 2.2em;
  border: none;
  border-radius: 3px;
  width: 4.5em;
  height: 2.2em;
}
.boxQA u {
	font-size:1.2em;
	letter-spacing: 0.2em;
}
.boxQA .box-title {
	font-size: 1.33em;
}
}

