/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
*{
	margin:0px;
	padding:0px;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family:Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;

	font-size: 13px;
	line-height: 1.8em;
	background-color: #eee;
	color: #111;
}
#wrapper {
	min-width: 1100px;
}


/*-----------------header-----------------*/
#header{
	background-color: #fff;
}
h1{
	background-color: #000;
	font-size:12px;
	color:#fff;
	text-align: center;
}
#head_box {
	margin: 0 auto;
	padding: 1px 0;
}
#logo {
	width: 200px;
	display:block;
	margin-left: 20px;
	float: left;
}
#logo img {
	width: 100%;
	height: auto;
}
#head_data {
	width: 770px;
	float: right;
	position: relative;
}
.head_menu {
	list-style: none;
}
.head_menu li{
	margin:0;
	border-right: solid 1px #999;
	font-size: 12px;
	line-height: 60px;
	float: left;
	text-align: center;
}
.head_menu li:last-child{
	border-right-style: none;
}
.head_menu li a,
.head_menu li span{
	width:6em;
	display: block;
	color: #666;
	padding: 15px 20px;
	text-decoration: none;
	display: block;
}
.head_menu li a {
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.head_menu li a:hover {
	background: #000;
	color: #fff;
}
#head_box .head_menu{
	position: absolute;
	right:5px;
	top: 0px;
}

/*-----------------top-----------------*/
.logo_effect{
	width:100%;
	position: absolute;
	top:0;
	left:0;
}
#logo_svg{
	width:100%;
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	fill: url(#grad1);
	fill-opacity:0.5;
}
#stop1 {
	animation: change-color1 5s ease-in-out infinite alternate;
	-webkit-animation: change-color1 5s ease-in-out infinite alternate;
	-moz-animation: change-color1 5s ease-in-out infinite alternate;
}
#stop2 {
	animation: change-color2 5s ease-in-out infinite alternate;
	-webkit-animation: change-color2 5s ease-in-out infinite alternate;
}
@keyframes change-color1 {
	0% {stop-color: #000;stop-opacity:0;}
	100% {stop-color: #fff;stop-opacity:.5;}
}
@-webkit-keyframes change-color1 {
	0% {stop-color: #000;stop-opacity:0;}
	100% {stop-color: #fff;stop-opacity:.5;}
}
@-moz-keyframes change-color1 {
	0% {stop-color: #000;stop-opacity:0;}
	100% {stop-color: #fff;stop-opacity:.5;}
}
@keyframes change-color2 {
	0% {stop-color: #333;stop-opacity:0;}
	100% {stop-color: #999;stop-opacity:.2;}
}
@-webkit-keyframes change-color2 {
	0% {stop-color: #333;stop-opacity:0;}
	100% {stop-color: #999;stop-opacity:.2;}
}
@-moz-keyframes change-color2 {
	0% {stop-color: #333;stop-opacity:0;}
	100% {stop-color: #999;stop-opacity:.2;}
}
#txt_svg{
	width:100%;
	position: absolute;
	top:0;
	left:0;
	fill:#fff;
}
#txt_svg .st_txt0{display:none;}
#txt_svg .st_txt1{display:inline;}
#txt_svg .st_txt2{fill:#d8d8d8;}
#txt_svg .st_txt3{opacity:1;fill:none;stroke:#d8d8d8;stroke-width:9.9213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}


/*-----------------page top-----------------*/
#pagetop{
	background-image: url("../images/page_title.jpg");
	width:100%;
	height: 200px;
	background-position: center center;
	position: relative;
}
.main_title {
	position: absolute;
	width:0;
	height:10px;
	text-align:center;
	top:90px;
	left:49%;
	color:#fff;
	background: #000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	}
.main_title.titleborder{
	width:100%;
	left:0;
}
.main_title.titlein{
	width:100%;
	left:0;
	background: rgba(0,0,0,.4);
	height:100px;
	top:25%;
}
.main_title h2{
	opacity: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 2px 2px 0px rgba(0,0,0,.5);
	background:none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.main_title h2.txtin{
	opacity: 1;
	background:none;
}
.main_title span {
	display: block;
	font-size: 20px;
	color: #999;
	line-height: 1.5em;
}

/*-----------------footer-----------------*/
#footer{
	color: #fff;
	font-size: 12px;
	padding-top:120px;
	background-image: url(../images/cont_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#foot_box {
	background-color: #000;
	border-top: 1px solid #666;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px 10px;
	position: relative;
}
#foot_box .foot_logo{
	width:1000px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;
}
#foot_box svg{
	fill:#fff;
	width:100%;
	margin-top:-150px;
}
#foot_box p{
	text-align:center;
	line-height: 80px;
}
#foot_box .sub_menu{
	margin-bottom: 40px;
}
.foot_menu{
	width:810px;
	margin:20px auto 80px;
}
.foot_menu li {
	border:1px solid #fff;
	margin:0 10px 8px;
	font-size: 12px;
	list-style: none;
	float: left;
	text-align: center;
}
.foot_menu li a{
	padding: 0px 10px;
	width:10em;
	display: block;
	color:#fff;
	transition: all 0.3s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.foot_menu li a:hover {
	background: #fff;
	color: #000;
}
.foot_menu li.foot_linemenu{
	width:40%;
	margin:0 30%;
}
.foot_menu li.foot_linemenu a{
	width:auto;
}

/*-----------------content-----------------*/
#top{
	position: relative;
}
#top img {
	width: 100%;
	height: auto;
}
#content{
	margin: 0 auto;
	padding: 90px 50px 0px 50px;
	max-width:1200px;
	overflow: hidden;
}
section{
	margin-bottom: 60px;
}



/*-----------------scroll icon-----------------*/
.scroll_icon,
.scroll_top{
	position: absolute;
	right: -15px;
	bottom:-30px;
	background-color: rgba(0,0,0,.5);
	padding:5px 15px 15px 15px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	width:100px;
	border: 1px solid #555;
	cursor: pointer;
	z-index: 3;
}
.scroll_top{
	position: fixed;
	right: -15px;
	bottom:50px;
	opacity: 1;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	
}
.scroll_top.scrend{
	opacity: 0;
	right: -150px;
}
.scroll_icon p,
.scroll_top p{
	color:#fff;
	margin: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.scroll_icon span,
.scroll_top span{
	display: block;
	width: 100px;
	height: 2px;
	background-color: #fff;
	position: relative;
	transform: scale(0, 1);
	transform-origin: top left;
	animation: scr_arr1 3s ease-in-out infinite forwards;
	-webkit-animation: scr_arr1 3s ease-in-out infinite forwards;
	-moz-animation: scr_arr1 3s ease-in-out infinite forwards;
}
.scroll_top.scrend span{
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
}
.scroll_top span{
	animation: scr_arr1 3s ease-in-out 1 forwards;
	-webkit-animation: scr_arr1 3s ease-in-out 1 forwards;
	-moz-animation: scr_arr1 3s ease-in-out 1 forwards;
}
@keyframes scr_arr1 {
	0% { transform: scale(0, 1); opacity: 0;}
	20% { transform: scale(0, 1); opacity: 1;}
	40% { transform: scale(1, 1); }
	95% { transform: scale(1, 1);}
	100% { transform: scale(1, 1);}
}
@-webkit-keyframes scr_arr1 {
	0% { -webkit-transform: scale(0, 1); opacity: 0;}
	20% { -webkit-transform: scale(0, 1); opacity: 1;}
	40% { -webkit-transform: scale(1, 1); }
	95% { -webkit-transform: scale(1, 1);}
	100% { -webkit-transform: scale(1, 1);}
}
@-moz-keyframes scr_arr1 {
	0% { -moz-transform: scale(0, 1); opacity: 0;}
	20% { -moz-transform: scale(0, 1); opacity: 1;}
	40% { -moz-transform: scale(1, 1); }
	95% { -moz-transform: scale(1, 1);}
	100% { -moz-transform: scale(1, 1);}
}
.scroll_icon span::after,
.scroll_top span::after{
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	border-right: 2px solid #fff;
	transform: rotate(-45deg) scale(1, 0);
	transform-origin: right bottom;
	position: absolute;
	bottom: 2px;
	right: 0px;
	animation: scr_arr2 3s ease-in-out infinite forwards;
	-webkit-animation: scr_arr2 3s ease-in-out infinite forwards;
	-moz-animation: scr_arr2 3s ease-in-out infinite forwards;
}
.scroll_top.scrend span::after{
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
}
.scroll_top span::after{
	animation: scr_arr2 3s ease-in-out 1 forwards;
	-webkit-animation: scr_arr2 3s ease-in-out 1 forwards;
	-moz-animation: scr_arr2 3s ease-in-out 1 forwards;
}
@keyframes scr_arr2 {
	0% { transform: rotate(-45deg) scale(1, 0); opacity: 0;}
	20% { transform: rotate(-45deg) scale(1, 0); opacity: 10;}
	45% { transform: rotate(-45deg) scale(1, 0); }
	55% { transform: rotate(-45deg) scale(1, 1); }
	95% { transform: rotate(-45deg) scale(1, 1);}
	100% { transform: rotate(-45deg) scale(1, 1);}
}
@-webkit-keyframes scr_arr2 {
	0% { -webkit-transform: rotate(-45deg) scale(1, 0); opacity: 0;}
	20% { -webkit-transform: rotate(-45deg) scale(1, 0); opacity: 1;}
	45% { -webkit-transform: rotate(-45deg) scale(1, 0); }
	55% { -webkit-transform: rotate(-45deg) scale(1, 1); }
	95% { -webkit-transform: rotate(-45deg) scale(1, 1);}
	100% { -webkit-transform: rotate(-45deg) scale(1, 1);}
}
@-moz-keyframes scr_arr2 {
	0% { -moz-transform: rotate(-45deg) scale(1, 0); opacity: 0;}
	20% { -moz-transform: rotate(-45deg) scale(1, 0); opacity: 1;}
	45% { -moz-transform: rotate(-45deg) scale(1, 0); }
	55% { -moz-transform: rotate(-45deg) scale(1, 1); }
	95% { -moz-transform: rotate(-45deg) scale(1, 1);}
	100% { -moz-transform: rotate(-45deg) scale(1, 1);}
}
/*-----------------indexBox-----------------*/
.box{
	width:100%;
	display: flex;
	margin-bottom:50px;
}
.txtarea{
	position: relative;
	width:40%;
	z-index: 1;
}
.txtarea > div{
	position: absolute;
	right:-300px;
	width:100%;
	opacity: 0;
}
.leftbox .txtarea > div{
	right:auto;
	left:-300px;
}
.txtarea > div:nth-child(2){
	left:30px;
	top:0;
	right:auto;
}

h2{
	background-color: #000;
	color:#fff;
	padding:10px 20px;
	font-size:18px;
}
.h2_txt{
	text-align: right;
	padding:5px 30px 30px 15px;
	display: none;
	font-size:16px;
}
h3{
	font-size:24px;
	margin-bottom:20px;
	line-height: 36px;
}
.imgarea{
	position: relative;
	z-index: 2;
	width:60%;
}
.imgarea div{
	position: absolute;
	right:10px;
	background-color: #000;
	width:1%;
	diplay:none;
}
.imgarea div a img:hover{
	opacity: .9 !important;
}
.leftbox .imgarea div{
	right:auto;
	left:10px;
}
.imgarea img{
	position: absolute;
	width:100%;
	bottom:10px;
	right:-100px;
	opacity:0;
}
.leftbox .imgarea img{
	right:auto;
	left:-100px;
}

.newslist{
	width:100%;
	margin:0 auto 30px auto;
}
.newslist > div{
	position: relative;
	background-color: #000;
	padding:30px 100px;
	opacity: 0;
}
.newstitle{
	position: absolute;
	left:-300px;
	opacity: 0;
	width:4em;
	font-size:80px;
	color:#fff;
	font-weight: bold;
	position: relative;
	top:30px;
}

.newstitle:before {
	position: absolute;
	content: '';
	top: 53px;
	right: 11%;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 15px transparent;
	border-bottom: solid 15px rgba(255,255,255,1.00);
}
.newstitle:after {
	position: absolute;
	content: '';
	top: 65px;
	right: 12%;
	width: 90%;
	border-bottom: solid 3px rgba(255,255,255,1.00);
}
.newsbox{
	position: absolute;
	left:-300px;
	top:30px;
	width : 98% ;
	width : calc(100% - 520px) ;
	width : -webkit-calc(100% - 520px) ;
	opacity: 0;
	background-color: #fff;
	display: block;
	margin:0;
	min-height: 175px;
}
.newsbox::-webkit-scrollbar {
	display: none;
}
.newsbox > div{
	width:100%;
	font-size:16px;
	line-height: 16px;
	border-bottom:1px dotted #555;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	overflow: hidden;
}
.newsbox > div:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transform: translateX(-98%);
	-webkit-transform: translateX(-98%);
	-moz-transform: translateX(-98%);
	background: #333;
}
.newsbox > div:hover:before {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
}
.newsbox > div a{
	padding:10px 25px;
	width:calc(100% - 50px);
	display: block;
	position: relative;
	color:#111;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.newsbox > div a::before,
.newsbox > div a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right:10px;
	left:auto;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.newsbox > div a::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
}
.newsbox > div a::after{
	right: 11px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 5px solid transparent;
	border-left: 6px solid #fff;
}

.newsbox > div a:hover{
	color:#fff;
}
.newsbox > div:hover a::before,
.newsbox > div:hover a span{
	color:#000;
	background: #fff;
}
.newsbox > div:hover a::after{
	border-left: 6px solid #000;
}
.newsbox > div:last-child{
	border:none;
}
.newsbox > div span{
	background-color: #000;
	color:#fff;
	font-size:12px;
	display: block;
	width:8em;
	padding:0 5px;
	text-align: center;
	margin-bottom:5px;
}

/*-----------------multi_box infobox-----------------*/
.multi_box{
	margin-bottom:120px;
}
.multi_box.scrend{
	opacity: 0;
}
.multi_title{
	width:calc(100% - 50px);
	font-size:28px;
	padding-bottom:20px;
	margin-bottom:40px;
	position: relative;
	display: inline-block;
	padding-left:50px;
	vertical-align: middle;
	opacity: 1;
	left:0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.scrend .multi_title{
	opacity: 0;
	left:-50px
}
.multi_title::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width:100%;
	height:3px;
	background: #000;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}
.scrend .multi_title::after{
	width:0;
}
.multi_title span::before,
.multi_title span::after{
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.multi_title span::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 2px solid #009a98;
}
.multi_title span::after{
	left: 17px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-left: 7px solid #009a98;
}
.multi_cont{
	position: relative;
}
.multi_cont > img{
	position: relative;
	width:70%;
	display: block;
	opacity: 0;
	top:-50px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}
.multi_cont > img.slidein{
	opacity:1;
	top:0px;
}
.multi_cont > p,
.multi_cont .product_box{
	position: absolute;
	background: rgba(0,0,0,.6);
	color:#fff;
	width:65%;
	right:0;
	bottom:16px;
	padding:20px 30px;
	font-size:15px;
	line-height: 2.4em;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.multi_cont > p.slidein,
.multi_cont .product_box.slidein{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.multi_cont > p::before,
.multi_cont > p::after,
.multi_cont > p span::before,
.multi_cont > p span::after,
.infobox::before,
.infobox::after,
.infobox a::before,
.infobox a::after{
	position: absolute;
	top: 5px;
	left: 10px;
	content: "";
	box-sizing: border-box;
	width: 500px;
	height: 100px;
	border-left: 2px solid #fff;
}
.multi_cont > p span::before,
.infobox a::before{
	top: 10px;
	left: 5px;
	border: none;
	border-top: 2px solid #009a98;
}
.multi_cont > p::after,
.infobox::after{
	top: auto;
	left: auto;
	bottom: 10px;
	right: 5px;
	border: none;
	border-bottom: 2px solid #009a98;
	
}
.multi_cont > p span::after,
.infobox a::after{
	top: auto;
	left: auto;
	bottom: 5px;
	right: 10px;
	border: none;
	border-right: 2px solid #fff;
}
.infobox:hover::before,
.infobox:hover::after,
.infobox:hover a::before,
.infobox:hover a::after{
	width: 500px;
	height: 100px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

#business .multi_box:nth-child(even) > div img{
	margin-left: 30%;
}
#business .multi_box:nth-child(even) > div p{
	right:auto;
	left:0;
}
.infobox{
	position: relative;
	background: #000;
	width:80%;
	margin:0 auto 100px;
	text-align: center;
	font-size: 20px;
	background-image: url("../images/icon_mail.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	opacity: 0;
	bottom:-40px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;	
}
.infobox.slidein{
	bottom:0;
	opacity: 1;
}
.infobox a{
	position: relative;
	display: block;
	width:100%;
	padding:120px 0 40px;
	text-decoration: none;
	color:#fff;
	z-index: 3;
}
.infobox:hover a{
	color: #009a98;
}
.infobox::before,
.infobox::after,
.infobox a::before,
.infobox a::after{
	width: 0px;
	height: 0px;
}


/*-----------------more_btn-----------------*/
.more_btn{
	width:180px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	margin-top:30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #000;
	border-radius: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.more_btn:before {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 5px;
	height: 100%;
	border:2px solid #000;
	content: '';
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-moz-transform: translateX(0) translateY(0);
	background: #fff;
}
.more_btn:hover{
	color: #000;
	background-color: #fff;
}
.more_btn:hover:before {
	font-weight: bold;
	font-size:20px;
	line-height: 18px;
	padding-left:3px;
	width: 23px;
	height: 26px;
	top:0px;
	content: '>';
	transform: translateX(555%) translateY(.5rem);
	-webkit-transform: translateX(555%) translateY(.5rem);
	-moz-transform: translateX(555%) translateY(.5rem);
	color: #000;
	border-radius: 50%;
}

/*-----------------product_box-----------------*/
.product_box .thumb {
	width: 150px;
	float: left;
}
.product_box .thumb img {
	width: 100%;
	height: auto;
}
.product_box .data{
	width: calc(100% - 180px);
	padding-left: 30px;
	float: right;
}
.product_box .data ul {
	list-style: none;
	margin-bottom: 15px;
}
.product_box .data ul li {
	float:left;
	padding: 0 10px;
	background: #009a98;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
	color: #fff;
	margin-right: 10px;
}
.product_box .data p {
	line-height: 32px;
	margin-bottom: 5px;
}
.product_box .data .price {
	float: left;
	color: #fff;
	background: rgba(0,0,0,.5);
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 22px;
	padding:5px 15px;
	border:1px solid #fff;
}
.read_btn {
	float: right;
	display: inline-block;
	background-color: #000;
	padding: 5px 50px;
	line-height: 30px;
	color: #fff;
	text-align:center;
	font-size: 14px;
	border-radius: 20px;
	background-image: url(../images/icon_read.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.read_btn:hover {
	background-color: #009a98;
}
/*-----------------main_box-----------------*/
.content_box{
	background-color: #000;
	position: relative;
	width:0;
	height:5px;
	left:5px;
	margin:0 auto;
	z-index: 1;
	overflow: visible !important;
}
.content_box .main_box{
	position: absolute;
	z-index: 2;
	bottom:15px;
	left:100px;
	width: 920px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 40px;
	opacity: 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.main_box.boxin{
	opacity: 1;
	left:10px;
}
.main_box p {
	margin-bottom: 1em;
}
.main_box p:last-child{
	margin-bottom: 0;
}
.main_box ul {
	list-style: disc;
	margin: 0px 0px 1em 15px;
}

/*-----------------privacy,company-----------------*/
#privacy .main_title,
#company .main_title,
#info .main_title,
#news .main_title,
#business .main_tile,
#prodcut .main_title{
	font-size: 32px;
}
#line_notice .main_title h2{
	font-size: 30px;
}

#privacy .main_title span,
#company .main_title span,
#info .main_title span,
#news .main_title span,
#business .main_title span,
#prodcut .main_title span,
#line_notice .main_title span{
	font-size: 16px;
}
#company .main_box {
	padding: 10px;
	width:980px;
}
#company .main_box table {
	list-style: none;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#company .main_box th,
#company .main_box td {
	padding: 20px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}
#company .main_box tr:first-child th,
#company .main_box tr:first-child td {
	border-top: solid 1px #ccc;
}
#company .main_box th {
	width: 22%;
	color: #fff;
	background-color: #111;
}
#company .main_box td {
	width: 78%;
	background-color: #fff;
}
/*-----------------form-----------------*/
#info .main_box {
	padding: 50px 40px 20px;
}
.form_txt {
	background-color: #111;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	padding: 10px 10px 10px 50px;
}
.form_txt span {
	font-weight: bold;
}

#form_table,
#check_table,
#rule_area {
	padding: 30px;
	margin-bottom: 10px;
}
#form_table table,
#check_table table {
	width: 100%;
	margin: 0 auto;
}
#form_table th,
#check_table th {
	width: 200px;
	text-align: right;
	padding: 10px;
	vertical-align: top;
	line-height: 30px;
	font-size: 16px;
}
#check_table th {
	padding-right: 20px;
}
#form_table th span,
#check_table th span {
	padding-right: 3px;
}

#form_table td,
#check_table td {
	position: relative;
	padding: 10px 10px 10px 30px;
	line-height: 30px;
	color: #666;
	font-weight: bold;
	font-size: 15px;
}
#check_table tr:nth-of-type(odd) td {
	font-weight:bold;
	background-color: #efefef;
}
#form_table td img.ui-datepicker-trigger{
	cursor: pointer;
	margin-left: -21px!important;
	vertical-align: middle;
}
#form_table td input,
#form_table td select,
#form_table td textarea {
	padding: 2px 5px;
	line-height: 26px;
	background-color: #eee;
	border-style: none;
	color: #111;
	font-size: 15px;
	margin: 0px;
}
#form_table td select {
	width: 150px;
}
#form_table td input#name,
#form_table td input#kana {
	width: 300px;
	margin: 0 20px 0 5px;
}
#form_table td input#phone,
#form_table td input#email,
#form_table td input#email2 {
	width: 450px;
}
#form_table td textarea#request {
	width: 100%;
	height: 130px;
	resize: vertical;
}
.form_btn {
	cursor: pointer;
	width: 220px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	font-size: 18px;
	background-color: #111;
	padding: 5px 50px;
	margin-bottom: 30px;
	border-style: none;
	border-radius: 23px;
	letter-spacing: 0.2em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form_btn:hover {
	background-color: #009a98;
}
#info .phone-guide__number {
	margin-top: 50px;
	font-size: 25px;
}
#info .phone-guide p {
	text-align:center;
	background-color: #fb7a34;
	color: #fff;
	font-weight:bold;
	line-height: 1.8em;
}
.send_txt {
	text-align:center;
	padding: 100px 0;
	line-height: 1.8em;
	font-size: 16px;
}
.send_txt span {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 30px;
	display: inline-block;
}

#news .main_box p:first-child{
	line-height: 28px;
	font-size:24px;
	border-bottom:3px solid #000;
	padding-bottom:10px;
	margin-bottom:5px;
}
#news .main_box p:nth-child(2){
	text-align: right;
	font-size:12px;
	color:#666;
	margin-bottom:50px;
}
#news .pagelink{
	margin-top:100px;
}
#news .pagelink a{
	float: left;
	width:140px;
	padding-left:10px;
	line-height: 36px;
	text-align: center;
	border:2px solid #000;
	color:#000;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
#news .pagelink a:hover{
	color:#fff;
	background: #000;
}
#news .pagelink a.nextpage{
	float: right;
	padding:0 10px 0 0;
}
#news .pagelink a::before,
#news .pagelink a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#news .pagelink a.nextpage::before,
#news .pagelink a.nextpage::after{
	left: auto;
	right:3px;
}
#news .pagelink a::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border:1px solid #000;
}
#news .pagelink a::after{
	left: 9.5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#news .pagelink a.nextpage::after{
	left: auto;
	right:9.5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*-----------------COMMON-----------------*/
a{
	color: #009a98;
	text-decoration: none;
}
.red {
	color: #dd0000;
}
.center {
	text-align: center;
}
.txt10{
	font-size: 10px;
	text-align: right;
	line-height: 10px;
	color:#ccc;
	display:block;
}
/*-----------------clearfix-----------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
