@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px) {
section{
padding-top: 0!important; 
padding-bottom: 3%!important;	
}	
}
@media screen and (max-width: 768px) {
section{
	
}	
}

/* メインコンテンツ */
.section-title {
  font-size: 1.7rem;
  font-weight:bold;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 2px;
  background: #007bff;
}
/* ご挨拶セクション */
.greeting-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
  }
  .main-content {
    padding: 40px 0;
  }
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .section-title::before {
    width: 25px;
    height: 3px;
  }
  .greeting-section {
    margin-bottom: 20px;
  }
  .greeting-subtitle {
    font-size: 1.3rem;
  }
  .profile-content {
    flex-direction: column;
    gap: 30px;
  }


}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .section-title {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .section-title::before {
    width: 20px;
    height: 3px;
  }
  .greeting-subtitle {
    font-size: 1.2rem;
  }
}


/*弁護士業向けSEOの基本戦略*/
.results-section-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
	position: absolute;
	top:-15px;
	left:25px;
}
.qualification-list {
  list-style: none;
  padding: 20px 20px 20px 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2.2;
}
.qualification-list li {
  position: relative;
  font-weight:bold;
}
.qualification-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
.results-section {
  background: #f2f2f2;
  padding: 15px  25px 15px;
position: relative;
margin-top: 4%;
margin-bottom: 2%;
}
	.results-section-under{
		margin-bottom: 4%!important;
	}
}
@media screen and (max-width: 768px) {
.results-section {
  background: #f2f2f2;
  padding: 2%;
position: relative;
margin-top: 8%;
margin-bottom: 2%;
}
.results-section-under{
		margin-bottom: 4%!important;
	}
}
.bg-lg{
	background:#eefaf6;
}
.bgf2{
background:#f2f2f2;
}
.sbold{
font-family: 'Noto Sans JP', sans-serif!important;
font-weight: 900!important;
}

.bgbox{
	background:#f2f2f2;
	padding:2%;
}

.payment-info {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.payment-info h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  min-width: 120px;
}









/*事例*/

@media screen and (min-width: 769px) {
.case-box {
  background: #ddeaf5;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
  color: #333;
  border-radius:6px;
  margin-bottom: 6%;
}
.case-title h3 {
  margin: 0 0 0 0;
  font-size: 22px;
  color: #177ee5;
  padding-left: 15px;
  font-weight:bold;
}
}
@media screen and (max-width: 768px) {
.case-box {
  background: #ddeaf5;
  padding: 0 10px 10px 10px;
  margin: 0 auto;
  color: #333;
  border-radius:6px;
  margin-bottom: 6%;
}
.section-content p{
font-size:15px;	
margin-left: 2em!important;
text-indent: -1.8em;	
}
.case-title h3 {
  margin: 0 0 -20px 0;
  font-size: 20px;
  color: #177ee5;
  padding-left: 15px;
  font-weight:bold;
}
}
.case-header {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.case-number {
  color: #177ee5;
  text-align: center;
  font-weight: bold;
border-right:1px solid #177ee5;
	padding-right:15px;
}
.case-number span {
  font-size: 16px;
  margin: 0!important;
  padding: 0 5px 0 0!important;
}
.case-number strong {
  font-size: 44px;
  margin-top: -20px;
  padding: 0!important;
}
.case-company {
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-company span{
  color: #177ee5;
  font-weight: normal!important;
}
.case-section {
  display: flex;
}
.section-label {
  width: 120px;
  color: #fff;
  font-weight: bold;
  padding: 50px 10px 10px 10px;
  text-align: center;
  position: relative;
}
.section-label.blue {
  background: #177ee5;
}
.section-label.blue2 {
  background: #1262b2;
}
.section-label.green {
  background: #1297b2;
}
.section-label.tarcois {
  background: #00b0bf;
}
.section-content {
  background: #f2f2f2;
  padding: 20px 15px;
  flex: 1;
  border-radius: 0 4px 4px 0;
}
.section-content p {
  margin: 6px 0;
  font-size:15px;
}
.section-content h4{
font-weight:bold;
font-size:16px;
}
@media screen and (min-width: 769px) {
.case-voice {
  display: flex;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  margin-top: 25px;
}
.voice-icon {
  width: 240px!important;
  margin-right: 15px;
}
.voice-icon img{
width:100%!important;
}	
}
@media screen and (max-width: 768px) {
.case-voice {
  display_: flex;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  margin-top: 25px;
}
.voice-icon {
  width:16%;
  max-width: 60px!important;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.voice-icon img{
width:100%!important;
}
.voice-content{
width:80%;
display: inline-block;
vertical-align: top;
}
}


.voice-content .voice-label {
  font-weight: bold;
  color: #007ace;
  margin-bottom: 5px;
}
.arrow-blue{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 14px solid #177ee5;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-13px;
  display: block;
  z-index: 20;
}
.arrow-blue2{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 14px solid #1262b2;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-13px;
  display: block;
  z-index: 20;
}
.normal{
	font-weight:normal;
}
.minstyle li{
font-size:15px;
}
.success-points{
		font-size:15px;
	}
.success-points h3 {
  color: #177ee5;
  font-size: 18px;
  font-weight: 700;
margin-top: 20px;
  margin-bottom: 10px;
border-bottom:1px solid #177ee5;
padding-bottom:5px;
}
.success-points .points-box {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
}
.success-points .point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-weight:bold;
}
.success-points .point .span {
  background: #177ee5;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.success-points p {
  margin-bottom: 1em;
}
/*段階的なSEO改善計画の立て方*/

@media screen and (min-width: 769px) {
.step-box_02 {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.step-left_02 {
  width: 300px;
  background: #ddeaf5;
  color: #fff;
  text-align: center;
  padding: 18px 12px 12px 12px;
  border-radius:4px;
  position: relative;
  height:60px;
}
.step-right_02 {
  flex: 1;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
}
.step_tri_02{
width:0;
height:0;
border-style:solid;
border-width: 18px 17.5px 0 17.5px;
border-color: #cccccc transparent transparent transparent;
position: absolute;
 bottom:-15px;
  left: 50%;
  transform: translateX(-50%);
}
	.step-title h3{
		font-size:24px;
		font-weight:bold;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 768px) {
.step-box_02 {
  display_: flex;
  align-items: stretch;
  margin-bottom: 20px;
    position: relative;
}
.step-left_02 {
  width: 100%;
  background: #ddeaf5;
  color: #fff;
  text-align: center;
  padding: 18px 12px 12px 12px;
  border-radius:4px;
  height:60px;
}
.step-right_02 {
  flex_: 1;
  padding: 0 20px 20px 20px;
  font-size: 15px;
  line-height: 1.8;
}
.step_tri_02{
width:0;
height:0;
border-style:solid;
border-width: 18px 17.5px 0 17.5px;
border-color: #cccccc transparent transparent transparent;
position: absolute;
 bottom:0;
  left: 50%;
  transform: translateX(-50%);
}
.step-title h3{
		font-size:20px;
		font-weight:bold;
		margin-bottom: 2%;
	}
}
.step-flow {
  width:100%;
  margin: 0 auto;
  font-family: sans-serif;
padding-top: 2%;
padding-bottom:2%;
}

.step-num_02 {
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  top:-25px;
  left: 50%;
  transform: translateX(-50%);
  color:#177ee5;
}
.step-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  color:#333;
}
	.step-num_02 .small{
		font-size:14px!important;
	}

.feature-section {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
}
.feature-item {
  border-bottom: 1px solid #cce8ef;
  padding: 20px 0;
}
.feature-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.feature-number {
  background-color: #00a3cf;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  flex-shrink: 0;
}
.feature-title {
  color: #008fb3;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
.feature-text {
  font-size: 1em;
  color: #444;
  margin: 0;
}
/* スマホ対応 */
@media screen and (max-width: 768px) {
  section.feature-section {
    padding: 20px;
  }
  .feature-header {
    gap: 8px;
  }
  .feature-title {
    font-size: 1em;
  }
  .feature-text {
    font-size: 0.95em;
  }
}
.feature-text ul li{
	list-style: none!important;
}