@charset "UTF-8";

#process{
display: block;
padding-top: 100px;
}

#process .layout{
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

#process .process_box{
position: relative;
z-index: 1;
height: 100%;
margin-bottom: 15%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#process .process_box:before{
content: "";
width: 5px;
height: 100%;
background-color: #124098;
position: absolute;
top: 0;
left: calc(50% - 2px);
z-index: 2;
}

#process .process_box:after{
content:"";
width: 5px;
height: 30px;
background-color: #e60012;
transform: rotate(-50deg);
position: absolute;
bottom: -3px;
left: calc(50% - 14px);
z-index: 1;
}


#process .process_box:nth-last-of-type(1):after{
display: none;

}

#process .process_box .item{
flex-basis: 45%;
text-align: left;
}

#process .process_box  .item:nth-of-type(1)  h3{
color: #fff;
font-size: 24px;
padding: 0px;
position: relative;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}


#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(1){
flex-basis: 15%;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2){
flex-basis: calc(80% - 60px);
background-color: #124098;
padding-left: 5%;
padding-right: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2):after{
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 0;
right: 0;
border-top: 40px solid transparent;
border-right: 40px solid  #fff;
border-bottom: 40px solid  #fff;
border-left: 40px solid transparent;
}


#process .process_box  .item:nth-of-type(1)  p{
font-size: 16px;
font-weight: bold;
line-height: 2em;
color: #124098;
margin-bottom: 100px;
}

#process .process_box  .item:nth-of-type(1)>img{
width: calc(100% - 30px);
border-top:15px solid #124098;
border-left:15px solid #124098;
border-right:15px solid #e60012;
border-bottom:15px solid #e60012;
margin-bottom: 80px;
}

#process .process_box  .item:nth-of-type(2) .illust{
margin-top: -40%;
margin-bottom: 60px;
}

#process .process_box  .item:nth-of-type(2) .illust img{
width: 100%;
height: auto;
}

#process .process_box  .item:nth-of-type(2) .col{
margin-bottom: 60px;
}

#process .process_box  .item:nth-of-type(2) .step{
display: inline-block;
border: 1px solid #124098;
color: #124098;
font-size: 16px;
line-height: 1em;
padding: 10px 20px;
margin-bottom: 20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

#process .process_box  .item:nth-of-type(2) p.read{
font-size: 24px;
font-weight: bold;
color: #124098;
margin-bottom: 10px;
}

#process .process_box  .item:nth-of-type(2) ul li{
border-bottom: 1px dashed #000;
padding-bottom: 10px;
margin-bottom: 10px;
}

.service_list{
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-top: 100px;
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.service_list>.item{
flex-basis: 30%;
margin-right: 5%;
margin-bottom: 50px;
text-align: center;
}

.service_list>.item:nth-child(3n){
margin-right: 0;
}

.service_list>.item a{
display: block;
border: 1px solid #eee;
padding: 30px;
}

.service_list>.item a:hover{
background-color: #eee;
}

.service_list .item img{
width: 50%;
height: auto;
}

.service_list .item span{
display: block;
text-align: left;
color: #000;
font-size: 12px;
line-height: 2em;
}

.service_list .item span.title{
display: block;
text-align: center;
color: #124098;
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
}


@media screen and (max-width: 810px) {

#process{
display: block;
padding-top: 60px;
}

#process .layout{
width: 85%;
margin: 0 5% 0 10%;
}

#process .process_box{
position: relative;
z-index: 1;
height: 100%;
margin-bottom: 15%;
display:block;
}

#process .process_box:before{
content: "";
width: 2px;
height: 100%;
background-color: #124098;
position: absolute;
top: 0;
left: -6%;
z-index: 2;
}

#process .process_box:after{
content:"";
width: 2px;
height: 30px;
background-color: #e60012;
position: absolute;
bottom: -6px;
left: -6%;
z-index: 1;
-webkit-transform: translateX(-550%)　rotate(-50deg) ;
transform: translateX(-550%) rotate(-50deg);
}

#process .process_box:nth-last-of-type(1):after{
display: none;
}

#process .process_box  .item:nth-of-type(1)  h3{
color: #fff;
font-size: 18px;
padding: 0px;
position: relative;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2){
flex-basis: calc(80% - 20px);
background-color: #124098;
padding-left: 5%;
padding-right: 20px;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2):after{
display: none;
}


#process .process_box  .item:nth-of-type(1)  p{
font-size: 14px;
margin-bottom: 40px;
}

#process .process_box  .item:nth-of-type(1)>img{
width: calc(100% - 20px);
border-top:10px solid #124098;
border-left:10px solid #124098;
border-right:10px solid #e60012;
border-bottom:10px solid #e60012;
margin-bottom: 10px;
}

#process .process_box  .item:nth-of-type(2) .illust{
margin-top: 0;
margin-bottom: 30px;
}

#process .process_box  .item:nth-of-type(2) .col{
margin-bottom: 60px;
font-size: 13px;
}

#process .process_box  .item:nth-of-type(2) .step{
font-size: 14px;
}

#process .process_box  .item:nth-of-type(2) p.read{
font-size: 18px;
line-height: 1.6em;
}

#process .process_box  .item:nth-of-type(2) ul li{
font-size: 13px;
}

.service_list>.item{
flex-basis: 48%;
margin-right: 4%;
margin-bottom: 30px;
text-align: center;
}

.service_list>.item:nth-child(3n){
margin-right: 4%;
}

.service_list>.item:nth-child(2n){
margin-right: 0;
}

}


@media screen and (max-width: 480px) {

.service_list{
display: block;
padding-top: 60px;
}
.service_list>.item{
margin-right: 0;
margin-bottom: 30px;
text-align: center;
}

}




/*下層ページ*/
.under_nav{
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.under_nav li{
flex-basis: 15%;
}

.under_nav li a{
display: block;
padding: 10px 0 20px;
border: 1px solid #eee;
background: #fff;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.under_nav li a:hover,.under_nav li a.active{
background: #cedfff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.under_nav li a img{
width: 70%;
height: auto;
}

.under_nav li a span{
display: block;
padding-top: 5px;
font-size: 12px;
line-height: 1em;
font-weight: bold;
color: #124098!important;
white-space: nowrap;
}

.underh3{
display: block;
font-size: 40px;
font-weight: bold;
line-height: 1em;
color: #14429a;
margin-bottom: 30px;
padding: 40px 0px 40px 120px;
border-bottom: 3px solid #14429a;
}

.underh3.survey{
background-image: url(images/lrenov_unav01.png);
background-repeat: no-repeat;
background-size: 110px;
background-position: 0 10px;
}
.underh3.design{
background-image: url(images/lrenov_unav02.png);
background-repeat: no-repeat;
background-size: 110px;
background-position: 0 10px;
}
.underh3.provision{
background-image: url(images/lrenov_unav03.png);
background-repeat: no-repeat;
background-size: 110px;
background-position: 0 10px;
}
.underh3.manage{
background-image: url(images/lrenov_unav04.png);
background-repeat: no-repeat;
background-size: 110px;
background-position: 0 10px;
}
.underh3.afterf{
background-image: url(images/lrenov_unav05.png);
background-repeat: no-repeat;
background-size: 110px;
background-position: 0 10px;
}
.underh3.faq{
background-image: url(images/lrenov_unav06.png);
background-repeat: no-repeat;
background-size: 110px;
background-position: 0 10px;
}

.under_main .read{
font-size: 14px!important;
line-height: 1.8em!important;
color: #14429a;
margin-bottom: 60px;
}

.under_main .read .title{
font-size: 24px!important;
line-height: 1.8em!important;
color: #14429a;
font-weight: bold;
margin-bottom: 15px;
}

.under_main .layout{
margin-bottom: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.under_main .layout .item{
flex-basis: 48%;
}
.under_main .layout .item p{
font-size: 14px!important;
line-height: 2em;
}

.under_main .layout .item p.catch{
font-size: 26px!important;
line-height: 1.6em;
font-weight: bold;
color: #14429a;
margin-bottom: 20px;
}

.sub_main{
text-align: center;
margin-bottom: 60px;
}

.sub_main .title{
font-size: 32px;
font-weight: bold;
color: #14429a;
display: inline-block;
position: relative;
margin-bottom: 60px;
}

.sub_main .title:after{
content: "";
display: block;
width: 120px;
height: 5px;
background: #14429a;
position: absolute;
bottom: -20px;
left: calc(50% - 60px);
}

.sub_main p{
text-align: left;
}

.under_flow{
padding-bottom: 50px;
}

.under_flow .flow_col{
position: relative;
border-left:5px solid #14429a;
padding-left: 50px;
padding-bottom: 30px;
margin-bottom: 50px;
}

.under_flow .flow_col:after{
content: "";
width: 20px;
height: 5px;
background: #ed2212;
position: absolute;
bottom: 6px;
left: -19px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.under_flow .flow_col.last:after{
display: none;
}

.under_flow .flow_col p{
}

.under_flow .flow_col p.title{
font-size: 28px;
line-height: 1.6em;
font-weight: bold;
color: #14429a;
margin-bottom: 15px;
}

.under_flow .flow_col p.subtitle{
font-size: 21px;
line-height: 1.6em;
color: #14429a;
border-bottom: 1px solid #14429a;
padding: 30px 0 10px;
margin-bottom: 15px;
}

.under_flow .flow_col>.content>p{
color: #14429a;
}

.under_flow .flow_col>.content>p.title{
font-size: 18px!important;
line-height: 1.6em;
font-weight: bold;
color: #14429a;
margin-top: 20px;
margin-bottom: 10px;
}

.under_flow .flow_col .layout{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-direction: row-reverse;
}

.under_flow .flow_col .layout .item{
flex-basis: 47%;
}

.under_footnav{
padding: 30px 0;
background: #eee;
}

.under_footnav .under_nav{
margin-bottom: 0px;
}

.under_nav_up{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.under_nav_up{
padding-top: 40px;
margin-bottom: 60px;
}

.under_nav_up li{
flex-basis: 31%;
position: relative;
}

.under_nav_up li.active:before {
content: "";
border: 20px solid transparent;
border-top: 20px solid #eee;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
}

.under_nav_up li a{
display: block;
position: relative;
color: #fff;
padding: 15px 0;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #14429a;
opacity: 1;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.under_nav_up li a:hover{
opacity: 0.8;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.under_nav_up li a:after{
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight:900;
font-weight: bold;
font-style: normal;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

/*design*/

.desgin_main{
display: block;
position: relative;
border: 3px solid #14429a;
padding: 60px;
margin-bottom: 120px;
}

.desgin_main .uptitle{
background: #fff;
display: inline-block;
white-space: nowrap;
font-size: 30px;
font-weight: bold;
color: #14429a;
line-height: 1em;
padding: 0 20px;
position: absolute;
top: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.desgin_main p{
font-size: 14px;
line-height: 1.8em;
color: #14429a;
}

.desgin_main_list{
padding-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.desgin_main_list li{
flex-basis: 31%;
}

.desgin_main_list li .title{
font-size: 28px;
font-weight: bold;
color: #14429a;
}

.desgin_main_list li .title span{
font-size: 14px;
font-weight: normal;
}

.desgin_main_list li .txt{
display: block;
padding-top: 15px;
font-size: 13px;
line-height: 2em;
color: #14429a;
}

.large_desgin{
text-align: center;
margin-top: -40px;
padding-bottom: 80px;
}

.large_desgin .layout{
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.large_desgin .layout .item{
flex-basis: 48%;
text-align: left;
}

.large_desgin .layout .item p{
font-size: 16px;
line-height: 1.8em;
color: #14429a;
}
.large_desgin a{
display: block;
position: relative;
color: #fff;
padding: 15px 0;
margin: 0 auto;
max-width: 300px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #14429a;
opacity: 1;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.large_desgin a:hover{
opacity: 0.8;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.large_desgin a:after{
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight:900;
font-weight: bold;
font-style: normal;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

/*maanage*/
.manage_list{
padding-top: 20px;
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content:flex-start;
}

.manage_list li{
margin-right: 25px;
font-size: 16px;
line-height: 2em;
color: #14429a;
}

.manage_list li .manage_tit{
display: block;
background: #14429a;
color: #fff;
font-size: 21px;
line-height: 1em;
font-weight: bold;
text-align: center;
padding: 10px 0;
min-width: 150px;
}

/*faq*/
.faqlist{
margin-bottom: 80px;
}

.faqlist dl{
margin-bottom: 40px;
}

.faqlist dl dt{
position: relative;
font-size: 20px;
font-weight: bold;
line-height: 1.8em;
padding:20px 30px;
margin: 0;
padding-left: 85px;
padding-right: 85px;
cursor: pointer;
background: #14429a;
color: #fff;
background-image: url(../images/common/q.png);
background-repeat: no-repeat;
background-size: 40px;
background-position: top 20px left 30px;
}

.faqlist dl dt:after{
	position: absolute;
	top: 25px;
	right: 60px;
	content: "";
	width: 10px;
	height: 10px;
	border: 3px solid;
	border-color:  transparent transparent #fff #fff;
	transform: rotate(-45deg);
}

.faqlist dl dt.active:after{
	position: absolute;
	top: 35px;
	right: 60px;
	border-color:  #fff #fff transparent transparent ;
}

.faqlist dl dd{
position: relative;
margin: 0;
margin-top:20px;
padding: 30px;
padding-left: 100px;
padding-right: 60px;
color: #000;
background-image: url(../images/common/a.png);
background-repeat: no-repeat;
background-size: 36px;
background-position: top 30px left 40px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.faqlist dl dd p{
margin: 0;
padding: 0;
margin-bottom: 30px;
font-size: 18px;
line-height: 2em;
}

#qa dl dd p:last-child{
margin-bottom: 0;
}

@media screen and (max-width: 810px) {
.under_nav{
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack:flex-start;
-webkit-box-pack:flex-start;
-webkit-justify-content: flex-start;
justify-content:flex-start;
}

.under_nav li{
flex-basis: 100%;
margin-right: 0;
margin-bottom: 10px;
}


.under_nav li a{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
padding:10px 30px;
}

.under_nav li a img{
width: 100%;
height: auto;
}

.under_nav li a span{
width: 85%;
text-align: left;
display: block;
padding-top: 0;
font-size: 16px;
line-height: 1em;
font-weight: bold;
color: #124098!important;
white-space: nowrap;
}

.under_nav li a span.img{
width: 10%;
}

.underh3{
display: block;
font-size: 24px;
font-weight: bold;
line-height: 1em;
color: #14429a;
margin-bottom: 30px;
padding: 20px 0px 25px 90px;
border-bottom: 3px solid #14429a;
}

.underh3.survey,.underh3.provision,.underh3.afterf,.underh3.faq,.underh3.manage,.underh3.design{
background-size: 70px;
background-position: 0 0;
}

.under_main .read{
font-size: 13px!important;
line-height: 1.8em!important;
color: #14429a;
margin-bottom: 40px;
}
.under_main .read .title{
font-size: 21px!important;
}

.under_main .layout{
margin-bottom: 80px;
display: block;
}

.under_main .layout .item{
flex-basis: 48%;
}
.under_main .layout .item p{
font-size: 13px!important;
line-height: 2em;
}
.under_main .layout .item img{
margin-bottom: 15px;
}

.under_main .layout .item p.catch{
font-size: 21px!important;
margin-bottom: 20px;
}

.sub_main{
text-align: center;
margin-bottom: 60px;
}

.sub_main .title{
font-size: 21px;
font-weight: bold;
color: #14429a;
display: inline-block;
position: relative;
margin-bottom: 40px;
}

.sub_main .title:after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #14429a;
position: absolute;
bottom: -20px;
left: calc(50% - 40px);
}

.sub_main p{
text-align: left;
}

.under_flow .flow_col{
border-left:5px solid #14429a;
padding-left: 30px;
}

.under_flow .flow_col p{
font-size: 13px!important;
}

.under_flow .flow_col p.title{
font-size: 21px!important;
line-height: 1.6em;
font-weight: bold;
color: #14429a;
margin-bottom: 15px;
}

.under_flow .flow_col p.subtitle{
font-size: 16px!important;
line-height: 1.6em;
color: #14429a;
border-bottom: 1px solid #14429a;
padding: 30px 0 10px;
margin-bottom: 15px;
}

.under_flow .flow_col>.content>p.title{
font-size: 16px!important;
line-height: 1.6em;
}

.under_flow .flow_col .layout{
display: block;
}

.under_flow .flow_col .layout .item:nth-of-type(1){
margin-bottom: 20px;
}


.under_nav_up{
display:block;
}

.under_nav_up li{
margin-bottom: 15px;
}

.under_nav_up li.active:before {
display: none;
}
/*design*/
.desgin_main{
border: 3px solid #14429a;
padding: 30px;
margin-bottom: 60px;
}

.desgin_main .uptitle{
white-space: nowrap;
font-size: 21px;
top: -15px;
}

.desgin_main p{
font-size: 13px;
}

.desgin_main_list{
padding-top: 20px;
display:block;
}

.desgin_main_list li{
margin-bottom: 20px;
}

.desgin_main_list li .title{
font-size: 24px;
}

.desgin_main_list li .title span{
font-size: 12px;
}

.desgin_main_list li .txt{
font-size: 11px;
}

.large_desgin{
text-align: center;
padding-bottom: 80px;
}

.large_desgin .layout{
margin-bottom: 0;
padding-bottom: 20px;
display: block;
}

.large_desgin .layout .item{
margin-bottom: 20px;
}

.large_desgin .layout .item p{
font-size: 16px;
line-height: 1.8em;
color: #14429a;
}
.large_desgin a{
display: block;
position: relative;
color: #fff;
padding: 15px 0;
margin: 0 auto;
max-width: 300px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #14429a;
opacity: 1;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.large_desgin a:hover{
opacity: 0.8;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.large_desgin a:after{
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight:900;
font-weight: bold;
font-style: normal;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

/*maanage*/
.manage_list{
padding-top: 20px;
margin-bottom: 30px;
display:block;
}

.manage_list li{
margin-right: 0;
font-size: 14px;
}

.manage_list li .manage_tit{
font-size: 16px;
line-height: 1em;
padding: 10px 0;
min-width: 100%;
margin-bottom: 15px;
}

.faqlist dl{
margin-bottom: 40px;
}

.faqlist dl dt{
position: relative;
font-size: 15px;
font-weight: bold;
line-height: 1.8em;
padding:15px 0;
margin: 0;
padding-left: 55px;
padding-right: 55px;
background-repeat: no-repeat;
background-size: 30px;
background-position: top 15px left 15px;
}

.faqlist dl dt:after{
	position: absolute;
	top: 15px;
	right: 30px;
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color:  transparent transparent #fff #fff;
	transform: rotate(-45deg);
}

.faqlist dl dt.active:after{
	position: absolute;
	top: 25px;
	right: 30px;
	border-color:  #fff #fff transparent transparent ;
}

.faqlist dl dd{
position: relative;
margin: 0;
margin-top:20px;
margin-left: 0;
padding: 15px;
padding-left: 55px;
padding-right: 30px;
background-repeat: no-repeat;
background-size: 30px;
background-position: top 15px left 15px;
}

.faqlist dl dd p{
margin: 0;
padding: 0;
margin-bottom: 30px;
font-size: 15px;
line-height: 1.8em;
}

.faqlist dl dd p:last-child{
margin-bottom: 0;
}

}