@charset "utf-8";
  @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  color: #302e31;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 45px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}
a[href^="tel:"] {
  pointer-events: none;
}/*PC tel無効*/
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;
}
a[href*=".xlsx"]:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
  background-image: url(../img/excel_icon.png);
  background-repeat: no-repeat;
}
.inPreparation{
	font-size: 1.4em;
	line-height: 2;
	text-align: center;
	margin: 300px auto ;
}/*準備中*/
/*共通/end*/
header {
	min-width: 100%;
	margin: 0 auto 0;
	padding: 0 0;
	border-top:7px solid #0063A1;
	background: rgba(255,255,255,0.90);
	  box-shadow: 1px 7px 8px -8px rgba(0, 0, 0, 0.3);
	position: fixed;
	top:0;
	z-index: 100;
}
.headerWrap{
	max-width: 1366px;
	width: 95%;
	margin: 5px auto 5px;
}
.headerInner{
	display: flex;
	justify-content: space-between;
}
.headerInner h1{
	font-size: 2.5em;
	font-weight: 900;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headerInner .logo{
	width: 52px;
/*	width: 3.8vw;
*/	margin: 0 5px 0 0 ;
}
.headerInner .logo img{
	width: 100%;
	height: auto;
}
.contactTop{
}
.contactTxt{
	font-size: .8em;
	font-weight: 500;
	text-align: right;
}
.contactTopBtn{
	margin: 5px 0 0 0;
	display: flex;
	justify-content: flex-end;
}
.webContact{
	height: 50px;
	margin-right: 15px;
	padding:7px 10px 4px 45px;
	font-size: .85em;
	font-weight: 700;
	line-height: 1.5;
	background: white;	background-image: url(../img/web_ico.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 32px auto;
	border-bottom: 1px solid #0063A1;
	border-left: 1px solid #0063A1;
	border-right: 1px solid #0063A1;
	border-top: 5px solid #0063A1;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}
.webContact span {
	display: block;
}
.telContact{
	height: 50px;
	padding: 2px 5px 5px 36px;
	font-size: .7em;
	font-weight: 700;
	line-height: 1.5;
	background: white;
	background-image: url(../img/tel_ico.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 32px auto;
	border-bottom: 1px solid #162C4C;
	border-left: 1px solid #162C4C;
	border-right: 1px solid #162C4C;
	border-top: 5px solid #162C4C;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.telContact span {
	font-size: 1.7em;
	letter-spacing: .2em;
	text-align: center;
	display: block;
}
.introImg {
	min-width: 100%;
	height: 580px;
	margin: 132px auto 100px;
	padding: 0 0;
	background-image: url(../img/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	animation: fadein 2s forwards;
}

.introTxt{
	padding: 2%;
	font-size: 4rem;
	font-weight: 900;
	text-align: right;
	letter-spacing: .05em;
	background-image: url(../img/topimg_bk.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20%;
	right: 4%;
	background-size: 100% 100%;
}
.introTxt .txtDot{
	padding-top: .25em;
    background-position: top right -9px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.12em .12em at center center,#F7F17F,#F7F17F 100%,transparent);
}
.introTxt .txt{
	font-size: 3rem;
	margin-top: 3%;
	display: block;
}
.introImg a{
	width: 180px;
	position: absolute;
	bottom: 5%;
	right:5%;
}
.introImg a img{
	width: 100%;
	height: auto;
}

.contWrap_w{
	width: 1080px;
	margin: 0 auto 80px;
}
.contWrap_w .campaign_bn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.campaign_bn picture img{
	width: 100%;
	height: auto;
}
.contTlt{
	margin: 0 auto ;
	width: max-content;
	padding: .3em .5em;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 6px #0063A1;
	position: relative;
}
.contTlt::after{
	content: " ";
	width: 5.25em;
/*	display: block;*/
	border-bottom: solid 6px #4FB74C;
	position: absolute;
	bottom: -6px;
	left: 0;
}
/*.contTlt {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	display: table;
	margin: 0 auto ;
	position: relative;
	padding:.25em .5em;
	border-bottom: 6px solid #0063A1;
}
.contTlt:before {
  content: '';
position: absolute;
  bottom: -6px;
  left: 0;
  width: 5.25em;
	border-bottom: 6px solid #4FB74C;
	display: block;
}*/
.contTxt_w{
	width: 800px;
	margin: 50px auto 0;
	font-size: 1.1em;
	line-height: 2;
	letter-spacing: .06em;
}
.contWrap_b{
	width: 100%;
	margin: 0 auto 0;
	padding:50px 0;
	background: #EFF6FA;
}
.contWrap_b h2{
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}
.contTxt_b{
	width: 800px;
	margin: 50px auto 0;
	font-size: 1.05em;
	line-height: 2;
	letter-spacing: .06em;
}
.itemBox{
	width: 1000px;
	margin: 30px auto ;
	display: flex;
	justify-content: space-between;
}
.item{
	width: 30%;
	padding:20px 20px 10px;
	background: #FFF;
	border:1px solid #4FB74C; 
  border-radius: 3px;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.itemName{
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}
.itemCost{
	margin: 10px -16px;
	padding:15px 15px 18px 15px ;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	background: #F8E962;
}
.itemCost span{
	font-size: 1.2em;
	font-weight: 900;
}
.itemTxt{
	line-height: 1.8;
}
.itemTxt span{
	margin-bottom: 10px;
	text-align: center;
	display: block;
}

/*詳しくはコチラボタン*/
.btn{
	margin: 50px auto;
	text-align: center;
}
.detailBtn{
    padding: 12px 40px 14px 30px;
	text-decoration: none;
	background:#FFF;
	border: 1px solid #4FB74C;
	border-radius:0;
    text-align: center;
	font-weight: 500;
    outline: none;
    transition: ease .2s;
	display: inline-block;
	position: relative;
}
.detailBtnNarrow:hover{
	background:#4FB74C;
	color:#FFF
}
.detailBtnNarrow::after{
	content:"";
    width: 7px;
    height: 7px;
    border-top: 3px solid #4FB74C;
    border-right: 3px solid #4FB74C;
    transform: rotate(45deg);
    transition: all .3s;
	position: absolute;
    top:41%;
    right: 13px;
}
.detailBtnNarrow:hover::after{
right: 25px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
}
.detailBtn:hover:before {
	top:0;
}

footer{
	width: 100%;
	padding:25px 0 10px;
	background-color: #0063A1;
	background-image: url(../img/logo_bk.svg);
	background-repeat: no-repeat;
	background-size: 235px auto;
	background-position: right bottom;
	position: relative;
}
.contactBtm{
	max-width: 960px;
	width: 95%;
	margin: 20px auto 50px;
	padding:30px 25px 15px;
	background: #EFF6FA;
}
.contactTltBtm{
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}
.contactBtmBox{
	margin: 40px auto 10px;
	display: flex;
	justify-content:space-around;
	align-items: center;
}
.telContactBtm{
	width: 50%;
	padding:1%;
	height: 100px;
}
.telContactBox{
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telContactImg{
	width: 43px;
	margin: 10px 5px 0 0;
}
.telContactImg img{
	width: 100%;
	height: auto;
}
.telContactTxt{
	font-size: 3.2em;
	font-weight: 900;
	letter-spacing: .1em;
}
.telContactCome{
	display: block;
	margin-top: 12px;
	font-size: .9em;
	font-weight: 500;
	text-align: center;
}
.webContactBtm{
	width: 44%;
	height: 80px;
	color: #FFF;
	background: #0063A1;
	border-top-right-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.webContactBtm:hover{
	background: #162C4C;
	opacity: .7;
	transition: .3s;
}
.webContactImg{
	width: 42px;
	margin-right: 10px;
}
.webContactImg img{
	width: 100%;
	height: auto;
}
.webContactTxt{
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: .05em;	
}

.footerInfo{
	width: 80%;
	max-width: 1000px;
	margin: 30px auto 30px;
	color:#FFF;
}
.footerInfo-name{
	margin: 0 0 20px 0;
	font-size: 1.4em;
	font-weight:700;
}
.footerInfo-adr{
	line-height: 1.6;
}
.mark{
	padding:.3em;
	font-size: 1em;
	color:#0B0B0B;
	border: 1px solid #0B0B0B;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	right: 80px;
	bottom: 10px;
	display: block;
}
/**ブログ**/

.blogWrap{
	width: 1080px;
	height: 300px;
	margin: 50px auto 50px;
	display: flex;
	justify-content: space-between;
}
.blog_bnBox{
	width: 48%;
}

.blog_bnBox img{
	width: 100%;
	height: auto;
}
.blog-page{
	width: 48%;
	padding:5px;
	border: 1px gray solid;
}
.blog-page iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.blogSampleBt{
	margin: 20px auto;
	padding:5px;
	text-align: center;
	border: 1px solid blue;
	display: block;
}
.blog-test {
	max-width: 1100px;
	width: 95%;
	margin: 40px auto 0;
	padding:20px 0 50px;
	background: #FFF;
}
.blog-test iframe{
	width: 100%;
	height: 800px;
	border: none;
}



/**各ページヘッダー**/
.pageImg01, .pageImg02, .pageImg02, .pageImg04, .pageImg05{
	min-width: 100%;
	height: 150px;
	margin: 132px auto 0;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.pageImg01 {
	background-image: url(../img/h-img01.jpg);
}
.pageImg02 {
	background-image: url(../img/h-img02.jpg);
}
.pageImg03 {
	background-image: url(../img/h-img03.jpg);
}
.pageImg04 {
	background-image: url(../img/h-img04.jpg);
}
.pageImg05 {
	background-image: url(../img/h-img05.jpg);
}
.pageImg01 h1, .pageImg02 h1, .pageImg03 h1, .pageImg04 h1, .pageImg05 h1{
	font-family: 'Zen Old Mincho', serif;
	color: #FFF;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: .2em;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/*section h2 見出し*/
.secTlt{
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
    padding: 0 0 1.8rem;
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
	letter-spacing: .1em;
    background: linear-gradient(90deg, #0063a1 0% 33%, #c4d9e6 33% 66%, #0063a1 66%);
    background-repeat: no-repeat;
    background-size: 2.5rem 0.4rem;
    background-position: bottom;
}
/**会社概要**/
.info{
}
.greeting{
	max-width: 800px;
	width: 90%;
	margin: 100px auto 100px;
}
.greeting p{
	margin: 50px auto 0;
	padding:0 1em;
	line-height: 1.8;
	font-size: 1.1em;
}
.greeting .txt_R{
	text-align: right;
}
.profileBk{
	width: 100%;
	background: #eaf2f6;
	padding:50px 10px;
}
.profile{
	max-width: 800px;
	width: 90%;
	margin: 50px auto 0;
}
.profile tr{
}
.profile th{
	padding:1.5em 1.5em;
	background:#162C4C;
	font-size: 1.05em;
	letter-spacing: .2em;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #eaf2f6;
}
.profile td{
	background:#FFF;
	font-size: 1.05em;
	letter-spacing: .1em;
	padding:1.5em 1.5em;
	border-bottom: 1px solid #eaf2f6;
}
.googleMap{
	max-width: 800px;
	width: 90%;
	height: 400px;
	margin: 50px auto;
}
.googleMap iframe{
	width: 100%;
	height: 100%;
}

/*infoページ*/
.contWrap-inquiry{
	width: 100%;
	margin: 0 auto 0;
	padding: 100px 0;
	background: #EFF6FA;
}
.inquiryTxtBox{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 0;
	padding: 20px 20px 20px 150px;
	border: 5px solid #F8E962;
	background: #FFF;
	background-image: url(../img/inquiry-img01.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	background-size: 120px auto;
}
.inquiryTxtBox p{
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .05em;
}
.inquiry-contact{
	width: 92%;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
}
.inquiryTel{
	margin-right: 30px;
	padding: 15px 20px;
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: .2em;
	background: #F8E962;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}
.inquiryTel img{
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.inquiryTime{
	padding:.25em .75em ;
	line-height: 1.6;
	border-bottom: 1px solid #162C4C;
	border-top: 1px solid #162C4C;
}
.inquiryTime span{
	letter-spacing: .5em;
}
.fileBox{
	width: 50%;
	margin: 30px auto;
	padding:1em;
	background: #FFF;
	border: 2px solid #298cb5;
	font-size: 1.1em;
	text-align: center;
}
.file{
	width: 70%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.fileBT{
	margin: 0 30px;
	font-weight: 700;
	padding:0 .25em;
	display: block;
}
.fileBT:hover{
	transition: .3s;
	border-bottom: 1px dashed #298cb5;
}
.inquiryForm {
	max-width: 1000px;
	width: 95%;
	margin: 50px auto 0;
	padding:30px;
	background: #FFF;
}
.inquiryForm iframe{
	width: 100%;
	height: 1350px;
	border: none;
}

/*石綿法の改正について*/
.guide{
	margin: 100px auto 0;
}
.guide-cont1{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 100px;
}
.guide-cont2{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 50px;
}
.guideTxt{
	width: 100%;
	margin: 50px auto 0;
	padding:0 1em;
	line-height: 1.8;
	font-size: 1.1em;
}
.guide p span{
	color: #0063A1;
	font-weight: 500;
}
.guideBk{
	width: 100%;
	background: #eaf2f6;
	padding:30px 10px;
}
.guide-summary{
	max-width: 980px;
	width: 90%;
	margin: 30px auto 30px;
	padding:30px 10px 30px;
	background:#FFF;
	border-radius: 20px;
}
.guide-summary h3{
	margin: 0 auto 40px auto;
	font-size: 1.5em;
	text-align: center;
	font-weight: 700;
	letter-spacing: .1em;
}
.summaryBox{
	display: flex;
	justify-content: center;
	gap:2%;
}
.summaryItem-1,
.summaryItem-2{
	border: 5px solid #F8E962;
	border-radius: 10px;
}
.summaryItem-1{
	width: 60%;
}
.summaryItem-2{
	width: 30%;
}

.summaryItem-1 .itemTlt{
	width: 100%;
	height: 52px;
	padding:7px;
	background: #F8E962;
	font-size: 1.15em;
	font-weight: 700;
	text-align:center;
}
.summaryItem-2 .itemTlt{
	width: 100%;
	height: 52px;
	padding:14px 0 ;
	background: #F8E962;
	font-size: 1.15em;
	font-weight: 700;
	text-align:center;
}
.summaryItem-1 .itemTlt span,
.summaryItem-2 .itemTlt span{
	font-size: .8em;
}
.summaryItem{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
	gap:20px;
}
.summaryItem-cont1 p,
.summaryItem-cont2 p{
	text-align: center;
	line-height: 1.5;
}
.summaryItem-cont1{
	width: 46%;
}
.summaryItem-cont2{
	width: 100%;
}
.summaryItem-cont1 img,
.summaryItem-cont2 img{
	width: 100%;
	height: auto;
	position: relative;
}
.summaryTxt{
	width: 100%;
	padding-top:5px;
	border-top:3px solid #F8E962; 
}
p.indent2{
	width: 80%;
	margin: 20px auto 0;
	font-size: .95em;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	text-align: justify;
}

/*調査分析の流れ*/
.flow01,
.flow02{
	max-width: 980px;
	width: 90%;
	margin: 30px auto 80px;
}
.flow01 picture img,
.flow02 picture img{
	width: 100%;
	height: auto;
}
.flow01 .priceBox{
	width: 95%;
	margin: 20px auto 20px;
	padding:5px 20px;
	border: 1px solid #4fb74c;
	background: #FFF;
}
.flow02 .priceBox{
	width: 95%;
	margin: 20px auto 20px;
	padding:5px 30px 5px 20px;
	border: 1px solid #162c4c;
	background: #FFF;
}
.priceBox table{
}
.priceBox table tr{
	border-bottom: 1px solid #eaf2f6;
}
.priceBox table tr:last-child{
	border-bottom: none;	
}
.flow01 .priceBox  th,
.flow02 .priceBox  th{
	font-size: 1.6em;
	text-align: left;
	letter-spacing: .1em;
	vertical-align: top;
	white-space: nowrap;
}
.flow01 .priceBox  th{
	padding:30px 30px 30px 10px;
}
.flow02 .priceBox  th{
	padding:30px 60px 30px 10px;
}
.priceBox table td{
	padding:20px 0 20px ;
	line-height: 1.5;
}
.priceBox .flow02 td{
	padding:20px 20px 20px 0;
}
.priceType{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 2;
}
.priceTxt{
	padding-left: 1.5em;
	font-weight: 700;
	font-size: 1.3rem;
}
.priceTxt2{
	font-weight: 700;
	font-size: 1.3rem;
}

.inTax{
	font-size: 1rem;
}
.priceKome{

}
.priceTxt3{
	font-size: 1.1em;
	font-weight: 700;
	color:#f15a24;
	line-height: 1.4;
	display: block;
	margin-bottom: 8px;
}
.priceTxt4{
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.7;
}
.priceTxt5{
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 2;
	padding-left: 4.5em;
}
.flow01_step{
	margin: 20px;
	padding:20px 0 40px 20px;
	border-bottom: 1px solid #4fb74c;
	position: relative;
}

.flow02_step{
	margin: 20px;
	padding:20px 0 40px 20px;
	border-bottom: 1px solid #162c4c;
	position: relative;
}
.flow01_maru,
.flow02_maru{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	z-index: 2;
	background-repeat: no-repeat;
	background-size: contain;
}
.flow01_maru{
	background-image: url(../img/flow-img03.png);
}
.flow02_maru{
	background-image: url(../img/flow-img04.png);
}

.flow01_step-txtBox,
.flow02_step-txtBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.flow01_step-No,
.flow02_step-No{
	width: 120px;
	height: 120px;
	padding:.5em ;
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 1.1em;
	text-align: center;
	font-weight: 700;
	color: #FFF;
}
.flow01_step-No{
	background-color: #4fb74c;
}
.flow02_step-No{
	background-color: #162c4c;
}
.flow01_step-NoBK1,
.flow02_step-NoBK1{
	background-image: url(../img/flow-img05.png);
}
.flow01_step-NoBK2{
	background-image: url(../img/flow-img06.png);
}
.flow02_step-NoBK2{
	background-image: url(../img/flow-img10.png);
}
.flow01_step-NoBK3{
	background-image: url(../img/flow-img07.png);
}
.flow02_step-NoBK3{
	background-image: url(../img/flow-img11.png);
}
.flow01_step-NoBK4,
.flow02_step-NoBK4{
	background-image: url(../img/flow-img08.png);
}
.flow01_step-NoBK5,
.flow02_step-NoBK5{
	background-image: url(../img/flow-img09.png);
}
.flow01_step-txt{
	margin-left: 30px;
	padding:1em;
}
.flow02_step-txt{
	margin-left: 30px;
	padding:.75em 1em 0 1em;
}
.flow01_step-txt h3,
.flow02_step-txt h3{
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: .5em;
}
.flow01_step-txt p,
.flow02_step-txt p{
	line-height: 1.6;
}
.inquiryBT{
	color:#298cb5 ;
	font-weight: 700;
	padding:0 .25em;
	
}
.inquiryBT:hover{
	background: #eaf2f6;
	transition: .3s;
	border-radius: .2em;
}


/*Add*/
.red {
  color: red;
}
.pink {
  color: #fc8786;
}
.txtMin{
	font-family: 'Zen Old Mincho', serif;
}
.txtB {
  font-weight: 700;
}
.txtCenter{
	text-align: center;
}
.yellowMaker{
background: linear-gradient(transparent 75%, #F8E962 75%);
}







/*1024*/
@media screen and (max-width:1024px) {
.headerWrap{
	max-width: 97%;
	width: auto;
	margin: 3px auto 5px;
}
.headerInner h1{
	font-size: 2.6vw;
	font-weight: 900;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headerInner .logo{
	width: 4.2vw;
	margin: 0 5px 0 0 ;
}
.contactTopBtn{
	margin: 5px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.introImg {
	min-width: 100%;
	height: 480px;
	margin: 130px auto 80px;
	padding: 0 0;
	background-image: url(../img/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	animation: fadein 2s forwards;
}
.introTxt{
	padding: 4%;
	font-size: 3.2rem;
	font-weight: 900;
	text-align: right;
	letter-spacing: .05em;
	background-image: url(../img/topimg_bk.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20%;
	right: 4%;
	background-size: 100% 100%;
}
.introTxt .txt{
	font-size: 2.5rem;
	margin-top: 3%;
	display: block;
}
.contWrap_w{
	width: auto;
	margin: 0 auto 70px;
	padding:0 2em;
}

.contTlt{
	margin: 0 auto ;
	width: 92%;
	padding: .3em .5em;
	font-size: 1.9em;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	border-bottom: solid 6px #0063A1;
	position: relative;
}
.contTxt_w{
	width: 85%;
	margin: 50px auto 0;
	font-size: 1.1em;
	line-height: 2;
	letter-spacing: .06em;
}
.contTxt_b{
	width: 80%;
	margin: 50px auto 0;
	font-size: 1.05em;
	line-height: 2;
	letter-spacing: .06em;
}
.itemBox{
	width: 90%;
	margin: 30px auto ;
	display: flex;
	justify-content: space-between;
}
.contactBtm{
	width: 90%;
	max-width: 1100px;
	margin: 20px auto 50px;
	padding:30px 10px 15px;
	background: #EFF6FA;
}
.contactBtmBox{
	margin: 40px auto 10px;
	display: flex;
	justify-content:space-around;
	align-items: center;
}
.telContactImg{
	width: 40px;
	margin: 10px 5px 0 0;
}
.telContactTxt{
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: .1em;
}
.footerInfo{
	width: 88%;
	max-width: 1000px;
	margin: 30px auto 30px;
	color:#FFF;
}

/**ブログ**/

.blogWrap{
	width: 90%;
	height: 300px;
	margin: 50px auto 50px;
	display: flex;
	justify-content: space-between;
}
.blog_bnBox{
	width: 49%;
}

.blog_bnBox img{
	width: 100%;
	height: auto;
}
.blog-page{
	width: 49%;
	padding:5px;
	border: 1px gray solid;
}
.blog-page iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.blog-test {
	max-width: 95%;
	width: 90%;
	margin: 40px auto 0;
	padding:10px 0px 0px 10px;
	background: #FFF;
}
.blog-test iframe{
	width: 100%;
	height: 800px;
	border: none;
}
	
/*各ページヘッダー*/
.pageImg01, .pageImg02, .pageImg02, .pageImg04, .pageImg05{
	min-width: 100%;
	height: 150px;
	margin: 130px auto 0;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}	
/*会社概要*/

/*infoページ*/
.contWrap-inquiry{
	width: 100%;
	margin: 0 auto 0;
	padding: 80px 0;
	background: #EFF6FA;
}
.inquiryTxtBox{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 0;
	padding: 15px 20px 20px 120px;
	border: 5px solid #F8E962;
	background: #FFF;
	background-image: url(../img/inquiry-img01.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	background-size: 110px auto;
}
.inquiryTxtBox p{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .05em;
}
.inquiry-contact{
	width: 98%;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
}
.inquiryTel{
	margin-right: 30px;
	padding: 12px 20px;
	font-size: 2.1em;
	font-weight: 700;
	letter-spacing: .2em;
	background: #F8E962;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}
.inquiryForm {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto 0;
	padding:30px;
	background: #FFF;
}
}
/*タブレット*/
@media screen and (max-width:834px) {
.headerWrap{
	max-width: 100%;
	margin: 5px auto 7px;
	padding:0 1%;
}
.headerInner h1{
	font-size: 1.45em;
	font-weight: 900;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headerInner .logo{
	width: 35px;
	margin: 0 3px 0 0 ;
}
.contactTxt{
	display: none;
}
.webContact{
	display: none;
}
.telContact{
	display: none;
}

.introImg {
	min-width: 100%;
	height: 380px;
	margin: 52px auto 80px;
	padding: 0 0;
	background-image: url(../img/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	animation: fadein 2s forwards;
}
.introImg a{
	width: 160px;
}
.introImg a img{
	width: 100%;
	height: auto;
}
.introTxt{
	padding: 4%;
	font-size: 3rem;
	font-weight: 900;
	text-align: right;
	letter-spacing: .05em;
	background-image: url(../img/topimg_bk.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10%;
	right: 2%;
	background-size: 100% 100%;
}
.introTxt .txtDot{
	padding-top:0em;
	background-position: bottom right ;
	background-repeat: no-repeat;
	background-size: 2rem 2rem;
	background-image: url(../img/dot.png)
}
.contTlt{
	margin: 0 auto ;
	width: 95%;
	padding: .3em .5em;
	font-size: 1.9em;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	border-bottom: solid 6px #0063A1;
	position: relative;
}
.contTxt_w{
	width: 90%;
	margin: 50px auto 0;
	font-size: 1.1em;
	line-height: 2;
	letter-spacing: .06em;
}
.contTxt_b{
	width: 85%;
	margin: 50px auto 0;
	font-size: 1.05em;
	line-height: 2;
	letter-spacing: .06em;
}
.itemBox{
	width: 95%;
	margin: 30px auto ;
	display: flex;
	justify-content: space-between;
}
.item{
	width: 32%;
	padding:20px 20px 10px;
	background: #FFF;
	border:1px solid #298CB5; 
  border-radius: 3px;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.telContactBtm{
	width: auto;
	height: 95px;
}
.telContactImg{
	width: 35px;
	margin: 5px 5px 0 0;
}
.telContactTxt{
	font-size: 2.2em;
	font-weight: 900;
	letter-spacing: .1em;
}
.webContactBtm{
	width: 46%;
	height: 80px;
	color: #FFF;
	background: #0063A1;
	border-top-right-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.webContactTxt{
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .05em;	
}
/**ブログ**/

.blogWrap{
	width: 95%;
	height: 300px;
	margin: 50px auto 50px;
	display: flex;
	justify-content: space-between;
}
.blog_bnBox{
	width: 49%;
}

.blog_bnBox img{
	width: 100%;
	height: auto;
}
.blog-page{
	width: 49%;
	padding:0px;
	border: 1px gray solid;
}
.blog-page iframe{
	width: 100%;
	height: 100%;
	border: none;
}

	
/*各ページヘッダー*/
.pageImg01, .pageImg02, .pageImg02, .pageImg04, .pageImg05{
	min-width: 100%;
	height: 150px;
	margin: 52px auto 0;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}		
	
/**会社概要**/
.greeting{
	max-width: 800px;
	width: 90%;
	margin: 52px auto 80px;
}	

/*infoページ*/
.inquiryTxtBox{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 0;
	padding: 15px 20px 15px 40px;
	border: 5px solid #F8E962;
	background: #FFF;
	background-image: url(../img/inquiry-img01.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	background-size: 110px auto;
}
.inquiryTxtBox p{
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .05em;
}
.inquiry-contact{
	width: 98%;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.inquiryTel{
	margin: 0 auto 15px;
	padding: 10px 30px;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: .2em;
	background: #F8E962;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}
.inquiryTel img{
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.inquiryTime{
	padding:.2em .75em ;
	line-height: 1.4;
	border-bottom: 1px solid #162C4C;
	border-top: 1px solid #162C4C;
}
.fileBox{
	width: max-content;
	margin: 30px auto;
	padding:1em;
	background: #FFF;
	border: 2px solid #298cb5;
	font-size: 1.1em;
	text-align: center;
}

/*石綿法の改正について*/
.guide-summary{
	max-width: auto;
	width: 97%;
	margin: 30px auto;
	padding:30px 5px;
	background:#FFF;
	border-radius: 20px;
}	
.summaryItem-1{
	width: 64%;
}
.summaryItem-2{
	width: 32%;
}	
.summaryItem-cont1 p,
.summaryItem-cont2 p{
	text-align: center;
	line-height: 1.4;
}
p.indent2{
	width: 90%;
	margin: 20px auto 0;
	font-size: .9em;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	text-align: justify;
}


/*調査分析の流れ*/
.priceBox table tr{
	border-bottom: 1px solid #eaf2f6;
	display: flex;
	flex-direction: column;
}
.flow01 .priceBox  th,
.flow02 .priceBox  th{
	font-size: 1.6em;
	text-align: left;
	letter-spacing: .15em;
	vertical-align: top;
	white-space: nowrap;
}
.flow01 .priceBox  th{
	padding:15px 20px 15px 10px;
}
.flow02 .priceBox  th{
	padding:15px 60px 15px 10px;
}
.priceBox table td{
	padding:0 0 20px 15px;
	line-height: 1.5;
}
.priceBox .flow02 td{
	padding:0px 20px 20px 15px;
}
.flow01_step-txtBox,
.flow02_step-txtBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow01_step-No,
.flow02_step-No{
	width: 110px;
	height: 110px;
	padding: .5em;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 80%;
	font-size: 1.1em;
	text-align: center;
	font-weight: 700;
	color: #FFF;
}
.flow01_step-txt{
	width: calc(100% - 140px);
	margin-left: 30px;
	padding:.25em .25em .25em 0;
}
.flow02_step-txt{
	width: calc(100% - 140px);
	margin-left: 30px;
	padding:.25em .25em .25em 0;
}



}
/*mobile*/
@media screen and (max-width:480px) {
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 40px; /*imgの大きさ*/
  height: auto;
}
  a[href^="tel:"] {
    pointer-events: auto;
  }
	
.headerWrap{
	max-width: 100%;
	margin: 5px auto 7px;
	padding:0 1%;
}
.contactTop{
	display: none;
}
.headerInner{
	width: 98%;
	margin: 0 auto ;
	display: block
}
.headerInner h1{
	font-size: 1.1em;
	font-weight: 900;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headerInner .logo{
	width: 32px;
	margin: 0 3px 0 0 ;
}
.inquiry-sp {
  display: none;
}
.introImg {
	min-width: 100%;
	height: 250px;
	margin: 50px auto 40px;
	padding: 0 0;
	background-image: url(../img/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	animation: fadein 2s forwards;
}
.introImg a{
	width: 110px;
}
.introTxt{
	padding: 15px;
	font-size: 1.65rem;
	font-weight: 900;
	text-align: right;
	letter-spacing: 0;
	background-image: url(../img/topimg_bk.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 10px;
	/* [disabled]background-size:cover; */
	background-position: center center;
}
.introTxt .txt{
	font-size: 1.5rem;
	margin-top: 3%;
	display: block;
}
.introTxt .txtDot{
	padding-top:0em;
	background-position: bottom right ;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/dot.png)
}
/*.introTxt .txtDot{
	padding-top: .25em;
    background-position: top right -9px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.12em .12em at center center,#F7F17F,#F7F17F 100%,transparent);
}*/
.contWrap_w{
	width: 98%;
	margin: 0 auto 50px;
	padding:0 .5em;
}
.contWrap_w .campaign_bn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}
.contTlt{
	margin: 0 auto ;
	width: 98%;
	padding: .3em .4em;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	border-bottom: solid 6px #0063A1;
	position: relative;
}

.contTxt_w{
	width: 95%;
	margin: 40px auto 0;
	font-size: 1.05em;
	line-height: 1.8;
	letter-spacing: .06em;
}
.contWrap_b{
	width: 100%;
	margin: 0 auto 0;
	padding:40px 0;
	background: #EFF6FA;
}
.contWrap_b h2{
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
}
.contTxt_b{
	width: 90%;
	margin: 40px auto 0;
	font-size: 1.05em;
	line-height: 1.8;
	letter-spacing: .06em;
}
.itemBox{
	width: 95%;
	margin: 30px auto ;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap:20px;
}
.item{
	width: 100%;
	padding:10px 15px 10px;
	background: #FFF;
	border:1px solid #298CB5; 
  border-radius: 5px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.itemName{
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
}
.itemCost{
	margin: 10px -12px;
	padding:10px 10px 12px 15px ;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	background: #F8E962;
}
.itemCost span{
	font-size: 1.2em;
	font-weight: 900;
}
.itemTxt{
	line-height: 1.6;
}
.itemTxt span{
	margin-bottom: 15px;
	text-align: center;
	display: block;
}	
footer{
	width: 100%;
	padding:20px 0 10px;
	background-color: #0063A1;
	background-image: url(../img/logo_bk.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: right bottom;
}
.contactBtm{
	width: 95%;
	max-width: 1100px;
	margin: 15px auto 30px;
	padding:20px 10px 10px;
	background: #EFF6FA;
}
.contactTltBtm{
	width: 100%;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.contactBtmBox{
	margin: 5px auto 20px;
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-direction: column;
	gap:20px
}
.telContactBox{
	margin-top: 5px;
	padding:10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telContactBtm{
	width: 100%;
	height: 90px;
}
.telContactTxt{
	font-size: 2.2em;
	font-weight: 900;
	letter-spacing: .1em;
	border-bottom: 5px solid #f7f17f;
}
.telContactImg{
	width: 38px;
	margin: 5px 5px 0 0;
}
.telContactCome{
	display: block;
	margin-top: 5px;
	font-size: .9em;
	font-weight: 500;
	text-align: center;
}
.webContactBtm{
	width: 100%;
	height: 70px;
	color: #FFF;
	background: #0063A1;
	border-top-right-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.webContactImg{
	width: 35px;
	margin-right: 10px;
}
.webContactTxt{
	font-size: 1.35em;
	font-weight: 900;
	letter-spacing: .05em;	
}
.footerInfo{
	width: 92%;
	max-width: auto;
	margin: 30px auto 30px;
	color:#FFF;
}
.footerInfo-name{
	margin: 0 0 20px 0;
	font-size: 1.3em;
	font-weight:700;
}
.footerInfo-adr{
	line-height: 1.6;
}
.mark{
	padding:.3em;
	font-size: .8em;
	color:#0B0B0B;
	border: 1px solid #0B0B0B;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: block;
}
/**ブログ**/

.blogWrap{
	width: 90%;
	height: auto;
	margin: 0px auto 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.blog_bnBox{
	width: 100%;
	margin: 0 auto 20px;
}

.blog_bnBox img{
	width: 100%;
	height: auto;
}
.blog-page{
	width: 100%;
	height: 300px;
	padding:0px;
	border: 1px gray solid;
}
.blog-page iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.blog-test {
	max-width: 95%;
	width: 90%;
	margin: 40px auto 0;
	padding:10px 0px 0px 10px;
	background: #FFF;
}
.blog-test iframe{
	width: 100%;
	height: 800px;
	border: none;
}
	
/*各ページヘッダー*/
.pageImg01, .pageImg02, .pageImg02, .pageImg04, .pageImg05{
	min-width: 100%;
	height: 100px;
	margin: 50px auto 0;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.pageImg01 h1, .pageImg02 h1, .pageImg03 h1, .pageImg04 h1, .pageImg05 h1{
	font-family: 'Zen Old Mincho', serif;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: .2em;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

/*section h2 見出し*/
.secTlt{
	max-width: 830px;
	width: 100%;
	margin: 25px auto 0;
    padding: 0 0 1.8rem;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
	letter-spacing: .1em;
    background: linear-gradient(90deg, #0063a1 0% 33%, #c4d9e6 33% 66%, #0063a1 66%);
    background-repeat: no-repeat;
    background-size: 2.5rem 0.4rem;
    background-position: bottom;
}
/**会社概要**/
.info{
	width: 100%;		
}

.greeting{
	max-width: auto;
	width: 98%;
	margin: 50px auto 60px;
}
.profileBk{
	width: 100%;
	background: #eaf2f6;
	padding:30px 10px;
}
.profile{
	max-width: auto;
	width: 100%;
	margin: 50px auto 0;
}
.profile tr{
	display: flex;
	flex-direction: column;
}
.profile th{
	width: 100%;
	padding:1em 1em;
	background:#162C4C;
	font-size: 1em;
	letter-spacing: .2em;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #eaf2f6;
}
.profile td{
	width: 100%;
	background:#FFF;
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
	padding:1em 1em;
	border-bottom: 1px solid #eaf2f6;
}
.profile td span{
	margin-bottom: .25em;
	margin-left: -10.5em;
	display: block;
}
.googleMap{
	max-width: auto;
	width: 100%;
	height: 300px;
	margin: 50px auto;
}

/*infoページ*/
.contWrap-inquiry{
	width: 100%;
	margin: 0 auto 0;
	padding: 50px 0 40px;
	background: #EFF6FA;
}
.inquiryTxtBox{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 0;
	padding: 15px 10px 150px 10px;
	border: 5px solid #F8E962;
	background: #FFF;
	background-image: url(../img/inquiry-img01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100px auto;
}
.inquiryTxtBox p{
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .03em;
}
.inquiry-contact{
	width: 98%;
	margin: 10px auto 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.inquiryTel{
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px 15px;
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	background: #F8E962;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}
.inquiryTel img{
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.inquiryTime{
	width: 95%;
	padding:.2em .75em ;
	line-height: 1.4;
	border-bottom: 1px solid #162C4C;
	border-top: 1px solid #162C4C;
}
.fileBox{
	width: 90%;
	margin: 30px auto;
	padding:1em;
	background: #FFF;
	border: 2px solid #298cb5;
	font-size: 1em;
	text-align: center;
	line-height: 1.5;
}
.file{
	width: 90%;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.fileBT{
	margin: 0 30px;
	font-weight: 700;
	padding:0 .25em;
	display: block;
	line-height: 1.5;
}
.inquiryForm {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto 0;
	padding:30px 15px;
	background: #FFF;
}
.inquiryForm {
	max-width: 1100px;
	width: 95%;
	margin: 40px auto 0;
	padding:20px 0;
	background: #FFF;
}
.inquiryForm iframe{
	width: 100%;
	height: 1500px;
	border: none;
}
	
/*石綿法の改正について*/
.guide{
	margin: 50px auto 0;
}
.guide-summary{
	max-width: auto;
	width: 97%;
	margin: 15px auto;
	padding:25px 10px;
	background:#FFF;
	border-radius: 20px;
}
.guide-summary h3{
	margin: 0 auto 25px auto;
	font-size: 1.35em;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
}
.guide-cont1{
	max-width: 800px;
	width: 98%;
	margin: 0 auto 100px;
}
.guide-cont2{
	max-width: 800px;
	width: 98%;
	margin: 0 auto 50px;
}
.guideTxt{
	width: 100%;
	margin: 50px auto 0;
	padding:0 .9em 0 1em;
	line-height: 1.8;
	font-size: 1.1em;
}
.summaryBox{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:2%;
}
.summaryItem-1{
	width: 100%;
	margin-bottom: 20px;
}
.summaryItem-2{
	width: 100%;
}
.summaryItem{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:10px;
	gap:20px;
}
.summaryItem-cont1{
	width: 100%;
}
p.indent2{
	width: 95%;
	margin: 15px auto 0;
	font-size: .95em;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
	text-align: justify;
}

/*調査分析の流れ*/
.flow01,
.flow02{
	max-width: 980px;
	width: 98%;
	margin: 30px auto 50px;
}
.flow01 .priceBox{
	width: 98%;
	margin: 20px auto 20px;
	padding:5px 7px 5px 2px;
	border: 1px solid #4fb74c;
	background: #FFF;
}
.flow02 .priceBox{
	width: 98%;
	margin: 20px auto 20px;
	padding:5px 7px 5px 2px;
	border: 1px solid #162c4c;
	background: #FFF;
}
.flow01 .priceBox  th,
.flow02 .priceBox  th{
	font-size: 1.4em;
	text-align: left;
	letter-spacing: .1em;
	vertical-align: top;
	white-space: nowrap;
}
.flow01 .priceBox  th{
	padding:10px 10px 10px 10px;
}
.flow02 .priceBox  th{
	padding:10px 10px 10px 10px;
}
.priceBox table td{
	padding:0 0 20px 10px;
	line-height: 1.5;
}
.priceType{
	font-size: 1.1em;
	font-weight: 700;
	line-height: 2;
}
.priceTxt{
	padding-left: .25em;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: right;
	display: block;
}
.priceKome{
	margin: -20px 0 0 0;
	padding-left:2.5em;
	text-indent: -2.5em;
	line-height: 1.2;
	display: block;
}
.priceKome2{
	margin: .25em 0 0 0;
	padding-left:1em;
	text-indent: -1em;
	line-height: 1.2;
	display: block;
}
.priceTxt2{
	font-weight: 700;
	font-size: 1.2rem;
	text-align: right;
	display: block;
}
.priceTxt4{
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.7;
}
.priceTxt5{
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 0;
}
.flow01_step{
	width: 95%;
	margin: 20px auto;
	padding:20px 0 40px 0;
	border-bottom: 1px solid #4fb74c;
	position: relative;
}

.flow02_step{
	width: 95%;
	margin: 20px auto;
	padding:20px 0 40px 0;
	border-bottom: 1px solid #162c4c;
	position: relative;
}
.flow01_maru,
.flow02_maru{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	z-index: 2;
	background-repeat: no-repeat;
	background-size: contain;
}
.flow01_step-txtBox,
.flow02_step-txtBox{
	width: 100%;
	display: flex;
	flex-wrap:nowrap;
	flex-direction: column;
}
.flow01_step-No,
.flow02_step-No{
	width: 100%;
	height: auto;
	padding:0;
	line-height: 2.2;
/*	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 80%;
*/	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
	color: #FFF;
}
.flow01_step-NoBK1,
.flow02_step-NoBK1,
.flow01_step-NoBK2,
.flow02_step-NoBK2,
.flow01_step-NoBK3,
.flow02_step-NoBK3,
.flow01_step-NoBK4,
.flow02_step-NoBK4,
.flow01_step-NoBK5,
.flow02_step-NoBK5{
	background-image: none;		
}
.flow01_step-txt{
	width: 100%;
	margin-left: 0;
	padding:.25em .5em .25em .5em;
}
.flow02_step-txt{
	width: 100%;
	margin-left: 0;
	padding:.25em .5em .25em .5em;
	}
.flow01_step-txt h3,
.flow02_step-txt h3{
	width: 100%;
	margin: .5em 0;
	padding:.4em 0 .5em 5px;
	font-size: 1.3em;
	font-weight: 700;
	border-left: 10px solid #f8e962;
}
	
.flow01_step-txt p,
.flow02_step-txt p{
	width: 100%;
	line-height: 1.6;
}

}