@charset "UTF-8";
/* CSS Document */

/*変数指定*/
:root {
  --main-color: #075afa;/*メインカラー*/
--sub-color: #2391ff;/*サブカラー*/
}
h2 span {color: var(--main-color);}


h2{
	font-size: 2.7rem;
	font-weight:bold;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 3%;
}
#hed_t {
	background: var(--sub-color);
	color: #FFF;
	padding: 12% 0 7%;
} 
h3{
	font-size: 2rem;
	font-weight:bold;
	line-height: 1.5em;
	margin-bottom: 5%;
}

#info_page_t h2 {
	text-align: center;
	margin-top: 13%;
	margin-bottom: 0;
}

/* header */
#keyword {
	width: 90%;
	margin: 0 auto 1%;
	text-align: center;
	font-size: 10px;
	line-height: 1.3em;
}
/*////// ボタンアクション　ここから//////*/
/* 黄色ボタン　アクション */
.button_yl,
.button_bl {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 1% 5%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
	width: 20%;
	min-width: 150px;
	z-index: 10;
}

a.button_yl,
a.button_bl {
  margin-bottom: 5%;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

a.button_yl span,
a.button_bl span {
  position: relative;
  display: block;
  padding: 1% 5%;
  border: 1px solid #000;
  border-radius: 0.5rem;
  background: #ffd200;
}
a.button_bl span {
	background: var(--main-color);
	color: #FFF;
}

a.button_yl:before,
a.button_bl:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #ffd200;
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.button_bl:before {background: var(--main-color);}

a.button_yl:hover,
a.button_bl:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
	opacity: 1;
}

a.button_yl:hover:before,
a.button_bl:hover:before {
  bottom: -5px;
}

a.button_yl:active,
a.button_bl:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.button_yl:active:before,
a.button_bl:active:before {bottom: -1px;}
/*////// ボタンアクション　ここまで//////*/

/* 背景水色 */
#news_c,#work_flow,#voice_c {
  background-color: #d4e8ef;
  padding: 60px 0;
}

/* h2の青文字 */
#greeting h2,#service_c h2,#gallery_c h2,#faq_c h2 {
	color: var(--main-color);}

/*////// header　b_fixedここから//////*/
#header{
	background:#fff;
	position:fixed;
	z-index:999;
	width:100%;
	height:auto;
	box-shadow: 0px 7px 7px 0 rgba(100, 100, 100, 0.2);
	padding-bottom: 1%;
}
#header_wrap {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	/*style内にも記述有り*/
	margin-top: 5%;
}
.logo{
	float:left;
	width:20%;
	margin:0 0 0 10%;
}
.gnav{
	text-align:center;
}
.gnav ul {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}

.gnav ul li{
	width: calc(60%/5);
	display:inline;
	text-align:center;
	font-weight: bold;
	float: left;
	font-size: 1.3em;
}
.gnav a:hover{opacity:0.2;}
/*////// header　bheader_fixedここから//////*/
/*slider　文字のせ*/
.slider-fixed-img {
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
	width: 15%;
}

/*ごあいさつ*/
#greeting{margin:5% auto;}
#greeting .wrap{
	width: 85%;
	max-width: 850px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	}
.greeting-text {
  line-height:2.5rem;
	font-size: 1.2em;
}
.greeting-image{width:20%;}

/*////// お知らせcontents post eここから//////*/
#news_c {padding: 5% 0 0 0;}
#news_c h2 {text-align: center;}

.post_e {
	max-width: 700px;
	margin: 0 auto 5%;
	list-style: none;
	padding: 0;
}

.post_e li {
	margin-bottom: 3%;
	padding: 0 3% 3%;
	border-bottom: 1.5px solid var(--main-color);
}


.news_left {
  width: 85%;
  text-align: left;
}

.info_day {
	width: 20%;
	float: left;
}
.info_txt {
	width: 70%;
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
}
.btn_detail {
  background-color: #ffd200;
  color: #000;
  font-size: 80%;       
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 2em;
  white-space: nowrap;
	float: right;
}
/*////// お知らせcontents post eここまで//////*/

/*////// サービス紹介　ここから//////*/
#service_c h2 {margin-bottom: 3%;}
#service_c .wrap {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#service_c li,
.service_pabe_t {
  display: flex;
  background-color: var(--sub-color);
  align-items: center; 
  margin: 0 auto 3%;  
}

#service_c li img,
.service_pabe_t img {
  width: 350px;
  height: auto;
  object-fit: cover;
}
.service_pabe_t img {
  width: 350px;
	height: 170px;
}

.service_pabe_t img.air_page_img {height: 220px;}

.service-content {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
}

#service_c li h3,
.service_pabe_t h3 {
  font-size: 1.7rem;
  font-weight:bold;
  margin: 0 !important;
}

.service-price {
  color: #ffd200;
  font-size: 1.2rem;
  font-weight:bold;
	margin: 0 0 2% !important;
}
.service-price span{
	font-size:2rem;
	line-height:2rem;}

.service-text {
  text-align: left !important;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.service-btn {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 0.5em 0;
  border-radius: 2em;
  font-weight: 600;
  width: 200px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25) ;  
  transition: all 0.15s ease;
  cursor: pointer; 
}

.service-btn:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) ; 
}

.service-btn:active {
  transform: translateY(6px); 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) ; 
}

#service_c .wrap h3,
#service_c .wrap p {
  text-align: center;
  margin: 1rem 0;
}

.credit {
	text-align: center;
	padding: 0 0 5%;
}
.credit  h3 {font-size: 1.8em;}
.credit img {
	width: 65%;
	max-width: 650px;
	margin: 0 auto 5%;
}


/*////// 作業の流れ　ここから//////*/
#work_flow ul {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#work_flow ul li {
	width: 25%;
	float: left;
	margin: 0;
	background: url(img/top/migiya.png) no-repeat right 30% /30%;
}
#work_flow ul li:last-child {background: none;}
#work_flow ul li h3 {
	width: 70%;
	text-align: center;
	font-size: 1.5em;
	background:#fff;
	color: var(--main-color);
  border-radius:50%;
  margin: 0 0 2% 5%;
	padding: 20% 0;
  box-shadow:
    0 18px 22px rgba(0,80,160,0.06),0 18px 22px rgba(0,80,160,0.06),
    0 0 28px rgba(13,86,170,0.18),0 0 28px rgba(13,86,170,0.18);
}
#work_flow ul li h3 span {font-size: 1.5em;}
#work_flow ul li p {
	width: 80%;
	margin: 2% auto 0;
}

/*////// 事例紹介　ここから//////*/
#gallery_c h2{margin-top:2rem;}
#gallery_c ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
#gallery_c li {
	width: 30%;
	margin: 0 1.5% 3%;
	float: left;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.thumb_img img {
	object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 1 / 1;/* ここにアスペクト比を入れる */
}
.category_label,
.info_i {
	background: #ffd200;
	padding: 1% 2%;
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 1%;
	display: inline-block;
}

.gallery_link {
  padding: 0 20px 20px;
  text-align: center;
}

.gallery_link a {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  padding: 0 1rem;
  font-size: 0.7rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 1rem;
  transition: all 0.3s;
}

.gallery_link a:hover {
  background: #1E50C8;
  transform: translateY(-2px);
}

/*////// お客様の声　ここから//////*/
.voice_item {
  background: #fff;
  width:80%;
  padding: 25px 30px;
  margin: 25px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.voice_header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--main-color);
}

.voice_date_service {
	width: 80%;
	float: left;
}
.voice_date {margin-right: 3%;}

.voice_stars {
  width: 18%;
	color: #ff6b35;
	font-size: 1.3rem;
	float: right;
}

.voice_content {
  font-size: 0.95rem;
  line-height: 1.8em;
}

/*////// よくある質問　ここから//////*/
#faq_c h2{margin-top:2rem;}

#faq_c li {
  margin-bottom: 30px;
}

.faq_question {
  background: #d4e8ef;
  padding: 0.5rem 25px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  border-left: 10px solid #075afa;
  line-height: 1.6;
}

.faq_answer {
  padding: 25px 30px;
  line-height: 1.7em;
}

/*////// 問い合わせバナーcontents banner c_3ここから//////*/
.toiawase {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	}
.toiawase li {
	width: 31%;
	margin: 0 2% 3% 0;
	float: left;
}
.toiawase li:nth-child(3n) {margin: 0 0 3% 0;}

/*////// 問い合わせバナーcontents banner c_3ここまで//////*/

/* footer */
#footer{border-top:2pt solid var(--main-color);}
#footer_wrap{
	width:100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 2% 0 0;
}
.open_add {
  display: flex;  
  justify-content: center; 
  align-items: center; 
  gap: 40px;  
  margin-bottom: 10px; 
  text-align: left;  
}

#footer .left{width:25%}

.footer-logo {
  width: 80%;
  display: block;
}

.footer-right {
  line-height: 1.6em;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2% 0;
}

.footer-nav li {
  display: flex;
  align-items: center;
}

.footer-nav li:not(:last-child)::after {
  content: "|";
  margin: 0 0.7em;
  color: #000;
  opacity: 0.6;
  line-height: 1;
}

.footer-nav a {
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
	line-height: 1.5em;
}

.footer-nav a:hover {
  text-decoration: underline;
}
.toiawase h4,
.ichidoku {
	color: var(--main-color);
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 2%;
}
.ichidoku {
	color: #C03;
	text-align: center;
}

#copy {
	font-size: 10px;
	color:#FFF;
	line-height: 1.2em;
	text-align: center;
    padding: 5px 0;
	letter-spacing: 0.1em;
	background: var(--sub-color);
}


/*個別ページここから*/
/*事例紹介*/
.works_t h3 {
	font-size: 1.7em;
	line-height: 1.6em;
}
.works_ph {margin-bottom: 3%;}
.works_ph .left {width: 30%;}
.works_ph .right {
	width: 70%;
	background: url(img/works/sankaku.svg) no-repeat 3% 20%/5%;
	padding-left: 7%;
}
.works_ph .left img {
	width: auto;
	max-height: 300px;
}
.works_ph .right img {
	width: 90%;
	width: auto;
	max-height: 600px;
}
.works_ph p {
	background: var(--main-color);
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 30px;
}
#middle {padding: 5% 0;}
#middle h4,
.kodawari h4,
.service_contents h4 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 2%;
}
#middle ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
#middle li {
	width: 31%;
	float: left;
	margin: 0 1% 2%;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#middle li img {
	width: auto;
	max-width: 100%;
	max-height: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align:  center;
}
.works_page_b {
	background: #d3e7ee;
	padding-top: 3%;
	margin-bottom: 3%;
}

/*サービス紹介*/
.kodawari {
	background: #d4e8ef;
	padding: 3%;
	border-radius: 10px;
	max-width: 750px;
	margin: 0 auto 3%;
}

.kodawari h4,
.service_contents h4 {color: var(--main-color);}
.service_contents h4 {text-align: left;}

.service_contents li {
	border-bottom: 1px solid var(--main-color);
	padding-bottom: 3%;
	margin-bottom: 3%;
}
.price {
	color: #C03;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: bold;
}
.service_contents table {
	width: 100%;
	font-size: 1.3em;
}
.service_contents table,
.service_contents table th,
.service_contents table td {
	border: 1px solid #333;
	border-collapse: collapse;
}
.service_contents table th {
	font-weight: normal;
	width: 75%;
}
.service_contents table td {
	font-weight: bold;
	color: #C03;
	text-align: right;
}
.service_contents table span {font-size: 0.7em;}
.btn_annai {
	margin: 0 auto 5%;
	background: var(--main-color);
	line-height: 1.8em;
	font-size: 2em;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	padding: 0 10%;
	font-weight: bold;
}
a.btn_annai {color: #FFF;}
.service_contents .left {width: 58%;}
.service_contents .right {width: 40%;}

/*ご利用案内*/
#guidance_page ul li {
	margin-bottom: 2%;
	border-bottom: 1px solid var(--main-color);
	padding-bottom: 2%;
	line-height: 1.5em;
}
#guidance_page ul li:last-child {border-bottom: none;}
#guidance_page h3,
#privacy_page h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: var(--main-color);
	margin-bottom: 2%;
}
#guidance_page ul li ul li {
	margin-bottom: 2% !important;
	padding-bottom: 0;
	list-style: disc;
	border-bottom: none;
}
#guidance_page ul li ul.list_number li {list-style:none;}

/*===============================================
SP
===============================================*/
@media screen and (max-width: 640px){
h2 {font-size: 1.7rem;}
h3 {font-size: 1.5rem;}
.works_t h3 {
	font-size: 1.3em;
	line-height: 1.6em;
}
	
#info_page_t h2 {margin-top: 20%;}
	
#hed_t {
	padding: 27% 0 7%;
	font-size: 1.5rem;
} 
/*////// header　b_fixedここから//////*/
#header{
	background:#fff;
	position:fixed;
	z-index:999;
	width:100%;
	height:auto;
}
#main {margin-top: 10%;}
/*slider　文字のせ*/
.slider-fixed-img {
	width: 26%;
	top:35%;
	left: 83%;
}
#news_c,#work_flow,#voice_c {padding: 5% 0;}
#news_c {margin-bottom: 0;}
	
/*ごあいさつ*/
#greeting{margin:5% auto 0;}
#greeting .wrap{flex-direction: column;
align-items: center;}
.greeting-text {width:100%;
  line-height:1.5rem;}
.greeting-image{width:45%;
	margin:2rem auto;}

/*お知らせ*/
.news_left,
.info_day,
.info_txt {width: 100% !important;}

/*サービス紹介*/
#service_c .wrap h3 {margin: 0;}
#service_c li {
	width: 100%;
    flex-direction: column;
    text-align: center;
	margin-bottom: 7%;
  }
#service_c li img,
.service_pabe_t img {
    width: 100%;
	height: 200px; 
	margin:0;
  object-fit: cover;
  }
.service-content {padding: 3%;}
.service_pabe_t img {
  width: 33%;
	height: 150px;
}
.service_pabe_t img.air_page_img {height: 220px;}

#service_c li h3 {font-size: 1.5rem;}
.service_pabe_t h3 {font-size: 1.2rem;}
.service_pabe_t {
	font-size: 0.7em;
	line-height: 2.3em;
}

.service-price {font-size: 0.8rem;}
.service-price span{
	font-size:1.5rem;
	line-height:1.7rem;}

.service-text {
  text-align: left !important;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.credit {font-size: 0.9em;}
.credit  h3 {font-size: 1.4em;}
.credit img {margin: 2% auto 5%;}

/*////// 作業の流れ　ここから//////*/
#work_flow ul li {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-bottom: 5%;
	background: url(img/top/shitaya.png) no-repeat center bottom /7%;
}
#work_flow ul li:last-child {background: none;}
#work_flow ul li h3 {
	width: 40%;
	font-size: 1.3em;
	line-height: 1.2em;
  margin: 0;
	padding: 13% 0;
	float: left;
}
#work_flow ul li h3 span {font-size: 1.5em;}
#work_flow ul li p {
	width: 55%;
	margin: 9% 0 0 0;
	float: right;
}

/*////// 事例紹介　ここから//////*/
#gallery_c {padding-bottom: 5%;}
#gallery_c h2{margin-top:1rem;}
#gallery_c li {
	width: 47%;
	margin: 0 1.5% 7%;
}
.category_label,
.info_i {
	font-size: 1em;
	line-height: 1.2em;
}

/*////// お客様の声　ここから//////*/
.voice_item {
  width:100%;
  padding: 20px;
}
.voice_date_service,
.voice_date,
.voice_service,
.voice_stars {
	width: 100%;
	float: none;
}
.voice_stars {text-align: right;}
	
#faq_c {padding-bottom: 5%;}
.faq_question {
	padding: 0.5rem;
	margin-bottom: 3%;
}

.faq_answer {
  padding: 0;
  line-height: 1.7em;
}

#footer_wrap{margin: 0 auto;}
.open_add {
    flex-direction: column; 
    text-align: center;
	gap:5%;
  }
#footer .left {
	width:50%;
	margin: 0 auto;
	float: none;
}
.footer-right {
    text-align: center;
    font-size: 1em;
  }
.footer-nav{display: none;}
#copy {
	margin: 0 auto;
	padding-bottom: 15%;
}
/*////// footer b_2ここから//////*/
/* 下menu */
div#footerArea {
	/*top: 0;*/
	margin: auto auto 0 auto;
	width: 100%;
	position: fixed !important;
	/*position: absolute;*/
	bottom: 0;
	z-index: 999;
}
div#footerArea ul li {
	width: calc(100%/3);
	float: left;
	text-align: center;
}


/*個別ページここから*/
/*事例紹介*/
.works_ph {margin-bottom: 3%;}
.works_ph .left {width: 50%;}
.works_ph .right {
	width: 100%;
	background: none;
	padding-left: 0;
	margin-top: 5%;
}
.works_ph .left img {
	width: auto;
	max-height: 300px;
}
.works_ph .right img {
	width: auto;
	max-height: 400px;
}
.works_ph p {
	font-size: 1.3rem;
	line-height: 1.5em;
	padding: 0 10px;
	margin-top: 10px;
}
#middle h4,
.kodawari h4,
.service_contents h4 {
	font-size: 1.3em;
	margin-bottom: 5%;
}
#middle ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
#middle li {
	width: 47%;
	margin: 0 1.5% 3%;
}
#middle li img {
	width: auto;
	max-width: 100%;
	max-height: 400px;
}
.works_page_b {
	padding-top: 5%;
	margin-bottom: 5%;
}

/*サービス紹介*/
.kodawari {margin: 0 auto 5%;}

.service_contents h4,
.kodawari h4 {margin-bottom: 2%;}

.price {
	font-size: 1.4em;
	line-height: 1.5em;
}
.service_contents table {font-size: 1.1em;}
.service_contents table th,
.service_contents table td {width: 100%;}
.service_contents table span {font-size: 0.8em;}
.btn_annai {font-size: 1.5em;}
.service_contents .left {
	width: 100%;
	margin-bottom: 5%;
}
.service_contents .right {width: 100%;}

/*ご利用案内*/
#guidance_page h3,
#privacy_page h3 {
	font-size: 1.3em;
	line-height: 1.5em;
}
#guidance_page ul li ul li {
	margin-bottom: 4% !important;
	padding-bottom: 0;
}
#guidance_page ul li ul {padding-left: 5%;}
	
	
	
}

/*===============================================
画面の横幅が641px以上769px以下　タブレット
===============================================*/
@media only screen and (min-width:641px) and (max-width:810px){
	
h2{font-size: 2rem;}
#info_page_t h2 {margin-top: 15%;}
	
/*////// header　b_fixedここから//////*/
.logo{margin:0 0 0 5%;}
.gnav ul {max-width: 100%;}
.gnav ul li{
	width: auto;
	margin-right: 3%;
	font-size: 1.2em;
}
/*////// header　bheader_fixedここから//////*/
/*slider　文字のせ*/
.slider-fixed-img {top: 23%;}
	
.toiawase h4,
.ichidoku {font-size: 1.3em;}
	
#news_c,#work_flow,#voice_c {padding: 3% 0;}
.greeting-image{width:50%;}
	
/* 横ボタン */
#side-btn {
    position: fixed;
    top: 40%; 
    right: 0;
    z-index: 999;
	width: 6%;
	height: auto;
}
#side-btn a {
    text-decoration: none;
    text-align: center;
    display: block;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#side-btn img {
	/*border-bottom: 1px solid #FFF;*/
	padding: 0;
	margin: 0;
}
#side-btn a:hover {
    text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
	
/*////// サービス紹介　ここから//////*/
.service_pabe_t img {
  width: 350px;
	height: 170px;
}
.service_pabe_t img.air_page_img {height: 220px;}

.service-content {
  padding: 1em 2em;
}

#service_c li h3,
.service_pabe_t h3 {font-size: 1.5rem;}

.service-price {font-size: 1rem;}
.service-price span{
	font-size:1.8rem;
	line-height:1.5rem;
}

#service_c .wrap h3,
#service_c .wrap p {
  text-align: center;
  margin: 1rem 0;
}
#work_flow ul li h3 {
	font-size: 1.35em;
	padding: 18% 0;
}
#work_flow ul li p {
	width: 90%;
	margin: 2% auto 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
	
.voice_stars {font-size: 1rem;}
	
/*個別ページここから*/
/*事例紹介*/
.works_ph .left img {max-height: 250px;}
.works_ph .right img {max-height: 450px;}
.works_ph p {font-size: 1.3rem;}
#middle li img {max-height: 240px;}
#gallery_c ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
#gallery_c li {
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
	
    
}

/*===============================================
PC
===============================================*/
@media screen and (min-width: 811px){

/* 横ボタン */
#side-btn {
    position: fixed;
    top: 40%; 
    right: 0;
    z-index: 999;
	width: 4%;
	height: auto;
}
#side-btn a {
    text-decoration: none;
    text-align: center;
    display: block;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#side-btn img {
	/*border-bottom: 1px solid #FFF;*/
	padding: 0;
	margin: 0;
}
#side-btn a:hover {
    text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
	
#gallery_c ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
#gallery_c li {
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
	
	


}