/*
main-img
----------------------------------------*/

#main-img .frame {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 0;
	text-align: center;
	position: absolute;
	top: 0;
}
/* スマートフォン（ディスプレイ幅480px以下）より小さい画面 */
@media screen and (max-width: 480px) {

#main-img .frame {
	padding: 90px 0 0;
}
}
#main-img .title h1 {
	padding: 90px 0 0;
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 0.02em;
	color: #fff;
}
#main-img .title p {
	margin: 20px 0 0;
	color: #fff;
	font-weight: bold;
}
.main-img-dot {
	background: url(../img/common/main-dot.png);
	width: 100%;
	height: 100%;
}

/*
content
----------------------------------------*/
#content {
}
#content .sub {
	/*width: 220px;*/
	width: 25%;
	background: #F7F8F9;
	display: table-cell;
}
#content .sub .frame {
	padding: 60px 0 0 60px;
	text-align: left;
}
#content .sub .frame .title {
	margin: 0 0 30px;
	font-size: 20px;
	letter-spacing: 0.025em;
}
#content .sub .frame ul li a {
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #ddd;
	color: #828282;
	text-decoration: none;
	display: block;
}
#content .sub .frame ul li.on a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #000;
}
#content .sub .frame ul li a:hover {
	border-left: 1px solid #000;
	color: #000;
}
#content .sub .frame ul li.icon a {
	padding: 0 0 0 35px;
	background: url(../img/common/icon_subnav.png) no-repeat 20px center;
}
#content .sub .frame ul li.icon.on a {
	background: url(../img/common/icon_subnav_on.png) no-repeat 20px center;
}
#content .sub .frame ul li.icon a:hover {
	background: url(../img/common/icon_subnav_on.png) no-repeat 20px center;
	color: #000;
}
#content .main {
	display: table-cell;
}
#content .main .frame {
	padding: 50px 0 0 0;
	text-align: left;
}
#content .main .frame .inner h2 {
	color: #5992F8;
	font-size: 34px;
	line-height: 1.2;
}
#content .main .frame2 {
	padding: 0 0 0 0;
	text-align: left;
}
#content .main .frame2 .inner h2 {
	color: #5992F8;
	font-size: 34px;
	line-height: 1.2;
}


#center-area{
	margin: 0 auto;
	text-align: center;
}

/* about */
body #wrapper #main-img.main-img-about {
	background: url(../img/about/bg_about.jpg) no-repeat top center fixed;
	background-size: cover;
}
#about-area .mission{
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-weight: 400;
	color: #065DA5;
	letter-spacing: 0.025em;
	padding-left: 40px;
	height: 52px;
	line-height: 90px;
	margin-bottom: 70px;
}
#about-area .mission small{
	font-family: 'Lato',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 22px;
}
#about-area .mission:before{
	content: "";
	background: #eee;
	float: left;
	height: 90px;
	width: 90px;
	z-index: -1;
	margin-left: -40px;
	position: absolute;
	line-height: 56px;
}
#about-area .inner {
	width: 760px;
	margin: 0 0 0 150px;
}
#about-area .inner dl {
	margin: 40px 0 0;
}
#about-area .inner dl dt {
	width: 130px;
	padding: 20px 0;
	color: #0C59B8;
	float: left;
}
#about-area .inner dl dd {
	padding: 20px 0 20px 130px;
	border-bottom: 1px solid #eee;
	color: #666;
}
#about-area .inner dl dd p {
	margin: -3px 0 0;
	line-height: 1.6;
}
#about-area .inner dl dd ul li.left {
	float: left;
}
#about-area .inner dl dd ul li.right {
	float: right;
}
#about-area .inner dl dd ul li dl {
	width: 270px;
	margin: 0 0 -15px;
}
#about-area .inner dl dd ul li dl dt {
	width: 90px;
	padding: 0 0 15px;
	color: #666;
	float: left;
}
#about-area .inner dl dd ul li dl dd {
	padding: 0 0 15px 90px;
	border: none;
}
#about-area .inner dl dd.access {
	color: #333;
}
#about-area .inner dl dd.access a {
	color: #2692FF;
}
#about-area .inner dl.member-profile dt{
	color: #666;
	width: inherit;
	padding: 0;
}
#about-area .inner dl.member-profile dd{
  padding: 0px 0 10px 60px;
  border:none;

}
#about-area .inner h3 {
	margin: 40px 0 15px;
}
#about-area .inner .vision-tx {
	margin: 45px 0 50px;
	padding: 0 0 57px;
	border-bottom: 1px solid #eee;
	line-height: 1.6;
}
#about-area .inner .message {
	margin: 10px 0 0;
}
#about-area .inner .message p {
	padding: 30px 0 0;
	color: #666;
	line-height: 1.6;
}
#about-area .inner .message p.name {
	margin: 20px 0 0;
	color: #444;
	text-align: left;
	font-weight: bold;
}
#about-area .nav {
	margin: 150px 0 0;
}
#about-area .nav ul li {
	width: 100%;
	font-size: 21px;
	border-bottom: 1px solid #fff;
	background: #ccc;
}
#about-area .nav ul li a {
	height: 40px;
	padding: 25px 0 0 210px;
	background: url(../img/common/nav_arrow.png) no-repeat 150px center;
	color: #444;
	text-decoration: none;
	display: block;
}
#about-area .nav ul li a:hover{
	background-color: #bbb;
}
body #wrapper #main-img.main-img-member {
	background: url(../img/about/memmmm.jpg) no-repeat center center fixed;
	background-size: cover;

}
#about-area .list01 {
	margin: 90px 0 0;
}
#about-area .list01 .left {
	display: table-cell;
	font-size: 0;
}
#about-area .list01 .right {
	padding: 0 30px 0 60px;
	display: table-cell;
}
#about-area .list01 li:nth-child(odd) { background: #F7F8F9; }
#about-area .list02 li:nth-child(even) { background: #F7F8F9; }
#about-area .list01 .right .top .position {
	margin: 30px 0 0;
	color: #999;
}
#about-area .list01 .right .top .name {
	margin: 15px 0 0;
	color: #202020;
	font-size: 26px;
}
#about-area .list01 .right .top .ruby {
	margin: 15px 0 0;
	color: #ccc;
	font-size: 15px;
}
#about-area .list01 .right .bottom {
	margin: 30px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}
#about-area .list02 .left {
	width: 215px;
	display: table-cell;
}
#about-area .list02 .right {
	padding: 15px 30px 30px 60px;
	display: table-cell;
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}
#about-area .list02 ul li {
	height: 186px;
	display: table;
}
#about-area .list02 .left .position {
	margin: 60px 0 0 35px;
	color: #999;
}
#about-area .list02 .left .name {
	margin: 15px 0 0 35px;
	color: #202020;
	font-size: 26px;
}
#about-area .list02 .left .ruby {
	margin: 10px 0 0 35px;
	color: #ccc;
	font-size: 15px;
}
#about-area .history-block {
	padding: 75px 0 0;
	background: url(../img/about/bg_history.png) repeat-y top left;
	background-size: 16px 1px;
}
#about-area .history-block.first {
	margin: 75px 0 0;
	padding: 0;
}
#about-area .history-block h3 {
	padding: 0 0 15px 65px;
	background: url(../img/about/title_history.png) no-repeat center left;
	background-size: 16px 16px;
	color: #006CD8;
	font-size: 40px;
	font-weight: normal;
	border:none;
}
#about-area .history-block dl {
/*	width: 670px;*/
	margin: 0;
	padding: 0 0 0 65px;
	line-height: 1.6;
}
#about-area .history-block dl dt {
	width: 60px;
	margin: 0;
	padding: 15px 0 0;
	color: #006CD8;
	font-size: 16px;
	font-weight: bold;
}
#about-area .history-block dl dd {
	margin: 0;
	padding: 15px 0 15px 60px;
	border-bottom: 1px solid #eee;
	color: #666;
}
#about-area .history-block dl dd a {
	padding: 0 22px 0 0;
	background: url(../img/common/icon_link_gray.png) no-repeat right bottom;
	color: #666;
}
#about-area .history-block dl dd a:hover {
	background: url(../img/common/icon_link_blue.png) no-repeat right bottom;
	color: #007FFF;
}

/* service */
body #wrapper #main-img.main-img-service {
	background: url(../img/service/bg_service.jpg) no-repeat top center fixed;
	background-size: cover;
}
#service-area {
	/*padding: 0 0 150px;*/
}
#service-area .inner{
	width: 760px;
	margin: 0 0 0 150px;
}
#service-area .inner .box img {
	/*padding: 50px 0 0 200px;*/
	max-width: 100%;
}
#service-area .inner .box .menu {
	padding: 20px 0 40px 0;
	width: 837px;
}
#service-area .inner .box .menu dl {
	width: 837px;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
#service-area .inner .box .menu dl:last-child {
	padding: 30px 0 0;
	border-bottom: none;
}
#service-area .inner .box .menu dl dt {
	float: left;
}
#service-area .inner .box .menu dl dd {
	padding: 0 0 0 380px;
	line-height: 1.6;
}
#service-area .inner .box .menu dl dt .btn a {
	width: 312px;
	height: 44px;
	padding: 0 20px 0 0;
	background: url(../img/common/nav_arrow.png) no-repeat 250px center;
	background-size: 14px 14px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	display: block;
}
#service-area .inner .box .menu dl dt .btn.green {
	background: #00C4CD;
}
#service-area .inner .box .menu dl dt .btn.orange {
	background: #FFAC3C;
}
#service-area .inner .box .menu dl dt .btn.blue {
	background: #1E6EDE;
}
#service-area .inner .box .menu dl dt .btn.green:hover {
	background: #00A4B1;
}
#service-area .inner .box .menu dl dt .btn.orange:hover {
	background: #FF8D23;
}
#service-area .inner .box .menu dl dt .btn.blue:hover {
	background: #3A62CD;
}
#service-area .inner .list {
	width: 700px;
	/*padding: 0 0 0 150px;*/
}
#service-area .inner .list p {
	line-height: 1.6;
}
#service-area .inner .list h2 {
	padding: 50px 0 30px;
	border-bottom: 1px solid #ddd;
}
#service-area .inner .list .service {
	width: 100%;
	display: table;
}
#service-area .inner .list .service .img,
#service-area .inner .list .service h3,
#service-area .inner .list .service h4,
#service-area .inner .list .service p {
	margin: 0 0 15px;
}
#service-area .inner .list .service img{
	margin-bottom: 25px;
	width: 100%;
	box-shadow:rgba(209, 209, 209, 0.34902) 0px 5px 12px -2px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.34902) 0px 5px 12px -2px;
	-moz-box-shadow:rgba(209, 209, 209, 0.34902) 0px 5px 12px -2px;
}
#service-area .inner .list .service h3 {
	color: #1F1F1F;
}
#service-area .inner .list .service h4 {
	font-size: 18px;
	line-height: 1.6;
}
#service-area .inner .list .service .left,
#service-area .inner .list .service .right {
	width: 50%;
	display: table-cell;
}
#service-area .inner .list .service .right {
	padding: 0 0 0 60px;
}
#service-area .inner .list .service .green h3 {
	border-left-color: #1f8c26;
}
#service-area .inner .list .service .lightgreen h3 {
	border-left-color: #7BB219;
}
#service-area .inner .list .service .orange h3 {
	border-left-color: #E99605;
}
#service-area .inner .list .service .gray h3 {
	border-left-color: #00335a;
}
#service-area .inner .list .service .blue h4 {
	color: #018BDD;
}
#service-area .inner .list .service .green h4 {
	color: #1f8c26;
}
#service-area .inner .list .service .lightgreen h4 {
	color: #7BB219;
}
#service-area .inner .list .service .orange h4 {
	color: #E99605;
}
#service-area .inner .list .service .gray h4 {
	color: #00335a;
}
#service-area .inner .list .service .frame{
	width: 335px;
	padding: 30px 0;
}
#service-area .inner .list .service .frame.boader {
	padding: 50px 0 30px;
	border-bottom: 1px solid #ddd;
}
#service-area .inner .list .service .frame .link a {
	color: #548DF9;
}





/* news */
#news-area {
	width: 100%;
	padding: 0 0 150px;
	display: table;
}
#news-area .menu {
	width: 735px;
	margin: 0 0 0 150px;
}
#news-area .menu h4 {
	padding: 0 0 10px;
	color: #aaa;
	border-bottom: 1px solid #eee;
}
#news-area .menu ul {
	width: 735px;
	margin: 10px 0 50px;
}
#news-area .menu ul li {
	margin: 0 10px 0 0;
	background: #eee;
	float: left;
}
#news-area .menu ul li a {
	padding: 10px 15px 6px;
	display: block;
	color: #444;
	text-decoration: none;
}
#news-area .menu ul li.on a {
	background: #34b4bd;
	color: #fff;
}
#news-area .list h2 {
	padding: 50px 0 20px 150px;
	color: #5992F8;
	font-size: 34px;
}
#news-area .list article a {
	width: 735px;
	margin: 0 0 0 150px;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
	color: #444;
	display: block;
	text-decoration: none;
	text-align: left;
}
#news-area .list article a:hover {
	color: #5992F8;
}
#news-area .list article a .top {
	width: 735px;
	margin: 0 0 14px;
	display: block;
}
#news-area .list article a .top .day {
	/*padding: 0 0 0 30px;*/
	color: #bbb;
	font-size: 16px;
}
#news-area .list article a .top .day i{
	margin-right: 20px;
	color: #649CE5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s;
	transition: all .1s;
}
#news-area .list article a:hover .top .day i{
	margin-right: 5px;
	margin-left: 15px;
}
#news-area .list article a .bottom .icon {
	width: 73px;
	padding: 9px 0 6px;
	color: #fff;
	display: table-cell;
	font-size: 11px;
	text-align: center;
}
#news-area .list article a .bottom .icon.blue {
	background: #0ca2e6;
}
#news-area .list article a .bottom .icon.green {
	background: #34b5be;
}
#news-area .list article a .bottom .icon.lightblue {
	background: #08c6e4;
}
#news-area .list article a .bottom .icon.gray {
	background: #ccc;
}
#news-area .list article a .bottom .title {
	padding: 0 0 0 10px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
#news-area .news-article {
	width: 700px;
	padding: 0 0 0 150px;
	color: #666;
}
#news-area .news-article h2 {
	color: #5992F8;
	font-size: 34px;
	line-height: 1.6;
}
#news-area .news-article p {
	line-height: 1.6;
}
#news-area .news-article .info {
	height: 26px;
	padding: 20px 0;
	border-bottom: 2px solid #666;
}
#news-area .news-article .info .icon {
	width: 73px;
	padding: 9px 0 6px;
	margin: 0 20px 0 0;
	background: #0CA2E6;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
#news-area .news-article .info .day {
	color: #BABABA;
	line-height: 26px;
}
#news-area .news-article .read {
	margin: 35px 0 25px;
}
#news-area .news-article .inner {
	padding: 25px 0;
	border-top: 1px solid #eee;
}
#news-area .news-article .inner h3 {
	margin: 0 0 25px;
	color: #000;
}
#news-area .news-article .inner h4 {
	padding: 25px 0;
	color: #1F1F1F;
	font-size: 18px;
}
#news-area .news-article .inner ul {
	padding: 0 0 0 15px;
	line-height: 1.6;
}
#news-area .news-article .inner ul li {
	list-style-type: disc;
}
#news-area .news-article .inner .img {
	padding: 65px 0 15px;
}
#news-area .news-article .contact-address {
	width: 675px;
	margin: -25px 0 0;
	padding: 22px 0 22px 25px;
	color: #6C6C6C;
	border: 1px solid #ddd;
	line-height: 1.6;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#news-area .news-article .sns {
	margin: 30px 0 0;
}
#news-area .news-article .sns ul li {
	margin: 0 10px 0 0;
	float: left;
}/*
#news-area .news-article .btn {
	width: 187px;
	height: 32px;
	margin: 40px auto 0;
	border: 2px solid #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
#news-area .news-article .btn a {
	width: 165px;
	height: 32px;
	padding: 0 0 0 22px;
	display: block;
	color: #666;
	text-decoration: none;
}
*/



#news-area .news-article .btn {

}
#news-area .news-article .btn::before,
#news-area .news-article .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#news-area .news-article .btn,
#news-area .news-article .btn::before,
#news-area .news-article .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#news-area .news-article .btn{
	/*display: inline-block;*/
	/*line-height: 44px;*/
	/*background: #eee;*/
	border: 4px solid #222;
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	line-height: 40px;
	letter-spacing: 0.14em;
	margin: 30px auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	position: relative;
	width: 300px;
	z-index: 2;
}
#news-area .news-article .btn:hover {
	color: #fff;
	background: #222;
}
#news-area .news-article .btn::after {
	top: 0;
	right:-100%;
	width: 100%;
	height: 100%;
}
#news-area .news-article .btn:hover::after {
	/*top: 0;*/
	right: 0;
	background-color: #222;
}










#news-area .news-article .btn a:hover {
	color: #fff;
}
#news-area .news-article .btn,
#news-area .news-article .btn::before,
#news-area .news-article .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* contact */
#contact-area {
	padding: 0 0 150px;
}
#contact-area dl {
	width: 770px;
	margin: 0 auto;
}
#contact-area dl dt {
	width: 200px;
	margin: 0 0 20px;
	padding: 12px 0 0;
	float: left;
	font-weight: bold;
	text-align: right;
}
#contact-area dl dd {
	margin: 0 0 30px;
	padding: 0 0 0 200px;
}
#contact-area dl dd .on,
#contact-area dl dd .no {
	padding: 0 10px 0 0;
	display: table-cell;
}
#contact-area dl dd .on p {
	width: 50px;
	height: 25px;
	padding: 8px 0 0;
	background: #1E6EDE;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contact-area dl dd .no p {
	width: 50px;
	height: 25px;
	padding: 8px 0 0;
	background: #9FA6B9;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contact-area dl dd .form {
	display: table-cell;
}
#contact-area.check-time dl dd .form {
	padding: 8px 0 0;
	line-height: 1.6;
}
#contact-area dl dd .check {
	width: 414px;
	padding: 14px 30px 9px;
	background: #EEF0F6;
	font-size: 14px;
	border: none;
	display: table-cell;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
}
#contact-area dl dd .check p {
	width: auto;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1;
}
#contact-area dl dd .check .left,
#contact-area dl dd .check .right {
	width: 200px;
	display: table-cell;
}
#contact-area dl dd .check .left p,
#contact-area dl dd .check .right p {
	padding: 10px 0 15px;
}
#contact-area dl dd .form input[type="text"],
#contact-area dl dd .form input[type="tel"] {
	padding: 0 20px 0;
	background: #EEF0F6;
	font-size: 14px;
	border: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
}
#contact-area dl dd .form input[type="text"]#name,
#contact-area dl dd .form input[type="text"]#kana {
	width: 212px;
	height: 36px;
}
#contact-area dl dd .form input[type="text"]#company,
#contact-area dl dd .form input[type="tel"]#tel,
#contact-area dl dd .form input[type="text"]#email01,
#contact-area dl dd .form input[type="text"]#email02 {
	width: 474px;
	height: 36px;
}
#contact-area dl dd .form textarea {
	width: 470px;
	height: 102px;
	padding: 10px 20px;
	background: #EEF0F6;
	font-size: 14px;
	border: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
}
#contact-area dl dd .form input[type="text"]:focus,
#contact-area dl dd .form input[type="tel"]:focus,
#contact-area dl dd .form input[type="email"]:focus,
#contact-area dl dd .form textarea:focus {
	outline: 0;
}
#contact-area dl dd .form input[type="text"]::-webkit-input-placeholder,
#contact-area dl dd .form input[type="tel"]::-webkit-input-placeholder,
#contact-area dl dd .form input[type="email"]::-webkit-input-placeholder,
#contact-area dl dd .form textarea::-webkit-input-placeholder {
    color: #B2B6CE;
}
#contact-area dl dd .form input[type="text"]::-moz-placeholder,
#contact-area dl dd .form input[type="tel"]::-moz-placeholder,
#contact-area dl dd .form input[type="email"]::-moz-placeholder,
#contact-area dl dd .form textarea::-moz-placeholder {
    color: #B2B6CE;
}
#contact-area .confi {
	width: 271px;
	height: 61px;
	margin: 0 auto;
}
#contact-area .confi input[type="submit"] {
	width: 251px;
	height: 61px;
	margin: 60px auto 0;
	padding: 0 20px 0 0;
	background: #1E6EDE url(../img/common/nav_arrow.png) no-repeat 170px center;
	background-size: 14px 14px;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#contact-area p {
	width: 570px;
	margin: 0 auto;
	padding: 0 0 0 200px;
	color: #ADADAD;
	line-height: 1.6;
}
#contact-area p a {
	padding: 0 14px 0 0;
	background: url(../img/common/icon_link_gray.png) no-repeat right center;
	color: #ADADAD;
}
#contact-area p a:hover {
	padding: 0 14px 0 0;
	background: url(../img/common/icon_link_blue.png) no-repeat right center;
	color: #1E6EDE;
}
#contact-area.check-time .btn {
	width: 444px;
	margin: 0 auto;
	padding: 30px 0 0;
	display: table;
}
#contact-area.check-time .btn .left {
	padding: 0 15px 0 0;
	display: table-cell;
}
#contact-area.check-time .btn .right {
	padding: 0 0 0 15px;
	display: table-cell;
}
#contact-area.check-time .btn .left input[type="button"] {
	width: 143px;
	height: 61px;
	background: #666;
	background-size: 14px 14px;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#contact-area.check-time .btn .right input[type="submit"] {
	width: 251px;
	height: 61px;
	margin: 0 auto;
	padding: 0 20px 0 0;
	background: #1E6EDE url(../img/common/icon_send.png) no-repeat 170px center;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#contact-area.contact-done {
	width: 735px;
	margin: 0 auto;
}
#contact-area.contact-done h2 {
	color: #5992F8;
	font-size: 34px;
	line-height: 1.2;
}
#contact-area.contact-done p {
	margin: 30px 0;
	padding: 0;
	color: #333;
	text-align: left;
}
#contact-area.contact-done .box {
	padding: 30px 0 0;
	border-top: 1px solid #eee;
	line-height: 1.6;
}
#contact-area.contact-error p {
	margin: 30px auto;
	padding: 0;
	color: #333;
	text-align: center;
}
#contact-area.contact-error .back-btn {
	width: 271px;
	height: 61px;
	margin: 60px auto 0;
}
#contact-area.contact-error .back-btn input[type="button"] {
	width: 271px;
	height: 61px;
	background: #666;
	background-size: 14px 14px;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#alert {
	height: 75px;
	background: #00C4CD;
	color: #fff;
	line-height: 75px;
	font-size: 17px;
	font-weight: bold;
}
#contact-area .formErrorMsg {
	margin: 10px 0 0;
}
#contact-area  .formErrorMsg .checkbox01,
#contact-area  .formErrorMsg .checkbox02 {
	width: auto;
	margin: 0 0 0 60px;
}
#contact-area .formErrorMsg p {
	width: auto;
	padding: 0 0 0 25px;
	background: url(../img/common/item_arrow_error.png) no-repeat 5px center;
	color: #B80000;
	text-align: left;
	font-weight: bold;
}

/* privacy */
#privacy-area {
	padding: 0 0 150px 150px;
}
#privacy-area p.tx {
	width: 735px;
	line-height: 1.6;
}
#privacy-area .inner {
	width: 735px;
	margin: 50px 0 0;
	padding: 0 0 50px;
	border-bottom: 1px solid #eee;
}
#content .main .frame #privacy-area .inner h2 {
	margin: 0;
}
#privacy-area .inner .day {
	color: #aaa;
	  margin-top: 15px;
}
#privacy-area .inner .list01 ul {
	margin: 0 0 0 20px;
}
#privacy-area .inner .list01 ul li {
	margin: 37px 0 0;
	line-height: 1.6;
	list-style-type: decimal;
	font-weight: bold;
}
#privacy-area .inner .list01 ul li span {
	color: #6C6C6C;
	font-weight: normal;
}
#privacy-area .inner h4 {
	margin: 45px 0 15px;
	font-size: 18px;
}
#privacy-area .inner .read {
	margin: 25px 0 0;
	color: #6C6C6C;
	line-height: 1.6;
}
#privacy-area .inner .list02 ul {
	margin: 0 0 0 15px;
}
#privacy-area .inner .list02 ul li {
	margin: 15px 0 0;
	line-height: 1.6;
	font-weight: bold;
}
#privacy-area .inner .list02 ul li.type01:before {
	content:"(1)";
}
#privacy-area .inner .list02 ul li.type02:before {
	content:"(2)";
}
#privacy-area .inner .list02 ul li.type03:before {
	content:"(3)";
}
#privacy-area .inner .list02 ul li.type04:before {
	content:"(4)";
}
#privacy-area .inner .list02 ul li.type05:before {
	content:"(5)";
}
#privacy-area .inner .list02 ul li.type06:before {
	content:"(6)";
}
#privacy-area .inner .list02 ul li.type07:before {
	content:"(7)";
}
#privacy-area .inner .list02 ul li.type08:before {
	content:"(8)";
}
#privacy-area .inner .list02 ul li.type09:before {
	content:"(9)";
}
#privacy-area .inner .list02 ul li.type10:before {
	margin: 0 0 0 -7px;
	content:"(10)";
}
#privacy-area .inner .list02 ul li span {
	margin: -22px 0 0 25px;
	color: #6C6C6C;
	font-weight: normal;
	display: block;
}
#privacy-area .inner .contact-address {
	width: 710px;
	margin: 30px 0 0;
	padding: 22px 0 22px 25px;
	color: #6C6C6C;
	border: 1px solid #ddd;
	line-height: 1.6;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* sitemap */
#sitemap-area {
	width: 735px;
	margin: -40px 0 0;
	padding: 0 0 150px 150px;
}
#sitemap-area .left {
	padding: 0 80px 0 0;
	display: table-cell;
}
#sitemap-area .right {
	display: table-cell;
}
#sitemap-area .inner {
	width: 350px;
	padding: 0 0 40px;
	border-bottom: 1px solid #ddd;
}
#sitemap-area .inner:last-child {
	padding: 0;
	border: none;
}
#sitemap-area .inner .title {
	padding: 40px 0 0;
	font-size:
}
#sitemap-area .inner .title a {
	color: #5992F8;
	font-size: 22px;
}
#sitemap-area .inner ul {
	margin: 20px 0 0;
}
#sitemap-area .inner ul li {
	padding: 20px 0 0;
}
#sitemap-area .inner ul li a {
	color: #666;
}

/* access */
body #wrapper #main-img.main-img-access {
	background-image: url(../img/access/bg_sub_access.png);
}
#map-tokyo{
	height: 300px;
	width: 100%;
}
#access-area {
	margin: -40px 0 0;
	width: 735px;
	padding: 0 0 150px 150px;
}
#access-area .inner {
	padding: 0 0 40px;
	border-bottom: 1px solid #ddd;
}
#access-area .inner:last-child {
	padding: 0;
	border: none;
}
#content .main #access-area .inner h2 {
	margin: 0;
	padding: 40px 0 0;
}
#access-area p {
	margin: 27px 0 0;
	line-height: 1.6;
}
#access-area .btn {
	width: 183px;
	height: 28px;
	margin: 10px 0 40px;
}
#access-area .btn a {
	width: 183px;
	background: #1E6EDE;
}
#access-area .btn a:hover {
	background: #3A62CD;
}
#access-area .img {
	margin: 20px 0 0;
}
#access-area ul {
	padding: 25px 0 0;
}
#access-area ul li {
	margin: 15px 0 0;
	color: #666;
	list-style-type: disc;
	list-style-position: inside;
}

/* スマートフォン（ディスプレイ幅480px以下）より小さい画面 */
@media screen and (max-width: 480px) {
#content .sub,
#content .main {
	width: auto;
	display: block;
}
#content .sub .frame {
	padding: 20px 0 40px 40px;
}
#content .sub .frame .title {
	margin: 0 0 10px;
}

/*
main-img
----------------------------------------*/
#main-img {
	height: 615px;
	background: url(../img/top/bg_top6.jpg) no-repeat top center;
	background-size: cover;
	text-align: left;
	letter-spacing: 2px;

}

#main-img .title h1 {
	padding: 0;
	font-size: 32px;
}
#main-img .title p {
	margin: 10px 0 0;
	color: #fff;
}

/* #about-area */
#about-area .nav {
	margin: 150px 0 0;
}
#about-area .nav ul li {
	width: 100%;
	font-size: 21px;
	border-bottom: 1px solid #fff;
	background: #ccc;
}
#about-area .nav ul li a {
	padding: 25px 0 0 80px;
	background: url(../img/common/nav_arrow.png) no-repeat 20px center;
}
#about-area .inner {
	width: auto;
	margin: 0 20px;
}
#about-area .inner.inner-sp {
	width: auto;
	margin: 0;
}
#about-area .inner.inner-sp h2 {
	margin: 0 20px;
}
#about-area .history-block dl {
	width: auto;
	margin: 0;
	padding: 0 0 0 30px;
}
#about-area .history-block dl dt {
	width: 60px;
	margin: 0;
	padding: 15px 0 0;
}
#about-area .history-block dl dd {
	margin: 0;
}

#about-area .inner dl {
	line-height: 1.6;
	margin: 0;
}
#about-area .inner dl dd p {
	margin: -3px 0 0;
	line-height: 1.6;
}
#about-area .inner dl dd ul li.left {
	float: none;
}
#about-area .inner dl dd ul li.right {
	margin: 15px 0 0;
	float: none;
}
#about-area .inner dl dd ul li dl {
	width: auto;
}

#about-area .list01 {
	margin: 50px 0 0;
}
#about-area .list01 .left {
	padding: 40px 0 0;
	display: block;
	text-align: center;
}
#about-area .list01 .right {
	padding: 0 20px 40px 20px;
	display: block;
}
#about-area .list02 .left {
	width: auto;
	display: block;
}
#about-area .list02 .right {
	padding: 30px 20px 0 20px;
	display: block;
}
#about-area .list02 ul li {
	height: 186px;
	padding: 40px 0;
}
#about-area .list02 ul li:last-child {
	padding: 40px 0 0;
}
#about-area .list02 .left .position {
	margin: 0 0 0 20px;
}
#about-area .list02 .left .name {
	margin: 15px 0 0 20px;
}
#about-area .list02 .left .ruby {
	margin: 10px 0 0 20px;
}
#about-area .img.img-sp img {
	width: 300px;
	height: 100%;
}
#about-area .mission{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	color: #065DA5;
	letter-spacing: 0.025em;
	padding-left: 20px;
	height: 0px;
	line-height: 25px;
	margin-bottom: 70px;
	margin-top: 25px;
}
#about-area .mission:before{
	content: "";
	background: #eee;
	float: left;
	height: 50px;
	width: 50px;
	z-index: -1;
	margin-left: -20px;
	margin-top: -13px;
	position: absolute;
	line-height: 56px;

}
#about-area .mission small{
	font-size: 13px;
	display: block;
}
#service-area{
	width: 100%;
	display: block;
}
#service-area .inner{
	width: auto;
	margin: 0 20px;
}
#service-area .inner .box .menu.img{
	width:100%;
}
#service-area .inner .box .menu{
	width: 100%;
}
#service-area .inner .box .menu dl{
	width: 100%;
}
#service-area .inner .box .menu dl dt{
	float: none;
	  text-align: center;
}
#service-area .inner .box .menu dl dd{
	padding: 10px 0;
}
#service-area .inner .box .menu dl dt .btn a{
	width: 260px;
}
#service-area .inner .list{
	width: 100%;
}
#service-area .inner .list .service .frame{
	width: 100%;
}
#service-area .inner .list .service .right{
	padding: 0px;
}
#service-area .inner .list .service .frame.boader{
	padding: 20px 0;
}
#service-area .inner .list .service .left, #service-area .inner .list .service .right{
	width: auto;
	display: block;
}
#service-area .inner .list .service .img{
	text-align: center;
}


/* news */
#news-area {
	width: 100%;
	padding: 0 0 150px;
	display: block;
}
#news-area .menu {
	width: auto;
	margin: 0 20px;
}
#news-area .menu ul {
	width: auto;
}
#news-area .menu ul li {
	margin: 0 10px 10px 0;
}
#news-area .list h2 {
	padding: 50px 0 20px 20px;
}
#news-area .list article a {
	width: auto;
	margin: 0 20px;
}
#news-area .list article a .top {
	width: auto;
}
#news-area .list article a .bottom .icon {
	width: 73px;
	height: 30px;
	padding: 8px 0 7px;
	color: #fff;
	float: left;
	display: table-cell;
	font-size: 11px;
	text-align: center;
}
#news-area .news-article {
	width: auto;
	padding: 0 20px;
}
#news-area .news-article img {
	width: 300px;
	height: 100%;
}
#news-area .news-article .contact-address {
	width: auto;
}


/* contact */
#contact-area {
	padding: 0;
}
#contact-area dl {
	width: auto;
	margin: 0 10px;
}
#contact-area dl dt {
	width: auto;
	margin: 0 0 5px;
	padding: 0;
	float: none;
	text-align: left;
}
#contact-area dl dd {
	margin: 0 0 20px;
	padding: 0;
}
#contact-area dl dd .on,
#contact-area dl dd .no {
	padding: 0 10px 0 0;
	display: table-cell;
}
#contact-area dl dd .form input[type="text"]#name,
#contact-area dl dd .form input[type="text"]#kana,
#contact-area dl dd .form input[type="text"]#company,
#contact-area dl dd .form input[type="tel"]#tel,
#contact-area dl dd .form input[type="text"]#email01,
#contact-area dl dd .form input[type="text"]#email02,
#contact-area dl dd .form textarea {
	width: 200px;
	font-size: 16px;
}
#contact-area dl dd .check {
	width: 200px;
	padding: 14px 0 9px 20px;
}
#contact-area dl dd .check .left,
#contact-area dl dd .check .right {
	width: auto;
	display: block;
}
#contact-area p {
	width: auto;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	font-size: 12px;
}
#contact-area .confi {
	margin: 20px auto 30px;
}
#contact-area .confi input[type="submit"] {
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#contact-area.check-time .btn .left input[type="button"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666));
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#contact-area.contact-error .back-btn input[type="button"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666));
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#contact-area.check-time .btn .right input[type="submit"] {
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#contact-area.check-time .btn {
	width: auto;
}
#contact-area.check-time .btn .left {
	width: 143px;
	height: 61px;
	margin: 0 auto;
	padding: 0 0 30px;
	display: block;
}
#contact-area.check-time .btn .right {
	width: 251px;
	height: 61px;
	margin: 0 auto;
	padding: 0 0 60px;
	display: block;
}
#contact-area dl dd .form input[type="text"]::-webkit-input-placeholder,
#contact-area dl dd .form input[type="tel"]::-webkit-input-placeholder,
#contact-area dl dd .form input[type="email"]::-webkit-input-placeholder,
#contact-area dl dd .form textarea::-webkit-input-placeholder {
	font-size: 14px;
}
#contact-area dl dd .form input[type="text"]::-moz-placeholder,
#contact-area dl dd .form input[type="tel"]::-moz-placeholder,
#contact-area dl dd .form input[type="email"]::-moz-placeholder,
#contact-area dl dd .form textarea::-moz-placeholder {
	font-size: 14px;
}

/* privacy */
#privacy-area {
	padding: 0 0 150px;
}
#privacy-area p.tx {
	width: auto;
	margin: 0 20px;
}
#privacy-area .inner {
	width: auto;
	margin: 50px 20px 0;
	padding: 50px 0 0;
}
#privacy-area .inner .contact-address {
	width: auto;
}
#contact-area.contact-done {
	width: auto;
	margin: 0;
	padding: 0 10px 60px;
}
#contact-area.contact-error .back-btn {
	margin: 60px auto;
}

/* sitemap */
#sitemap-area {
	width: auto;
	margin: -40px 20px 0;
	padding: 0 0 150px;
}
#sitemap-area .left {
	padding: 0;
	display: block;
}
#sitemap-area .right {
	display: block;
}
#sitemap-area .inner {
	width: auto;
	padding: 0 0 40px;
	border-bottom: 1px solid #ddd;
}
#sitemap-area .inner:last-child {
	padding: 0;
	border: none;
}
#sitemap-area .inner .title {
	padding: 40px 0 0;
}
#sitemap-area .inner .title a {
	color: #5992F8;
	font-size: 34px;
}
#sitemap-area .inner ul {
	margin: 20px 0 0;
}
#sitemap-area .inner ul li {
	padding: 20px 0 0;
}
#sitemap-area .inner ul li a {
	color: #666;
}

/* access */
#access-area {
	width: auto;
	margin: -40px 20px 0;
	padding: 0 0 150px;
}
#access-area .inner {
	width: auto;
	border-bottom: 1px solid #ddd;
}
#access-area .inner img {
	width: 300px;
	height: 100%;
}
}