a[href*=".pdf"]:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
  background-image: url(../img/pdf_24.png);
  background-repeat: no-repeat;
}
.serviceMenu {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
  /*  background-color: #EBF4F4;
*/ background-color: #EDF3F4;
  font-size: 1.1em;
  padding: 25px 50px 20px;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.serviceMenu::after {
  content: "●";
  color: #FFF;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.serviceMenu::before {
  content: "●";
  color: #FFF;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.serviceMenu li {
  line-height: 28px;
  padding-left: 35px;
  background-image: url(../img/service-ico.png);
  background-repeat: no-repeat;
  background-position: left -2px;
}
.serviceMenu a {
  color: inherit;
  text-decoration: none;
}
.serviceMenu a:hover {
  opacity: .6;
}
.selectingBT {
  color: #00a651;
  font-weight: bold;
}
.serviceCont {
  width: 100%;
  margin: 0 auto 70px;
}
.serviceCont h3 {
  margin: 0 auto 50px;
  padding: 0 0 0 0.5;
  font-size: 1.7em;
  line-height: 1.8;
  letter-spacing: .1em;
  position: relative
}
.serviceCont h3::after {
  display: block;
  content: "";
  height: 6px;
  background: rgb(102, 198, 111);
  background: linear-gradient(51deg, rgba(102, 198, 111, 1) 0%, rgba(255, 255, 180, 1) 70%, rgba(209, 248, 183, 1) 100%);
  /*左三角*/
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
}
.serviceTxt1 {
  width: 100%;
  margin: 0 20px 0 0;
}
.serviceTxt1 p {
  margin: 0 20px 15px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-indent: -1em;
  padding-left: 1em;
}
.serviceTxt1 p span, .serviceTxt3 p span {
  font-weight: bold;
}
.serviceTxt1 p span::before, .serviceTxt3 p span::before {
  content: "【";
}
.serviceTxt1 p span::after, .serviceTxt3 p span::after {
  content: "】";
}
.serviceTxt2 {
  width: 100%;
  margin: 0 20px 0 0;
}
.serviceTxt2 p {
  margin: 0 20px 30px;
  line-height: 1.8;
  letter-spacing: .1em;
}
.serviceTxt3 {
  width: 100%;
  margin: 0 20px 0 0;
}
.serviceTxt3 p {
  margin: 15px 20px 5px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-indent: -1em;
  padding-left: 1em;
}
.serviceTxt3 ul{
  margin: 0 3.5em 15px;
}
.serviceTxt3Item li{
	list-style-type: disc;
	line-height: 1.6;
	margin-bottom: .25em;
}
.summary {
  width: 100%;
  font-size: 1.1em;
  font-weight: 700;
  color: #00a651;
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.serviceTlt {
  position: relative;
  padding: 0.5rem 0 .5em .5em;
  margin-bottom: 50px;
  border-bottom: 3px solid #f6821f;
  color: black;
  font-size: 1.4em;
	clear: both;
}
.serviceTlt:before, .serviceTlt:after {
  position: absolute;
  top: 100%;
  left: 10%;
  content: "";
  height: 0;
  width: 0;
}
.serviceTlt:before {
  border: 14px solid;
  border-color: transparent;
  border-top-color: #f6821f;
  margin-left: -17px;
}
.serviceTlt:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -13px;
}
.serviceCont a {
  text-decoration: none;
}
.serviceCont a:hover {
  border-bottom: 1px dashed #144a99;
}
.serviceContImg, .serviceContImg2 {
  float: right;
  margin: 15px 0 15px 15px;
}
.serviceContImg2a {
  display: none;
}
.serviceContImg2b {
  display: none;
}
.serviceContImg3 {
  float: right;
  margin: -50px 0 15px 15px;
}
/*service4*/
.service4-Step {
  margin: 0 0 0 2em;
	padding:2em 2em 0 2em;
	border: 4px double #F6821F;
}
.stepItem {
  display: flex;
	align-items: center;
}
.step {
	width: 100%;
display: flex;
  flex-wrap: wrap;
	margin: 0 0 30px 0;
}

.stepTxt1 {
position: relative;
  padding: 18px 30px 15px;
  margin: 0 50px 15px 0;/*bottomで高さを調整*/
  background: #FFAF10;
	font-size: 1em;
	color: white;
}
/* 先端部分 */
.stepTxt1::after{
  content: "";
  position: absolute;
  top: 0;
  right: -46px;/*三角の位置*/
  border-width: 24px 23px;/*三角の長さ*/
  border-color: transparent transparent transparent #FFAF10 ;
  border-style: solid;
}
.stepTxt2{
	width: calc(100% - 200px);
	align-self: center;
	padding:0 1em 10px 1em;
	border-bottom: 1px dashed #FFAF10;
}
@media screen and (max-width:834px) {
  .serviceMenu {
    max-width: 1000px;
    width: 95%;
    margin: 50px auto;
    padding: 25px 38px 20px;
    background-color: #EDF3F4;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .serviceMenu li {
    line-height: 28px;
    padding-left: 28px;
    background-image: url(../img/service-ico.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 22px auto;
  }
  .serviceContImg, .serviceContImg2 {
    width: 40%;
    height: auto;
    float: right;
    margin: 10px 0 10px 15px;
  }
.service4-Step {
  margin: 0 0 0 2em;
	padding:1.5em 1em 0 1em;
	border: 4px double #F6821F;
}
.step {
	width: 100%;
display: flex;
  flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.stepTxt2{
	width: calc(100% - 200px);
	align-self: center;
	padding:0 1em 5px 1em;
	border-bottom: 1px dashed #FFAF10;
	line-height: 1.4;
}
}
@media screen and (max-width:480px) {
  .serviceMenu {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 15px 20% 10px;
    background-color: #EDF3F4;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: inherit;
  }
  .serviceMenu li {
    line-height: 38px;
    padding-left: 30px;
    background-image: url(../img/service-ico.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 22px auto;
  }
  .serviceMenu::after, .serviceMenu::before {
    content: "";
  }
  .serviceContImg {
    width: 65%;
    height: auto;
    float: none;
    margin: 15px auto 15px auto;
    display: block;
  }
  .serviceContImg2 {
    display: none;
  }
  .serviceContImg2a, .serviceContImg2b {
    width: 70%;
    height: auto;
    text-align: center;
    display: block;
    margin: 15px auto 20px auto;
  }
.serviceContImg3 {
    width: 65%;
    height: auto;
    float: none;	
  margin: 15px auto 15px auto;
    display: block;
}
  .serviceCont h3 {
    margin: 0 auto 40px;
    padding: 0 0 0 0.5em;
    font-size: 1.4em;
    line-height: 1.4;
    letter-spacing: .1em;
    position: relative
  }
  .serviceTlt {
    position: relative;
    padding: 0.5rem 0 .5em .5em;
    margin-bottom: 30px;
    border-bottom: 3px solid #f6821f;
    color: black;
    font-size: 1.2em;
	  line-height: 1.3;
  }
  .serviceTxt1 p {
    margin: 0 5px 12px;
    line-height: 1.6;
    letter-spacing: .1em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .serviceTxt2 p {
    margin: 0 5px 12px;
    line-height: 1.6;
    letter-spacing: .1em;
  }
  .serviceTxt3 p {
    margin: 0 5px 12px;
    line-height: 1.6;
    letter-spacing: .1em;
    text-indent: -1em;
    padding-left: 1em;
  }
.serviceTxt3 ul{
  margin: 0 0 0 2.5em;
}
.serviceTxt3Item li{
	list-style-type: disc;
	line-height: 1.6;
	margin-bottom: .25em;
}
.summary {
  width: 100%;
  font-size: 1.1em;
  font-weight: 700;
  color: #00a651;
  text-indent: 0 !important;
	line-height: 1.5 !important;
	padding-left: 0 !important;
}
.service4-Step {
  margin: 0 0 0 0;
	padding:1.5em .5em 0 .75em;
	border: 4px double #F6821F;
}
.step {
	width: 100%;
display: flex;
  flex-wrap: wrap;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.stepTxt1 {
position: relative;
  padding: 13px 15px 10px;
  margin: 0 180px 15px 0;/*bottomで高さを調整*/
  background: #FFAF10;
	font-size: 1em;
	color: white;
}
/* 先端部分 */
.stepTxt1::after{
  content: "";
  position: absolute;
  top: 0;
  right: -46px;/*三角の位置*/
  border-width: 19px 23px;/*三角の長さ*/
  border-color: transparent transparent transparent #FFAF10 ;
  border-style: solid;
}
.stepTxt2{
	width: 100%;
	align-self: center;
	padding:0 .5em 0 .75em;
	border-bottom: none;
	line-height: 1.5;
}
}