@charset "utf-8";
/* CSS Document */

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #434343;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100% !important;
}

a {
    text-decoration: none;
    color: #434343;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 82% important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
        text-align:  center;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
        font-size: 22px;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}

@media only screen and (max-width : 599px ){
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}
.fead-mv {
    opacity: 0;
    transition: 1.5s;
}
.mv {
    opacity: 1;
}
#wrapper{
	width:100%;
	overflow:hidden;
}
@media only screen and (max-width: 1024px) {
	#wrapper{
		min-width:300px;
	}

}
#header{
	padding-bottom:24px;
}
#header .inner{
	max-width:1170px;
	width:95%;
	margin:0 auto;
	padding-bottom:18px;
}
#header .inner h1{
	font-size: 10px;
	font-weight:normal;
	padding:8px 0;
}
#header .inner .logo{
float: left;
    padding: 7px 0 0 0;
    max-width:181px;
}
#header .inner .logo img {
    width: 100% !important;
}
#header .inner .right{
	float:right;
	max-width:726px;
	box-sizing:border-box;
	padding:7px 8px 7px 10px;
	width:100%;
	background:#f6f3ee;
}
#header .inner .time{
	float:left;
	border-right:1px dotted #000;
	padding:0 15px 0 0;
}
#header .inner .time dt{
	font-size:12px;
	font-weight:bold;
}
#header .inner .time dt .c {
    color: #ee7700;
}
#header .inner .time dd{
	font-size:12px;
	font-weight:bold;
	line-height:140%;
}
#header .inner .cont{
	float:right;
	width:376px;
}
#header .inner .cont dt{
	width:252px;
}
#header .inner .cont dl{
	float:left;
	width:252px;
	text-align:right;
}
#header .inner .cont dt{
	text-align:right;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}
#header .inner .cont dd{
	text-align:right;
	font-size:32px;
	line-height:1;
}
#header .inner .cont dd img{
	vertical-align:middle;
	margin-right:5px;
}
#header .inner .cont p{
	width:96px;
	height:auto;
	float:right;
}
#header .inner .cont p a {
    display: block;
    text-align: center;
    background: #ee7700;
    padding: 9px 0 0 0;
    width: auto;
    height: 43px;
    border-radius: 4px;
}
#header .inner .cont p a.gr {
    background: #5bd060;
}
#header .inner .cont p a strong{
	display:block;
	font-size:12px;
	color:#fff;
	line-height:120%;
}
@media only screen and (max-width: 1024px) {
	#header .inner .right{
		float:none;
		margin:0 auto;
	}
#header .inner .logo {
    float: none;
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
	#header .inner .cont{
		float:none;
		margin:0 auto;
	}
	#header .inner .time{
		float:none;
		border:none;
		padding-bottom:10px;
	}
	#header .inner h1{
		padding-right:55px;
	}
}
@media only screen and (max-width : 599px ){
	#header .inner .cont p{
		float: right;
		margin:0 auto;
		width: 100%;
	}	
	#header .inner .right{
	position:  fixed;
	bottom: 0;
	left:  0;
	width:  100% !important;
	z-index:  1000;
	}
	#header .inner .time{
	display:none
	}
	#header .inner .logo{
	text-align: center;
	width: 65%;
	margin:  0 auto;
	padding-bottom: 0;
	}
	#header .inner .cont dl{
	float: left;
	margin:0 auto;
	width: 67%;
	padding: 3% 1%;
	}
	#header .inner .cont dd{
	text-align: center;
	font-size: 20px;
	line-height:1;
	}
	#header .inner .cont{
	width:  100%;
	}
	#header .inner .cont dt{
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	line-height:140%;
	width:  100%;
	}
	#header .inner .cont p a strong{
	font-size:8px;
	}
	#header{
	padding-bottom:0;
}	
}
#gnav{
	width:100%;
	height:auto;
	z-index:99;
}
#gnav ul{
	max-width:1170px;
	width:95%;
	height:auto;
	margin:0 auto;
}
#gnav li {
    width:13.2%;
    font-size: 14px;
    line-height: 36px;
    border-right: 1px solid #cdcdcd;
    box-sizing: border-box;
}
#gnav li a {
    display: block;
    text-align: center;
    padding: 15px 1% 10px 1%;
    line-height: 24px;
    box-sizing: border-box;
}
/*#gnav li a img{
	margin-top:8px;
}*/
#gnav li:first-child{
	border-left:1px solid #cdcdcd;
}
#gnav li:nth-child(1){
	width:7%;
/*	padding-top: 10px;*/
}
/*#gnav li:nth-child(2),#gnav li:nth-child(3),#gnav li:nth-child(5){
	width:13%;
}
#gnav li:nth-child(4){
	width:11%;
}
#gnav li:nth-child(6){
	width:15%;
}
#gnav li:nth-child(7){
	width:11%;
}
#gnav li:nth-child(8){
	width:17%;
}*/
#gnav.fixed{
	position:fixed;
	top:0;
	right:0;
	background:#fff;
	padding:10px 0;
}
[data-element-id] #gnav.fixed {
  position: relative;
}
.btm{
	margin-bottom:36px;
}
#gnav p{
	display:none;
}
@media only screen and (max-width: 1024px) {
	.btm{
	margin-bottom:0;
	}
	#gnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	
    }
	#gnav li.menunav{
		display:block !important;
		border:none;
	}
	#gnav.fixed{
		 top: 0;
        right: 0;
		left:auto;
		width:200px;
		border:none;
		z-index:101;
		padding-top:0;
		padding-bottom:0;
	}
	#gnav ul li{
		float:none;
		width:auto;
		text-align:left;
	}


	#gnav p {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: -44px;
    border: 1px solid #fff;
    background: #ee7700;
    cursor: pointer;
    opacity: 0.8;
    margin: 2px;
    box-shadow: 0px 0px 0px 2px #f19233;
    -moz-box-shadow: 0px 0px 0px 2px #f19233;
    -webkit-box-shadow: 0px 0px 0px 2px #f19233;
}
	#gnav ul li{
		float:none;
		width:auto;
		border:none;
		border-bottom:1px dotted #cacad9;
		padding:0;
		margin-top:0;
		display:block !important;
		width:auto !important;
		line-height:160%;
	}
	#gnav ul li a{
		height:auto;
		display:block;
		padding:8px 0 8px 10px;
		font-size:16px;
		line-height:160%;
	}
	#gnav li:first-child a{
		padding-top:10px;
		height:auto;
		padding-bottom:10px;
		text-align:center;
		padding-right:10px;
	}

	#gnav li:first-child{
		border-left:none;
	}
	#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#gnav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#gnav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#gnav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav ul{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #fff;
		padding:0;
	}
	#gnav li + li{
		border-left:none;
	}
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
	#gnav .flex_c{
		display:block !important;
	}
}
.w17{
	max-width:1170px;
	margin:0 auto;
	width:95%;
}
#footer .img{
	width:2271px;
	height:auto;
	margin-left:-550px;
	
}
#footer .img li{
	float:left;
}
#footer .box{
	padding:50px 0 0 0;
}
#footer .box .tbox{
	width:36%;
	height:auto;
	float:left;
	padding-bottom:50px;
}
#footer .box .map{
	width:61%;
	float:right;
	margin-bottom:50px;
}
#footer .box .tbox h3 {
    padding: 0 0 10px 0;
    max-width: 181PX;
}
#footer .box .tbox p{
	padding:0 0 10px 0;
}
#footer .box .tbox table{
	width:100%;
	height:auto;
	border-collapse:collapse;
	margin-bottom:5px;
}
#footer .box .tbox td{
	border-bottom:1px solid #ee7700;
	text-align:center;
	font-size:23px;
	color:#ee7700;
	font-weight:bold;
}
#footer .box .tbox th{
	width:120px;
	height:auto;
	font-size: 17px;
    text-align: center;
    font-weight: normal;
    line-height: 160%;
	letter-spacing:-1px;
	border-bottom:1px solid #ee7700;
}

#footer .box .tbox thead th {
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #ee7700;
    border-radius: 8px 0 0 0;
    font-size: 16px;
    border: none;
}
#footer .box .tbox thead td:last-child{
	border-radius:0 8px 0 0;
}
#footer .box .tbox thead td {
    font-size: 16px;
    color: #fff;
    background: #ee7700;
    border: none;
}
#footer .box .tbox ul{
	padding-bottom:10px;
}
#footer .box .tbox dt{
	display:inline-block !important;
	font-weight:bold;
	padding-right:15px;
}
#footer .box .tbox dd{
	font-size:30px;
	display:inline-block !important;
	line-height:1;
}
#footer .box .tbox dd.txt {
    font-size: 14px;
    line-height: 160%;
    padding-top: 10px;
}
#footer .box .tbox dd img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:3px;
}
#footer .box .tbox dl{
	padding-bottom:15px;
}
#footer .box .tbox .more a {
    display: block;
    max-width: 290px;
    background: #ee7700;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    font-weight: bold;
    border-radius: 4px;
}
#footer .box .tbox .more a img{
	vertical-align:middle;
	margin-top:-2px;
	margin-right:12px;
}

#footer .footnav{
	background: #ee7700;
}
#footer .footnav .inner{
	max-width:1170px;
	width:95%;
	margin:0 auto;
	padding:28px 0 0 0;
	text-align:center;
	letter-spacing:-5px;
}
#footer .footnav .inner.w86{
	max-width:860px;
}
#footer .footnav .inner ul{
	text-align:center;
}
#footer .footnav .inner li {
    letter-spacing: 0px;
    display: block;
    padding: 0 0 10px 0;
}
#footer .footnav .inner li a{
	color:#fff;
}
#footer .copy{
	text-align:center;
	padding:20px 0 25px 0;
	color:#fff;
	font-size:12px;
}
#footer .f_nav {
  margin-bottom: 0;
}

#footer .f_list_col {
    width: 33.3%;
    margin: 0 auto;
    padding-left: 2%;
    padding-bottom: 25px;
    box-sizing: border-box;
}

#footer .f_list_col .heading {
    font-size: 22px;
    padding-bottom: 1rem;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}

#footer .f_list li {
  padding-bottom: .5rem;
}

#footer .f_list li a {
  padding: .25rem 0;
}

#footer .f_list a {
  color: #474747;
}




@media only screen and (max-width: 599px) {

#footer .f_list_col {
    width: 80%;
    margin: 0 auto 0.5rem;
}
#footer .f_list_col .heading {
    text-align: left;
    font-size: 18px;
}

}

.totop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    display: none
}
@media only screen and (max-width: 1024px) {
	#footer .box .tbox{
		width:auto;
		float:none;
	}
	#footer .box .tbox table{
		max-width:400px;
	}
	#footer .box .map{
		width:100%;
		float:none;
	}
	#footer .box .map iframe{
		width:100%;
	}
}
@media only screen and (max-width : 599px ){
	#footer .box .tbox th{
		font-size:13px;
		text-align:  center;
	}
	#footer .box .tbox dl{
	padding-bottom:15px;
	text-align:  center;
	}
	#footer .box .tbox .more a{
	margin:  0 auto;
	}
	#footer .footnav .inner {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
    padding-bottom:28px;
}
.totop {
  display: block;
    bottom: 80px;
    width: 60px;
}
}

/*下層共通*/

.subtit{
	position:relative;
	overflow:hidden;
	height:200px;
	width:auto;
}
.subtit h2{
	max-width:1170px;
	margin:0 auto;
	width:95%;
	position:relative;
	z-index:1;
	font-size:34px;
	color:#fff;
	text-shadow:0 0 10px rgba(0,0,0,0.6);
	padding-top:80px;

}
.bkimg img{
	width:100%;
	height:auto;
	min-width:1900px;
}
.h3s {
    text-align: center;
    font-size: 30px;
    color: #ee7700;
    padding: 0 0 30px 0;
}
.h3s img {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 0.3%;
}
.w17t{
	max-width:1170px;
	margin:0 auto;
	width:95%;
	padding-top:50px;
}
.w86t{
	max-width:860px;
	margin:0 auto;
	width:95%;
}
@media only screen and (max-width: 1024px) {
	.subtit h2{
		font-size:24px;
		text-shadow:0 0 10px rgba(0,0,0,0.6),0 0 10px rgba(0,0,0,0.6),0 0 10px rgba(0,0,0,0.6);
	}
}
@media only screen and (max-width : 599px ){
	.subtit h2{
		font-size:20px;
	}
	.h3s{
		font-size:20px;
	}
}


/*about*/
.about1 #flow1 {
    margin-top: -110px;
    padding-top: 150px;
}
.about1 .lightbox {
    padding-top: 40px;
    width: 100%;
}
.about1 .lightbox li {
    width: 31.3%;
	margin: 0 0 25px 2%;
}
.about1 .lightbox li:nth-of-type(3n) {
	margin-right: 0;
}
.about1 .lightbox li dl .pic {
    width: 100%;
   margin-bottom: 10px;
}

.about1 .tbox.w100 .s2 li dl {
    width: 68.7%;
    box-sizing: border-box;
}

.about1 .lightbox li dl dd {
    text-align: center;
    font-weight: bold;
    color: #e70;
    font-size: 16px;
}
.about1 .lightbox li dl dd .i {
    max-width: 30px;
    width: 100%;
    display: inline-block;
    padding-right: 1%;
}
.about1 .lightbox li dl dd .i img {
    width: 100% !important;
    vertical-align: bottom;
}
.about1 .tbox.w100 .s2 .pic {
    width: 30%;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.about1 .tbox.w100 .s2 li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.about1 .tbox.w100 .s2 .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.about1 .tbox.w100 {
    width: 100%;
    margin-top: 30px;
}
.about1 .pic{
	width:33.3%;
	float:right;
}
.about1 .pic img {
  width: 100% !important;
}
.about1 .tbox{
	width:62.4%;
	float:left;
}
.about1 .tbox.w100 {
	width: 100%;
}
.about1 .tbox.w100 .s2 li {
    margin-bottom: 25px;
}
.about1 .tbox .r {
    color: #b10000;
}
.about1 .tbox h5 {
    font-size: 16px;
    padding-bottom: 15px;
    color: #efab68;
}
.about1 p{
	padding:0 0 20px 0;
}
.about1 h4 {
    font-size: 20px;
    color: #ee7700;
    padding: 0 0 20px 0;
}
.about1 h4 strong {
    font-size: 16px;
    padding-left: 1%;
    font-weight: normal;
    padding-bottom: 6px;
}
.about1{
	padding-bottom:30px;
}

.bk1{
	background:#fff8ec;
}
.bk2{
	background: rgb(198,243,243);
background: -moz-linear-gradient(top,  rgba(198,243,243,1) 0%, rgba(233,244,206,1) 100%);
background: -webkit-linear-gradient(top,  rgba(198,243,243,1) 0%,rgba(233,244,206,1) 100%);
background: linear-gradient(to bottom,  rgba(198,243,243,1) 0%,rgba(233,244,206,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f3f3', endColorstr='#e9f4ce',GradientType=0 );
}
@media only screen and (max-width : 1024px ){
  .about1 #flow1 {
    margin-top: 0px;
    padding-top: 40px;
}
	.about1 .tbox.w100 .s2 li dl {
    width: 67%;
}
}
@media only screen and (max-width : 599px ){
	.about1 .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.about1 .tbox{
		width:auto;
		float:none;
	}
	.about1 .tbox.w100 .s2 li dl {
    width: 100%;
}
	.about1 .tbox.w100 .s2 .pic {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
}
	.about1 .lightbox li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.about1 .lightbox li dl dd {
    font-size: 14px;
}
	.about1 .lightbox li dl dd .i {
    max-width: 20px;
}
}
.about2.nai {
    position: relative;
    overflow: hidden;
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-sizing: border-box;
    margin: 40px auto;
    width: 100%;
}
.about2.nai .tbox:before {
  display: none;
}
.about2.nai .tbox {
	background: none;
}
.about2 .wrap{
	overflow:hidden;
	margin-bottom:30px
}
.about2 .tbox{
	box-sizing:border-box;
	width:62.4%;
	background:#fff;
	padding:28px 28px 1000px 28px;
	
	float:left;
	margin-bottom:-1000px;
}
.about2 .pic{
	width:33.3%;
	padding-bottom:0;
	float:right;
}
.about2 .pic img {
  width: 100% !important;
}
.about2 p{
	padding:0 0 20px 0;
}
.about2 .hmore {
	text-align: center;
}
.about2{
	padding-bottom:20px;
}
.about2 .bkkimg {
    width: 100%;
    z-index: -1;
    right: 0;
    left: 0;
    opacity: 0.5;
    top: 0;
    position: absolute;
}
.about2 .bkkimg img {
    width: 100% !important;
    min-width: 1600px;
}
@media only screen and (max-width : 599px ){
	.about2 .tbox{
		float:none;
		width:auto;
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.about2 .pic{
		float:none;
		width:auto;
		text-align:center;
		padding-bottom:20px;
	}
	.about2.nai {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.about3 ul{
	float:right;
	width:33.3%;
}
.about3 li{
    border-left: 5px solid #237f92;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}
.about3 li dl{
    padding: 5px 0 10px 15px;
}
.about3 .map{
	float:left;
	width:62.4%;
}
.about3 li dt {
    font-size: 18px;
    font-weight: bold;
    color: #237f92;
}
.about3{
	padding-bottom:30px;
}
@media only screen and (max-width: 1024px) {
	.about3 .map{
		float:none;
		width:auto;
		margin-bottom:20px;
	}
	.about3 .map iframe{
		width:100%;
	}
	.about3 ul{
		float:none;
		width:auto;
	}
}
/*home*/

.home-reason dl {
    width: 23.1%;
    margin: 0 2.53% 50px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.home-reason dl:nth-child(4n+4){
	margin-right:0;
}
.home-reason dd.pic {
    width: 100%;
    position: relative;
}
.home-reason dd.pic img {
    width: 100% !important;
}
.home-reason dd .n{
	position:absolute;
	top:0;
	left:0;
	width:128px;
	height:128px;
	box-sizing:border-box;
	color:#fff;
	background:url(/import/tenant_1/133.167.68.203/html/images/top/icon_01.png) 0 0 no-repeat;
	font-size:36px;
	color:#fff;
	line-height:1;
	padding:20px 0 0 14px;
}
.home-reason dt {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    font-weight: bold;
    color: #ee7700;
    padding: 16px 2.5% 10px 2.5%;
}
.home-reason dt+dd{
	padding:0 10% 20px 10%;
	text-align:center;
}
.home-reason dl:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/top/icon_02.gif);
	position:absolute;
	bottom:4px;
	right:4px;
	width:14px;
	height:14px;
}
.hmore a {
    line-height: 140%;
    max-width: 350px;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ee7700;
    border: 1px solid #ee7700;
    position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	  -webkit-justify-content: center;
          justify-content: center;
            -ms-flex-pack: center;
}
.hmore a:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/top/icon_03.png);
	    position: absolute;
    right: 47px;
    top: 35%;
}
.home-reason .hmore{
	text-align:center;
}
.home-reason {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.home-reason .clearfix.wrap.flex_c {
    z-index: 1;
}
.home-reason .bkkimg {
	width: 100%;
    z-index: -1;
    right: 0;
    left: 0;
    opacity: 0.5;
    top: 0;
    position: absolute;
}
.home-reason .bkkimg img {
	width: 100% !important;
	min-width: 1600px;
}
.home-info {
	position: relative;
}
.home-info .bkkimg {
    width: 100%;
    z-index: -1;
    right: 0;
    left: 0;
    opacity: 0.3;
    top: 0;
    position: absolute;
}
.home-info .bkkimg img {
	width: 100% !important;
	min-width: 1600px;
}
@media only screen and (max-width: 1024px) {
	.home-reason dl{
		max-width:271px;
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
}
@media only screen and (max-width : 599px ){
	.hmore a:before{
		right:15px;
	}
	.home-reason .bkkimg {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
	.home-reason .bkkimg img {
    min-width: auto;
}
	.hmore a {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 5% !important;
	font-size: 14px !important;
}
}

.home-nayami h3 .w{
	display:inline-block !important;
}
.home-nayami h3 img{
	display:inline-block !important;
	vertical-align:middle;
}
.home-nayami h3 .n{
	position:relative;
}
.home-nayami h3 .n img{
	position:absolute;
	top:-30px;
	right:0;
}

.home-nayami .wrap .box:nth-child(2n+2){
	margin-right:0;
}
.home-nayami .wrap .box{
	width:48%;
	position:relative;
	margin:0 4% 25px 0;
}
.home-nayami .wrap .box:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/top/icon_06.png);
	bottom:4px;
	right:4px;
	width:14px;
	height:16px;
	position:absolute;
}
.home-nayami .wrap .box .pic{
	width:33.6%;
	float:left;
}
.home-nayami .wrap .box .pic img {
  width: 100% !important;
}
.home-nayami .wrap .box .tbox{
	width:55.7%;
	float:right;
	padding:0 5% 0 0;
}
.home-nayami .wrap .box .ic{
	position:absolute;
	top:-44px;
	right:12px;
}
.home-nayami .wrap .box:nth-child(1){
	background:#d6e6f3;
}
.home-nayami .wrap .box:nth-child(2){
	background:#ffe6de;
}
.home-nayami .wrap .box:nth-child(3){
	background:#e3d2e7;
}
.home-nayami .wrap .box:nth-child(4){
	background:#f2f2b8;
}
.home-nayami .wrap .box .tbox h4{
	text-align:center;
	font-size:18px;
	color:#ee7700;
	padding:15px 0 5px 0;
}
@media only screen and (max-width : 599px ){
.home-nayami .wrap .box {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
}
}
.home-nayami .hmore a {
    margin: 30px auto 60px auto;
    display: block !important;
}　
.homei .wrap .box .tbox p{
	line-height:140%;
	padding:0 0 20px 0;
}
.ac{
	position:relative;
	font-size:1px;
	margin-bottom:-1px;
	height:1px;
}
.ac a{
	position:absolute;
	left:0;
	top:-54px;
}
@media only screen and (max-width : 599px ){
	.home-nayami h3 .n img{
		display:block !important;
	}

	.ac a{
		top:0;
	}
}

.home-ems{
	border:1px solid #aeaeae;
	background:url(/import/tenant_1/133.167.68.203/html/images/top/emsbk.jpg) 0 0 no-repeat;
	margin-bottom:50px;
	
}
.home-ems .in{
	position:relative;
	overflow:hidden;
}
.home-ems .right .pic{
	position:absolute;
	right:0;
	bottom:0;
}

.home-ems .more{
	text-align:center;
	background:#56abe0;
	font-size:18px;
	font-weight:bold;
	
}
.home-ems .more a{
	color:#fff;
	display:block;
	padding:12px 0;
}
.home-ems .more a img{
	vertical-align:middle;
	filter: brightness(8);
}
.home-ems .more .n{
	padding-left:3em;
}
.home-ems .k{
	position:absolute;
	top:0;
	left:0;
	width:115px;
	height:101px;
	background:url(/import/tenant_1/133.167.68.203/html/images/top/icon_07.png) 0 0 no-repeat;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:0;
	font-size:14px;
}
.home-ems .k .r{
	transform: rotate(-15deg);
	display:inline-block !important;
	padding-top:12px;
}
.home-ems h4{
	margin:17px 0 15px 120px;
	text-align:center;
	 font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.home-ems h4 strong{
	display:block;
	font-size:48px;
	line-height:1;
}
.home-ems .left{
	width:584px;
	height:auto;
	float:left;
	position:relative;
	z-index:1;
}
.home-ems .right{
	float:left;
	padding:32px 0 0 30px;
}
.home-ems .right .tbox{
	position:relative;
	z-index:1;
	width:240px;
	box-sizing:border-box;
	border:2px solid #56abe0;
	box-shadow:0px 0px 0px 7px #ffffff;
	background:#fff;
	margin-bottom:28px;
}
.home-ems h4 .s{
	display:block;
	background:#f7e312;
	line-height:27px;
	margin:0 6px;
	font-size:18px;
	position:relative;
}
.home-ems h4 .s:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/top/ribbon_left.png);
	position:absolute;
	top:0;
	left:-5px;
}
.home-ems h4 .s:after{
	content:url(/import/tenant_1/133.167.68.203/html/images/top/ribbon_right.png);
	position:absolute;
	top:0;
	right:-5px;
}
.home-ems .left p{
	padding:0 0 10px 20px;
	font-size:13px;
}
.home-ems .left dl{
	padding:0 0 10px 20px;
}
.home-ems .left dt{
	background:#fff;
	width:114px;
	height:auto;
	box-sizing:border-box;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#56abe0;
	line-height:140%;
	margin-bottom:10px;
}
.home-ems .left dt img{
	vertical-align:middle;
}
.home-ems .left dd{
	padding:5px 10px 0 8px;
}
.home-ems .right .tbox h5{
	background:#56abe0;
	color:#fff;
	font-size:18px;
	padding:10px 5px;
	text-align:center;
}
.home-ems .right .tbox ul{
	padding:15px 10px 10px 10px;
}
.home-ems .right .tbox li{
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
	position:relative;
}
.home-ems .right .tbox li.ex:before{
	content:"";
	width:100%;
	height:10px;
	background:#f7e312;
	bottom:3px;
	left:0;
	position:absolute;
}
.home-ems .right .tbox li.ex .l{
	position:relative;
	z-index:1;
}
.home-ems .right .tbox .st{
	position:absolute;
	top:-26px;
	right:-74px;
}
@media only screen and (max-width: 1024px) {
	.home-ems .left{
		width:auto;
		float:none;
		margin-right:2.5%;
	}
	.home-ems  .right{
		float:none;
		width:auto;
		padding-left:2.5%;
		padding-right:2.5%;
		padding-bottom:27px;
	}
	.home-ems .right .tbox{
		margin:0 auto;
	}
}
@media only screen and (max-width : 599px ){
	.home-ems .in{
		padding-top:100px;
	}
	.home-ems h4{
		margin-left:2.5%;
	}
	.home-ems h4 strong{
		font-size:28px;
		padding-bottom:10px;
	}
	.home-ems h4 .s{
		font-size:14px;
	}
	.home-ems .left dt{
		width:40%;
		min-height:67px;
	}
	.home-ems .left dd{
		width:10%;
		box-sizing:border-box;
	}
}

.home-news{
	background:#fff;
	width:74.8%;
	float:left;
	box-sizing:border-box;
	padding:28px 30px 20px 30px;
	margin-bottom:50px;
}
.home1 .right{
	width:22.2%;
	float:right;
	padding-bottom:23px;
}
.home-news h3{
	float:left;
	padding:0 0 0 67px;
	position:relative;
}
.home-news h3 strong{
	display:block;
	font-size:24px;
	line-height:1;
}
.home-news h3 img{
	position:absolute;
	top:0;
	left:0;
}
.home-news h3 .s {
    font-size: 14px;
    color: #ee7700;
    line-height: 1;
    display: block;
    padding-top: 3px;
}
.home-news .tit .more{
	float:right;
}
.home-news .tit .more a{
	display:inline-block !important;
	background:#ee7700;
	width:92px;
	color:#fff;
	height:auto;
	line-height:34px;
	border-radius:17px;
	font-size:12px;
	text-align:center;
}
.home-news .table dl{
	padding:18px 0 18px 0;
}
.home-news .table dl+dl{
	border-top:1px dotted #ababab;
}
.home-news .table dt {
    color: #ee7700;
    font-weight: bold;
    padding-bottom: 3px;
}
.home-news .table dd {
width: 100%;  
}
.home-news .table dd a {
  display: block;
  width: 100%;
}
.home-use {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.home-use .hmore {
    text-align: center;
    padding-top: 45px;
}
.home-use .w17t {
	padding-top: 0;
}
.home-use .flex_c {
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto;
}
.home-use .flex_c dl {
    width: 31.3%;
    padding-left: 2%;
}
.home-use .flex_c dl dt {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e70;
    font-weight: bold;
    color: #e70;
}
.home-use .flex_c dl dd{
	font-size: 14px;
} 
.home-use .flex_c dl dd.pic {
    width: 100%;
    margin-bottom: 15px;
}
.home-use .flex_c dl dd.pic img {
    width: 100% !important;
}
@media only screen and (max-width : 1024px ){
	.home-use .flex_c dl dt {
    font-size: 18px;
}	
}
@media only screen and (max-width : 599px ){
.home-use {
    padding-bottom: 40px;
}	
.home-use .flex_c {
    padding-bottom: 0px;
}	
.home-use .flex_c dl {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 15px;
}
	.home-use .flex_c dl dt {
    font-size: 16px;
	    padding-bottom: 10px;
    margin-bottom: 20px;	
}
	.home-use .w17t {
		padding-top: 0;
	}
}
.home-bana {
    border: 1px #c2c2c2 solid;
    margin-bottom: 80px;
    overflow: hidden;
    background: #f9f9f9;
}
.home-bana .tbox {
    width: 65%;
    position: relative;
    padding: 7% 1% 3% 5%;
    box-sizing: border-box;
    z-index: 2;
}
.home-bana .tbox .z1 {
	z-index: 1;
	position: relative;
}
.home-bana .tbox:after {
 content: "";
    width: 100%;
    max-width: 420px;
    height: 100%;
    top: 10%;
    left: 3%;
    position: absolute;
    z-index: 0;
    background: url(/import/tenant_1/133.167.68.203/html/images/top/cover2.png) no-repeat;
    background-size: contain;	
}
.home-bana .tbox h4 {
    font-size: 30px;
    color: #e70;
    padding-bottom: 0px;
    font-weight: bold;
}
.home-bana .tbox .tel {
    padding-top: 20px;
}
.home-bana .tbox .tel a {
    font-size: 40px;
    font-weight: bold;
    color: #e70;
}
.home-bana .tbox .tel img {
	width: 46px;
    vertical-align: baseline;
    padding-right: 1%;
    padding-top: 2px;
}
.home-bana .pic {
    width: 35%;
	position: relative;
}
.home-bana .pic:after {
  content: "";
    width: 40%;
    height: 100%;
    top: 0;
    left: -10%;
    position: absolute;
    z-index: 1;
    background: url(/import/tenant_1/133.167.68.203/html/images/top/cover1.png) no-repeat;
    background-size: 100% 102%;
}
@media only screen and (max-width : 1024px ){
.home-bana {
    margin-bottom: 50px;
}
.home-bana .tbox {
    padding-left: 3%;
    padding-top: 4%;
}
	.home-bana .tbox h4 {
    font-size: 25px;
}
	.home-bana .tbox .tel a {
    font-size: 35px;
}
	.home-bana .tbox .tel {
    padding-top: 15px;
}	
	.home-bana .tbox .tel img {
    width: 40px;
}	
}
@media only screen and (max-width : 599px ){
.home-bana .tbox {
    padding-top: 6%;
    padding-left: 3%;
}
.home-bana .tbox h4 {
    font-size: 20px;
}
	.home-bana .tbox .txt {
    font-size: 12px;
}
	.home-bana .tbox .tel {
    padding-top: 6px;
}
.home-bana .tbox .tel a {
    font-size: 18px;
}
.home-bana .tbox .tel img {
    width: 25px;
}
.home-bana .pic img {
    width: 100% !important;
    min-width: 160px;
}
}
.home-staff {
    padding-bottom: 60px;
}
.home-staff .w17t {
	padding-top: 0;
}
.home-staff .imgs {
    width: 30%;
    margin-right: 2%;
}
.home-staff .imgs .pic {
    width: 100%;
    padding-bottom: 15px;
}
.home-staff .imgs .txt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.home-staff .imgs .txt .s {
    display: inline-block;
    padding-right: 2%;
    font-size: 18px;
}
.home-staff .imgs .pic img {
    width: 100% !important;
}
.home-staff .tbox {
    width: 68%;
}
.home-staff .tbox h4 {
    font-size: 30px;
    padding-bottom: 20px;
    color: #e70;
    font-weight: bold;
}
.home-staff .tbox .hmore a {
    float: right;
    margin-top: 35px;
}
@media only screen and (max-width : 1024px ){
	.home-staff .tbox h4 {
    font-size: 25px;
		padding-bottom: 10px;
}
}
@media only screen and (max-width : 599px ){
	.home-staff .tbox h4 {
    font-size: 18px;
}	
.home-staff .imgs {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
	.home-staff .tbox {
    width: 100%;
    margin-bottom: 0;
}
	.home-staff .tbox .hmore {
		text-align: center;
	}
.home-staff .tbox .hmore a {
    float: none;
    margin: 30px auto 0;
}
}

.home1 .fb a{
	display:block;
	background:#4a6092;
	border:1px solid #c9c9c9;
	color:#fff;
	text-align:center;
	height:158px;
}
.home1 .fb strong{
	display:block;
	font-size:18px;
	padding:48px 0 14px 0;
}
.home1 .fb .l{
	display:block;
	font-size:23px;
	font-weight:bold;
}
.home1 .fb .l img{
	vertical-align:middle;
	margin-right:5px;
}
.home1 .right li{
	padding-bottom:28px;
}
.home1 .home-faq a{
	position:relative;
	display:block;
	border:1px solid #aeaeae;
}
.home1 .home-faq a img {
  width: 100% !important;
}
.home1 .home-faq .w{
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	text-align:center;
	right:10px;
	background:rgba(2555,255,255,0.57);
}
.home1 .home-faq strong{
	display:block;
	color:#4d9816;
	text-align:center;
	font-size:24px;
	line-height:120%;
	padding-top:18px;
}
.home1 .home-faq strong:after{
	content:"";
	display:block;
	margin:0 auto;
	max-width:218px;
	width:95%;
	height:5px;
	background:url(/import/tenant_1/133.167.68.203/html/images/top/faq_line.jpg) repeat-x 0 0 ;
	box-shadow:0px 0px 0px 2px #ffffff;
}
.home1 .home-faq .t{
	max-width:175px;
	display:inline-block !important;
	color:#4d9816;
	text-align:left;
	padding:8px 0 0 0;
}
@media only screen and (max-width: 1024px) {
	.home-news{
		width:100%;
		float:none;
	}
	.home1 .right{
		width:100%;
		float:none;
		
	}
	.home1 .right li{
		width:48%;
		max-width:260px;
		padding-left:1%;
		padding-right:1%;
		
	}
	.home1 .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
}
@media only screen and (max-width : 599px ){
	.home1 .right li{
		width:100%;
	}
	.home-news .tit .more{
		float:none;
	}
	.home-news h3{
		float:none;
		padding-bottom:10px;
	}
	.home-news h3 strong{
		font-size:20px;
	}
	.home-news{
		padding-left:2.5%;
		padding-right:2.5%;
	}
}

.home-blog h3 .w{
	display:inline-block !important;
	position:relative;
}
.home-blog h3 .w img{
	position:absolute;
	right:-170px;
	top:-20px;
	max-width:none;
}
.home-blog dd a.pic{
    width: 100%;
	border:1px solid #c1c1c1;
}
.home-blog dd a.trimming:after {
    display: block;
    content: "";
    padding-top: 64%;
}
.home-blog dd a.pic img{
    width: 100% !important;
}
.home-blog dl{
	max-width:294px;
	width:30.3%;
	padding:0 1.5% 40px 1.5%;
}
.home-blog dt a {
  display: block;
    color: #e70;
}
.home-blog dt {
    padding: 8px 0 5px 0;
    color: #e70;
}
.home-blog dt+dd{
	padding:0 0 5px 0;
}
.home-blog dd.tit {
    font-size: 16px;
    font-weight: bold;
    color: #f17b0f;
}
.home-blog dd.tit a {
  display: block;
    color: #f17b0f;
}
.home-blog .hmore {
    padding-top: 30px;
    text-align: center;
}
.home-blog{
	padding-bottom:50px;
}
.home-blog .flex_c{
	position:relative;
}
.home-blog .flex_c .img{
	position:absolute;
	bottom:-10px;
	left:0;
}
@media only screen and (max-width : 599px ){
	.home-blog dl{
		width:47%;
	}
	.home-blog h3 .w img{
		right:-80px;
	}
}
.home-menu {
    position: relative;
    overflow: hidden;
    padding: 60px 0 30px 0;
    margin-bottom: 70px;
}
.home-menu dl{
	width:23.1%;
	max-width:270px;
	background:#fff;
	position:relative;
	padding-bottom:20px;
	margin:0 2.53% 50px 0;
}
.home-menu dl:nth-child(4n+4){
	margin-right:0;
}
.home-menu dl:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/top/icon_02.gif);
	width:14px;
	height:14px;
	bottom:4px;
	right:4px;
	position:absolute;
}
.home-menu dt{
text-align: center;
    padding: 15px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #ee7700;
}
.home-menu dt a {
    color: #ee7700;	
}
.home-menu dd .pic {
  width: 100%;
}
.home-menu dd .pic img {
  width: 100% !important;
}
.home-menu dd .trimming:after {
    display: block;
    content: "";
    padding-top: 64%;
}
.home-menu .bkkimg {
	width: 100%;
    z-index: -1;
    right: 0;
    left: 0;
    opacity: 0.5;
    top: 0;
    position: absolute;
}
.home-menu .bkkimg img {
	width: 100% !important;
	min-width: 1920px;
}

@media only screen and (max-width: 1024px) {
.home-menu {
    padding: 30px 0 20px 0;
    margin-bottom: 20px;
}
	.home-menu dl{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.home-reason .bkkimg img {
    min-width: 1000px;
}
	.home-menu .bkkimg img {
    width: 100% !important;
    min-width: 1000px;
}
	.home-reason .button .hmore {
    width: 48%; 
	margin-right: 1%;
	margin-left: 1%;
		margin-bottom: 20px;
}
}
.home-menu dt+dd{
	padding-left:15px;
	padding-right:15px;
}
.home-greet{
	position:relative;
	overflow:hidden;
	background:#e9f1db;
}
.home-greet .bki{
	position:absolute;
	bottom:0;
	right:0;
}
.home-greet .bki img{
	max-width:none;
	min-width:1900px;
	height:auto;
}
.home-greet .w17t{
	position:relative;
	z-index:1;
}
.home-greet .pic{
	width:25.6%;
	max-width:300px;
	float:left;
	text-align:center;
}
.home-greet .tbox{
	width:69.2%;
	float:right;
	padding-bottom:30px;
}
.home-greet .tbox p{
	padding:0 0 20px 0;
}
.home-greet .pic dt{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:10px 0 5px 0;
}
.home-greet .pic dt .s{
	font-size:18px;
	padding-right:1em;
}
.home-greet .pic dt+dd{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:0 0 20px 0;
}
.home-greet h3{
	font-size:20px;
	font-weight:bold;
	color:#237f92;
	padding:0 0 20px 0;
}
.home-greet .hmore{
	text-align:right;
}
@media only screen and (max-width : 599px ){
	.home-greet .pic{
		float:none;
		width:auto;
		margin:0 auto;
	}
	.home-greet .tbox{
		width:auto;
		float:none;
	}
.home-menu .bkkimg {
    position: relative;
    margin-top: 40px;
}
	.home-menu .bkkimg img {
    min-width: auto;
}
		.home-reason .bkkimg img {
    min-width: auto;
}
}
.home-voice h3 img{
	vertical-align:middle;
	margin:0 20px;
}
.home-voice .box{
	background:#fff8ec;
	width:47.9%;
}
.home-voice .box{
	margin:0 4.2% 30px 0;
	box-sizing:border-box;
	padding:24px 24px 0 24px;
}
.home-voice .box:nth-child(2n+2){
	margin-right:0;
}
.home-voice .box .pic{
	float:left;
	width:33%;
}
.home-voice .box .pic img{
	border:1px solid #dddcdb;
}
.home-voice .box .tbox{
	width:62%;
	float:right;
}
.home-voice .box p{
	padding:0 0 
	20px 0;
}
.home-voice .box p.sign{
	text-align:right;
	font-weight:bold;
}
.home-voice .hmore{
	text-align:center;
}
.home-voice{
	padding-bottom:50px;
}
@media only screen and (max-width: 1024px) {
	.home-voice .box .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.home-voice .box .tbox{
		width:auto;
		float:none;
	}
	.home-voice .box{
		padding-left:2.5%;
		padding-right:2.5%;
	}
}
@media only screen and (max-width : 599px ){
	.home-voice h3 img{
		margin:0 2%;
		max-width:40px !important;
		height:auto !important;
	}
	
}
.home-trial {
	position: relative;
	padding-bottom: 50px;
}
.home-trial .w17t {
	padding-top: 0;
}
.home-trial .text{
	width: 50%;
}
.home-trial .pic {
    width: 47%;
    padding-right: 3%;
}
.home-trial .pic img{
	width: 100% !important;
}
@media only screen and (max-width : 599px ){
	.home-trial {
    padding-bottom: 40px;
}
.home-trial .text{
	width: 100%;
}
.home-trial .pic {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
}	
}
/*treatment*/
/*treatmentの川口つけたし*/
.kimidori{
  background-color: #e4f1d4;
}
/*treatmentの川口つけたし*/
.treatment1 #flow2 {
    margin-top: -110px;
    padding-top: 150px;
}

.treatment1 .pic{
	position: relative;
	width:23.1%;
}
.treatment1 .pic img {
  width: 100% !important;
}
.treatment1 .pic .n{
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    color: #fff;
    background: url(/import/tenant_1/133.167.68.203/html/images/top/icon_01.png) 0 0 no-repeat;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    padding: 20px 0 0 14px;
}
.treatment1 .box{
	background:#fff;
	position:relative;
}
.treatment1 .box+.box{
	margin-top:108px;
}
.treatment1 .box+.box:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/icon_03.png);
	position:absolute;
	top:-78px;
	left:50%;
	margin-left:-50px;
}
.treatment1 .tbox{
	width:71.5%;
	padding:25px 0 0 3.2%;
}
.treatment1 .tbox:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/icon_02.gif);
	width:14px;
	height:14px;
	bottom:4px;
	right:4px;
	position:absolute;
}
.treatment1 .tbox p{
	padding:0 0 20px 0;
}
.treatment1 .tbox .orange {
	color: #ee7700;
}
.treatment1 .tbox h4 {
    font-size: 18px;
    color: #ee7700;
    padding: 0 0 10px 0;
}
.treatment1{
	padding-bottom:50px;
}
.treatment1 .hmore {
    padding-bottom: 20px;
    text-align: center;
}
@media only screen and (max-width : 1024px ){
.treatment1 #flow2 {
    margin-top: 0px;
    padding-top: 40px;
}
}
@media only screen and (max-width : 599px ){
	.treatment1 .pic{
		width:100%;
	}
	.treatment1 .pic img{
		width:100%;
	}
	.treatment1 .tbox{
		width:auto;
		padding-right:3.2%;
	}
}
.treatment2 table{
	width:100%;
	height:auto;
	border:1px solid #c1c1c1;
	box-sizing:border-box;
	border-collapse:collapse;
	margin-bottom:20px;
}
.treatment2 table .b{
	width:2.6%;
}
.treatment2 table th{
	width:287px;
	height:84px;
	font-size:24px;
}
.treatment2 table td{
	font-size:24px;
	text-align:center;
	width:100px;
}
.treatment2 table td.g{
	color:#ee7700;
}
.treatment2 table tbody tr+tr th,.treatment2 table tbody tr+tr td{
	border-top:1px dashed #ababab;
}
.treatment2 table tbody tr + tr th.b,.treatment2 table tbody tr + tr td.b{
	border-top:none;
}
.treatment2 table thead td {
    background: #ee7700;
    color: #fff;
    font-weight: bold;
}
.treatment2 table thead th {
    background: #ee7700;
    color: #fff;
    font-weight: bold;
    height: 49px;
}
.treatment2 li{
	font-weight:bold;
}
.treatment2{
	padding-bottom:50px;
}
@media only screen and (max-width : 599px ){
	.treatment2 table .b{
		display:none;
	}
	.treatment2 table th{
		font-size:14px;
		height:40px;
	
	}
	.treatment2 table td{
		font-size:14px;
		
	}
}
.treatment3 .wrap{
	background:#fff;
	margin-bottom:30px;
	padding:30px 2.6% 10px 2.6%;
	position:relative;
}
.treatment3#massage1 {
    margin-top: -110px;
    padding-top: 150px;
}
/*
.treatment3 .wrap:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/icon_02.gif);
	position:absolute;
	width:14px;
	height:14px;
	bottom:4px;
	right:4px;
}*/

.treatment3{
	padding-top: 40px;
	padding-bottom:20px;
}
.treatment3 h4 {
    font-size: 18px;
    color: #ee7700;
    padding: 0 0 10px 0;
}
.treatment3 .wrap .tbox .red {
    color: #c13232;
}
.treatment3 .wrap p{
	padding:0 0 20px 0;
}
.treatment3 .wrap dl{
	width:48.6%;
	margin:0 2.8% 20px 0;
	
}
.treatment3 .wrap dl:nth-child(2n+2){
	margin-right:0;
}
.treatment3 .wrap dt{
	font-weight:bold;
	font-size:18px;
	padding:0 0 5px 0;
}
.treatment3 .wrap dt .g{
	font-weight:normal;
	color:#237f92;
	font-size:10px;
	vertical-align:middle;
}
.treatment3 .wrap dt .o {
	    color: #ee7700;
}
.treatment3 .wrap .w100 {
	width: 100%;
}
.treatment3 .about1 {
    padding-bottom: 0;
    padding-top: 0;
}
.treatment3 .about1 .wrap {
    padding-top: 0;
    margin-bottom: 10px;
}
.treatment3 .list {
    width: 100%;
    padding: 25px 2.5%;
    box-sizing: border-box;
    background: #fff8ec;
    line-height: 160%;
}
.treatment3 .hmore {
    text-align: center;
    padding-bottom: 50px;
}
.treatment3 .hmore a {
    padding-right: 3.5%;
    padding-left: 1%;
    box-sizing: border-box;
}
.treatment3 .hmore a:before {
    right: 17px;
}
.treatment4 .wrap{
	background:#fff;
	margin-bottom:30px;
	padding:30px 2.6% 10px 2.6%;
	position:relative;
}
.treatment4 .wrap:before{
	content:url(/import/tenant_1/133.167.68.203/html/images/icon_02.gif);
	position:absolute;
	width:14px;
	height:14px;
	bottom:4px;
	right:4px;
}
.treatment4{
	padding-bottom:20px;
}
.treatment4 .wrap .tbox{
	float:left;
	width:48.6%;
}
.treatment4 .wrap .right{
	width:48.6%;
	float:right;
}
.treatment4 .wrap h4{
    font-size: 18px;
    padding: 0 0 5px 0;
}
.treatment4 .wrap h4 .g{
    font-weight: normal;
    color: #237f92;
    font-size: 10px;
    vertical-align: middle;
}
.treatment4 .wrap .tbox p{
	padding:0 0 20px 0;
}
.treatment4 .wrap .tbox p strong{
	color: #ee7700;
}
.treatment4 .wrap .right li {
    border-left: 5px solid #ee7700;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}
.treatment4 .wrap .right dl{
    padding: 5px 0 10px 15px;
}
.treatment4 .wrap .right dt {
    font-size: 18px;
    font-weight: bold;
    color: #ee7700;
}
@media only screen and (max-width : 1024px ){
  .treatment3#massage1 {
    margin-top: 0px;
    padding-top: 40px;
}
}  
@media only screen and (max-width : 599px ){
	.treatment3 .wrap dl{
		float:none;
		width:auto;
	}
	.treatment3 .wrap dl{
		margin-right:0;
	}
	.treatment4 .wrap .right{
		float:none;
		width:auto;
	}
	.treatment4 .wrap .tbox{
		float:none;
		width:auto;
	}
	.treatment3 .hmore a:before {
    right: 10px;
}
}
/*owner*/

.owner1 h3{
	text-align:left;
}
.owner1 .tbox .s1 li{
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.owner1 .tbox .s1{
	padding-bottom:30px;
}
.owner1 .tbox .s1 .g{
    font-weight: normal;
    color: #237f92;
    font-size: 10px;
    vertical-align: middle;
}
.owner1 .tbox .s2 li {
    border-left: 5px solid #ee7700;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 50px;
}
.owner1 .tbox .s2 dl{
    padding: 12px 0 12px 0;
	margin-left:15px;
}
.owner1 .tbox .s2 dt {
    font-size: 18px;
    font-weight: bold;
    color: #ee7700;
    float: left;
}
.owner1 .tbox .s2 dd{
	padding:2px 0 0 150px;
}
.owner1 .tbox .s2 dl+dl{
	border-top:1px dotted #c1c1c1;
}
@media only screen and (max-width : 599px ){
	.owner1 .tbox .s2 dt{
		float:none;
	}
	.owner1 .tbox .s2 dd{
		padding-left:0;
	}
}

.about1+.about1{
	border-top:1px dashed #ababab;
}

/*accident*/
.accident1 .flow{
width: 62.4%;
float: left;
}
.accident1 .pic {
    width: 33.3%;
    float: right;
	text-align: center;
}
.accident1.treatment1 .pic .n{
text-align: left;
}
.accident1.treatment1 .tbox{
padding-left: 128px;
min-height: 131px;
}
.accident1.treatment1 .tbox p{
font-weight: bold;
font-size: 18px;
}
.accident2 .clear{
text-align: center;
padding: 0 2.5%;
}
.accident3.ems4 .wrap ul{
width: 100%;
}
.accident3wap .accident3{
border-bottom: 1px dashed #b1b1b1; 
}
.accident3wap .accident3:last-of-type{
border-bottom: none;
}
.accident4 h4{
font-size: 18px;
color: #237f92;
padding:0 2.5% 15px 2.5%;
}
.accident4 dt{
padding-bottom: 5px;
}
.accident4 dd{
font-weight: normal;
}
.accident4 dl{
min-height: 90px;
}
@media only screen and (max-width: 1024px) {
.accident1 .flow,.accident1 .pic{
float: none;
width: 100%;
}
.accident1 .pic{
padding-bottom: 30px;
}

}
.ems1.pelvis1 .wrap{
position: relative;
}
.ems1.pelvis1 .wrap:before {
    content: url(/import/tenant_1/133.167.68.203/html/images/icon_02.gif);
    width: 14px;
    height: 14px;
    bottom: 4px;
    right: 4px;
    position: absolute;
}
.ems1 .hmore {
	padding-top: 40px;
    text-align: center;
}

/*news*/
.newsmain{
width:73.5%;
float: left;
}
.newsside{
width:22.2%;
float: right;
}
.newsmain .tbox{
padding-bottom: 30px;
}
.newsmain .hmore{
text-align: right;
}
.newsside dt {
    border-left: 5px solid #ee7700;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 0 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #ee7700;
}
.newsside dd{
border-bottom: 1px dashed #b1b1b1;
padding: 20px 0 20px 20px;
}
.newsside dl{
padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
.newsmain,.newsside{
width:100%;
float: none;
}
.newsside{
width: 95%;
margin: 0 auto;
}
}
.news1 .tit p{
display: inline-block !important;
padding-right: 20px;
}
.news-d .tbox p{
padding-bottom: 30px;
}
.news-d.voice1 .wrap{
padding-bottom: 0;
}
.back{
text-align: center;
padding-bottom: 50px;
}
.back a {
    display: inline-block !important;
    width: 92px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background-color: #ee7700;
    text-align: center;
    border-radius: 20px;
}
/*voice*/
.voice1 .tbox .tit{
border-left: 5px solid #ee7700;
border-bottom: 1px solid #c1c1c1;
margin-bottom: 30px;
padding:5px 0 10px 15px;
}
.voice1 .tbox .tit h3{
font-size: 18px;
font-weight: bold;
color: #ee7700;
}
.voice1 .tbox .tit h3 a {
  display:block;
 color: #ee7700; 
}
.voice1 .tbox .tit p{
padding-bottom: 0;
}
.voice1 .tbox .tit p img{
vertical-align: middle;
padding-right: 10px;
}
.voice1 .wrap{
padding-bottom: 50px;
border-bottom: 1px dashed #b1b1b1;
margin-bottom: 50px;
}
.voice1 .pic {
  margin-bottom: 25px;
}
.voice1 .pic img {
  width: 100% !important;
}
.voice1 .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 120%;
}
.pagenav{
letter-spacing: -5px;
text-align: center;
padding-bottom: 50px;
}
.pagenav li{
display: inline-block !important;
letter-spacing: 0;
padding: 0 15px;
}
.pagenav li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #ee7700;
    border-radius: 50%;
}

/*faq*/
.faq1 ul li{
    width: 23.1%;
    margin: 0 2.53% 50px 0;
    background: #fff;
    position: relative;
}
.faq1 ul li:nth-child(4n+4) {
    margin-right: 0;
}
.faq1 ul a{
	display: block;
	font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    color: #237f92;
    padding: 16px 12.5% 16px 12.5%;
}
.faq1 ul li a:before {
    content: url(/import/tenant_1/133.167.68.203/html/images/top/icon_02.gif);
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
}

.faq2 .wrap{
padding-bottom: 50px;
}
.faq2 dl{
padding-bottom: 30px;
}
.faq2 dt{
    position: relative;
    font-size: 18px;
    padding: 10px 0 15px 40px;
    border-bottom: 1px solid #c1c1c1;
    border-left: 5px solid #ee7700;
background:url(/import/tenant_1/133.167.68.203/html/images/faq/faq_01.gif) right 12px no-repeat;
	cursor:pointer;
	font-weight: bold;
}
.faq2 .q {
    position: absolute;
    width: 40px;
    line-height: 30px;
    text-align: center;
    color: #ee7700;
    top: 8px;
    left: 0;
    font-weight: bold;
}
.faq2 dd{
	background:#fff8ed;
	padding:30px 2.5% 30px 2.5%;
	margin: 20px 0 0 0;
	position:relative;
	display:none;
}
.faq2.faq2-1 dd{
background: #fff;
}
/*contact*/
.contact1 .wrap{
background-color: #f6f3ee;
padding: 30px 2.5%;
}
.contact1{
padding-bottom: 50px;
}
.contact1 p{
text-align: center;
}
.contact1 p.tel{
font-size: 48px;
}
.contact1 p.tel:before{
content: url(/import/tenant_1/133.167.68.203/html/images/contact/contact_01.png);
padding-right: 15px;
}
.contact1 p.tel+p{
font-weight: bold;
}
.contact1 p.tel+p .t{
color: #ee7700;
}
@media only screen and (max-width : 599px ){
.contact1 p.tel{
font-size: 24px;
}
.contact1 p.tel:before{
display: block;
text-align: center;
}
}
.contact2{
padding-bottom: 50px;
}
.contact2 .wrap{
padding: 50px 2.5%;
background-color: #fff;
}
.contact2 .wrap .tx{
padding-bottom: 25px;
}
.contact2 .table dt {
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0 15px 0;
}
.contact2 .table dt strong{
color: #ee7700;
font-size: 14px;
}
.contact2 .table dd {
    padding: 5px 0 5px 355px;
}
.contact2 .table dl {
    border-bottom: 1px solid #c1c1c1;
	margin-bottom: 20px;
	border-left: 5px solid #ee7700;
	padding-left: 15px;
}
.contact2 .table dd .size1{
width: 400px;
height: 30px;
border: 1px solid #c1c1c1;
box-shadow:0px 0px 6px 3px #ebebeb inset;
}
.contact2 .table dd textarea{
width: 97%;
height: 200px;
border: 1px solid #c1c1c1;
box-shadow:0px 0px 6px 3px #ebebeb inset;
}
.contact2 .table dd input[type=radio]{
width: 24px;
height: 24px;
vertical-align: middle;
margin-right: 5px;
}
.contact2 .table dd label {
  margin-right: 10px;
}
.contact2 .table dd .s2{
padding-right: 55px;
}
.contact2 .formbtn {
    text-align: center;
    letter-spacing: -5px;
	padding: 40px 0 0 0;
}
.contact2 .formbtn li {
	text-align: center;
    letter-spacing: 0;
    padding: 0 10px;
}
.contact2 .formbtn li #check {
        max-width: 350px;
    width: 95%;
    display: inline-block !important;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ee7700;
    line-height: 63px;
    border: 1px solid #ee7700;
    position: relative;
	background: url(/import/tenant_1/133.167.68.203/html/images/top/icon_03.png) no-repeat 90% 24px;
}
.contact2 .formbtn li #check.w30{
      max-width: 300px;
    width: 100%;
    min-width: 300px;
}
@media only screen and (max-width: 1024px) {
.contact2 .table dt{
float: none;
padding-bottom: 0;
}
.contact2 .table dd{
padding-left: 0;
}
}
@media only screen and (max-width: 599px) {
.contact2 .formbtn li+li {
	margin-top: 15px;
}  
.contact2 .table dd .size1{
  width: 100%;
  max-width:400px;
}
}  
/*ems*/
.ems1{
padding-bottom:50px;
}
.ems1 .wrap{
background: #FFFFFF;
padding: 30px 2.5% 10px 2.5% ;
}
.ems1 li{
padding-bottom: 20px;
font-size: 18px;
font-weight: bold;
position: relative;
padding-left: 15px;
}
.ems1 li dt {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}
.ems1 li dd {
    font-size: 16px;
    font-weight: normal;
    padding-left: 15px;
}
.ems1 li strong{
color: #ee7700;
font-size: 10px;
padding-right: 10px;
position: absolute;
left: 0;
top:0;
}
.ems1 ul{
width: 45%;
float: left;
}
.ems1 ul+ul{
float: right;
}
@media only screen and (max-width: 1024px) {
.ems1 .wrap{
background: #FFFFFF;
padding: 30px 0 10px 0 ;
}
.ems1 ul{
width: 95%;
float: none;
margin: 0 auto;
}
.ems1 ul+ul{
float: none;
}
}
@media only screen and (max-width : 599px ){
.ems1 li{
font-size: 14px;
}
}
.ems2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7f3f2+0,ddf4da+50,e9f4ce+100 */
background: rgb(199,243,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(199,243,242,1) 0%, rgba(221,244,218,1) 50%, rgba(233,244,206,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(199,243,242,1) 0%,rgba(221,244,218,1) 50%,rgba(233,244,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(199,243,242,1) 0%,rgba(221,244,218,1) 50%,rgba(233,244,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f3f2', endColorstr='#e9f4ce',GradientType=0 ); /* IE6-9 */
}
.ems2 h3+h4{
font-size: 60px;
font-weight: normal;
text-align: center;
line-height: 90%;
margin-bottom: 30px;
}
.ems2 h3+h4 .s{
font-size:48px;
display: block;
}
.ems2-1 li{
width: 270px;
height: 270px;
background-color: #78b9bf;
border-radius: 50%;
margin-right: 30px;
margin-bottom: 50px;
text-align: center;
}
.ems2-1 li:nth-of-type(4n){
margin-right: 0;
}
.ems2-1 li p{
color: #fff;
line-height: 140%;
}
.ems2-1 li .p1{
font-size: 48px;
padding: 80px 0 0 0;
}
.ems2-1 li .p2{
font-size:24px;
padding:40px 0 0 0; 
}
.ems2-1 li .p2+p{
font-size: 14px;
padding:15px 0 0 0; 
}
.ems2-2 h4:before{
width: 30px;
content: url(/import/tenant_1/133.167.68.203/html/images/ems/ems1.png);
}
.ems2-2 h4:after{
width: 30px;
content: url(/import/tenant_1/133.167.68.203/html/images/ems/ems3.png);
}
.ems2-2 h4{
width: 100%;
text-align: center;
font-size: 48px;
color: #ff717e;
line-height: 73px;
margin-bottom: 100px;
}
.ems2-2 h4 .t{
width: 90%;
display: inline-block !important;
background:url(/import/tenant_1/133.167.68.203/html/images/ems/ems2.png) repeat-x;
vertical-align: top;
}
.ems2-2 .inner div{
width: 400px;
min-height: 400px;
background: url(/import/tenant_1/133.167.68.203/html/images/ems/ems5.png) no-repeat center;
background-size:contain;
float: left;
}
.ems2-2 .inner div+div{
float: right;
}
.ems2-2 .inner div p{
text-align: center;
font-weight: bold;
padding-top: 60px;
font-size: 24px;
line-height: 120%;
}
.ems2-2 .inner div+div p{
padding-top: 90px;
}
.ems2-2 .inner{
position: relative;
min-height: 602px;
padding: 0 30px;
}
.ems2-2 .inner .pic{
position: absolute;
top:0;
left: 38%;
}
@media only screen and (max-width: 1024px) {
.ems2 h3+h4{
font-size:28px;
}
.ems2-2 h4:before,.ems2-2 h4:after{
content: "";
}
.ems2 h3+h4 .s{
font-size:18px;
display: block;
}
.ems2-1 li{
margin: 0 15px 50px 15px;
}
.ems2-1 li:nth-of-type(4n){
margin-right: 15px;
}
.ems2-2 h4{
font-size: 24px;
margin-bottom: 20px;
}
.ems2-2 .inner div{
width: 100%;
height: auto;
float: none;
}
.ems2-2 .inner div+div{
float: none;
}
.ems2-2 .inner .pic{
position: relative;
text-align: center;
left: auto;
}
}
.ems4 .wrap{
background: #FFFFFF;
padding: 30px 2.5% 20px 2.5% ;
}
.ems4 .wrap .left{
width: 45%;
float: left;
}
.ems4 .wrap ul{
width: 45%;
float: right;
}
.ems4 .wrap .left dt{
font-size: 18px;
font-weight: bold;
}
.ems4 .wrap .left dt strong{
font-size: 10px;
color: #237f92;
padding-right: 10px;
}
.ems4 .wrap ul li{
border-left: 5px solid #237f92;
border-bottom: 1px solid #c1c1c1;
margin-bottom: 20px;
}
.ems4 .wrap ul li dl{
padding:5px 0 10px 15px;
}
.ems4 .wrap ul li dl dt{
font-size: 18px;
font-weight: bold;
color: #237f92;
}
.ems4{
padding-bottom: 30px;
}
.ems5{
padding: 50px 0;
}
.ems5 .hmore{
text-align: center;
}
@media only screen and (max-width : 599px ){
.ems4 .wrap .left{
width: 95%;
float: none;
padding-bottom: 20px;
}
.ems4 .wrap ul{
width: 95%;
float: none;
}
}
.button {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.button .hmore {
    width: 20%;
}
.button .hmore a {
    max-width: 350px;
    font-size: 16px;
    box-sizing: border-box;
}
 .button .hmore a:before {
    right: 7px;
}

@media only screen and (max-width: 1024px) {
.button .hmore {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
    padding-bottom: 0;
}
}
@media only screen and (max-width: 599px) {
	.home-reason .button {
    width: 100%;
    padding-top: 20px;
}
	.home-reason .button .hmore {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
}



/*メインビジュアル切り取り*/
.home-main {
  overflow: hidden;
}
.home-main .uk-slideshow {
    position: absolute !important;
    top: 0;
}
.home-main .uk-slidenav-position:after {
    display: block;
    content: "";
    padding-top: 32%;
}

.underline {
  text-decoration: underline;
}
