@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
.page_thumb {display: none;}
.content {padding: 16px;}
.page_title p {font-size: 5vw; padding-bottom: 10px;}
.indent_content02 {margin-top: 30px;}
.indent_content03 {margin-top: 30px;}

/*header*/
	header {position: fixed; box-sizing: border-box; top: 0; left: 0; z-index: 100; height: 60px; width: 100%; padding: 0 16px;}
	header .right_box {display: none;}
	header .inner {height: 100%;}
	header h2 {width: 50%;}
	.front_contact_box,.global_nav_bg {display: none;}
	.front_main_box {margin-top: 60px;}
	.front_main_box .txt_box {width: 100%; padding: 0 16px; box-sizing: border-box;}
	.front_main_box li {width: 30%;}
	.front_main_box .list li:nth-child(1) {margin-top: 4%;}
	.front_main_box .list li:nth-child(2) {margin-top: 2%;}
	.front_main_box .icon {position: relative; width: 100%; padding: 0; margin: 5% auto;}
	.front_main_box .tag_box {display: none;}
	.front_main_box .txt {font-size: 7vw;}
	.front_main_box .txt01 {margin-top: 1%; padding-bottom: 7%;}
	.front_main_box .txt span {font-size: 8vw;}
	.front_main_box .txt01::after {height: 2px; bottom: 15%;}
	.slider-thumbnail {display: none;}
	.paging_box {position: relative; bottom: 3.5%; width: calc(100% - 32px); display: block;}
	#paging li {width: 100%;}

/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 6px;
  right: 5%;
width: auto;
  cursor: pointer;
  font-size: 2.5vw;
color: #000;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #009135;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
  width: 70%;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 90%;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #009135;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #009135;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #009135;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
top: 10px;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url("img/sp/header/nav_bg.jpg")top left repeat;
}

.open #gloval-nav {
  transform: translateX(0);
}
	#gloval-nav .logo {width: 70%; margin: 0 auto 10px;}
	
	
#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 3% 0;
  transition: color 0.6s ease;
  font-size: 3.5vw;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
letter-spacing: 3px;
}
#gloval-nav ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #000;
color: #000;
 font-weight: bold;
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}


/*index*/
	#index #consultation {padding-top: 60px; margin-top: -60px;}
	#index .box01 .con {border: 2px solid #000; padding: 20px 16px;}
	.popup .con {border: none; padding: 30px 16px;}
	#index .box01 .title_box, .popup .title_box {width: 100%;}
	#index .box01 .title_box p, .popup .title_box p {font-size: 6vw; border-bottom: 2px solid #000; padding-bottom: 16px; margin-bottom: 16px;}
	#index .box01 h2, .popup h2 {font-size: 5vw;}
	#index .box01 .progress01 {display: none;}
	#index .box01 .btn, .popup .btn {width: 100%; margin: 16px auto 0; padding: 16px 0; font-size: 3.5vw;}
	#index .box01 .btn {margin-top: 30px;}
	#index .box01 .btn::before, .popup .btn::before {display: none;}
	#index .box01 .btn::after {width: 10%;}
	.popup-inner {width: 100%; padding: 0;}
	.close-btn {right: 0; top: 0; width: 50px; height: 50px;}
	.close-btn::before, .close-btn::after {width: 50%;}
	.popup .con {padding: 10px; border: 1px solid #000;}
	.popup .progress {display: none;}
	.popup .link_inner {margin-top: 30px; display: block;}
	.popup .link_inner div {width: 100%; height: auto; font-size: 3.5vw; padding: 15px 0;}
	.popup .link_inner div:nth-child(2) {margin: 10px 0;}
	.popup .link_inner div::before {width: 10%;}
	.popup input[type="checkbox"] {z-index: 20;}
	#index .box01 .con_part, .popup .con_part {margin-top: 30px; border-bottom: 1px solid #000; padding-bottom: 30px;}
	#index .box01 .title_txt, .popup .title_txt {font-size: 5vw; margin-bottom: 16px;}
	.popup .text01 {font-size: 3.5vw; line-height: 1.5; display: block;}
	.popup .text02 {font-size: 3.2vw; margin-bottom: 30px;}
	.popup .list {font-size: 3.5vw; width: 100%;}
	.popup .list li,#index .box01 .list li:nth-child(3n), .popup .list li:nth-child(3n),#index .box01 .list li:nth-child(3n), .popup .list li:nth-child(3n) {width: 48%; margin-right: 4%;}
	.popup .list li:nth-child(2n) {margin-right: 0!important;}
	.popup .list li:nth-child(n + 3),#index .box01 .list li:nth-child(n + 4), .popup .list li:nth-child(n + 4) {margin-top: 4%;}
	.popup .list label {padding: 16px 10px 16px 0; box-sizing: border-box;}
	#index .box01 .list li img, .popup .list li img {display: none;}
	#index .box01 .ul02 {display: block;}
	#index .box01 .ul02 li {width: 100%; margin-right: 0;}
	#index .box01 .ul02 li:nth-child(n + 2) {margin-top: 4%; width: 100%;}
	#index .box01 .ul02 label {display: block; text-align: center;}
	.popup input[type="checkbox"]+label::before {z-index: 10;}
	#index .box01 .ul02 .bdr {position: absolute; left: 0; bottom: 0; top: 0; margin: auto;}
	.popup .next_btn {width: 100%; height: auto; font-size: 3.5vw; margin-top: 30px; padding: 15px 0; background-size: 2%;}
	.popup input[type="checkbox"]:checked+label::after {z-index: 50;}
	.popup .list label p {width: auto; text-align: inherit;}
	#contact01 {padding-bottom: 0;}
	#contact01 .con {padding: 30px 0 0; border: 2px solid #000; margin-top: 30px; border-left: none; border-right: none;}
	#contact01 .title_box {width: 100%; padding: 0 16px; box-sizing: border-box;}
	#contact01 .title_box p {font-size: 6vw; padding-bottom: 16px; margin-bottom: 16px;}
	#contact01 h2 {font-size: 5vw;}
	#contact01 .progress {display: none;}
	#contact01 .text01 {font-size: 4vw; margin: 30px auto;}
	#contact01 table th, #contact01 table td {display: block; padding: 16px; width: 100%;}
	#contact01 table th {text-align: center; padding: 12px 0;}
	#contact01 .text_area textarea {height: auto; min-height: inherit;}
	#contact01 .form_btn {width: calc(100% - 32px); font-size: 4vw; margin-top: 30px; background-size: 2%; background-position: center left 15%;}
	
	
	
	
	
	#index .box02 {background: #f3f3f3; border-top: 5px solid #009135;}	
	#index .box02 .txt01::before {top: -30px;}
	#index .box02 .txt01 p {width: 100%; font-size: 7vw; margin-bottom: 10px;}
	#index .box02 h2 span {font-size: 5vw; width: 100%;}
	#index .box02 .inner::after {display: none;}
	#index .box02 .inner {margin: 20px auto; display: block;}
	#index .box02 h3 {font-size: 4.5vw; line-height: 1.7; margin-bottom: 16px;}
	#index .box02 .txt {font-size: 3.5vw; line-height: 2; width: 100%;}
	.x_btn {width: 100%; margin: 20px auto 0; font-size: 3.5vw; padding: 16px 0;}
	#index .box02 .bg {display: none;}
	.section_inner {display: block;}
	#index .box03 {display: none;}
	#index .box05 {background-size: cover;}
	#index .box05 .txt01 {font-size: 6vw; width: 100%; margin-bottom: 10px; padding-bottom: 10px;}
	#index .box05 h2 {font-size: 4.5vw; width: 100%;}
	#index .box05 .txt02 {font-size: 3.5vw; margin: 20px auto;}
	#index .box05 ul {flex-wrap: wrap;}
	#index .box05 li {width: 48%;}
	#index .box05 li:nth-child(1) {width: 100%;}
	#index .box05 li:nth-child(1) img {width: 48%; margin: auto;}
	#index .box05 .txt03 {font-size: 3.5vw;}
	#index .box06 .txt01 {width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #000; font-size: 7vw;}
	#index .box06 .txt01::before, #index .box06 .txt01::after {display: none;}
	#index .box06 h2 {width: 100%; font-size: 4.5vw;}
	#index .box06 .list {margin-top: 30px; display: block;}
	#index .box06 #acMenu {width: 100%;}
	#index .box06 dt {font-size: 3.5vw; line-height: 1.5;}
	#index .box06 dl:nth-child(2) dt {border-top: none;}
	#index .box06 dl img {width: 15%;}
	#index .box06 dd {font-size: 3.5vw;}
	#index .box07 {padding: 30px 0; background-size: cover;}
	#index .box07 .inner {display: block;}
	#index .box07 .txt01 {font-size: 5vw; padding-bottom: 10px; text-align: center; width: calc(100% - 32px); margin: 0 auto 10px; border-bottom: 1px solid #fff;}
	#index .box07 .txt01 span {font-size: 7vw;}
	#index .box07 .txt02 {font-size: 6vw; text-align: center;}
	#index .box07 .box {width: 50%; padding: 16px 0;}
	#index .box07 .box:nth-child(1) {border: 1px solid #002f15;}
	#index .box07 .box:nth-child(2) {border: 1px solid #371600;}
	#index .box07 .txt03 {font-size: 3.5vw;}
	#index .box07 .txt04 {font-size: 4vw;}
	#index .box07 .box .btn {width: calc(100% - 16px); height: auto; padding: 10px 0; font-size: 3vw; border: 1px solid #002f15; position: relative; bottom: inherit; margin-top: 10px;}
	#index .box07 .box .btn::before, #index .box07 .box .btn::after {display: none;}
	#index .box08 {margin: 0; padding: 30px 16px}
	#index .box08 .inner {display: block;}
	#index .box08 .box {width: 100%;}
	#index .box08 .box:nth-child(2) {margin-top: 30px;}
	#index .box08 .btn {width: 100%; height: auto; position: relative; font-size: 3.5vw; padding: 12px 0; margin-top: 20px;}
	#index .box08 .btn::before, #index .box08 .btn::after {display: none;}
	#index .box08 .title {border: none; padding: 0; margin-bottom: 20px;}
	#index .box08 h2 {font-size: 6vw; width: 100%; border-bottom: 1px solid #000;}
	#index .box08 .title p {width: 100%; font-size: 5vw;}
	#index .box08 .item {padding: 16px 0;}
	#index .box08 .time {font-size: 3.5vw; margin-right: 10px;}
	#index .box08 h3 {font-size: 4vw;}
	#index .box08 .text {font-size: 3.2vw; margin-top: 10px;}
	#index .box09 {background-size: cover;}
	#index .box09 .txt01 {font-size: 7vw; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #fff; width: 100%;}
	#index .box09 h2 {font-size: 5vw; width: 100%;}
	#index .box09 .text {font-size: 3.5vw; line-height: 2; margin-top: 20px;}
	#index .box10 {flex-wrap: wrap;}
	#index .box10 a {width: 48%; font-size: 3vw;}
	#index .box10 a img {width: 20%;}
	#index .box10 a:nth-child(n + 3) {margin-top: 4%;}
/*footer*/
	footer {padding-top: 30px;}
	footer .logo {width: 60%;}
	footer .link_box {display: none;}
	footer .copyright {margin-top: 40px; font-size: 3vw;}
	

.sp_pop_inner {display: flex; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 100;}
.sp_pop_inner a {width: 50%;}

#pop_banner {
padding: 0;
z-index: 50;
background: none;
width: 100%;
border: none;
bottom: 0;
position: fixed;
}
	.pan {padding: 20px 16px 0; margin-top: 60px;}
	.page_title01 {width: 100%; font-size: 7vw; margin: 30px auto 16px; padding-bottom: 16px; padding-left: 16px; border-bottom: 1px solid #000;}
	.page_title02 {font-size: 5vw; width: calc(100% - 32px);}
	#contact_banner {padding: 30px 0;}
	#contact_banner .txt_box {margin-bottom: 20px;}
	#contact_banner .txt_box .icon {display: none;}
	#contact_banner .txt_box .txt01 {font-size: 5vw; display: block; width: calc(100% - 32px); margin: 0 auto 10px; border-bottom: 1px solid #fff; text-align: center; padding: 0 0 10px 0;}
	#contact_banner .txt_box .txt01 span {font-size: 7vw;}
	#contact_banner .txt_box .txt02 {font-size: 6vw; text-align: center;}
	#contact_banner li {width: 50%;}
	#contact_banner li .box {padding: 16px; border: 1px solid #002f15;}
	#contact_banner .box .txt01 {font-size: 3.5vw;}
	#contact_banner .box .big {font-size: 4vw;}
	#contact_banner li .btn {font-size: 3vw; width: calc(100% - 16px); position: relative; bottom: inherit; height: auto; padding: 10px 0; margin: 16px auto 0; background: #fff; border: 1px solid;}
	#contact_banner li:nth-child(2) .btn {border: 1px solid #5c2806; background: #fff;}
	#contact_banner li .pc_btn {display: none;}
	#contact_banner li .sp_btn {display: flex;}
	#contact_banner li .btn::before, #contact_banner li .btn::after {display: none;}
	
	
	
	
	.navigation {padding: 0 16px;}
	.navigation .next-entries, .navigation .previous-entries {width: 45%; height: auto; font-size: 3.5vw; background-size: 5%; background-position: center left 10%; margin: 0!important;}
	.navigation .nav_btn {width: 48%; justify-content: space-between;}
	.nav_archive_btn {width: 48%; height: auto; font-size: 3.5vw; padding: 12px 0; background-size: 2.5%; background-position: center left 10%;}
	#blog .list {padding: 0 16px;}
	#blog .item {padding: 15px 0;}
	#blog .time {font-size: 4vw; margin-right: 3%;}
	#blog h2 {font-size: 4vw;}
	#blog .text {font-size: 3vw; line-height: 2; margin-top: 10px;}
	#blog_single .box01 {border: none; padding: 20px 16px; margin: 20px auto;}
	#blog_single .time {font-size: 4vw; padding: 0 10px 0 0; margin-right: 10px;}
	#blog_single .tag {width: auto; height: auto; font-size: 4vw; padding: 2px 5px;}
	#blog_single h2 {font-size: 4vw; line-height: 1.7; margin: 20px auto;}
	#blog_single .text {font-size: 3.5vw; line-height: 2;}
	
	/*flow*/
	#flow .main::after {display: none;}
	#flow .main {height: auto; background-size: cover; padding: 0;}
	#flow .main .txt_box {padding: 16px 0; text-align: center; border: none;}
	#flow .main .txt01, #flow .main .txt02 {font-size: 3.5vw; padding: 5px 10px;}
	#flow .main .txt02 {margin: 10px auto;}
	#flow .main .txt03 {font-size: 6vw; display: flex; justify-content: center;}
	#flow .main .txt03 span {padding: 0;}
	#flow .box01 {display: none;}
	#flow .box02 {padding: 0 16px 16px; display: block;}
	#flow .box02 img {margin: 0 auto 20px;}
	#flow .box02 h2 {font-size: 5vw; margin-bottom: 16px;}
	#flow .box02 .txt {font-size: 3.5vw; line-height: 2;}
	#flow .box02 .btn {font-size: 3.5vw; width: 100%; height: auto; margin: 16px auto 0; padding: 12px 0;}
	#flow .box02 .btn::before, #flow .box02 .btn::after {display: none;}
	#flow .bdr01::after, #flow .bdr02::after {height: 30px; bottom: -30px; margin: auto; left: 0; right: 0; width: 10px;}
	#flow .bnr {display: none;}
	
	/*sitemap*/
	#sitemap .link_box {padding: 0 16px;}
	#sitemap a {display: block; width: 100%; margin: 0; font-size: 4vw; margin-top: 16px;}
	#sitemap a:nth-child(1) {margin-top: 0;}
	
	/*privacy*/
	#privacy .main {padding: 0; height: auto; background: none; display: block;}
	#privacy .main .txt01 {font-size: 5vw; text-align: center;}
	#privacy .main .txt02 {font-size: 5vw; line-height: 1.3; text-align: center; display: flex; justify-content: center;}
	#privacy .main .txt02 span {font-size: 5vw;}
	#privacy .txt03 {font-size: 3.5vw; padding: 0 16px; line-height: 2; margin: 30px auto;}
	#privacy .txt04 {font-size: 4vw;}
	#privacy .privacy_box {padding: 0 16px;}
	#privacy .privacy_box p {font-size: 3.5vw; line-height: 2; margin-top: 30px;}
	
	/*company*/
	#company .c_text {font-size: 3.5vw; line-height: 1.7; padding: 0 16px; box-sizing: border-box;}
	#company table {width: calc(100% - 32px); margin: 30px auto 0;}
	#company th, #company td {display: block; font-size: 3.5vw; padding: 5px 10px;}
	#company th {width: 100%;}
	#company h2 {font-size: 5vw; border-bottom: 1px solid #000; padding-bottom: 16px; width: calc(100% - 32px); margin: 30px auto 0;}
	#company iframe {height: 250px;}
	#company h3 {font-size: 4.5vw; text-align: center; border: none; padding: 0; margin-bottom: 16px;}
	#company .history_title {font-size: 3.5vw; text-align: center; margin-bottom: 0;}
	#company .c_box table {margin-top: 16px;}
	
	/*about*/
	#about .main {padding: 30px 16px 20px; background-size: cover; border-bottom: 5px solid #009135;}
	#about .main::before, #about .main::after {display: none;}
	#about .main .txt01 {font-size: 3.5vw; line-height: 1.5; display: block; padding: 5px 10px;}
	#about .main .txt02 {font-size: 4.5vw; padding-bottom: 16px; margin: 20px auto 16px;}
	#about .main .txt03 {font-size: 5vw; line-height: 1.3;}
	#about .main .txt03 span {font-size: 7vw;}
	#about .box01 h2::before,#about .box01 h2::after {display: none;}
	#about .box01 h2 {font-size: 4vw; padding: 16px 0;}
	#about .box01 .inner {margin-top: 30px;font-size: 3.5vw; display: block; line-height: 2;}
	#about .box01 .img01,#about .box01 .img02 {margin: 0 auto 16px;}
	#about .box01 .inner p {padding: 0 16px;}
	#about .bnr01 {height: auto; border: none; padding: 20px 16px; margin-top: 30px; background: url("img/about/bnr01_bg01.jpg")center center no-repeat; background-size: cover; display: block;}
	#about .bnr01::after {display: none;}
	#about .bnr01 p {display: table; margin: 0 auto 10px; font-size: 5vw; border-bottom: 1px solid #fff; padding-bottom: 10px;}
	#about .bnr01 p:nth-child(3) span {font-size: 7vw;}
	#about .bnr01 p:nth-child(3) {margin: 0 auto;}
	#about .box02 h2 {padding: 16px; border: 2px solid #c9c9c9;}
	#about .box02 h2::after {width: 30%; height: 100%; background-size: contain; top: 0; right: 0;}
	#about .box02 h2 img {width: 80%; margin-left: 0;}
	#about .box02 .link_box {display: none;}
	#about .box02 .title {height: auto; font-size: 5vw; padding: 12px 16px; justify-content: center;}
	#about .box02 .title::after {display: none;}
	#about .box02 .no {font-size: 7vw; margin-left: 5%;}
	#about .box02 h3 {font-size: 5vw; margin: 20px auto;}
	#about .box02 .inner {display: block; font-size: 3.5vw; line-height: 2;}
	#about .box02 .inner img {margin: 0 auto 16px;}
	#about .box02 .inner p {padding: 0 16px;}
	#about .box02 .bnr02::before, #about .box02 .bnr02::after{display: none;}
	#about .box02 .bnr02 {border: 2px solid #009135; margin-top: 30px; background-size: cover; padding-bottom: 20px;}
	#about .box02 .over {font-size: 4.5vw; margin-bottom: 20px;}
	#about .box02 .u_txt01 {font-size: 5vw;}
	#about .box02 .u_txt02 {font-size: 5vw; margin-top: 10px;}
	#about .box02 .u_txt02 span {font-size: 6vw;}
	#about .bnr03 {display: none;}
	
	/*contact*/
	#contact .txt01 {font-size: 4.5vw; margin: 30px auto; line-height: 1.5;}
	#contact table {border: 1px solid #d2d2d2;}
	#contact table th, #contact table td {display: block; border-bottom: 1px solid #d2d2d2;}
	#contact table th {width: 100%; border-bottom: 1px solid #fff;}
	#contact .form_btn {width: calc(100% - 32px); font-size: 3.5vw; background-size: 2%; background-position: center left 15%; margin-top: 30px;}
	#contact .thanks {padding: 30px 16px 0;}
	#consultation .main {background-size: cover; border: none; height: auto; display: block; padding: 20px 16px;}
	#consultation .main .txt01 {display: none;}
	#consultation .main::before, #consultation .main::after {display: none;}
	#consultation .main .txt02 {font-size: 7vw;}
	#consultation .main .bdr {width: 20%; height: 2%; margin: 16px auto;}
	#consultation .main .txt03 {font-size: 6vw;}
	#consultation .box01 {border: 2px solid #eee; padding: 30px 16px;}
	#consultation .box01::before {display: none;}
	#consultation .box01 h2 {font-size: 6vw;}
	#consultation .box01 .bdr {width: 20%; height: 2px; margin: 20px auto;}
	#consultation .box01 p {font-size: 3.5vw; line-height: 2;}
	#consultation .box02 h2::before {display: none;}
	#consultation .box02 h2 {font-size: 5vw; padding: 0; line-height: 1.5; text-align: center;}
	#consultation .box02 .inner {font-size: 3.5vw; line-height: 2; margin-top: 30px; display: block;}
	#consultation .box02 .img01,#consultation .box02 .img02 {margin: 0 auto 16px;}
	#consultation .box02 .inner p {padding: 0 16px;}
	#consultation .bnr01 {height: auto; border: 2px solid #009135; padding: 20px 16px; background: url("img/consultation/bnr01_bg02.jpg")center left no-repeat; background-size: cover; display: block;}
	#consultation .bnr01::after {display: none;}
	#consultation .bnr01 .txt01 {font-size: 3.5vw; padding: 10px 0; text-align: center; display: block;}
	#consultation .bnr01 .txt02 {font-size: 5vw; line-height: 1.5; text-align: center;}
	#contact .txt02 {font-size: 4.5vw; margin-bottom: 30px; line-height: 1.5;}
	#consultation .box03 h2 {height: auto; display: block; background: none; padding: 0 0 20px; font-size: 5vw; text-align: center; line-height: 1.3; border-bottom: 2px solid #000;}
	#consultation .box03 h2::before {display: none;}
	#consultation .box03 h2 .big {font-size: 7vw;}
	#consultation .box03 .title_box {display: block; height: auto; background: #009135; padding: 16px;}
	#consultation .box03 .no {display: none;}
	#consultation .box03 h3 {font-size: 4.5vw; text-align: center;}
	#consultation .box03 .inner {font-size: 3.5vw; line-height: 2; display: block; margin: 30px auto;}
	#consultation .box03 .inner img {margin: 0 auto 16px;}
	#consultation .box03 .inner p {padding: 0 16px;}
	#consultation .box03 .under {border: 2px solid #009135; padding: 20px 16px; display: block;}
	#consultation .box03 .under img {display: none;}
	#consultation .box03 .txt01 {padding: 5px 10px; font-size: 3.5vw; line-height: 1.5; text-align: center; display: block;}
	#consultation .box03 .txt02 {font-size: 5vw; line-height: 1.3; text-align: center;}
	#consultation .box03 .under::after, #consultation .bnr02::after {display: none;}
	#consultation .bnr02 {padding: 20px 16px; height: auto; border: none; background: url("img/consultation/bnr02_bg02.jpg")center center no-repeat; background-size: cover; display: block;}
	#consultation .bnr02 .txt01 {font-size: 3.5vw; padding: 10px; margin: 0 auto 10px;}
	#consultation .bnr02 .txt02 {font-size: 5vw; text-align: center; line-height: 1.5;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*sitemap*/
#sitemap li {font-size: 4vw; line-height: 2;}
	
	
	
	
	
}
@media screen and (max-width:350px) {
header h1 {display: none;}
}


