@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	scroll-padding: 100px;
	scroll-behavior: smooth;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
}
.inner{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.pagecontents{
	letter-spacing: 0.08em;
}
/* intro */
#intro{
	background-image: linear-gradient(90deg, #e2e2e2, #ffffff 15% 85%, #e2e2e2);
	padding: 110px 0 60px;
	position: relative;
	overflow: hidden;
}
#intro::before{
	background: url("../images/fee/ads-examine/main_pattern01.svg") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 50.20833333333333%;
	aspect-ratio: 723 / 668;
	top:-70px;
	left: -15%;
	position: absolute;
	z-index: 1;
}
#intro::after{
	background: url("../images/fee/ads-examine/main_pattern01.svg") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 53.54166666666667%;
	height: 100%;
	aspect-ratio: 771 / 722;
	bottom:-140px;
	right: -23.5%;
	position: absolute;
	z-index: 1;
}
.introinner{
	z-index: 2;
}
.introhead{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.introhead .introhead_img{
	width: 43%;
	margin-right: 4%;
	margin-top: 10px;
}
.introhead .introhead_info{
	flex: 1;
}
.introhead .introlabel{
	background: #284062;
	color: #FFF;
	font-size: clamp(12px,2vw,22px);
	font-weight: 500;
	text-align: center;
	padding: 4px 10px 6px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
.introhead .introhead_info h1{
	color: #000;
	font-size: clamp(24px,5vw,54px);
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 130%;
	margin-bottom: 65px;
}
.introhead .introhead_info h1 strong{
	color: #e56e00;
	font-size: clamp(64px,9.4vw,94px);
	font-weight: 800;
	display: block;
	line-height: 120%;
	letter-spacing: 0.22em;
}
.introhead .introhead_info .introaction,.action_container .action_btns{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.introhead .introhead_info .introaction .actionbtn,.action_container .action_btns .actionbtn{
	width: calc(50% - 5px);
}
.introhead .introhead_info .introaction .actionbtn a,.action_container .action_btns .actionbtn a{
	border: 3px solid #d97249;
	border-radius: 10px;
	background: #FFF;
	font-size: clamp(15px,1.8vw,18px);
	font-weight: 600;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 17px;
	position: relative;
}
.introhead .introhead_info .introaction .actionbtn.btn_dl a,.action_container .action_btns .actionbtn.btn_dl a{
	background: #d97249;
	color: #FFF;
}
.introhead .introhead_info .introaction .actionbtn.btn_dl a::after,.action_container .action_btns .actionbtn.btn_dl a::after{
	background: url(../images/als/icon_download.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 3em;
  height: 3em;
	position: absolute;
	right: 0;
	top: 50%;
  transform: translateY(-50%);
}
.introhead .introhead_info .introaction .actionbtn.btn_quote a::after,.action_container .action_btns .actionbtn.btn_quote a::after{
	background: url("../images/fee/ads-examine/icon_calculator.svg") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 25px;
  height: 35px;
	position: absolute;
	right: 15px;
	top: 50%;
  transform: translateY(-50%);
}

.introhead .introhead_info .introaction .actionbtn.btn_dl a:hover,.action_container .action_btns .actionbtn.btn_dl a:hover,.introhead .introhead_info .introaction .actionbtn.btn_quote a:hover,.action_container .action_btns .actionbtn.btn_quote a:hover{
	border: 3px solid #d3402a;
	background: #d3402a;
	color: #FFF;
	opacity: 1;
}
.introhead .introhead_info .introaction .actionbtn.btn_dl a:hover::after,.action_container .action_btns .actionbtn.btn_dl a:hover::after{
	background: url(../images/als/icon_download.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 3em;
  height: 3em;
	position: absolute;
	right: 0;
	top: 50%;
  transform: translateY(-50%);
}
.introhead .introhead_info .introaction .actionbtn.btn_quote a:hover::after,.action_container .action_btns .actionbtn.btn_quote a:hover::after{
	background: url("../images/fee/ads-examine/icon_calculator_w.svg") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 25px;
  height: 35px;
	position: absolute;
	right: 15px;
	top: 50%;
  transform: translateY(-50%);
}

.introcontents ul li{
	font-size: clamp(18px,2.7vw,27px);
	font-weight: 500;
	list-style: none;
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 20px;
	vertical-align:baseline;
}
.introcontents ul li div{
	margin-top: -6px;
	flex: 1;
}
.introcontents ul li strong{
	color: #d97249;
	font-size: clamp(24px,3.2vw,32px);
	font-weight: 800;
}
.introcontents ul li::before{
	background: url("../images/fee/ads-examine/icon_check.svg") no-repeat center center #d97249;
	border-radius: 20px;
	content: "";
	width: 38px;
	height: 38px;
	margin-right: 30px;
}

/* pagenavi */
#pagenavi{
	background: #284062;
	padding: 30px 10px;
}
#pagenavi ul li a{
	color: #FFF;
	font-size: clamp(15px,1.8vw,18px);
}
#pagenavi ul.pagenavi_container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pagenavi ul.pagenavi_container li a{
	display: inline-block;
	padding: 0 10px;
}
#pagenavi ul.pagenavi_container li{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 10px 0 10px -1px;
	line-height: 120%;
}
#pagenavi ul.pagenavi_container li:first-child{
	border-left: none;
}
#pagenavi ul.pagenavi_container li:last-child{
	border-right: none;
}

/* lawyer */
#lawyer{
	padding-top: 80px;
}
.center_title{
	color: #d97249;
	font-size: clamp(24px,3vw,35px);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 160%;
	text-align: center;
	margin-bottom: 30px;
}
.center_title strong{
	font-size: clamp(42px,5vw,55px);
	letter-spacing: 0;
}
.lawyermessage{
	box-shadow: 14px 14px 50px rgba(0, 0, 0, 0.1);
	background: url("../images/fee/ads-examine/message_bg.jpg") center center;
	padding: 60px 30px;
	position: relative;
}
.lawyermessage p{
	font-size: clamp(18px,2vw,22px);
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
.lawyermessage p:last-child{
	margin-bottom: 0;
}
.lawyermessage::before,.lawyermessage::after{
	position: absolute;
	content: "";
	display: block;
	width: 34px;
	height: 37px;
}
.lawyermessage::before{
	background: url("../images/fee/ads-examine/icon_corner_rt.svg") no-repeat;
	right: 20px;
	top: 20px;
}
.lawyermessage::after{
	background: url("../images/fee/ads-examine/icon_corner_lb.svg") no-repeat;
	left: 20px;
	bottom: 20px;
}
.lawyercontents{
	background: #edeae7;
	padding: 240px 0 80px;
	margin-top: -180px;
}
.lawyercontents .lawyer_title{
	text-align: center;
	margin-bottom: 50px;
}
.lawyercontents .lawyer_title h2{
	background: url("../images/fee/ads-examine/title_deco_l.svg") no-repeat left center,url("../images/fee/ads-examine/title_deco_r.svg") no-repeat right center;
	color: #284062;
	font-size: clamp(18px,2vw,24px);
	font-weight: 800;
	letter-spacing: 0.13em;
	height: 78px;
	padding: 0 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.lawyers_main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lawyers_main .lawyer_img{
	width: 47%;
	margin-right: 3%;
}
.lawyers_main .lawyer_info{
	flex: 1;
}
.lawyers_main .lawyer_info{
	font-size: clamp(18px,2vw,22px);
	font-weight: 700;
	letter-spacing: 0.15em;
}
.lawyers_main .lawyer_info .jobtitle{
	color: #e56e00;
	margin-bottom: 20px;
}
.lawyers_main .lawyer_info .lawyername{
	color: #284062;
	font-size: clamp(24px,3vw,30px);
	font-weight: 700;
	margin-bottom: 15px;
}
.lawyers_main .lawyer_info .lawyername span:first-child{
	font-size: clamp(18px,2vw,22px);
	display: block;
	line-height: 120%;
}
.lawyers_main .lawyer_info .lawyername span:last-child{
	font-size: clamp(14px,2vw,16px);
	font-weight: 500;
	display: block;
	margin-top: -8px;
}
.lawyers_main .lawyer_info p{
	color: #284062;
	font-size: clamp(14px,2vw,16px);
	font-weight: 500;
	margin-bottom: 0;
}
.lawyer_list{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.lawyer_list .lawyer_detail{
	width: 15%;
}
.lawyer_list .lawyer_detail .lawyer_img{
	margin-bottom: 15px;
}
.lawyer_list .lawyer_detail .lawyer_name{
	color: #284062;
	font-size: clamp(16px,2vw,20px);
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 140%;
}
.lawyer_list .lawyer_detail .lawyer_name span{
	font-size: clamp(14px,1.6vw,16px);
	font-weight: 400;
	display: block;
}

/* action_contents */
.action_contents{
	background: url("../images/fee/ads-examine/action_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.action_container{
	background: #FFF;
	border-radius: 10px;
	padding: 36px 40px 40px;
}
.action_container .action_head{
	padding-bottom: 36px;
	position: relative;
}
.action_container .action_head h3{
	color: #000;
	font-size: clamp(24px,3vw,32px);
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 150%;
	text-align: center;
}
.action_container .action_head::after{
	background: url("../images/fee/ads-examine/page_illust01.svg") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 15.21739130434783%;
  aspect-ratio: 35 / 48;
	position: absolute;
	bottom: 0;
	right: 4.347826086956522%;
}
.action_container .action_btns .actionbtn a{
	justify-content: center;
}

/* examine_problem */
#examine_problem{
	padding: 80px 0 0;
	position: relative;
}
#examine_problem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 50px 106px 0 106px;
  border-color: #FFF transparent transparent;
  translate: -50% 100%;
}
#examine_problem .center_title{
	margin-bottom: 60px;
}
#examine_problem .inner{
	padding-bottom: 250px;
}
#examine_problem .inner::after{
	background: url("../images/fee/ads-examine/page_illust02.svg") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 19.1%;
  aspect-ratio: 191 / 222;
	position: absolute;
	bottom: 0;
	left: 5%;
}
.problem_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.problem_list .problem_detail {
  position: relative;
  display: flex;
	align-items: center;
	width: 49%;
  margin-bottom: 41px;
  padding: 20px;
  border-radius: 5px;
  background-color: #edeae7;
  text-align: left;
  font-size: clamp(15px,2vw,24px);
  font-weight: 500;
  color: #000000;
}
.problem_list .problem_detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #edeae7 transparent transparent;
  translate: -50% 100%;
}

/* examine_features */
#examine_features{
	background: #edeae7;
	padding: 90px 0 50px;
}
#examine_features .center_title{
	margin-bottom: 110px;
}
.features_list .features_detail{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.features_list .features_detail:nth-child(even){
	flex-direction: row-reverse;
}
.features_list .features_detail .features_img{
	width: 34%;
	margin-top: 10px;
}
.features_list .features_detail .features_info{
	width: 63.5%;
}
.features_list .features_detail .features_info h3{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.features_list .features_detail .features_info h3 span{
	font-family: 'Avenir','Avenir Next','Gadugi','Arial',"Noto Sans JP",sans-serif;
	color: #d97249;
	font-size: clamp(70px,7vw,105px);
	line-height: 100%;
  margin-top: -10px;
	margin-right: 15px;
}
.features_list .features_detail .features_info h3 strong{
	color: #284062;
	font-size: clamp(20px,2.8vw,30px);
	font-weight: 700;
	flex: 1;
	line-height: 180%;
}
.features_list .features_detail .features_info p{
	font-size: clamp(18px,2.4vw,24px);
}

/* examine_reason */
#examine_reason{
	padding: 80px 0;
}
.reason_table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
	margin-bottom: 0;
}
.reason_table th,
.reason_table td{
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
	font-size: clamp(13px,1.8vw,18px);
	font-weight: 600;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
	white-space:normal;
}
.reason_table th.rowhead{
	border-bottom: 2px solid #cccccc;
  text-align: left;
  font-weight: 600;
  background: #fff;
	padding-left: 0;
}
.reason_table th.rowhead.rowfirst{
	border-top: 2px solid #cccccc;
}
.reason_table .corner{
  background: #fff;
  border-bottom: 1px solid #FFF;
}
.reason_table .head{
  color: #fff;
	font-size: clamp(15px,2vw,22px);
  font-weight: 800;
  border-bottom: 1px solid #FFF;
	padding: 10px 15px;
}
.reason_table .head_authense{ background: #d8744b; }
.reason_table .head_ai{ background: #6b6b6b; }
.reason_table .cell_authense{ background: #fff0ea; }
.reason_table .cell_ai{ background: #eeeeee; }
.reason_table .cell_authense.rowfirst{ background: #ffdacb; }
.reason_table .cell_ai.rowfirst{ background: #d5d5d5; }

/* examine_case */
#examine_case{
	background: #edeae7;
	padding: 80px 0;
}
.case_main{
	background: #FFF;
	padding-left: 25%;
	position: relative;
}
.case_main::before{
	background: url("../images/fee/ads-examine/case_img.jpg") no-repeat center center;
	background-size: cover;
	content: "";
	display: block;
	width: 25%;
	height: 100%;
	position: absolute;
	left: 0;
}
.case_info{
	padding: 30px;
}
.case_info h3{
	color: #284062;
	font-size: clamp(20px,2.4vw,24px);
	font-weight: 700;
	display: flex;
	align-items: center;
	height: max-content;
	margin-bottom: 30px;
}
.case_info h3::before{
	background: #e56e00;
	border-radius: 2.5px;
	content: "";
	display: inline-block;
	width: 5px;
	height: 35px;
	margin-bottom: -3px;
	margin-right: 15px;
}
.case_info .corp_head{
	display: flex;
	margin-bottom: 20px;
}
.case_info .corp_head .corp_logo{
	margin-right: 20px;
}
.case_info .corp_head .corp_logo img{
	border: 2px solid #CCC;
	box-sizing: border-box;
}
.case_info .corp_title{
	display: flex;
	align-items: center;
}
.case_info .corp_title p{
	font-size: clamp(14px,1.8vw,18px);
	font-weight: 500;
	margin-bottom: 10px;
}
.case_info .corp_title h4{
	font-size: clamp(14px,1.8vw,18px);
	font-weight: 500;
}
.case_info .corp_title h4 strong{
	font-size: clamp(18px,2.4vw,24px);
	font-weight:500;
}
.case_detail{
	display: flex;
	align-items: center;
}
.case_detail .case_detail_problem {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
	margin-right: 20px;
	width: 110px;
  padding: 15px 5px;
  background-color: #d5d5d5;
  text-align: center;
  font-size: clamp(14px,1.8vw,18px);
  font-weight: 600;
  color: #000000;
}
.case_detail .case_detail_problem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #d5d5d5 transparent transparent;
  translate: -50% 100%;
}
.case_detail .case_detail_probleminfo{
	font-size: clamp(14px,1.8vw,20px);
	margin-bottom: 22px;
	line-height: 140%;
}
.case_detail .case_detail_handling{
	margin-right: 20px;
	width: 110px;
  padding: 15px 5px;
  background-color: #ffdacb;
  text-align: center;
  font-size: clamp(14px,1.8vw,18px);
  font-weight: 600;
  color: #000000;
}
.case_detail .case_detail_handlinginfo{
	font-size: clamp(14px,1.8vw,20px);
	font-weight: 700;
	line-height: 140%;
}
.case_other{
	background: #FFF;
	margin-top: 30px;
}
.case_other .case_info h3{
	margin-bottom: 15px;
}
.case_other .case_detail .case_detail_problem,.case_other .case_detail .case_detail_handling{
	padding: 5px;
}

/* examine_voice */
#examine_voice{
	background: #edeae7;
	padding: 0 0 80px;
}
.voice_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.voice_list .voice_detail{
	background: #FFF;
	width: 32%;
	text-align: center;
	padding: 25px 20px;
}
.voice_list .voice_detail .voice_title{
	color: #d97249;
	font-size: clamp(16px,1.8vw,18px);
	font-weight: 600;
	margin-bottom: 10px;
}
.voice_list .voice_detail .voice_title strong{
	font-size: clamp(18px,2vw,20px);
}
.voice_list .voice_detail p{
	font-size: clamp(16px,1.8vw,18px);
	text-align: left;
	margin-bottom: 0;
}

/* examine_industry */
#examine_industry{
	background: #edeae7;
	padding: 0 0 50px;
}
.industry_list{
	display:　block;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.industry_list .industry_detail{
	background: #FFF;
	display: inline-flex;
	align-items: center;
	height: 80px;
	line-height: 0;
	padding: 10px 20px 10px 10px;
	margin: 0 3px 8px;
}
.industry_list .industry_detail .industry_icon{
	margin-right: 15px;
}
.industry_list .industry_detail .industry_label{
	font-size: clamp(16px,1.8vw,18px);
	font-weight: 600;
	line-height: 140%;
	text-align: left;
}
.industry_note{
	font-size: clamp(16px,1.8vw,18px);
	font-weight: 600;
	text-align: center;
}

/* examine_introduce */
#examine_introduce{
	padding: 80px 0 0;
}
#examine_introduce .center_title{
	margin-bottom: 80px;
}
#examine_introduce .introduce_case{
	margin-bottom: 80px;
}
.introduce_case_title{
	display: flex;
	color: #284062;
	margin-bottom: 30px;
}
.introduce_case_title span{
	background: #e56e00;
	color: #FFF;
	font-size: clamp(16px,2vw,20px);
	font-family: 'Avenir','Avenir Next','Gadugi','Arial',"Noto Sans JP",sans-serif;
	display: inline-block;
	padding: 0px 15px;
	margin-right: 20px;
	letter-spacing: 0.1em;
	transform:translateY(2px);
}
.introduce_case_title strong{
	flex: 1;
  display:flex;
  align-items:center;
  gap:16px;
}
.introduce_case_title strong::after{
  content:"";
  flex:1;
  border-top:3px solid #243a6b;
  transform:translateY(1px);
}
.introduce_before{
	background: #edeae7;
	padding: 30px;
}
.beforehead{
	border: 2px solid #cccccc;
	background: #FFF;
	padding: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.beforehead h4.overtitle{
	font-size: clamp(18px,2.4vw,24px);
	font-weight:600;
	margin-top: -40px;
	margin-bottom: 10px;
}
.beforehead h4.overtitle strong{
	font-size: clamp(24px,3vw,30px);
	font-weight:600;
	color: #e56e00;
}
.beforehead p{
	font-size: clamp(16px,2vw,20px);
  font-weight: 600;
	margin-bottom: 0;
}
.bordertitle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
	margin:0;
}
.bordertitle::before,
.bordertitle::after{
  content:"";
  flex:1;
  border-top:2px solid #cccccc;
}
.bordertitle span{
	font-size: clamp(16px,2vw,20px);
  font-weight:700;
  white-space:nowrap;
}
.introduce_case_detail{
	margin: 20px 0;
}
.introduce_case_detail.center .introduce_img{
	text-align: center;
	margin-bottom: 20px;
}
.introduce_case_detail.center .introduce_img img{
	display: inline-block;
}
.before_bottom {
  position: relative;
  display: block;
  margin-bottom: 0px;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
	padding: 25px;
  color: #000000;
}
.before_bottom::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 72px 65px 0 65px;
  border-color: #cccccc transparent transparent;
  translate: -50% 100%;
}
.before_bottom::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 69px 62.3px 0 62.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.centericon .centerrow{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  column-gap: 24px;
}
.centericon .centerrow_center{
  justify-self:center;
}
.centericon .centerrow_left{
  justify-self:end;
  text-align:right;
}
.centericon .centerrow_right{
  justify-self:start;
  text-align:left;
}
.centericon .centerrow_icon.icon01,.centericon_rtext .centerrow_icon.icon02{
  width: 70px;
  height: auto;
  display:block;
}
.centericon_rtext .centerrow_icon.image01{
	width: 139px;
	transform: translateX(17px);
}
.centericon p,.centericon_rtext p{
	font-size: clamp(16px,1.8vw,18px);
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 0;
}
.centericon_rtext{
	margin-top: 30px;
}
.centericon_rtext .centerrow{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  column-gap: 24px;
}
.centericon_rtext .centerrow_center{
  grid-column: 2;
  justify-self:center;
}
.centericon_rtext .centerrow_right{
  grid-column: 3;
  justify-self:start;
}
.centericon_rtext .centerrow_icon{
  width: 120px;
  height: auto;
  display:block;
}
.centericon_rtext .centerrow_plus{
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  display:block;
}
.centerrow .centerrow_right.tco p{
	font-size: clamp(20px,2.4vw,24px);
	font-weight: 600;
	color: #e56e00;
}
.before_point .bordertitle{
	margin: 20px 0;
}
.authense_support{
	display: flex;
	justify-content: space-between;
}
.authense_support{}
.authense_support .support_illust{
	width: 16.25%;
	margin-left: 5.6%;
}
.authense_support .support_list{
	width: 66%;
	margin-bottom: 0;
}
.authense_support .support_list .support_detail{
	background: #fff0ea;
	border-radius: 30px;
	font-size: clamp(16px,2vw,20px);
  font-weight:500;
	padding: 10px 15px;
	margin-top: 10px;
}
.authense_support .support_list .support_detail strong{
	color: #284062;
	margin-right: 20px;
}
.authense_support .support_list .support_detail div {
	display: inline-block;
}
.introduce_after{
	background: #fff0ea;
	border: 2px solid #CCC;
	padding: 30px;
	margin-top: 70px;
}
.afterhead{
	text-align: center;
}
.afterhead h4.overtitle{
	font-size: clamp(18px,2.4vw,24px);
	font-weight:600;
	margin-top: -50px;
	margin-bottom: 20px;
}
.afterhead h4.overtitle strong{
	font-size: clamp(24px,3vw,30px);
	font-weight:600;
	color: #e56e00;
}
.after_container{
	display: flex;
	justify-content: space-between;
}
.after_container .after_left p{
	font-size: clamp(16px,2vw,20px);
  font-weight:600;
	margin-bottom: 15px;
}
.after_container .after_left{
	width: 45%;
	text-align: center;
}
.after_container .after_left img{
	display: inline-block;
}
.after_container .after_right{
	width: 50%;
	text-align: left;
}
.after_container .after_right .after_problem{
	background: url("../images/fee/ads-examine/shape03.svg") no-repeat center bottom;
	background-position: bottom left 38%;
	background-size: 54px 47px;
	padding-bottom: 50px;
	margin-bottom: 15px;
}
.after_container .after_right .after_problem p{
	font-size: clamp(16px,2vw,20px);
  font-weight:600;
	margin-bottom: 15px;	
}
.after_container .after_right .after_solution{}
.after_container .after_right .after_solution p{
	color: #e56e00;
	font-size: clamp(18px,2.2vw,22px);
  font-weight:600;
	line-height: 130%;
	margin-bottom: 0;
}

/* examine_service */
#examine_service{
	padding: 80px 0 60px;
}
#examine_service .center_title{
	margin-bottom: 50px;
}
.service_container{
	background: #edeae7;
	padding: 30px 30px 10px;
	margin-bottom: 30px;
}
.service_head h3{
	color: #284062;
	font-size: clamp(20px,2.4vw,24px);
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 38px;
	margin-bottom: 30px;
}
.service_head h3::before{
	background: #e56e00;
	border-radius: 2.5px;
	content: "";
	display: inline-block;
	width: 5px;
	height: 35px;
	margin-bottom: -3px;
	margin-right: 15px;
}
.service_tag{
	border-radius: 30px;
	background: #FFF;
	font-size: clamp(14px,1.8vw,18px);
	font-weight:600;
	display: inline-block;
	padding: 8px 20px;
	margin-right: 8px;
	margin-bottom: 20px;
}
.service_info .bordertitle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
	margin:0 0 15px;
}
.service_info .bordertitle::before,
.service_info .bordertitle::after{
  content:"";
  flex:1;
  border-top:3px solid #cccccc;
}
.service_info .bordertitle span{
	color: #d97249;
	font-size: clamp(20px,2.4vw,24px);
  font-weight:700;
  white-space:nowrap;
}

/* examine_flow */
#examine_flow{
	background: #edeae7;
	padding: 80px 0;
}
.flow_head p{
	color: #000000;
	font-size: clamp(20px,2.4vw,24px);
  font-weight:500;
	text-align: center;
	margin-bottom: 80px;
}
.flow_step{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow_step .step_detail{
	width: 17.6%;
}
.flow_step .step_detail .step_number{
	color: #d97249;
	font-size: clamp(16px,2vw,20px);
	font-weight:600;
	text-align: center;
}
.flow_step .step_detail .step_img{
	margin: 10px 0 20px;
}
.flow_step .step_detail .step_img div{
	background: #FFF;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
}
.flow_step .step_detail h3{
	color: #d97249;
	font-size: clamp(16px,2vw,20px);
	font-weight:600;
	text-align: center;
	margin-bottom: 10px;
}
.flow_step .step_detail p{
	font-size: clamp(14px,1.8vw,18px);
	font-weight:500;
	line-height: 140%;
}

/* examine_plan */
#examine_plan{
	padding-bottom: 45px;
}
#examine_plan h2{
	color: #284062;
	font-size: clamp(24px,3vw,35px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 30px;
}
#examine_plan .action_head p{
	color: #000000;
	font-size: clamp(15px,2.2vw,24px);
  font-weight:500;
	text-align: center;
	margin-bottom: 0;
}
#examine_plan .action_container .action_head::after{
	display: none;
}
#examine_plan .action_container .action_head {
  padding-bottom: 26px;
  position: relative;
}
#examine_plan .action_container .action_btns .actionbtn {
  width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
#examine_plan .action_container .action_btns .actionbtn a{
	color: #FFF;
	border: 3px solid #d97249;
	border-radius: 10px;
	background: #d97249;
	font-size: 18px;
	font-weight: 600;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 17px;
	position: relative;
}
#examine_plan .action_container .action_btns .actionbtn.btn_quote a::after{
	background: url("../images/fee/ads-examine/icon_calculator_w.svg") no-repeat ;
	background-size: contain;
	content: "";
	display: block;
	width: 25px;
  height: 35px;
	position: absolute;
	right: 15px;
	top: 50%;
  transform: translateY(-50%);
}
#examine_plan .action_container .action_btns .actionbtn a:hover{
	background: #d3402a;
	border: 3px solid #d3402a;
}
#examine_plan p.plan_note{
	font-size: clamp(13px,1.6vw,16px);
	font-weight:500;
	margin:30px 0 0;
}

/* examine_faq */
#examine_faq{
	padding: 80px 0;
}
.faq_list{
	border-top: 2px solid #CCC;
}
.faq_list .faq_detail{
	border-bottom: 2px solid #CCC;
	padding: 30px 0;
}
.faq_detail .faq_question{
	color: #284062;
	font-size: clamp(16px,2vw,24px);
	font-weight: 700;
	position: relative;
	padding-left: 40px;
}
.faq_detail .faq_question::before{
	content: "Q.";
	color: #284062;
	font-family: 'Avenir','Avenir Next',"Lato",'Arial',"Noto Sans JP",sans-serif;
	font-size: clamp(24px,2vw,30px);
	font-weight: 800;
	position: absolute;
	line-height: 140%;
	left: 0;
}
.faq_detail .faq_answer{
	color: #000;
	font-size: clamp(16px,2vw,20px);
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	margin-top: 15px;
	line-height: 140%;
}
.faq_detail .faq_answer::before{
	content: "A.";
	color: #d97249;
	font-family: 'Avenir','Avenir Next',"Lato",'Arial',"Noto Sans JP",sans-serif;
	font-size: clamp(24px,2vw,30px);
	font-weight: 800;
	position: absolute;
	line-height: 100%;
	left: 0;
}

@media (max-width: 1000px){
	/* examine_problem */
	#examine_problem .inner {
		padding-bottom: 200px;
	}
	/* #examine_features */
	#examine_features .center_title {
		margin-bottom: 60px;
	}
	.authense_support .support_list {
		width: 74%;
	}
}
@media (max-width: 767px){
	.action_container .action_head{
		padding-bottom: 20px;
	}
	.action_container .action_head h3 {
		font-size: clamp(18px,2vw,24px);
		text-align: left;
		display: inline-block;
	}
	.action_container .action_head h3 div{
		text-align: center;
	}
	.action_container .action_head::after {
		width: 20%;
		bottom: 20px;
		right: 0;
	}
	/* intro */
	#intro {
		padding: 50px 0 30px;
	}
	#intro::before {
		width: 110%;
		top: -100px;
		left: -60%;
	}
	#intro::after {
		width: 50%;
    height: 50%;
    bottom: 160px;
    right: -20px;
	}
	.introhead {
		display: block;
		margin:0 auto 30px;
	}
	.introhead  .introhead_info{
		width: 80%;
		margin: 0 auto;
	}
	.introhead  .introhead_info.sp_action {
		width: 90%;
		margin: 0 auto;
	}
	.introhead .introhead_img {
		width: 60%;
		margin: 0 auto 30px;
	}
	.introhead .introhead_info h1 {
		font-size: clamp(28px,5vw,54px);
		margin-bottom: 20px;
		text-align: center;
	}
	.introhead .introhead_info .introaction .actionbtn, .action_container .action_btns .actionbtn{
		width: calc(100%);
		margin-bottom: 10px;
	}
	.introhead .introhead_info .introaction .actionbtn a, .action_container .action_btns .actionbtn a{
		height: 50px;
		justify-content: center;
		padding-right: 17px;
	}
	.introhead .introhead_info .introaction .actionbtn.btn_quote a::after, .action_container .action_btns .actionbtn.btn_quote a::after,
	.introhead .introhead_info .introaction .actionbtn.btn_quote a:hover::after, .action_container .action_btns .actionbtn.btn_quote a:hover::after{
		width: 21px;
		height: 30px;
		right: 12px;
	}
	/* lawyer */
	.lawyercontents {
		padding: 220px 0 60px;
	}
	.lawyercontents .lawyer_title {
		margin-bottom: 30px;
	}
	.lawyers_main {
		display: block;
		width: 70%;
		margin: 0 auto ;
	}
	.lawyers_main .lawyer_info .jobtitle {
		margin-bottom: 0px;
	}
	.lawyers_main .lawyer_info .lawyername{
		margin-bottom: 0;
	}
	.lawyers_main .lawyer_img {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.lawyers_main .lawyer_info .lawyername span:first-child {
		display: inline-block;
		margin-right: 20px;
	}
	.lawyer_list .lawyer_detail {
		width: 46%;
		margin-bottom: 20px;
	}
	.lawyer_list .lawyer_detail .lawyer_img img{
		width: 100%;
	}
	/* action */
	.action_contents{
		padding: 50px 0;
	}
	.action_container {
		padding: 16px 20px 20px;
	}
	/* #examine_problem */
	#examine_problem {
		padding: 50px 0 0;
	}
	#examine_problem .center_title {
		margin-bottom: 30px;
	}
	#examine_problem .problem_list .problem_detail{
		width: 100%;
		margin-bottom: 35px;
  	padding: 12px 15px;
	}
	#examine_problem .inner {
    padding-bottom: 20px;
  }
	.problem_list .problem_detail::after,#examine_problem::after{
		bottom: 1px;
	}
	#examine_problem .inner::after {
		background: url("../images/fee/ads-examine/page_illust02.svg") no-repeat;
		background-size: cover;
		content: "";
		display: block;
		width: 126px;
		aspect-ratio: 191 / 222;
		position: relative;
		margin: 0 auto;
	}
	/* #examine_features */
	#examine_features .center_title {
    margin-bottom: 30px;
  }
	.features_list .features_detail {
		display: block;
		margin-bottom: 30px;
	}
	.features_list .features_detail .features_img {
		width: 100%;
		margin-bottom: 15px;
	}
	.features_list .features_detail .features_img img{
		width: 100%;
	}
	.features_list .features_detail .features_info {
		width: 100%;
	}
	#examine_features {
		padding: 90px 0 30px;
	}	
	/* examine_reason */
	.reason_table{
		table-layout: auto;
	}
	.reason_table th, .reason_table td{
		padding: 15px 10px;
		text-align: left;
	}
	.reason_table .head{
		text-align: center;
	}
	.reason_table td{
		font-weight: 700;
	}
	.reason_table td span{
		font-weight: 500;
		margin-right: 5px;
	}
	.reason_table td br{
		display: none;
	}	
	/* examine_case */
	#examine_case {
		padding: 50px 0;
	}
	.case_main {
		background: #FFF;
		padding-left: 0;
		position: relative;
	}
	.case_main::before {
		background: url("../images/fee/ads-examine/case_img_sp.jpg") no-repeat center center;
		background-size: cover;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		aspect-ratio: 69 / 29;
		position: relative;
		left: auto;
	}
	.case_info .corp_head {
		display: block;
		margin-bottom: 20px;
	}
	.case_info .corp_head .corp_logo {
		width: 50%;
		margin: 0 auto 10px;
	}
	.case_info .corp_title p{
		margin-bottom: 5px;
	}
	.case_info {
		padding: 30px 20px;
	}
	.case_other .case_detail .case_detail_problem, .case_other .case_detail .case_detail_handling {
		padding: 15px 5px;
	}
	.case_detail .case_detail_problem,.case_detail .case_detail_handling{
		width: 90px;
	}
	.case_detail .case_detail_probleminfo,.case_detail .case_detail_handlinginfo{
		flex: 1;
	}
	.case_detail .case_detail_problem::after{
		bottom: 1px;
	}
	
	/* examine voice */
	#examine_voice {
		padding: 0 0 50px;
	}
	.voice_list .voice_detail{
		width: 100%;
		margin-bottom: 20px;
	}
	
	/* examine_industry */
	.industry_list .industry_detail{
		width:80%
	}
	/* examine_introduce */
	#examine_introduce {
		padding: 50px 0 0;
	}
	#examine_introduce .center_title {
		margin-bottom: 50px;
	}
	.introduce_case_title span{
		font-size: clamp(13px,1.6vw,16px);
		display: inline-flex;
		align-items: center;
		padding: 0 8px;
		margin-right: 10px;
	}
	h3.introduce_case_title strong{
		font-size: clamp(16px,2.6vw,30px);
	}
	.introduce_before {
		padding: 30px 15px;
	}
	.introduce_case_detail.center .introduce_img img {
		display: inline-block;
		width: 140px;
	}
	.centericon_rtext .centerrow_icon.image01 {
		width: 100px;
		transform: translateX(13px);
	}
	.centericon p, .centericon_rtext p {
		font-size: clamp(14px,1.8vw,18px);
	}
	.centerrow .centerrow_right.tco p {
		font-size: clamp(14px,1.8vw,18px);
		text-align: center;
	}
	.centericon_rtext {
		margin-top: 15px;
	}
	.centericon .centerrow_icon.icon01, .centericon_rtext .centerrow_icon.icon02 {
		width: 40px;
		margin-bottom: 10px;
	}
	.afterhead h4.overtitle{
		margin-top: -45px;
	}
	.before_bottom{
		margin-top: 20px;
	}
	.before_point .bordertitle span img{
		width: 180px;
	}
	.authense_support{
		flex-wrap: wrap;
	}
	.authense_support .support_list {
    width: 100%;
  }
	.authense_support .support_list .support_detail strong {
		display: block;
		margin-right: 0px;
	}
	.authense_support .support_illust {
		width: 100px;
		margin: 0 auto;
	}
	.authense_support .support_list .support_detail{
		font-size: clamp(13px,1.8vw,18px);
		margin: 0 0 10px;
		display: flex;
	}
	.authense_support .support_list .support_detail strong{
		margin-right: 10px;
	}
	.authense_support .support_list .support_detail div{
		flex: 1;
	}
	.before_bottom::before {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 50%;
		border-style: solid;
		border-width: 46px 42px 0 42px;
		border-color: #cccccc transparent transparent;
		translate: -50% 100%;
	}
	.before_bottom::after {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 50%;
		border-style: solid;
		border-width: 44px 40px 0 40px;
		border-color: #ffffff transparent transparent;
		translate: -50% 100%;
	}
	.after_container {
		display: block;
	}
	.after_container .after_left {
		width: 100%;
	}
	.after_container .after_right {
		width: 100%;
	}
	.after_container .after_right .after_problem{
		background-position: bottom center;
	}
	.centericon_rtext .centerrow {
		display: block;
		text-align: center;
	}
	.centericon_rtext .centerrow_center{
		text-align: center;
		display: inline-block;
	}
	.centericon_rtext .centerrow_right{
	  grid-column: 3;
	  justify-self:unset;
	}
	/*examine_service*/
	.service_container {
		padding: 30px 20px 20px;
	}
	.service_tag{
		font-size: clamp(13px,1.8vw,18px);
		margin-bottom: 10px;
		margin-right: 5px;
	}
	/*examine_flow*/
	#examine_flow {
		padding: 50px 0;
	}
	.flow_head p {
		margin-bottom: 40px;
	}
	.flow_step {
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flow_step .step_detail{
		width: 100%;
	}
	.flow_step .step_detail .step_img {
		margin: 10px auto 20px;
		width: 150px;
	}
	/*examine_plan*/
	#examine_plan .action_container .action_btns .actionbtn.btn_quote{
		width: calc(100%);
		margin-bottom: 10px;
	}
	#examine_plan .action_container .action_btns .actionbtn.btn_quote a{
		height: 50px;
		justify-content: center;
		padding-right: 17px;
	}
	#examine_plan .action_container .action_btns .actionbtn.btn_quote a::after{
		width: 21px;
		height: 30px;
		right: 12px;
	}
	/*examine_faq*/
	#examine_faq {
		padding: 50px 0;
	}
}