@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: #fdf0f0;
	margin-bottom: 25px;
    height: 160px;
	position: relative;
}
#headline h2 {
	position: absolute;
	top: 50%;
    left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);    
    text-align: center;
    width: 14em;	
}
#headline h2 span{
    margin: 0 auto 10px;
    background: #e76069;
    display: block;
    /* background: #999999; */
    color: #fff;
    width: 110px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}
#headline h2 span::before{
    content: '\f023';
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
    #headline {
        height: 100px;
    }
}

/*-----------------------------------

	use_wrap

-----------------------------------*/
h3 {
	color: #e76069;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.gray_wrap {
	background: #f4f3ef;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.gray_wrap h4 {
    margin-top: 20px;
}
.gray_wrap h4:first-of-type {
    margin-top: 0;
}

section {
    padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
    p {
        font-size: 12px;
    }
    h3 {
    	font-size: 16px;
    	line-height: 1;
    	padding: 15px;
    }
    h4 {
    	font-size: 14px;
    }
    section {
        padding-bottom: 30px;
    }
}
/*-- use_wrap01 --*/
#faq_wrap01 {
	padding-bottom: 50px;
}
#faq_wrap01 .gray_wrap ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
    margin-bottom: 10px;
}
#faq_wrap01 .gray_wrap ul li:nth-child(2n){
	margin-right: 0;
}
#faq_wrap01 .gray_wrap ul li a{
	display: block;
	background: #fff;
	padding: 20px 20px 20px 55px;
	border-radius: 5px;
	line-height: 1;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
#faq_wrap01 .gray_wrap ul li a:hover{
    background: #fcf0da;
}
#faq_wrap01 .gray_wrap ul li a::after{
    position: absolute;
    content: '\f101';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    line-height: 1;
    width: 12px;
    height: 10px;
    font-size: 10px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    color: #999999;
}
#faq_wrap01 .gray_wrap ul li.item1 a::before,#faq_wrap01 .gray_wrap ul li.item2 a::before,
#faq_wrap01 .gray_wrap ul li.item3 a::before,#faq_wrap01 .gray_wrap ul li.item4 a::before,
#faq_wrap01 .gray_wrap ul li.item5 a::before,#faq_wrap01 .gray_wrap ul li.item6 a::before,
#faq_wrap01 .gray_wrap ul li.item7 a::before,#faq_wrap01 .gray_wrap ul li.item8 a::before,
#faq_wrap01 .gray_wrap ul li.item9 a::before,#faq_wrap01 .gray_wrap ul li.item10 a::before,
#faq_wrap01 .gray_wrap ul li.item11 a::before,#faq_wrap01 .gray_wrap ul li.item12 a::before,
#faq_wrap01 .gray_wrap ul li.item13 a::before,#faq_wrap01 .gray_wrap ul li.item14 a::before,
#faq_wrap01 .gray_wrap ul li.item15 a::before,#faq_wrap01 .gray_wrap ul li.item16 a::before,
#faq_wrap01 .gray_wrap ul li.item17 a::before,#faq_wrap01 .gray_wrap ul li.item18 a::before,
#faq_wrap01 .gray_wrap ul li.item19 a::before,#faq_wrap01 .gray_wrap ul li.item20 a::before,
#faq_wrap01 .gray_wrap ul li.item21 a::before,#faq_wrap01 .gray_wrap ul li.item22 a::before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e76069;
    color: #fff;
    font-family: "font awesome 5 free";
    text-align: center;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#faq_wrap01 .gray_wrap ul li.item1 a::before {
    content: '\f1b8';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item2 a::before {
    content: '\f06c';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item3 a::before {
    content: '\f004';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item4 a::before {
    content: '\f0e7';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item5 a::before {
    content: '\f519';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item6 a::before {
    content: '\f7d9';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item7 a::before {
    content: '\f26c';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item8 a::before {
    content: '\f157';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item9 a::before {
    content: '\f193';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap ul li.item10 a::before {
    content: '\f128';
    font-weight: 900;
}
#faq_wrap01 .gray_wrap input[type="search"]{
    background: #fff;
    border: none;
    width: 76%;
    padding: 15px;
    line-height: 1;
    border-radius: 5px;
    float: left;
}
#faq_wrap01 .gray_wrap input[type="search"]:focus {
  outline: 0;
}
#faq_wrap01 .gray_wrap .submit_wrap{
    width: 22%;
    float: right;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
#faq_wrap01 .gray_wrap .submit_wrap:hover{
    opacity: 0.8;
}
#faq_wrap01 .gray_wrap .submit_wrap::before{
    position: absolute;
    content: '\f002';
    font-family: "font awesome 5 free";
    font-weight: 900;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 1;
    font-size: 18px;
}
#faq_wrap01 .gray_wrap input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #e76069;
  color: #fff;
  outline : none;
  padding: 13px;
  line-height: 1;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12%;
}
#faq_wrap01 .gray_wrap .search_container::-webkit-input-placeholder {
  color: #999999;
}
@media screen and (max-width: 1200px) {
    #faq_wrap01 .gray_wrap ul li a{
        font-size: 10px;
    }
}

@media screen and (max-width: 640px) {

    #faq_wrap01 .gray_wrap ul li {
    	float: none;
    	width: 100%;
    	margin-right: 0;
        margin-bottom: 10px;
    }
    #faq_wrap01 .gray_wrap ul li a{
        font-size: 12px;
    }
    #faq_wrap01 .gray_wrap .submit_wrap::before{
        content: '';
    }
    #faq_wrap01 .gray_wrap input[type="submit"]{
      font-size: 14px;
      padding: 15px;
    }
}

/*-- faq_wrap02 --*/
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus {
  outline-offset: -2px;
}
#faq_wrap02 .faq_box {
/*
    float: left;
    width: 49%;
    margin-right: 2%;
*/
	margin-bottom: 40px;
}
#faq_wrap02 .faq_box:last-child {
    margin-bottom: 0;
}
#faq_wrap02 .faq_box a{
    display: inline-block;
    background: #e76069;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    padding: 20px;
    margin-top: 20px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
#faq_wrap02 .faq_box a:hover{
    opacity: 0.8;
}
#faq_wrap02 .faq_box a::after{
    content: '\f101';
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-left: 15px;
}
@media screen and (max-width: 640px) {
    #faq_wrap02 .faq_box {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #faq_wrap02 .faq_box a{
        display: inline-block;
        background: #e76069;
        border-radius: 5px;
        color: #fff;
        line-height: 1;
        padding: 15px;
        margin-top: 15px;
    }

}
