<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */

body {
    overflow: hidden;
    /*font-feature-settings: "palt";*/
}

.flex {
    display: flex;
    justify-content: center;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.pc_only {
    display: block!important;
}

.sp_only {
    display: none!important;
}
.grn{
	color: #065404!important;
}
.grn2{
	color: #5aa44d!important;
}
.red{
	color: #ff0000!important;
}
.org{
	color: #f1730d!important;
}
.txt{
	line-height: 1.9;
    font-size: 16px;
	/*font-size: 2rem;
    line-height: 1.8;*/
}
#head.flex{
	justify-content: space-between;
	padding: 26px 0;
}
header{
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
}

header .hd-inq li:first-child{
	font-size: 1.5rem;
	text-align: center;
	color:#065404;
	margin-right: 50px;
}
header .hd-inq li:first-child a{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color:#065404;
	margin-top: -5px;
}
header .hd-inq li:first-child img{
	vertical-align: -1px;
	width: 24px;
	margin-right: 3px;
}
.hd-inq li:last-child a{
	position: relative;
	display: block;
	background: #5aa44d;
	padding: 10px 25px;
	color: #fff;
	border-radius: 10px;
}
.hd-inq li:last-child a::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 3px;
}
.mv{

	font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
	font-size: 4.6875rem;
	position: relative;
    background: url("../img/top/main.jpg") bottom center no-repeat;
    background-size: cover;
    width: 100%;
	height:0;
    box-sizing: border-box;
    padding-top: 33.99%;
}
@media screen and (min-width: 1800px) {

}
.mv .wrap{
	position: relative;
}
.mv .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
color:#065404;
font-size: 4rem;
}

main{
	/*padding-top: 100px;*/
    padding-top: 100px;
		
}
main .ttl{
	position: relative;
	color: #333333;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
}
main .ttl::before{
	background:url("../img/common/ttl-leaf.svg") 0 0 no-repeat;
    -webkit-background-size:36px 33px;
    content:"";
    width:36px;
    height:33px;
	position: absolute;
	top: -40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
main .ttl span{
	display: block;
	color: #a8a7a7;
	font-size: 1.8125rem;
	margin-top: 10px;
}
main #sec01{
	margin-bottom: 100px;
}
main #sec01 .news{
	color: #333;
	/*font-size: 1.7rem;*/
	padding: 0 20px;
	margin-bottom: 50px;
}
main #sec01 .news li{
	border-bottom: dotted 1px #333;
	display: table;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
main #sec01 li:last-child{
	border-bottom: none;
}
main #sec01 .news li span{
	display: table-cell;
	line-height: 1.5;
}
main #sec01 .news li span:first-child{
	width: 145px;
	color: #065404;
}

main #sec01 .attention{
	background: #fdf3f9;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}
main #sec01 .attention .ttl-at{
	font-weight: bold;
	font-size: 2.1875rem;
	color: #cc3333;
	border-bottom: dotted 1px #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
main #sec01 .attention .txt-at{
	/*font-size: 1.8125rem;*/
}
main #sec01 .attention strong{
	display: block;
	font-weight: bold;
	color: #cc3333;
}
main #sec02{
	background: #f4ecd3;
	padding: 55px 0;
}
main #sec02 h3{
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 60px;
}
main #sec02 ul{
	flex-wrap: wrap;
	justify-content: space-evenly;
}
main #sec02 li{
	position: relative;
  width: 320px;
  min-height: 250px;
  background: url("../img/top/ph01.png") top / cover;
	background-repeat: no-repeat;
-webkit-background-size:320px 250px;
margin-bottom: 20px;
	display:table;
	line-height: 1.2;
}
main #sec02 li:nth-child(1){
font-feature-settings: "palt";
}
main #sec02 li:nth-child(2){
	background: url("../img/top/ph02.png") top / cover;
}
main #sec02 li:nth-child(3){
	background: url("../img/top/ph03.png") top / cover;
}
main #sec02 li:nth-child(4){
	background: url("../img/top/ph04.png") top / cover;
}
main #sec02 li:nth-child(5){
	background: url("../img/top/ph05.png") top / cover;
}
main #sec02 li:nth-child(6){
	background: url("../img/top/ph06.png") top / cover;
}
main #sec02 li:nth-of-type(3n){
margin-right: 0;
}
main #sec02 li a{
	font-size:2.8125rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display:table-cell;
  vertical-align:middle;
	
}
main #sec02 li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 26px solid #fff;
  border-bottom-width: 0;
}
main #sec02 li strong{
	font-size: 5.3125rem;
	font-weight: bold;
}
footer{
	position: relative;
}
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#5aa44d;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:4rem;
  transition:all 0.3s;
z-index: 9999;
	border: 5px #d1ff7d solid;
}

#page-top a:hover{
  background: #903b1b;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
	
footer .foot-bg .flex{
	padding:0 20px;
	justify-content: space-between;
}

footer .foot-bg{
	background: url("../img/common/footer_bg.jpg") repeat;
    position: relative;
    z-index: 1;
    padding: 65px 0 30px;
    text-align: center;
	min-height: 100%;
}
footer .foot-bg ul{
	text-align: left;
}
footer .foot-bg li:first-child{
	font-size: 2.3125rem;
	font-weight: bold;
	margin-bottom:15px; 
}
footer .foot-bg li:nth-child(2){
	margin-bottom:5px; 
}
footer .foot-bg li:nth-child(3){
	margin-bottom:10px; 
}
footer .foot-bg li:nth-child(3) a{
	color: #065404;
	font-weight: bold;
	font-size: 2.3125rem;
}
footer .foot-bg li:nth-child(3) a img{
	vertical-align: -1px;
	width: 25px;
	margin-right: 8px;
}

footer .foot-bg .list-tb table{
	width: 550px;
	border: solid 1px #cdcfcd;
	background: #FFF;
	margin-bottom: 5px;
}
footer .foot-bg .list-tb table th{
	font-weight: bold;
	background: #caf7ba;
	border-bottom: solid 1px #cdcfcd;
	border-right: solid 1px #cdcfcd;
}
footer .foot-bg .list-tb table th:first-child{
	width:120px;
}
footer .foot-bg .list-tb table tr:nth-child(2) td{
	border-bottom: solid 1px #cdcfcd;
	border-right: solid 1px #cdcfcd;
}
footer .foot-bg .list-tb table tr:nth-child(3) td{
	border-right: solid 1px #cdcfcd;
}
footer .foot-bg .list-tb table td:first-child{
	font-weight: bold;
	width:120px;
	border-bottom: solid 1px #cdcfcd;
	border-right: solid 1px #cdcfcd;
}
footer .foot-bg .list-tb table th,
footer .foot-bg .list-tb table td{
	text-align: center;
	padding: 10px;
}
footer .foot-bg .list-tb p{
	text-align: left;
	color: #6e2b11;
}
footer .foot-ph{
	 width: 100%;
  min-height: 30vh;
  background: url("../img/common/foot-ph.jpg") center / cover;
background-repeat: no-repeat;
	margin-top: -10px;
}
footer .site-map{
	background: #6e2b11;
	padding: 40px 0;
}
footer .site-map h4 img{
	width: 120%;
}
footer .site-map .ft-add{
	text-align: center;
	border-bottom: solid 2px #903b1b;
	padding-bottom: 20px;
	margin-bottom: 25px;
	justify-content: space-between;
	color: #FFF;
}
footer .site-map .add{
	text-align: left;
}
footer .site-map .ft-add li:first-child img{
	vertical-align: -1px;
    width: 22px;
	margin-right: 3px;
}
footer .site-map .ft-add li:first-child{
	margin-right: 15px;
	line-height: 1.2;
	text-align: left;
}
footer .site-map .ft-add li:first-child a{
	color: #FFF;
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
footer .site-map .add p{
	margin-top: 10px;
}
footer #ft-nav{
	justify-content: space-between;
	padding:0 13px;
}
footer #ft-nav li a{
	color: #fff;
}
footer .copy{
	background: #903b1b;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

/*about*/

.sec .mv {
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 4.6875rem;
	-moz-text-shadow: 0px -1px 11px #66594a;
-webkit-text-shadow: 0px -1px 11px #66594a;
-ms-text-shadow: 0px -1px 11px #66594a;
text-shadow: 0px -1px 11px #66594a;
	position: relative;
	font-weight: normal;
    min-height: 400px;
    background-repeat: no-repeat;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	min-height: 0;
    padding-top: 23.77%;
    margin-top: 150px;
}
.mv .mv-txt{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 4rem;
	}	
#about .mv {background: url("../img/about/main.jpg") center 0 / cover;}
#about #sec01{
	margin-top: -70px;
}
#about #sec01 .blok-1{
	justify-content:space-between;
	position: relative;
	padding: 75px 10px 70px;
	overflow: hidden;
	margin-bottom: 50px;
}
/*#about #sec01 .blok-1 {
    justify-content: space-between;
    position: relative;
    padding: 30px 10px;
    overflow: hidden;
    margin-bottom: 50px;
}*/
#about #sec01 .blok-1::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: -80px;
	/*top: -40px;*/
    left: 30px;
    z-index: -1;
    background: url("../img/common/ttl-leaf.svg") left / 100%;
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.9);
    background-blend-mode:lighten;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    padding-top: 10%;
}
#about .wi-01{
	width: 45%;
}

#about .txt p {
    margin-bottom: 30px;
    /*font-size: 1.8rem;
    line-height: 1.8;*/
}

#about .ph div{
	border-radius: 10px;
	overflow: hidden;
}
#about .ph p{
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}
#about .ph p span{
	font-size: 2rem;
	
}
#about .txt span{
	font-size: 2.8rem;
	display: block;
	margin-bottom: 15px;
	white-space: nowrap;
	font-feature-settings: "palt";
}
#about .blok-2 dl{
	padding: 0 10px;
	margin-bottom: 100px;
}
#about .blok-2 dd:first-child{
	margin-right: 50px;
}
/*introduction*/
#introduction .mv {background: url("../img/introduction/main.jpg") center 0 / cover;}
#introduction h2{
	margin: 100px 0 120px;
}
#introduction .blok-1{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
#introduction .txt {
    margin-bottom: 30px;
	width: 95%;
}
#introduction .blok-1 .ph {
    margin-bottom: 100px;
}
#introduction .blok-1 .ph {
    margin-bottom: 80px;
}
#introduction .blok-2{}
#introduction .blok-2 dl{
	position: relative;
	justify-content: space-between;
	border: solid #d6f7d0 4px;
	border-radius: 0 10px 10px 10px;
	padding: 25px 30px;
	margin-bottom: 110px;
}
#introduction .blok-2 .icon{
	font-size: 2rem;
	position: absolute;
	background: #d6f7d0;
	border-radius: 10px 10px 0 0;
	padding: 23px 0 23px 35px;
	top: -76px;
	left: -4px;
	min-width: 180px;
}
#introduction .blok-2 .txt{
    padding-right: 40px;
}

/*case*/
#case .mv {
    background: url("../img/case/main.jpg") center / cover;
}
#case .anc{
	background: #f4ecd3;
  width: 100%;
}

#case .anc ul{
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 15px 0;
}
#case .anc.fixed{
	 position: fixed;
  z-index: 2;
  width: 100%;
top: 150px;
}
#case .anc li{
	font-size: 1.6rem;
	width: 20%;
	text-align: center;
}
#case .anc li:nth-child(-n+4){
	margin-bottom: 10px;
}

#case .anc li a{
	color: #000;
	padding: 5px 0;
	display: block;
}
#case .anc li a:hover,
#case .anc li a:active {
	color: #000;
	background:#feffce;
}
#case .blok-1{
	padding: 0 10px;
}
#case .box{
	margin-bottom: 130px;
	margin-top: -250px;
	padding-top: 250px;
}
#case .box .ph{
	width: 100%;
  min-height: 250px;
  background: url("../img/case/ph01.jpg") center / cover;
background-repeat: no-repeat;
	display: table;
	margin: 50px auto;
	
}
#case #anc02 .ph{
  background: url("../img/case/ph02.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc03 .ph{
  background: url("../img/case/ph03.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc04 .ph{
  background: url("../img/case/ph04.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc05 .ph{
  background: url("../img/case/ph05.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc06 .ph{
  background: url("../img/case/ph06.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc07 .ph{
  background: url("../img/case/ph07.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc08 .ph{
  background: url("../img/case/ph08.jpg") center / cover;
background-repeat: no-repeat;
}
#case #anc09 .ph{
  background: url("../img/case/ph09.jpg") center / cover;
background-repeat: no-repeat;
}

#case .box .ph p{
	font-size: 5rem;
	display: block;
	display: table-cell;
    vertical-align: middle;
}
#case .box .ph span{
	font-size:2.3125rem;
	display: block;	
}
#case .box .txt{
	margin-bottom: 50px;
}
#case #anc01.box li{
	/*font-size: 2rem;*/
font-weight: 700;
font-style: normal;
	display: flex;
}
#case #anc01.box ul{
	margin: 40px 0;
}
#case .box .txt,
#case .box .point{
	/*margin-left:10px;*/
	margin-right:10px;
}
#case .box .point{
	position: relative;
	border: solid 2px #90be3a;
	padding:15px 20px ;
}
#case .box span{
	display: inline-block;
	font-weight: bold;
}
#case .box .point span{
	display: block;
}
#case .box span.grn::before{
	content: "■";
	display: inline-block;
	color: #065404;
}

/*treatment*/
#treatment .mv {
    background: url("../img/treatment/main.jpg") center / cover;
}
#treatment h2 {
    margin: 100px auto 120px;
}
#treatment .blok-1 .txt.grn{
    font-size: 2.5rem;
	text-align: center;
	margin-bottom: 40px;
}
#treatment .cont01{
	background: url("../img/treatment/balloon-bg.png") no-repeat;
	background-position: center;
    position: relative;
    z-index: 1;
    text-align: center;
	min-height: 100%;
	margin-bottom: 16%;
}
#treatment .cont01::after{
	content: "";
    position: absolute;
    height: 100%;
    bottom:-15%;
    left: 0;
	right:0;
	margin: auto;
    z-index: 3;
    background: url("../img/treatment/arrow.png") bottom / 100%;
    background-repeat: no-repeat;
}
#treatment .ul-box{
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 10%;
}
#treatment .ul-box:last-child{
	margin-bottom: 0;
}
#treatment .ul-box2{
	flex-wrap: wrap;
	justify-content: space-between;
}
#treatment .ul-box li{
    position:relative;
    width:300px;
    min-height:100px;
    background:#DDDDBD;
    padding:20px;
    text-align:left;
    color:#333333;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	z-index: 2;
	/*font-size: 1.8rem;*/
	display: flex;
	align-content: center;
	justify-content: flex-start;
    align-items: center;
	
}

#treatment .ul-box1 li:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(221, 221, 189, 0);
    border-top-width: 100px;
    border-bottom-width: 0px;
    border-left-width: 15px;
    border-right-width: 55px;
    margin-left: -44px;
    border-top-color:#DDDDBD;
    top: 68%;
    left: 0;
    transform: rotate(-50deg);
    right: 0;
    margin: auto;
	z-index: -1;
}

#treatment .blok-1 .ul-box1 li:nth-child(2){
    background:#d6c88f;
}
#treatment .blok-1 .ul-box1 li:nth-child(2)::after{
    border-top-color:#d6c88f;
}

#treatment .blok-1 .ul-box2 li:nth-child(1){
    background:#d6c88f;
}
#treatment .blok-1 .ul-box2 li:nth-child(1)::after{
    border-top-color:none;
}
#treatment .blok-1 .ul-box3 li:nth-child(2){
    background:#d6c88f;
}
#treatment .blok-1 .ul-box3 li:nth-child(2)::after{
    border-top-color:none;
}

#treatment .blok-1 .ul-box1 li:nth-child(2)::after{
    transform: rotate(30deg);
	top: 79%;
}

#treatment .ul-box2 li:nth-child(1)::after{
     border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(221, 221, 189, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:52px;
    border-right-width:52px;
    margin-top: -22px;
    border-left-color:#d6c88f;
    left:100%;
    top:50%;
}

#treatment .ul-box2 li:nth-child(2)::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(221, 221, 189, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:52px;
    border-right-width:52px;
    margin-top: -22px;
    border-right-color:#DDDDBD;
    right:100%;
    top:50%;
}

#treatment .ul-box3 li::after{    
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(221, 221, 189, 0);
    border-top-width: 100px;
    border-bottom-width: 0px;
    border-left-width: 15px;
    border-right-width: 55px;
    margin-left: -44px;
    border-top-color: #d6c88f;
    top: -47%;
    left: 0;
    transform: rotate(-220deg);
    right: 0;
    margin: auto;
    z-index: -1;
}
#treatment .ul-box3 li:nth-child(1)::after {
    transform: rotate(-160deg);
    top: -54%;
    border-top-color: #DDDDBD;
}
#treatment .org{
	text-align: center;
	font-size: 2.6875rem;
	/*font-family: source-han-sans-japanese, sans-serif;*/
font-style: normal;
margin-bottom: 20px;

}
#treatment .blok-1 .ph{
	margin: 20px auto;
	text-align: center;
}
#treatment .blok-1 .p10{
	padding: 0 20px;
}
#treatment .blok-2 {
    padding-top: 80px;
}
#treatment .blok-2 .box{
	width: 96%;
	margin: 0 auto 100px;
}
main .box h3{
	font-size: 2.5rem;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 2px #90be3d;
	margin-bottom: 25px;
	font-weight: bold;
}
#treatment .blok-2 .box{
	font-size: 16px;
	line-height: 1.7;
}
#treatment .blok-2 li:first-child{
	margin-right: 30px;
}
#treatment .blok-2 .box .cp{
	margin: 30px 0;
}
#treatment .blok-2 .box dl{
	width: 96%;
	margin: 0 auto 40px;
}
#treatment .blok-2 .box dl:last-child{
	margin: 0 auto;
}
#treatment .blok-2 .box dt{
	font-weight: bold;
	margin-bottom: 20px;
}
#treatment .txt{
	line-height: 1.8;
}
/*infomation*/
#infomation .mv {
    background: url("../img/infomation/main.jpg") center / cover;
}
#infomation main #sec01 {
    margin-top: -250px;
	padding-top: 250px;
}
#infomation .blok-1,
#infomation .blok-2,
#infomation .blok-3,
#infomation .blok-4{
	margin-bottom: 150px;
}

#infomation .blok-1 .txt.grn,
#infomation .blok-3 .txt.grn{
    font-size: 2.5rem;
	text-align: center;
	margin-bottom: 20px;
	
}
#infomation .blok-1 .txt,
#infomation .blok-3 .txt{
    padding: 0 20px;
	margin-bottom: 50px;
}
#infomation .ph{
    text-align: center;
}
#infomation .box{
    width: 96%;
    margin: 0 auto 40px;
}

#infomation .box:first-child,
#infomation .box.mb{
    margin-bottom: 95px;
}
#infomation .box h4{
    font-size: 2rem;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
#infomation .box h4::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 33px;
    left: 0;
    background: url("../img/common/leaf-1.svg") left / 100%;
    background-repeat: no-repeat;

}

#infomation .box .txt{
	margin-bottom: 25px;
}
#infomation .box .txt .org{
    display: block;
}
#infomation  .box table{
    width: 100%;
	border: #dbdbdb 1px solid;
}
#infomation .box th{
	width: 220px;
    background: #d6f7d0;
	vertical-align: middle;
	text-align: center;
	padding: 30px 10px;
	border-right:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
}
#infomation .box td{
	border-right:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
	padding: 10px;
	min-height: 90px;
}
#infomation .box td b{
	display: block;
}
#infomation .box .note{
	margin-top: 10px;
}

#infomation .box .info{
    background-color: #FFEAEA;
    padding: 20px 30px ;
    margin-top: 30px;
}

#infomation .box .info .ttl_s{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 10px;
}

#infomation .box .info .price{
    line-height: 200%;
    padding-top: 0px;
    margin-top: 0px;
}


#infomation .blok-2 td:nth-child(3),
#infomation .blok-2 td:nth-child(4){
	text-align: center;
}
#infomation .blok-2 td:nth-child(3),
#infomation .blok-2 td:nth-child(4),
#infomation .blok-2 tr:nth-child(2) td:nth-child(2){
	padding: 20px 10px;
}
#infomation .blok-2 .box:nth-child(2) td:nth-child(4){
	width: 150px;
}
#infomation .blok-2 .box:nth-child(2) td:nth-child(3){
	width: 200px;
	text-align: center;
}

#infomation .blok-2 .tb2 th{
    background: #e2f4b0;
}
#infomation .btnArea{
	background: #f4ecd3;
	margin-top: 50px;
	padding:30px 20px;
}
#infomation .btnArea ul{
	font-size: 2rem;
	justify-content: space-between;
	align-items: center;
}
#infomation .btnArea li:first-child{
	line-height: 1.8;
	margin-bottom: 5px;
}
#infomation .btnArea li a{
    position: relative;
    display: block;
    background: #5aa44d;
    padding: 10px 35px;
    color: #fff;
	font-size: 2.5rem;
    border-radius: 10px;
}
#infomation .btnArea li a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

#infomation .blok-3 .ph {
    margin-bottom: 95px;
}
#infomation .blok-3 .box th {
    background: #f8fae5;
    padding: 10px;
}
#infomation .blok-3 .box td {
    text-align: center;
}
#infomation .blok-3 .tr-1 td {
    background: #efedd7;
}
#infomation .blok-3 .tr-1 td:first-child{
    background: none;
}
#infomation .box td strong{
    font-weight: bold;
	font-size: 20px;
}

#infomation .blok-3 .tb2 th{
    background: #f4ecd3;
}
#infomation .blok-3 .box td:nth-child(3){
    width: 215px;
}
#infomation .blok-3 .box .tb2 td:nth-child(2){
    text-align: left;
}

#infomation .blok-4 .box{
	
}

#infomation .blok-4  li a{
	display: block;
	margin-top: 10px;
}
#infomation .blok-4  li:first-child{
	margin-right: 30px;
}
#infomation .blok-5 dd a{
	color: #000;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	display: inline-block;
}

#infomation .blok-5 dd.grn{
	margin-bottom: 10px;
}
#infomation .blok-5 dl.txt{
	margin-bottom: 45px;
}
@media screen and (max-width: 1095px) {
    header .inner {
        width: 100%;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        vertical-align: top;
        width: auto;
    }
    .wrap {
        width: 98%;
    } 
}
@media screen and (max-width: 840px) {
	header .hd-inq li:first-child {
    margin-right: 10px;
}
	.hd-inq li:last-child a{
		padding: 10px;
	}
	#about .blok-2 dd:first-child {
    margin-right: 30px;
}
	
}
@media screen and (max-width: 830px) {
.hd-inq li:first-child {
    margin-right: 10px;
}
.hd-inq li:first-child a{
    font-size: 1.6rem;
	margin-top: 0;
}	
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none!important;
    }
    .sp_only {
        display: block!important;
    }
	.txt {
    font-size: 1.5rem;
    line-height: 1.8;

}
	#top-head #mobile-head .flex{
		justify-content: space-between;
		align-content: center;
		align-items: center;
		padding:0 10px 0;
	}
	#top-head h1{
	width: 65%;
	}
	#top-head h1 img{
	width: 100%;
	}
	
.hd-inq a{
    position: relative;

    background: #ff9600;
    padding:5px 8px;
    color: #fff;
    border-radius: 10px;
	    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	line-height: 1.3;
}
.hd-inq a::before{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
    display: flex;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
	.mv{
	background: url(../img/top/main-sp.jpg) 0 0 no-repeat;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 0;
	height: 0;
	padding-top: 82.66%;
	background-size: cover;
	font-size: 2.8rem;
	}
    
	.mv .marker {
    font-size: 3rem;
    width: 100%;
    text-align: center;
}
	main {
    padding-top: 20px;
}
	.index main .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
	.index main .ttl span {
    font-size: 1.2rem;
}
	.index main .ttl::before {
	position: static;
	transform: translateY(0) translateX(0); 
    -webkit-transform: translateY(0) translateX(0);
     margin: 0;
	padding-right: 10px;
	}
	.index main .ttl::after {
    background: url(../img/common/ttl-leaf.svg) 0 0 no-repeat;
    -webkit-background-size: 36px 33px;
    content: "";
    width: 36px;
    height: 33px;
 margin-left: 10px;
}
	main #sec01 {
    margin-bottom: 0;
}
	main #sec01 .blok{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	}
	main #sec01 .ttl {
    order: 1;
}
	
	main #sec01 .news{
	order: 2;
    color: #333;
    font-size: 1.5rem;
    padding: 0 ;
    margin-bottom: 0;
}
	main #sec01 .news li {
    display: flex;
    flex-wrap: wrap;
}
	main #sec01 .news li span:first-child {
    width: auto;
	margin-bottom: 5px;
}
	main #sec01 .attention{
	order: 2;
	width: 98%;
	margin-bottom: 20px;
	}
	main #sec01 .attention .ttl-at{
	font-size: 1.4rem;	
	padding-bottom: 5px;
    margin-bottom: 10px;
	}
	main #sec01 .attention .txt-at {
    font-size: 1.5rem;
	text-align: left;
	line-height: 1.5;
}
	main #sec01 .attention strong {
    margin-top: 10px;
}
	
	
	main #sec02 {
		position: relative;
		/*background: #f1fff1;*/
		padding: 20px 0;
		overflow: hidden;
}
	main #sec02::after{
    background:url("../img/common/ttl-leaf.svg") 0 0 no-repeat;
    -webkit-background-size:100%;
    content:"";
    width: 120%;
    height: 110%;
    position: absolute;
    top: 25%;
    left: 70%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    overflow: hidden;
    z-index: 1;
	mix-blend-mode: soft-light;

}
	main #sec02 h3 {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}
	main #sec02 ul{
	width: 95%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	}
	main #sec02 li {
    /*background: url(../img/top/ph01-sp.png) top / 100%;*/
    background-repeat: no-repeat;
	width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;
	margin-bottom: 10px;
}
	main #sec02 li:nth-child(2) {
    /*background: url(../img/top/ph02-sp.png) top / 100%;*/
    background-repeat: no-repeat;
    width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;
}
	main #sec02 li:nth-child(3) {
    /*background: url(../img/top/ph03-sp.png) top / 100%;*/
    background-repeat: no-repeat;
    width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;
	}
	main #sec02 li:nth-child(4) {
    /*background: url(../img/top/ph04-sp.png) top / 100%;*/
    background-repeat: no-repeat;
    width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;
	}
	main #sec02 li:nth-child(5) {
    /*background: url(../img/top/ph05-sp.png) top / 100%;*/
    background-repeat: no-repeat;
    width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;
	}
	main #sec02 li:nth-child(6) {
    /*background: url(../img/top/ph06-sp.png) top / 100%;*/
    background-repeat: no-repeat;	
    width: 50%;
	min-height: 0;
    height: 0;
    padding-top: 37.55%;
    background-size: contain;
}
	main #sec02 li a{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 2.5vh;
	width: 95%;
	/* z-index: 9; */
}	
	main #sec02 li strong {
    font-size: 4.3125vh;
}
	main #sec02 li::before{
		display:none; 
}
	

footer .foot-bg {
    /*background: url("../img/common/footer_bg_sp.jpg") repeat;*/
    position: relative;
    z-index: 1;
    padding: 30px 0;
    text-align: center;
    min-height: 100%;
}	
	
footer .foot-bg .flex {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	padding: 0;
}
	footer .foot-bg li:first-child {
    text-align: center;
    margin-bottom: 0;
	line-height: 1.2;
	
}
	footer .site-map .ft-add li:first-child a{
	background: none;	
	}
	footer .site-map .ft-add li:first-child a::before{
	content:none;	
	}
	
	footer .site-map .ft-add .hd-inq li:last-child a {
    padding:15px 20px;
    width: auto;
	font-size: 2.3rem;
	display: flex;
}
	footer .site-map .ft-add .hd-inq li:last-child a::before{
	border-width: 10px 0 10px 12px;	
	top: 0;
	}
	
	footer .foot-bg li:nth-child(2) {
    display: flex;
    justify-content: center;
}
	footer .site-map .ft-add{
    display: block;	
	}
footer .site-map .ft-add li:first-child {
    text-align: center;
}
	footer .site-map .ft-add .hd-inq {
    justify-content: space-around;
    width: 95%;
    margin: auto;
}
	footer .foot-bg li:nth-child(3) {
	text-align: center;
    margin-bottom: 0;
	line-height: 1.2;
}
	footer .foot-bg li:nth-child(3) a img {
    display: none;
}
	footer .foot-bg li:nth-child(3) a::before{
    content: "TEL:";
	font-weight: 100;
	font-size: 16px;
	vertical-align: middle;
	color: #333!important;
		
}
	
	footer .list-tb{
		margin-top: 20px;
	}
	footer .foot-bg .list-tb table {
    width: 100%;
}
	footer .foot-bg .list-tb p {
    color: #333;
    line-height: 1.2;
}
	footer .foot-ph {
    background: url(../img/common/foot-ph.jpg) center / 100%;
    background-repeat: no-repeat;
	margin-top: -10px;
	min-height: 100px;
}
	footer .site-map {
    padding: 20px 0;
}
	footer .site-map h4{
    padding-bottom: 10px;
	margin-bottom: 15px;
}
	footer .site-map .ft-add li:first-child a {
    font-size: 2.6rem;
    letter-spacing: 1px;
}
	footer .site-map .ft-add li:first-child img {
    width: 27px;
}
	
	footer .site-map .add p {
    text-align: center;
    font-size: 2rem;
}
	footer .site-map h4 img{
    width: 60%;
}
	iframe {
		height: 400px;
	}
	footer #ft-nav {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: flex-start;
    align-items: top;
	width: 90%;
    margin: 0 auto;
}
	
	footer #ft-nav li {
	width: 30%;
	margin-right: 5%;
}
	footer #ft-nav li:nth-child(3n) {
  margin-right: 0;
}
	

	footer #ft-nav li:nth-child(-n+3){
    margin-bottom: 10px;
}
	#page-top a{
	border: 3px #d1ff7d solid;
}
	/*about*/
main .ttl {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
	main .ttl span {
    font-size: 1.8rem;
    margin-top: 0;
}
.sec .mv{
    width: 100%;
    min-height: 0px;
    height: 0px;
    padding-top: 50%;
    font-size: 2.5rem;
    background-repeat: no-repeat;
	position: relative;
	min-height: 20vh;
	padding: 0;
	margin-top: 70px;
}
.mv .mv-txt{
	font-size: 2rem;
	}	
#about .mv {
    background: url(../img/about/main.jpg) center / cover;
    background-repeat: no-repeat;
}
#about #sec01 {
    margin-top: 0;
}
	
#about #sec01 .blok-1 {
    flex-wrap: wrap;
    position: relative;
    padding: 30px 10px;
    overflow: hidden;
    margin-bottom: 50px;
}
	#about #sec01 .blok-1::before{
	display: none;
	}
	#about .wi-01 {
    width: 100%;
    order: 2;
}
	#about .ph{
		text-align: center;
		margin:0 auto 15px;
		width: 60%;
	}
	#about .txt p {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
}
	#about .blok-2 dl {
    padding: 0 10px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
	#about .blok-2 dd:first-child {
    margin-right:0;
	order: 2;
}
	#about .blok-2 dl:nth-child(odd) dd{
	order: 2;
}
	#about .blok-2 dd{
    width: 100%;
}
	#about .blok-2 dd img{
    width: 90%;
	display: block;
	margin-bottom: 20px;
}
	#about .txt span {
    text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 2rem;
}
	#introduction h2 {
    margin: 20px 0 50px;
}
	#introduction .blok-1,
	#introduction .blok-2{
	padding: 0 10px;	
	}
	#introduction .blok-2 dl {
    flex-wrap: wrap;
    border-radius: 0 10px 10px 10px;
    padding: 25px 30px;
    margin-bottom: 60px;
    margin-top: 120px;
}
	#introduction .blok-2 .icon {
    font-size: 1.8rem;
    padding: 15px 0 15px 20px;
    top: -70px;
    min-width: 150px;
}
	#introduction .blok-2 .txt {
    padding-right: 0;
	order: 2;
	margin-bottom: 0;
}
	#introduction .blok-2 dd{
    width: 100%
}
	#introduction .blok-2 dd img{
    width: 100%;
	margin-bottom: 20px;
}
	
	
	
	#case .anc li a:hover {-webkit-tap-highlight-color:transparent;background-color:#feffce}
	#case .box .ph p {
    padding-left: 20px;
	font-size:3rem;
}

	#case .box .ph span {
    font-size: 1.5rem;
}
	#case #anc01.box ul {
    padding: 0 10px;
	margin: 20px 0;
}
	#case .anc ul {
	margin: auto;
}
	#case #anc01.box li {
    display: table;
    font-size: 1.5rem;
    width: 100%;
}
	
	#case .box {
    margin-bottom: 10px;
	margin-top: -70px;
    padding-top: 70px;
}
	#case .box span{

}
	#case .box .ph {
    width: 105%;
    min-height: 180px;
    margin: 20px auto;
	background-position: 60% !important;
}
	#case #anc02 .ph {
    background-position: 70%;
}
	#case #anc03 .ph {
    background-position: 65%;
}
	#case #anc08 .ph {
    background-position: 80% !important;
}
	#case #anc09 .ph {
    background-position: 93% !important;
}   
	#case .anc.fixed {
    bottom: 0;
    top: 82%;
}
	#case .anc.fixed {
    position: static;
}
	
	
	#case .box .txt {
    margin-bottom: 30px;
}
	
	
/*treatment*/
	#treatment .cont01{
		background-size: auto 100%;
	}
#treatment .ul-box li{
	width: 33%;	
	font-size: 14px;
	line-height: 1.3;
	padding:10px;
}
	
#treatment .ul-box1 li:after{
	border-top-width: 70px;
    border-bottom-width: 0px;
    border-left-width: 0;
    border-right-width: 45px;
	top: 50%;
}	
	#treatment .blok-1 .ul-box1 li:nth-child(2)::after {
    top: 68%;
}
	#treatment .ul-box2 li:nth-child(1)::after{
	border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 10px;
    border-right-width: 0;
    margin-top: -10px;
	}
	#treatment .ul-box2 li:nth-child(2)::after{
	    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 0;
    border-right-width: 10px;
    margin-top: -10px;	
	}
	#treatment .ul-box3 li:nth-child(1)::after{
	    top: -25%;	
	}
	#treatment .ul-box3 li::after{   
	    border-top-width: 100px;
    border-bottom-width: 0px;
    border-left-width: 0;
    border-right-width: 60px;
	    top: -10%;	
}
	
	#treatment .org{
		line-height: 1.5;
		font-size: 2rem;
		font-weight: bold;
	}
	#treatment .blok-1 .p10 {
    padding: 0;
}
	#treatment .blok-1 .txt.grn {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
		line-height: 1.5;
}
	.blok-1 .txt.grn {
    font-size: 2.5rem;
    margin-bottom: 30px;
	font-weight: bold;
}
	#treatment h2 {
    margin: 20px 0 50px;
}
	#treatment .blok-2 .box ul{
		flex-wrap: wrap;
	}
	#treatment .blok-2 .box li{
		width: 100%;
	}
	#treatment .blok-2 li:first-child {
    margin-right: 0;
		margin-bottom: 10px;
}
	#treatment .blok-2 .box li img{
		width: 100%;
	}
	#treatment .blok-2 .box .cp {
    margin: 0 0 10px;
}
	#treatment .blok-2 .box dl {
    margin: 0 auto 20px;
}
	#treatment .blok-2 .box dt {
    margin-bottom: 10px;
}
	main .box h3 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
	#treatment .blok-2 .box {
    font-size: 1.5rem;
    margin: 0 auto 60px
}
	
	#infomation .blok-1,
	#infomation .blok-2,
	#infomation .blok-3,
	#infomation .blok-4,
	#infomation .blok-5{
	width: 96%;
	margin: 0 auto;
	}
	#infomation .box {
		width: auto;}
	#infomation .blok-1,
	#infomation .blok-4 {
    margin-bottom:60px;
}
	#infomation .blok-2,
#infomation .blok-3{
    margin-bottom: 100px;
}
	#infomation .blok-1{
		margin-top: 50px;
	}
	#infomation .blok-1 .txt.grn,
	#infomation .blok-3 .txt.grn {
    font-size: 2rem;
    margin-bottom: 20px;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.5;
}
	#infomation .blok-1 .txt, #infomation .blok-3 .txt {
    padding: 0;
    margin-bottom: 20px;
}
	#infomation .scroll{
overflow: auto;
width: 99%;
white-space: nowrap;
}
#infomation .scroll::-webkit-scrollbar{
 height: 5px;
}
#infomation .scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
#infomation .scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}	
#infomation .box h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
	padding-left: 20px;
}
#infomation .box h4::before {
    width: 15px;
    top: 4px;
}
#infomation .box .txt {
    margin-bottom: 10px;
	line-height: 1.8;
}
#infomation .box table {
    font-size: 15px;
}
#infomation .box:first-child, #infomation .box.mb {
    margin-bottom: 60px;
}	
#infomation .btnArea {
    margin-top: 30px;
    padding: 30px 20px;
    width: 95%;
    margin-left: -10px;
    overflow: hidden;
}
#infomation .btnArea ul {
    font-size: 1.5rem;
    flex-wrap: wrap;
}	
#infomation .btnArea li:last-child {
    width:100%;
}
#infomation .btnArea li a{
	font-size: 2rem;
	text-align: center;
}	
#infomation .btnArea li a::before {
    border-width: 8px 0 8px 12px;
}
#infomation .blok-3 .ph {
    margin-bottom: 45px;
}
#infomation .blok-4 ul{
    flex-wrap: wrap;
}
	
#infomation .blok-4 li:first-child {
    margin-right: 0;
	order: 2;
}
#infomation .blok-4 li:last-child img{
	width: 100%;
	margin-bottom: 10px;
}
	#infomation .box .note {
    line-height: 1.3;
}
#infomation .box td strong {
    font-size: 16px;
	}

#infomation .blok-5 dd a{
	color: #5aa44d;
	border-bottom:solid 1px #5aa44d; 
	padding-bottom: 0;
}
#infomation .blok-5 dd:first-child{
	margin-bottom: 10px;
}	
#infomation .blok-5 dd.grn {
    color: #000!important;
}
}
@media screen and (max-width: 570px) {
	.hd-inq a {
    padding:8px 5px;
	font-size: 14px;
}
	main #sec02 h3 {
    font-size: 2rem;

}
	footer .site-map .ft-add li:first-child a {
    font-size: 2.3rem;
    letter-spacing: 0;
}
	footer .site-map .ft-add li:first-child img {
    width: 22px;
}
	footer .site-map .ft-add .hd-inq li:last-child a {
    padding: 15px 20px;
    font-size: 2rem;
}
footer .site-map h4 img {
    width: 80%;
}
}
@media screen and (max-width: 500px) {
	#top-head h1 {
    width: 56%;
}
.hd-inq a{
	font-size: 12px;
	}
	.hd-inq a::before{
	border-width: 5px 0 5px 7px;
	margin-right: 5px;
	}
	.mv .marker {
    font-size: 2rem;
    line-height: 1.3;
	margin: auto;
}
	footer .site-map .add p {
    text-align: center;
    font-size: 1.6rem;
	line-height: 1.3;
}
	footer .site-map .ft-add li:first-child a {
    font-size: 2rem;
	padding: 0px 5px;
}
	footer .site-map .ft-add .hd-inq li:last-child a {
    padding: 10px 7px;
    font-size: 1.8rem;
}
	footer .site-map .ft-add li:first-child {
    line-height: 1;
}
	
	footer .foot-ph {
    background: url(../img/common/foot-ph.jpg) center / 105%;
}	
	footer .foot-bg .list-tb table td:first-child{
	font-size: 1.2rem;	
	}
	footer .foot-bg .list-tb p {
    font-size: 12px;
}
	}
@media screen and (max-width: 425px) {
	footer #ft-nav {
	width: 100%;
}
}
@media screen and (max-width: 395px) {
footer .site-map .ft-add li:first-child a {
    font-size: 1.8rem;
    padding: 2px 5px;
}
	footer .site-map .ft-add .hd-inq li:last-child a {
    padding: 10px 7px;
    font-size: 1.6rem;
}
	footer .site-map .ft-add .hd-inq li:last-child a::before {
    border-width: 6px 0 6px 7px;
    top: 0;
}
	footer .site-map .add p {
    font-size: 1.5rem;
}
	main #sec02 li strong {
    font-size: 3.8vh;
}
	footer #ft-nav li:nth-child(-n+3) {
    margin-bottom: 0;
}
	footer #ft-nav li {
    font-size: 14px;
}
}
@media screen and (max-width: 375px) {
		main #sec02 li strong {
    font-size: 3.3125vh;
}
	main #sec02 li a{
    font-size: 2vh;
}
	footer .foot-ph {
    background: url(../img/common/foot-ph.jpg) center / 140%;
	background-repeat: no-repeat;
}
	footer .site-map .ft-add .hd-inq li:last-child a {
    padding: 10px 7px;
    font-size: 1.4rem;
}
	
	#about .txt p {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
}
	}
@media screen and (max-width: 356px) {
	
	.mv {
	font-size: 2rem;	
	}
	.mv p {
	font-size: 1.6rem;	
	line-height: 1.3;
	}
.hd-inq a::before{
	border-width: 3px 0 3px 5px;
	top: 0;
	}
.hd-inq a{
	font-size: 10px;
	padding: 10px 5px;
	}
	main #sec02 h3 {
	font-size: 16px;
}
	footer .foot-bg .list-tb table {
    width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
}
	footer .foot-bg .list-tb table th:first-child {
    width: 15%;
	font-size: 12px;
}
	footer .foot-bg .list-tb table th, footer .foot-bg .list-tb table td,
	footer .foot-bg .list-tb table td:first-child{
	font-size: 12px;	
	}
	

	}
@media screen and (max-width: 280px) {
	footer .foot-ph {
    background: url(../img/common/foot-ph.jpg) center / 180%;
	background-repeat: no-repeat;
}
	#global-nav.flex,footer #ft-nav{
    font-size: 12px;
}
	footer .copy p{
    font-size: 10px;
}
	footer #ft-nav li {
    padding-left: 11px;
    padding-right: 10px;
}
}</pre></body></html>