@charset "UTF-8";
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	height:100%;
	font-size:10px;
}
body{
	font-family: "HummingStd-L", Meiryo, "メイリオ", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color:#000;
	text-align:center;
	font-size:1.8rem;
	line-height:1.5;
	height:100%;
	min-width:1200px;
	-webkit-text-size-adjust:none;
}
ruby{
	ruby-position:under; 
}
ruby rt{
	margin:5px 0;
	letter-spacing:1px;
}
@media screen and (max-width: 767px) {body{min-width:375px;}}
img{
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width :auto;
}
* html img{
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,input,table,figure,ol,.dot{
	font-size:1.8rem;
	line-height:1.5;
	margin:0;
}
@media screen and (max-width: 767px) {h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure,ol,.dot{font-size:1.6rem;}}
ul{
	font-size:0;
}
span{
	font-weight:inherit;
	display:inline-block;
}
@media screen and (min-width: 768px){
	span{width: 80%;
	}}

em{
	font-weight:bold;
	font-style:inherit;
	color:#CC0000;
}
strong{
	font-weight:bold;
}
a{
	color:inherit;
	font-weight:inherit;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
hr{
	border-bottom:1px solid rgba(0,0,0,0);
	border-top:1px solid rgba(0,0,0,0);
	margin:50px 0;
}
@media screen and (max-width: 767px) {hr{margin:30px 0;}}
#wrapper{
	width:100%;
	overflow:hidden;
}
.frame{
	max-width:1080px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.frame::after {
	display: block;
	clear: both;
	content: "";
}
@media screen and (max-width: 767px) {.frame{max-width:480px;padding-right:20px;padding-left:20px;}}
.clearfix::after{
	display: block;
	clear: both;
	content: "";
}
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}
.accordionopen{
	cursor:pointer;
}
@media screen and (max-width: 767px) {#wrapper .pc{display:none;}}
@media print, screen and (min-width: 768px) {#wrapper .sp{display:none;}}
header{
	position:relative;
	left:0;
	z-index:1000;
	width:100%;
	text-align:left;
	max-width:100%;
	min-width:1200px;
	height:130px;
}
header p{
	font-size:18px;
}
#wrapper.scroll header{
	position:fixed;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	height:70px;
}
@media screen and (max-width: 767px) {
	header,#wrapper.scroll header{min-width:375px;height:auto;overflow:auto;top:0;}
}
.header_wrap{
	position:relative;
}
.globalnav_btn{
	position:absolute;
	right:0;
	top:0;
	width:65px;
	height:65px;
	z-index:1000;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
	padding-top:38px;
	color:#000;
	font-weight:bold;
}
.globalnav_btn::before,
.globalnav_btn::after{
	content:"";
	display:block;
	width:35px;
	height:3px;
	position: absolute;
	left: 15px;
	top:20px;
	background:#000;
	transition: all .4s;
	box-sizing: border-box;
}
.globalnav_btn::after{
	top:30px;
}
.globalnav_btn.open::before{
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.globalnav_btn.open{
	text-indent:-9999em;
}
.globalnav_btn.open::after{
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
#wrapper.scroll header{
	top:-70px;
	transition: 0.5s;
	transform: translateY(70px);
}
#wrapper.scroll .pc_scrollnone{
	display:none;
}
.header_logo{
	position:absolute;
	max-width:200px;
	left:0;
}
.header_logo a{
	display:block;
	padding:10px;
}
.header_logo a:hover{
	opacity:0.6;
}
#wrapper.scroll .header_logo{top:0;}
#wrapper.scroll .header_logo a{height:80px;padding:15px;}
#wrapper.scroll .header_logo a img{max-height:100%;}
.header_assistnav{
	position:absolute;
	right:0;
	top:0;
}
.header_assistnav li{
	display:inline-block;
	padding-right:10px;
	vertical-align:top;
}
.header_assistnav li a{
	display:block;
	color:#FFF;
	text-align:center;
	font-size:16px;
	padding:18px 0;
	width:110px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.header_assistnav img{
	display:block;
	margin:0 auto;
}
.header_assistnav li a:hover{
	padding-top:30px;
}
#wrapper.scroll .header_assistnav li a{padding:5px 0;}
#wrapper.scroll .header_assistnav li a:hover{padding:15px 0;}
.header_tel{
	padding-right:270px;
	height:70px;
	margin-bottom:-20px;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.header_tel a{
	padding-left:40px;
	background:url(../img/teltel.svg) left no-repeat;
	background-size:30px;
	margin-left:15px;
	font-size:36px;
	letter-spacing:2px;
}
.globalnav{
	display:block;
	text-align:right;
}
.globalnav nav > ul{
	text-align:center;
	width:70vw;
	min-width:900px;
	margin:0 0 0 auto;
	padding:25px 250px 0 0;
}
.globalnav nav > ul > li{
	flex:1 0 auto;
	position:relative;
	border-left:1px solid rgba(0,0,0,0.5);
}
.globalnav nav > ul > li:nth-child(2){
	border:none;
}
.globalnav nav > ul > li > a{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
	padding:15px 0;
	margin:-5px 0;
}
.globalnav nav .accordion{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height:0;
	min-width:200px;
	overflow:hidden;
	position:absolute;
	width:100%;
	display:block;
    left: 50%;
    transform: translateX(-50%);
}
.globalnav nav > ul > li:hover .accordion{
	max-height:500px;
}
.globalnav nav .accordion li + li{
	border-top:1px solid #FFF;
}
.globalnav nav .accordion li a{
	display:block;
	color:#000;
	padding:10px 5px;
}
.globalnav nav .accordion li a:hover{
	background:#999;
}
}
@media screen and (max-width: 767px) {
.header_logo{
	padding:0 65px 0 0;
	align-items:center;
}
.header_logo a{
	display:block;
	height:65px;
}
.header_logo img{
	max-height:100%;
}
.header_assistnav{
}
.header_assistnav li{
	display:inline-block;
	width:50%;
	text-align:center;
}
.header_assistnav li:first-child{
	padding-right:1px;
}
.header_assistnav img{
	width:40px;
	height:40px;
	font-size:1.6rem;
}
.header_assistnav span{
	line-height:40px;
	margin-left:5px;
}
.header_assistnav li a{
	display:block;
	color:#FFF;
	text-align:center;
	padding:10px 0;
	font-weight:bold;
}
.header_tel{
	text-align:center;
	padding:20px 0;
}
.header_tel a{
	display:block;
	max-width:320px;
	background:#FFF url(../img/teltel.svg) left 20px center no-repeat;
	background-size:30px;
	font-size:40px;
	line-height:1;
	margin:5px auto;
	padding:10px 10px 10px 50px;
	border-radius:10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.globalnav{
	background:#fef4f4;
	height:calc(100vh - 65px);
	overflow:auto;
	padding-bottom:20px;
}
.globalnav nav > ul{
	max-width:320px;
	margin:0 auto;
}
.globalnav nav > ul > li{
	position:relative;
	background:#000;
	color:#FFF;
	margin-bottom:1px;
}
.globalnav nav ul li a{
	display:block;
	text-align:center;
	font-size:1.8rem;
	line-height:1.667;
	padding:10px 0;
	font-weight:bold;
}
.globalnav nav > ul > li > a.current,
.globalnav nav ul li.page_item a.current{
	background-color:rgba(0,0,0,0.1);
}
.globalnav nav > ul > li:hover {
	opacity: 0.9;
}
}
.globalnav nav .accordionopen{
	width:50px;
	line-height:50px;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	background:rgba(255,255,255,0.3);
}
.globalnav nav .accordionopen::before{
	content:"+";
	display:block;
}
.globalnav nav .accordionopen.open::before,
.globalnav nav ul li a.current + p.accordionopen::before{
	content:"-";
}
.globalnav nav .accordion{
	display:none;
}
.globalnav nav .accordion li a{
	border-top:1px dashed #CCC;
}
#wrapper .globalnav nav ul li a.current + p + ul{
	display:block;
}
main{
	display:block;
}
.localnav{
	text-align:center;
	padding:20px 0;
}
.localnav ul{
	font-size:0;
}
.localnav  ul li{
	display:inline-block;
	padding:10px;
}
.localnav  ul li a{
	font-size:18px;
	line-height:20px;
	padding:20px;
	min-width:200px;
	border-radius:130px;
	display:block;
	font-weight:bold;
	outline:2px solid #666;
	outline-offset:-2px;
}
.localnav  ul li.page_item a.current,
.localnav  ul li a:hover{
	background:#000;
	color:#FFF;
	outline:none;
}
@media screen and (max-width: 767px) {
.localnav{margin:0 -10px;}
.localnav  ul li{
	padding:2px;
}
.localnav  ul li a{
	font-size:16px;
	padding:13px;
	min-width:0;
}
}
.path{
	padding:6px 10px;
	height:0;
	position:absolute;
	z-index:10;
}
.path p{
	font-size:1.3rem;
	text-align:left;
	color:#555;
}
.path p strong{
	font-weight:normal;
}
.path p a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 767px) {
	.path{display:none;}
}
@media print, screen and (min-width: 768px) {
	.mainarea{width:720px;float:left;}
	.sidebar{width:280px;float:right;}
}
.single .data{
	text-align:right;
	font-size:1.4rem;
	line-height:50px;
	margin:0 0 30px 0;	
	color:#666;
}
.single img{
	display:block;
	margin:30px auto;
}
.single h1{
	font-size:3rem;
	font-weight:bold;
	padding:0.8em 0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.single h2{
	background:#000;
	color:#FFF;
	font-size:2.2rem;
	font-weight:bold;
	padding:8px 15px;
	margin:50px 0 -20px 0;
}
.single h3{
	font-size:2.2rem;
	font-weight:bold;
	margin:50px 0 -20px 0;
}
.single h4{
	font-size:1.8rem;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:2px solid #000;
	margin:50px 0 -20px 0;
}
.single p{
	line-height:1.66;
}
.single figure,
.single p,
.single dl,
.single ul,
.single ol,
.single table{
	margin-top:30px;
}
.single a{
	text-decoration:underline;
	color:#0052B5;
}
.single a:hover{
	text-decoration:none;
}
@media screen and (max-width: 767px) {
	.single{margin:20px 0;}
	.single .data{font-size:12px;line-height:30px;margin-bottom:-15px;}
	.single img{margin:15px auto;}
	.single h1{font-size:20px;padding:0.4em 0;}
	.single h2{font-size:18px;margin:30px 0 -20px 0;padding:2px 6px;}
	.single h3{font-size:18px;margin:30px 0 -20px 0;}
	.single h4{font-size:16px;margin:30px 0 -20px 0;}
}
.sidebar h2{
	font-size:1.6rem;
	border-top:2px solid #000;
	font-weight:bold;
	padding:10px;
}
.sidebar nav{
	margin-bottom:-1px;
}
.sidebar li a{
	border-bottom:1px solid rgba(0,0,0,0.3);
	display:block;
	padding:12px 10px;
}
.sidebar li a:hover{
	background:rgba(0,0,0,0.1);
}
@media print, screen and (min-width: 768px) {
	.sidebar li a{font-size:1.6rem;}
}
@media screen and (max-width: 767px) {
	.sidebar{margin-top:30px;padding:30px 0;position:relative;}
	.sidebar nav{background:#FFF;}
	.sidebar::after{content:"";display:block;position:absolute;width:100vw;min-width:1200px;top:0;height:100%;z-index:-1;left:50%;margin-left:-50vw;height:100%;background:rgba(0,0,0,0.1);}
	.sidebar li a{font-size:14px;}
}
.pager{
	margin-top:30px;
	text-align:center;
}
.pager li{
	display:inline-block;
}
.pager li a,
.pager li span{
	display:block;
	color:#000;
	background:rgba(0,0,0,0.1);
	width:40px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	margin:2px;
	text-decoration:none;
}
.pager li span{
	color:#FFF;
	background:#000;
}
.pager li span.dots{
	background:none;
	color:#4D4D4D;
	width:auto;
	padding:0;
}
.pager li a:hover{
	background-color:#CCCCCC;
}
footer{
	position:relative;
}
.footer_nav{
}
.footer_nav li{
	display:inline-block;
}
.footer_nav li a{
	display:block;
	padding:15px;
	font-size:16px;
}
.footer_nav li a:hover{
	background-color:rgba(248,169,0,0.5);
}
@media print, screen and (min-width: 768px) {
	.footer_nav li{margin-bottom:20px;padding:0 5px;}
	.footer_nav li + li{border-left:1px solid #000;}
	.footer_nav li a{margin:-15px 0;border-radius:5px;}
	.footer_nav li a:hover{background:#FDB86D;}
}
@media screen and (max-width: 767px) {
	.footer_nav{padding:5px 0;}
	.footer_nav li a{font-size:14px;padding:10px;}
}
.footer_toi .tel a{
	padding-left:60px;
	background:url(../img/teltel.svg) left no-repeat;
	background-size:45px;
	font-size:60px;
	line-height:1;
	letter-spacing:2px;
}
@media screen and (max-width: 767px) {
.footer_toi .tel a{
	display:block;
	max-width:320px;
	background:#FFF url(../img/teltel.svg) left 20px center no-repeat;
	background-size:30px;
	font-size:40px;
	line-height:1;
	letter-spacing:0;
	margin:5px auto;
	padding:10px 10px 10px 50px;
	border-radius:10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
}
.footer_data .logo a{
	display:block;
}
.pagetop a{
	position:fixed;
	bottom:10px;
	right: 10px;
	width:70px;
	height:70px;
	z-index:20;
	background:rgba(0,0,0,0.1);
	border-radius:20px;
}
.pagetop a:hover{
	background-color:#fff;
}
@media screen and (max-width: 767px) {
	.pagetop a{bottom:0;right: 0;width:60px;height:60px;border-radius:0;}
}
.copyright{
	display:block;
	font-size:14px;
	padding:20px;
}
.copyright a:hover{
	text-decoration:underline;
}
@media print, screen and (min-width: 768px) {
	.copyright{letter-spacing:1px;}
}
@media screen and (max-width: 767px) {
	.copyright{font-size:12px;padding:15px;}
}
@media screen and (min-width: 768px) {
.annai {
	display: inline-block;
	width: 70%;}
}
@media screen and (min-width: 768px) {
.seiretu {
	display: inline-block;
	width: 90%;}
}
@media screen and (min-width: 768px) {
.shoku {
	display: inline-block;
	width: 80%;}
@media screen and (min-width: 768px) {
.kikun {
	display: inline-block;
	width: 95%;}
}}
@media screen and (min-width: 768px) {
.rec {
	display: inline-block;
	width: 80%;}
}
@media screen and (min-width: 768px) {
.oku {
	display: inline-block;
	width: 80%;}
}
.google-map{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.google-map iframe{
  position: absolute;
  top:0;
	left: 0;
  width:100%;
  height:90%;
}

.tx_w,a.tx_w{color:#FFF;}
.bg_w,.btn.bg_w,.bg_w.area::before{background-color:#FFF;}
.bg_c1,.btn.bg_c1,.bg_c1.area::before{background-color:#eb6100;fill:#eb6100;}
.bg_c2,.btn.bg_c2,.bg_c2.area::before{background-color:#eb6100;fill:#eb6100;}
.bg_pale_c1,.btn.bg_pale_c1,.bg_pale_c1.area::before{background-color:#fef4f4;}
.bg_no{background:none;}
body{
	font-family: "HummingStd-L", Meiryo, "メイリオ", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color:#000;
}
@media screen and (max-width: 767px) {.title1{font-size:2.4rem;}}
.mincho{font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.btn{
	width:330px;
	max-width:100%;
	padding:1em;
}
table th{
	background-color:#F1F0EC;
}
.header_tel a,
.tel,
.tel a{
	font-family: 'Trebuchet MS','Futura','Arial',sans-serif;
}
header{
	background:rgba(255,255,255,0.7);
}
.globalnav_btn{
	color:#eb6100;
}
.globalnav_btn::before,.globalnav_btn::after{
	background-color:#eb6100;
}

@media print, screen and (min-width: 768px) {
.header_logo{
	top:35px;
	width:300px;
}
.globalnav nav > ul > li > a.current,
.globalnav nav > ul > li > a{border-radius:5px;}
.globalnav nav > ul > li > a:hover{
	background-color:rgba(248,169,0,0.5);
}}
@media screen and (max-width: 767px) {
.header_logo a{
	padding:12px 8px;
}
.globalnav{
	color:#000;
}
.globalnav nav > ul > li{
	background:#eb6100;
}}
.footer_data .logo a{
	display:block;
	width:300px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.footer_data .logo a{width:240px;}
}
.area .text p{
	line-height:2;
}
.area .state{-webkit-box-ordinal-group:-2;-ms-flex-order:-1;order:-1;}
@media screen and (max-width: 767px) {
	.area .ord1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
}

.tx_sen::after{border-color:#eb6100;
	border-width:5px;
}
.tx_line{border-color:#eb6100;}
.mainimg.bgimg{
	height:760px;
	padding-top:200px;
	background-position:top;
}
.mainimg p{
	 -ms-writing-mode: tb-rl;
	padding-left:3.5vw;
}
@media screen and (max-width: 767px) {
.mainimg.bgimg{
	height:400px;
	padding-top:100px;
	background-position:top left 25%;
}}
 @media screen and (min-width: 768px) {
	.pagetitle{padding:80px 0;}
}
@media screen and (max-width: 767px) {
	.pagetitle{padding:20px 0;}
} 

/* base */
.tx,
.tx p{
	line-height:1.75;
}
.tx a{
	text-decoration:underline;
	color:#0038AD;
}
.tx a:hover{
	text-decoration:none;
}
.tx_sen{
	text-align:center;
}
.tx_sen::after{
	content:"";
	display:block;
	width:15em;
	margin:0 auto;
	height:0.3em;
	border-bottom:2px solid #eb6100;
}
.tx_w .tx_sen::after,
.tx_w.tx_sen::after{border-color:#FFF;}
.tx_line{
	font-weight:bold;
	border-bottom:2px solid #000;
	padding-bottom:0.3em;
}
.title1{
	font-size:3.0rem;
	letter-spacing:1px;
	position:relative;
	margin-bottom:3rem;
}
@media screen and (max-width: 767px) {.title1{font-size:2.0rem;letter-spacing:0;margin-bottom:1rem;}}
.title2{
	font-size:2.4rem;
	position:relative;
	margin-top:5rem;
	margin-bottom:2rem;
}
figure + .title2,
.title2:first-child{margin-top:0;}
.btn{
	display:block;
	width:360px;
	padding:0.8em;
	background:#666 right no-repeat;
	color:#FFF;
	margin:20px auto 0 auto;
	text-align:center;
	border-radius:5px;
	font-weight:bold;
}
.btn:hover{
	opacity:0.75;
}
@media screen and (max-width: 767px) {
	.btn{width:300px;margin:10px auto 0 auto;}
}

.btn.sen{
	border:2px solid #000;
	background-color:#FFF;
	color:#000;
}
.btn.sen:hover{
	opacity:0.8;
	background-color:#F8A900;
}
.area{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
}
.area article .area:last-child{
	margin-bottom:-60px;
}
.area::before{
	content:"";
	display:block;
	position:absolute;
	width:100vw;
	height:100%;
	top:0;
	z-index:-1;
	left:50%;
	margin-left:-50vw;
}
.area::after{
	display: block;
	clear: both;
	content: "";
}
.area figure img{
	display:block;
	margin:0 auto;
}
.area figure.default img + img{
	margin-top:1px;
}
@media print, screen and (max-width:1200px) and (min-width: 768px){.area::before{width:1200px;margin-left:-600px;}}
@media screen and (max-width: 767px) {
	.area{padding-top:30px;padding-bottom:30px;}
}
@media screen and (max-width: 480px) {
	.area::before{width:480px;margin-left:-240px;}
}
.area figure.inline{display:block;}
@media print, screen and (min-width: 768px) {
	.area figure.inline img{display:inline-block;margin:0 1px 0 0;}
}
@media print, screen and (min-width: 768px) {
.area figure.sizeS img{max-width:240px;}
.area figure.sizeM img{max-width:400px;}
.area figure.sizeL img{max-width:1080px;}
}
/*-------------------------img/text*/
@media print, screen and (min-width: 768px) {
.area .flex .img{margin:0 0 0 30px;}
.area .flex .text{flex:1;}
.area .flex.revers .img{margin:0 30px 0 0;}
.area .flex.column .img{margin:20px auto 0 auto;}
.area .flex.column_r .img{margin:0 auto 20px auto;}
}
@media screen and (max-width: 767px) {
.area .flex,
.area .flex.revers{flex-direction: column-reverse;}
.area .flex .img{margin:0 auto 20px auto;}
.area .flex.column .img{margin:20px auto 0 auto;}
}

.mainimg{
	position:relative;
}
.mainimg figure img{
	min-width:100%;
}
.mainimg.bgimg{
	background:url(../img/main1.jpg) center;
	background-size:cover;
}
.mainimg.bgimg .flex{
	height:600px;
}
@media screen and (max-width: 767px) {
	.mainimg.bgimg{background-image:url(../img/main1.jpg);}
	.mainimg.bgimg .flex{height:300px;}
}
.googlemap iframe{
	vertical-align:bottom;
	width:100%;
	min-width:100%;
}
@media print, screen and (min-width: 768px) {
	.googlemap iframe{height:600px;}
}
@media screen and (max-width: 767px) {
	.googlemap iframe{height:400px;}
}
.dot li{
	font-size:inherit;
	margin-left:1.5em;
	margin-bottom:0.5em;
}
.dot li:before{ 
	display:inline-block; 
	content:'';
	width:0.75em;
	height:0.75em;
	background:rgba(254,0,0,0.3);
	border-radius:50%;
	margin-left:-1.1em;
	margin-right:0.35em;
}
.dot.tx_w li:before{ 
	background:rgba(255,255,255,0.7);
}
.dot li:last-child{
	margin-bottom:0;
}
.tx_line .no{
	margin-top:-0.2em;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ff9900;
}
a.btn--radius {
   border-radius: 100vh;
}