@charset "utf-8";
@import "default.css";
/*********************************/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,kbd,pre,samp {
	font-family: monospace, serif;
	font-size: 1em;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

/*********************************/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}
/*
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
*/
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/*********************************/
.clearfix,
.grid3,
.header-top_inner,
.header_inner,
.header-sub_inner,
.footer_contents,
.instagram-items,
.gnav,
.news-top_wrapper,
.works-top_items,
.service-outline_fig,
.clients-top_list,
.contents,
.recent-post_items,
.recent-post_item,
.arch-works_items,
.company-profile > dd.client-list,
.service_nav,
.contact_btns,
.social-list {
	zoom: 1;
}

.clearfix:after,
.grid3:after,
.header-top_inner:after,
.header_inner:after,
.header-sub_inner:after,
.footer_contents:after,
.instagram-items:after,
.gnav:after,
.news-top_wrapper:after,
.works-top_items:after,
.service-outline_fig:after,
.clients-top_list:after,
.contents:after,
.recent-post_items:after,
.recent-post_item:after,
.arch-works_items:after,
.company-profile > dd.client-list:after,
.service_nav:after,
.contact_btns:after,
.social-list:after {
	content: "";
}

/*-------------------------------------------------------------------- */
/*
@media (max-width: 768px) {
	.works-top_card {
		zoom: 1;
	}

	.works-top_card:after {
		content: "";
	}
}
*/
/*-------------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	background: #FFF;

	font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 60%;
	line-height: 1.6;
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
}

a {
	color: #000;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, * :focus {
	outline: none;
}

ul {
	padding-left: 0;
}

li {
	list-style: none outside none;
}

.wrapper {
	width: 100%;
}


.header-top_inner,
.header_inner,
.header-sub_inner,
.footer_inner,
.works-top_contents,
.approach-top_contents,
.recruit-top_contents,
.news-top_contents,
.clients-top_intro,
.clients-top_list,
.container_inner {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}


.inner-sp {
	width: 94%;
}

.img-style-hover > a {
	position: relative;
	display: block;
	overflow: hidden;
	color: #FFF;
}

.img-style-hover > a > img {
	width: 100%;
}

.img-style-hover > a .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 191, 255, 0.8);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden;
}

.img-style-hover > a:hover .img-hover {
	opacity: 1;
	visibility: visible;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	line-height: 1.4;
	font-size: 34px;
	font-size: 3.4rem;
}

h3 {
	margin: 30px 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 2.6rem;
	font-weight: normal;
	padding: 0 0 12px 10px;
}

h5 {
	margin: 40px 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}

.figblock {
	position: relative;
	margin: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.figblock > img {
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
	width: 100%;
	height: auto;
}

.figblock > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grid3 .col {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(33.33333% - 10px);
	width: calc(33.33333% - 10px);
	margin-left: 15px;
}

.grid3 .col:first-child {
	margin-left: 0;
}

.ie8 .grid3 .col {
	margin: 0;
	padding: 0 18px;
}

.aligncenter {
	text-align: center;
}

/*************************************/

#header-nav {
	background: rgba(255, 255, 255, 0.7);
}

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2000;
}
/*
.header-top.header-view-w {
	padding-top: 25px;
	background: rgba(255, 255, 255, 0.9);
}
*/
.header-top.sp-view {
	background: rgba(255, 255, 255, 0.9);
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 0 15px;
	background: rgba(255, 255, 255, 0.9);
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 10;
}

.header-sub {
	width: 100%;
	padding: 8px 0;
	background: #4E585A;
}

#filter {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}

/*************************************/
#gallery {
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
	top: 50px;
	text-align: center;
	z-index: 3000;
}
p.staff_gallery {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #000;
	line-height: 1.8rem;
	vertical-align: middle;
	display: block;
}
.gallery_msg {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
/*************************************/

.footer {
	position: relative;
	width: 100%;
	background: #111;
	color: #FFF;
	z-index: 2;
}

.footer_inner {
	padding: 50px 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_contents {
	width: 100%;
	/*margin: 0 auto;*/
}

.footer_contact {
	float: left;
	width: 750px;
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 50px;
}

.footer_sitemap {
	float: left;
	width: 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.footer_insta {
	float: right;
	width: 525px;
	overflow: hidden;
}

.footer_heading {
	margin: 0 0 30px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}
.footer_company {
	font-size: 15px;
	font-size: 1.5rem;
	width:100%;
}

.footer_company_box {
	display: flex;
	flex-wrap: wrap;
}

ul.footer_company_box li {
	width: 350px;
	list-style-type: none;
	/*background: #4E585A;*/
}

li div.footer_company-ja-o {
	/*display: block;*/
	padding-top: 14px;
	font-size: 15px;
	font-size: 1.5rem;
}

.footer_company-ja {
	font-size: 15px;
	font-size: 1.5rem;
}

.footer_company-en {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

.footer_company-en .footer_company-name {
	font-weight: 700;
}

/*************************************/

.instagram-items {
	margin: 0 -15px 0 0;
	color: #FFF;
}

.instagram-items li {
	float: left;
	width: 120px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.instagram-items li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.instagram-items li a > img {
	width: 100%;
	height: auto;
}

.instagram-items li a .caption {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.footer_copyright {
	float: left;
	padding-top: 22px;
	font-size: 15px;
	font-size: 1.5rem;
}

.footer_social {
	float: right;
}

/*************************************/

.gnav {
	float: right;
	margin: 7px 0 0;
}

.gnav > li {
	float: left;
	margin-left: 25px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
}

.gnav > li:first-child {
	margin-left: 0;
}

.gnav > li a {
	position: relative;
	text-decoration: none;
	color: #333;/*グローバルメニュー*/
}

.gnav > li a:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #666;/*下帯*/
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gnav > li a:hover:after {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.gnav > li a.current:after {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*************************************/

/*
.gnav > li .current {
	color: #000;
}

.gnav > .gnav_item_contact a {
	padding: 2px 10px 3px;
	border: 2px solid #FFF;
	font-size: 14px;
	font-size: 1.4rem;
}

.gnav > .gnav_item_contact a:after {
	display: none;
}

.header-view-w .gnav > li a,
.header .gnav > li a {
	color: #000;
}

.header-view-w .gnav > li a:after,
.header .gnav > li a:after {
	background: #000;
}

.header-view-w .gnav > .gnav_item_contact a,
.header .gnav > .gnav_item_contact a {
	border-color: #000;
}
*/
/*************************************/

.sp-nav {
	position: absolute;
	top: 40px;
	right: 40px;
	display: none;
	cursor: pointer;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.header-view-w .sp-nav,
.header .sp-nav {
	top: 25px;
}

.sp-nav_btn {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 16px;
}

.sp-nav_btn > span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-view-w .sp-nav_btn > span,
.header .sp-nav_btn > span {
	background: #000;
}

.header-view-w .sp-nav_btn > span:after,
.header .sp-nav_btn > span:after {
	background: #000;
}

/*************************************/

.sp-nav_btn .top {
	top: 0;
}

.is-show .sp-nav_btn .top {
	-moz-transform: translate(50%) scale(0);
	-ms-transform: translate(50%) scale(0);
	-webkit-transform: translate(50%) scale(0);
	transform: translate(50%) scale(0);
}

/*************************************/

.sp-nav_btn .middle {
	top: 7px;
}

.is-show .sp-nav_btn .middle {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-nav_btn .middle:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.is-show .sp-nav_btn .middle:after {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*************************************/

.sp-nav_btn .bottom {
	bottom: 0;
}

.is-show .sp-nav_btn .bottom {
	-moz-transform: translate(-50%) scale(0);
	-ms-transform: translate(-50%) scale(0);
	-webkit-transform: translate(-50%) scale(0);
	transform: translate(-50%) scale(0);
}

.sp-view .sp-nav_btn > span {
	background: #000;
}

.sp-view .sp-nav_btn > span:after {
	background: #000;
}

/*************************************/

#top_img {
	width: 100%;
	z-index: 1;
}

#img-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: .4;
	z-index: 2;
}

.lead_catch {
	display: table-cell;
	margin: 0;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
}

.lead_catch > p:first-child {
	margin-top: 3em;
}

.lead_catch > p > a {
	color: #FFF;
}

.lead-sp {
	display: none;
}

#container-top {
	/*position: relative;*/
	margin-top: 3em;
	background: #fff;
	z-index: 2;
}

#container-top h2 {
	margin: 60px 0 10px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.introduction-top {
	margin: 0;
	padding: 60px 3%;
	background: #f3f3f3;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.3;
}

.works-top_intro,
.approach-top_intro,
.service-outline_intro,
.clients-top_intro {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
/***************************/
.works-top_intro {
	padding: 0 3%;
}

.works-top_items > li {
	float: left;
	width: 33.3333%;
}

.works-top_items > li:first-child {
	margin-left: 0;
}

.ie8 .works-top_items > li {
	margin: 0;
	padding: 0 6px;
}

.works-top_items > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 75% 0 0;
}

.works-top_items > li > a > img {
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
	width: auto;
	height: 100%;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.works-top_items > li > a:hover > img {
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}

.works-img_cap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
}

.works-img_cap h3 {
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.works-img_cap_box {
	display: table;
	width: 100%;
	height: 100%;
}

.works-img_cap_box_inner {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
}

.works-top_contents {
	margin-top: 50px;
}

.works-top_contents .col {
	width: 33.33333%;
	margin-left: 0;
	padding: 0 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.works-top_contents a {
	display: block;
}

.works-top_contents a:hover {
	text-decoration: none;
}

#container-top .works-top_cat {
	margin: 0;
	padding: 25px 0 25px;
	border-top: 2px solid #000;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}

.arch-works_item a {
	border: 1px solid #E7E7E7;
}
.works_kome {
	display: block;
	padding: 0 5px 15px 5px;
	line-height: 1.5;
	text-align: center;
}

.arch-works_items h4 {
	padding: 0;
	margin: 0;
 }	
#editorial_point,
#package_point,
#web_point {
	clear: both;
	margin-top: 150px;
}

/*-------------------------------------------------------------------- */

.works-top_card {
	margin: 0;
}

.works-top_card > li {
	margin: 0 0 25px;
}

.works-top_card > li > a {
	display: block;
}

.works-top_card > li > a img {
	-moz-transition: all .3s cubic-bezier(0.74, 0.08, 0.43, 0.97);
	-o-transition: all .3s cubic-bezier(0.74, 0.08, 0.43, 0.97);
	-webkit-transition: all .3s cubic-bezier(0.74, 0.08, 0.43, 0.97);
	transition: all .3s cubic-bezier(0.74, 0.08, 0.43, 0.97);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.works-top_card > li > a:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
}

/*-------------------------------------------------------------------- */

.card-meta {
	margin: 8px 0 0;
	letter-spacing: -0.4em;
}

.card-meta_new {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 1px 5px;
	background: #58aca5;
	color: #FFF;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: normal;
	vertical-align: middle;
}

.card-meta_cat {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: normal;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.card-meta > time {
	display: inline-block;
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: normal;
	vertical-align: middle;
}

.card-meta > h3 {
	margin: 2px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: normal;
}

/*-------------------------------------------------------------------- */

.works-top_cat-btn {
	position: relative;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0 6px 3px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.works-top_cat-btn .more-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
}

.works-top_cat-btn .more-btn:before {
	position: absolute;
	top: 5px;
	display: block;
	width: 12px;
	height: 2px;
	content: "";
	background: #000;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.works-top_cat-btn .more-btn:after {
	position: absolute;
	left: 5px;
	display: block;
	width: 2px;
	height: 12px;
	content: "";
	background: #000;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.works-top_cat-btn:hover {
	color: #999;
}

.works-top_cat-btn:hover .more-btn:before {
	background: #999;
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.works-top_cat-btn:hover .more-btn:after {
	background: #999;
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

/*-------------------------------------------------------------------- */
.main-top {
	margin-top: 110px;
}

.main-top > p {
	text-align: center;
}

.main-top > p.concept-top_img {
	margin-top: 0;
	margin-bottom: 0;
}

.main-top_img,
.meeting_room_img,
.iten_ms_img {
	width: 100%;
}

.main-top_img > img,
.meeting_room_img > img,
.iten_ms_img> img{
	width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------- */

.concept-top > p {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.concept-top > p.concept-top_img {
	margin-top: 0;
	margin-bottom: 0;
}

.concept-top_catch {
	margin: 80px 0 10px;
}

.concept-top_sign {
	margin: 10px 0 80px;
}

.concept-top_img,
.meeting_room_img,
.iten_ms_img{
	width: 100%;
}

.concept-top_img > img,
.meeting_room > img,
.iten_ms > img{
	width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------- */

.approach-top {
	/*padding: 1px 0;*/
	padding: 5px 0;
	background: #fff;
}

.approach-top_contents {
	margin-top: 40px;
}

.approach-top_contents .col {
	width: 33.33333%;
	margin-left: 0;
}


.approach-top_intro {
	padding: 0 3%;
}

.approach-top_fig {
	width: 160px;
	margin: 0 auto;
}

.approach-top_fig img {
	width: 100%;
	height: auto;
}

.approach-top_title {
	margin: 0 0 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;

	/*margin: 0 0 15px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	text-align: center*/
}

.approach-top_body {
	/*margin: 0 0 20px;*/
	margin: 3rem;
	line-height: 2;
}

.approach-top_title > br {
	display: none;
}

.mission-top_body {
	margin: 3rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
/*-------------------------------------------------------------------- */

.service-outline {
	padding: 1px 0;
	background: #F3F3F3;
}

.service-outline_intro {
	padding: 0 3%;
}

.service-outline_fig {
	margin-top: 40px;
}

.service-outline_fig > li {
	float: left;
	width: 16.6666%;
}

.service-outline_fig > li > img {
	width: 100%;
}

/*-------------------------------------------------------------------- */

.news-top {
	padding: 5px 0;
	background: #f3f3f3;
}

.news-top_contents {
	margin-top: 40px;
}

.news-top_contents .col {
	width: 33.33333%;
	margin-left: 0;
}

.news-top_contents a {
	display: block;
	margin: 0 35px;
}

.news-top_contents a:hover {
	text-decoration: none;
}

.news-top_fig,
.recent-post_fig {
	margin-bottom: 20px
}

.news-top_fig > img,
.recent-post_fig > img {
	width: 100%;
	height: auto;
}

.news-top_meta {
	margin: 0 0 2px;
	font-size: 15px;
	font-size: 1.5rem;
}

.news-top_cat,
.recent-post_cat,
.arch-news_cat {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 10px;
	padding: 3px 5px 2px;
	border: 1px solid #CCC;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #666;
}

.news-top_title {
	margin: 0 0 12px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

.news-top_body {
	margin: 0 0 20px;
	line-height: 2;
}

/*-------------------------------------------------------------------- */

.clients-top {
	padding: 1px 0;
	background: #F3F3F3;
}

.clients-top_list {
	max-width: 1000px;
	padding-bottom: 10px;
}

.clients-top_list li {
	float: left;
	width: 20%;
	margin-bottom: 20px;
	text-align: center;
}

.clients-top_list li a {
	display: block;
}

.clients-top_list li img {
	width: 100%;
	max-width: 190px;
	height: auto;
}

.contact-top {
	padding: 40px 0;
	background-size: cover;
	background-position: center;
}

.contact-top_intro {
	margin-top: 60px;
	font-size: 18px;
	font-size: 1.8rem;
	text-shadow: 1px 1px 2px #ccc;
	color: #000;
	text-align: center;
}

.contact-top_intro i {
	margin-right: 0.15em;
}

.contact-top_tel {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #FFF;
}

.contact-top_tel:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------------- */

.googlemap-block {
	width: 100%;
	height: 320px;
}

/*-----SERVICE / WORKS--------------------------------------------------------------- */

.container_inner {
	padding: 100px 0 50px;
}

.service_contents_top {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2.0;
}

.service_contents {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2.0;
}

.singular-works .container_inner {
	width: 100%;
	max-width: none;
}

.container_heading {
	margin: 20px 0 50px;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.contents {
	position: relative;
}

.contents article > h2 {
	margin: 0 0 0.75em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: normal;
}

.contents article > p {
	line-height: 2;
}

/*-------------------------------------------------------------------- */

.contents.page {
	margin-bottom: 40px;
	padding: 0 10%;
}

.contents.page article > h2 {
	margin-top: 50px;
	text-align: center;
}

.contents.page article > h2 > br {
	display: none;
}

.contents.page article > h3 {
	margin-top: 70px;
	padding-top: 10px;
	border-top: 2px solid #DDD;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
}

.contents.page article .heading_sub {
	margin-top: 70px;
	padding: 10px 0;
	border-top: 2px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
}

.main {
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main > article:first-child {
	margin-top: 0;
}

article img {
	width: 100%;
	height: auto;
}

.side {
	position: absolute;
	top: 0;
	left: 0;
	width: 18%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.side_heading {
	margin: 0 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

.contents_heading {
	margin: 0 0 0.75em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: normal;
}

.tag_heading {
	margin: 0 0 0.75em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 1.25em;
	text-align: center;
}

.contents_meta {
	margin: 0 0 0.75em;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
}

.contents_meta > time {
	vertical-align: middle;
}

.contents_cat {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 7px;
	padding: 3px 5px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	color: #666;
	vertical-align: middle;
}

.contents_cat:hover {
	text-decoration: none;
}

.contents_fig > img {
	width: 100%;
	height: auto;
}

.recent-post {
	margin-top: 80px;
}

.recent-post_heading {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

.recent-post_items {
	width: 100%;
}

.recent-post_item {
	float: left;
	width: 33.3333%;
	width: -webkit-calc(33.3333% - 12px);
	width: calc(33.3333% - 12px);
	margin-left: 18px;
}

.recent-post_item:first-child {
	margin-left: 0;
}

.recent-post_item > a {
	display: block;
}

.recent-post_item > a:hover {
	text-decoration: none;
}

.recent-post_meta {
	margin: 10px 0 3px;
}

.recent-post_title {
	margin: 0px 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}


/*-------------------------------------------------------------------- */

.contents.news {
	padding: 0 0 0 18%;
}
/*
.contents.news article > p {
	margin: 2.5em 0;
}

.contents.news article > p.contents_fig {
	margin: 0 0 4em;
}

.contents.news article > p img {
	margin-bottom: 1em;
}
*/
/*-------------------------------------------------------------------- */

/*
.arch-news_item > a {
	display: table;
	width: 100%;
	margin-top: -2px;
	padding: 20px 0;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}

.arch-news_item > a:hover {
	text-decoration: none;
}
*/
/*-------------------------------------------------------------------- */
.year {
	font-size: 15px;
	font-size: 1.5rem;
}

.arch-news_side {
	/*border: 2px solid #EEE;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 18%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.arch-news_main {
	/*border: 2px solid #EEE;*/
	display: block;
	width: 100%;
}

.arch-news_item {
	width: 100%;
	/*margin-top: -2px;
	padding: 20px 0;
	border-top: 2px solid #EEE;*/
	border-bottom: 2px solid #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.arch-news_fig {
	/*display: table-cell;
	width: 30%;*/
	width: 100%;
	/*vertical-align: top;*/
}

.arch-news_fig_inner {
	float: left;
	width: 40%;
	/*display: block;*/
}

.arch-news_fig_inner > img {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #FFF;
	/*width: 120% !important;*/
}

.arch-news_body {
	/*border: 2px solid #EEE;*/
	float: left;
	width: 56%;
	display: inline-block;
	/*display: table-cell;*/
	padding: 0 0 0 20px;
	/*vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

.arch-news_meta {
	margin: 0 0 0.5em;
}

.arch-news_meta time {
	font-size: 15px;
	font-size: 1.5rem;
}

.arch-news_title {
	margin: 1em 0 0.75em;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: normal;
}

.arch-news_msg {
	/*border: 2px solid #EEE;*/
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	width: 100%;
}

/*-------------------------------------------------------------------- */

.service_img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.service_img_2 {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.service_img_svg {
	width: 100%;
}
.service_img_svg_1 {
	width: 100%;
}

/*-------------------------------------------------------------------- */

.works_header {
	display: table;
	width: 100%;
	margin-bottom: 60px;
	background: #EEE;
}

.works_header_fig {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.works_header_body {
	display: table-cell;
	width: 35%;
	padding: 20px 30px;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.works_heading {
	margin: 0 0 0.75em;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: normal;
}

.works_meta {
	margin: 0 0 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

.works_meta > time {
	vertical-align: middle;
}

.works_cat-lev1 {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 10px;
	padding: 3px 8px;
	background: #666;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	vertical-align: middle;
}

.works_cat-lev1:hover {
	text-decoration: none;
}

.works_incidental {
	width: 100%;
}

.works_incidental dt {
	float: left;
	margin-bottom: 3px;
	font-weight: 600;
	line-height: 1.3;
}

.works_incidental dd {
	margin-bottom: 3px;
	padding: 0;
	line-height: 1.3;
}

.works_incidental dd.works_cat-lev2 {
	margin-left: 6em;
}

.works_incidental dd.works_client {
	margin-left: 4em;
}

.works_incidental dd.works_url {
	margin-left: 2.5em;
	word-wrap: break-word;
}

.works_detail,
.works_nav {
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
}

.works_outline_body {
	margin-bottom: 60px;
}

.works_outline_body > p {
	line-height: 1.8;
}

.works-tag_items {
	margin: 50px 0 30px;
	padding: 0;
}

.works-tag_items > li {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-bottom: 6px;
	line-height: 1;
	vertical-align: bottom;
}

.works-tag_items > li > a {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 5px;
	padding: 3px 7px;
	background: #DDD;
	font-size: 11px;
	font-size: 1.1rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	color: #666;
	line-height: 1.5;
	vertical-align: bottom;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.works-tag_items > li > a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}

.works-imgs {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

.works-imgs > img {
	width: 100%;
	height: auto;
}

.works-cap {
	margin-top: 0.4em;
	margin-bottom: 1.5em;
	font-size: 12px;
	font-size: 1.2rem;
}

.backbtn a {
	display: block;
	padding: 5px;
	border: 2px solid #CCC;
	font-size: 16px;
	font-size: 1.6rem;
	color: #CCC;
	font-weight: 600;
	text-align: center;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.backbtn a:hover {
	border-color: #000;
	background: #000;
	color: #FFF;
	text-decoration: none;
}

.arch-works_termlist {
	margin-bottom: 40px;
	text-align: center;
}

.arch-works_termlist > li {
	margin: 0 10px;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	font-size: 20px;
	font-size: 2rem;
}

.arch-works_termlist > li a {
	position: relative;
	text-decoration: none;
}

.arch-works_termlist > li a:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.arch-works_termlist > li a:hover:after {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.arch-works_termlist > li a.current:after {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.arch-works_items {
	margin-bottom: 40px;
}

.arch-works_item {
	float: left;
	width: 25%;
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
	margin: 0 10px 30px 10px;
}

.arch-works_item > a {
	position: relative;
	display: block;
}

.arch-works_item > a:hover {
	text-decoration: none;
}

.localnav_load {
	clear: both;
}

#infscr-loading {
	clear: both;
	text-align: center;
}

.category #infscr-loading > img {
	margin-top: 20px;
}

/*-------------------------------------------------------------------- */

.thumb-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	opacity: 0;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.thumb-meta h2 {
	margin-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.thumb-meta:hover {
	opacity: 1;
}

.thumb-meta_wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.thumb-meta_wrap_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

.thumb-meta_cat {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

/*-------------------------------------------------------------------- */

.page-nav {
	display: table;
	width: 100%;
	margin: 50px 0 40px;
	padding-top: 20px;
	border-top: 2px solid #EEE;
}

.page-nav li a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.page-nav_next-btn,
.page-nav_prev-btn {
	display: table-cell;
	width: 50%;
	font-size: 20px;
	font-size: 2rem;
}

.page-nav_prev-btn {
	text-align: left;
}

.page-nav_prev-btn a {
	position: relative;
	display: block;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-nav_prev-btn a:before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	content: "\f104";
	font-family: FontAwesome;
}

.page-nav_next-btn {
	text-align: right;
}

.page-nav_next-btn a {
	position: relative;
	display: block;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-nav_next-btn a:after {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	content: "\f105";
	font-family: FontAwesome;
}

/*-------------------------------------------------------------------- */

.bd-center {
	border-right: 1px solid #EEE
}

.social > li {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 10px;
	vertical-align: top;
	font-size: 0;
}

.company_fig-full {
	margin: 2.5em 0;
	padding: 0 23%;
}

.grid3.company-approach {
	margin-bottom: 5em;
}

.grid3.company-approach .col {
	width: 33.33333%;
	width: -webkit-calc(33.33333% - 20px);
	width: calc(33.33333% - 20px);
	margin-left: 30px;
}

.grid3.company-approach .col:first-child {
	margin-left: 0;
}

/*-------------------------------------------------------------------- */

.company_fig {;
	padding: 0 28%
}

.company_title {
	margin: 0 0 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}

.company_body {
	line-height: 1.8;
}

.company-profile {
	margin-top: 40px;
	border-bottom: 1px solid #DDD;
}

.company-profile > dt {
	float: left;
	width: 120px;
	padding: 15px;
	border-top: 1px solid #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

.company-profile > dd {
	margin-left: 120px;
	padding: 15px 15px 15px 0;
	border-top: 1px solid #DDD;
}

.company-profile > dd > p:first-child {
	margin: 0;
}

.company_contact {
	margin-top: 40px;
	text-align: center ;
}
/*-------------------------------------------------------------------- */

.client-list .col {
	float: left;
	margin: 0 0 0 35px;
}

.client-list .col:first-child {
	margin-left: 0;
}

.client-list .col > dt {
	margin-top: 1.5em;
	font-weight: bold;
}

.client-list .col > dt:first-child {
	margin-top: 0;
}

.client-list .col > dd {
	margin-left: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.client-list .client_linear {
	border-top: 2px solid #999;
}
/*-------------------------------------------------------------------- */

.icon-line-z {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 2px;
	padding-right: 17px;
	background: url(images/icon_line_z.png) no-repeat right 3px;
}

.icon-line-n {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 2px;
	padding-right: 17px;
	background: url(images/icon_line_n.png) no-repeat right 3px;
}

.icon-line-m {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 2px;
	padding-right: 17px;
	background: url(images/icon_line_m.png) no-repeat right 3px;
}

.icon-line-y {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	margin-right: 2px;
	padding-right: 17px;
	background: url(images/icon_line_y.png) no-repeat right 3px;
}

.map-link {
	margin-top: 5px;
	padding: 1px 10px 3px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.map-link:hover {
	text-decoration: none;
	background: #999;
}
.railway {
	display: block;
	margin-top: 10px;
}
----------------------------------------------------------------- */

.service_nav {
	margin-bottom: 60px;
	padding: 0 10%;
}

.service_nav li {
	float: left;
	width: 33.3333%;
}

.service_nav li a {
	display: block;
}

.service_nav li a span {
	display: block;
}

.service {
	display: table;
	width: 100%;
	margin-top: -2px;
	padding: 15px 0;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}

.service_head {
	display: table-cell;
	width: 24%;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service_head > p {
	margin: 0 0 0.3em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.service_header {
	position: relative;
	width: 100%;
	padding-top: 90%;
	background: url(images/img_service_01.jpg) no-repeat center center;
	background-size: cover
}

.service-business {
	background-image: url(images/img_service_01.jpg);
}

.service-web {
	background-image: url(images/img_service_02.jpg);
}

.service-movie {
	background-image: url(images/img_service_03.jpg);
}

.service-sign {
	background-image: url(images/img_service_04.jpg);
}

.service-univ {
	background-image: url(images/img_service_05.jpg);
}

.service-books {
	background-image: url(images/img_service_06.jpg);
}

.service_header_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 15px;
	background: rgba(0, 0, 0, 0.4);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFF;
}

.service_body {
	display: table-cell;
	width: 50%;
	padding: 0 20px 0 30px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service_body > h3 {
	margin-top: 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.service_body > p {
	margin-top: 0;
}

.service_body .service_cost {
	padding-top: 15px;
	border-top: 1px solid #EEE;
	font-size: 12px;
	font-size: 1.2rem;
}

.service_items {
	display: table-cell;
	margin: 0;
	padding: 15px;
	background: #F3F3F3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service_items > li {
	font-size: 12px;
	font-size: 1.2rem;
}

/*-------------------------------------------------------------------- */

.contents article > p.contact_body {
	margin-bottom: 2em;
	text-align: center;
}

.contents article > p.contact_address {
	margin: 0.5em 0;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.contents article > p.contact_address i {
	margin-right: 5px;
}

.contact_address img {
	width: 245px;
	height: 22px;
}

.contents article > p.contact_address .contact_hours {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

.contact_form {
	margin: 50px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.contact_form dt {
	float: left;
	width: 220px;
	font-weight: bold;
}

.contact_form dd {
	margin: 20px 0 20px 220px;
}

.contact_required:before {
	content: "必須";
	margin-right: 5px;
	padding: 2px 8px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*input　textarea　border設定*/
input,
textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	width: 130%;
	padding: 8px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*select　border設定*/
.contact_select-wrap {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.menu_list {
	width: 100%;
	border: 1px solid #999;
}

/*-----プルダウン矢印------------ */
.contact_select-wrap::after {
	position: absolute;
	top: 8px;
	right: 13px;
	content: "\f078";
	font-size: 16px;
	font-size: 1.6rem;
	font-family: FontAwesome;
}

.sanks_message {
	width: 60%;
	margin: 0 auto;
}

.sanks_message a {
	font-size: 22px;
	font-size: 2.2rem;
}


textarea {
	resize: vertical;
}

.privacy-chk_wrapper {
	margin-top: 30px;
	width: 100%;
}

.check {
	display: inline-block;
	width: 100%;
}

input.agree {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	padding: 0;
	margin: 0;
}

.chk_control {
	position: relative;
	top: -25px;
	display: inline-block;
	padding: 0 0 0 28px;
	vertical-align: middle;
}

/*-------------------------------------------------------------------- */

input[type="submit"],
input[type="button"] {
	padding: 8px;
	background: #FFF;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #000;
	border: 2px solid #000;
	color: #FFF;
}

/*
input[type="submit"].is-not-submit,
input[type="button"].is-not-submit {
	border-color: #CCC;
	color: #CCC;
}

input[type="submit"].is-not-submit:hover,
input[type="button"].is-not-submit:hover {
	color: #CCC;
	background-color: transparent;
}
*/

.contact_btns .btns_submit {
	float: left;
	width: 50%;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin-left: 10px;
}

.contact_btns .btns_confirm + .btns_submit {
	margin-left: 0;
}

.contact_pp {
	margin: 0;
}

.contact_pp > li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.contact_pp > li:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background: #000;
	content: "";
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.contact_note {
	font-size: 11px;
	font-size: 1.1rem;
}
/*-------recruit------------------------------------------------------------- */

div.main_recruit_img img{
	width: 100%;
}
#container-recruit {
	position: relative;
	background: #fff;
	z-index: 2;
}

#container-recruit h2 {
	margin: 60px 0 10px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.recruit-top {
	/*padding: 1px 0;*/
	padding: 5px 0;
	background: #fff;
}

.recruit-top_contents {
	margin-top: 40px;
}

.recruit-top_contents .col {
	width: 33.33333%;
	margin-left: 0;
}


.recruit-top_intro {
	padding: 0 3%;
}

.recruit-top_body {
	margin: 3rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.recruit-top > p.recruit-top_img {
	margin-top: 0;
	margin-bottom: 0;
}

.recruit-top_img {
	width: 100%;
}


.recruit-top_img > img {
	width: 100%;
	height: auto;
}

.recruit_contents {
	width: 90%;
	margin: 0 auto;
}

.recruit-profile {
	margin-top: 40px;
	border-bottom: 1px solid #DDD;
}

.recruit-profile > dt {
	float: left;
	width: 150px;
	padding: 15px;
	border-top: 1px solid #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

.recruit-profile > dd {
	line-height: 2;
	margin-left: 150px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #DDD;
}

.recruit-profile > dd > p:first-child {
	margin: 0;
}

.recruit_margin-left {
	margin-left: 1em;
}

.recruit_sab {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
}

.tokyo_office {
	float: right;
	margin-bottom: 10px;
}
.tokyo_office > img {
	width: 189px;
	height: auto;
}
.tokyo_office > .tokyo_office_txt {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.5;
	margin-left: 40px;
}
/*--------------------------------------------------------------------*/
/*
.privacy-chk_wrapper {
	margin-top: 30px;
	font-weight: 500;
}

.privacy-chk_wrapper input[type=checkbox] {
	display: none;
}

.privacy-chk_wrapper .chk_control {
	position: relative;
	display: inline-block;
	padding: 0 0 0 28px;
	vertical-align: middle;
	cursor: pointer;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.privacy-chk_wrapper .chk_control:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border: 2px solid #ccc;
	border-radius: 6px;
	content: '';
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.privacy-chk_wrapper .chk_control:before {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	width: 5px;
	height: 9px;
	margin-top: -7px;
	border-right: 3px solid #58aca5;
	border-bottom: 3px solid #58aca5;
	content: '';
	opacity: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.privacy-chk_wrapper .chk_control:hover:after {
	border-color: #58aca5;
}

.privacy-chk_wrapper input[type=checkbox]:checked + .chk_control:before,
.privacy-chk_wrapper input[type=checkbox]:checked + span + .chk_control:before,
.privacy-chk_wrapper .is-checked:before {
	opacity: 1;
}
*/
/****************************************/
span.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

.menu-list span.wpcf7-not-valid-tip {
	position: absolute;
	right: 30%;
	top: -5px;
}

div.wpcf7-validation-errors {
	margin: 0 !important;
	padding: 0.75em 1em !important;
	border: none !important;
	background: #EEE !important;
	font-weight: bold;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	display: none !important;
	margin: 50px 0 !important;
	padding: 1em 0 !important;
	border: none !important;
	background: #EEE !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: bold;
	text-align: center;
}

.wpcf7c-conf {
	background: #FFF !important;
	border: none !important;
	border-bottom: 1px solid #EEE !important;
	padding-top: 0 !important;
}

.wpcf7c-conf.contact_select-wrap {
	border-bottom: none !important;
}

.wpcf7c-conf.contact_select-wrap:after {
	display: none;
}
/****************************************/

.ajax-loader {
	display: none;
	width: auto;
}

.sent .contact_form-wrap {
	display: none;
}

.page table {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #DDD;
	font-size: 13px;
	font-size: 1.3rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page table th {
	padding: 3px 15px;
	border: 1px solid #DDD;
	background: #EEE;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.page table td {
	padding: 15px;
	border: 1px solid #DDD;
}

/*-------------------------------------------------------------------- */
.under_space {
	margin-bottom: 5px;
}
.atama {
	color: #ccc;
}
.contact_center {
	text-align: center;
}
.contact_link {
	display: inline-block;
	padding: 14px 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	backface-visibility: hidden;
}
a.contact_link{
	transition: 0.2s ;
	color:,fff;
	text-decoration: none ;
}
a.contact_link:hover {
	background-color: #fff;
	color:#000;
	text-decoration: none ;
}

/*-------------------------------------------------------------------- */

#logo {
	float: left;
	margin: 0;
	width: 200px;
}

.logo_img {
	display: block;
	width: 200px;
	height: 35px;
	background: url(../images/logo_artland_b.png) no-repeat;
}

.header-view-w .logo_img,
.header .logo_img,
.sp-view .logo_img {
	background: url(../images/logo_artland_b.png) no-repeat;
}

.top_link {
	margin: 10px 0 50px;
	text-align: center;
}

.top_link a {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	padding: 5px 25px;
	border: 2px solid #000;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.top_link a:hover {
	background: #000;
	color: #FFF;
}

.top_link-b {
	margin-top: 0;
	margin-bottom: 0;
}

.top_link-b a {
	padding: 10px 50px;
	border-color: #000;
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
}

.top_link-b a:hover {
	background: #fff;
	color: #fff;
}

.social-list {
	margin: 0;
}

.social-list > li {
	float: left;
	margin-left: 20px;
}

.social-list > li a {
	font-size: 36px;
	font-size: 3.6rem;
	color: #FFF;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.social-list > li a:hover {
	color: #999;
}
/******************************************************/
.sitemap > li {
	margin-bottom: 12px;	/*サイトマップの行間*/
}

.sitemap > li a {
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1;
}

.sitemap-lev2 {
	margin: 5px 0 5px 22px;
}

.sitemap-lev2 > li {
	margin-bottom: 5px;
}
/******************************************************/

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.caption {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

#load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 101;
}
/******************************************************/
.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

/*-------------------------------------------------------------------- */

.logo_img {
	background-image: url(../images/logo_artland_b.png) no-repeat;
	background-size: 160px auto;
}

.header-view-w .logo_img,
.header .logo_img,
.sp-view .logo_img {
	background-image: url(../images/logo_artland_b.png) no-repeat;
	background-size: 160px auto;
}

/*-------------------------------------------------------------------- */
#mapField1 ,#mapField2{
  width: 350px;
  height: 350px;
}

/*-------------------------------------------------------------------- */
.spContent { display: none !important }

/*-------------------------------------------------------------------- */
/*--
.mapfield {
	position: relative;
	padding-top: 250px;
	overflow: hidden;
}
 
.mapfield iframe,
.mapfield object,
.mapfield embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
}
-- */
/*-----ここ--------------------------------------------------------------- */

@media screen and  (max-width : 1140px ){

/*-------------------------------------------------------------------- */
	html, body {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #FFF;
	}
	
	.wrapper {
		width: 100%;
	}

	.footer_insta {
		display: block;
		width: 100%;
		clear: both;
	}

	.instagram-items {
		margin-top: 30px;
	}

	.instagram-items li {
		width: 12.5%;
		width: -webkit-calc(12.5% - 15px);
		width: calc(12.5% - 15px);
		margin: 0 15px 15px 0;
	}

	.works-img_cap_box_inner br {
		display: none;
	}
	
	.arch-works_items h4 {
		margin: 0;
		padding: 0;
 	}	
	#editorial_point,
	#package_point,
	#web_point {
		clear: both;
		margin-top: 150px;
	}

	.arch-works_item {
		width: 33.3333%;
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
	}


	.header.sp-view {
		height: 100%;
		background: #fff;
		overflow: scroll;
	}

	.header-top.sp-view {
		height: 100%;
		background: #fff;
		overflow: scroll;
	}

	.gnav {
		display: none;
		float: none;
		clear: both;
		padding-top: 50px;
	}

	.sp-view .gnav {
		display: block;
	}

	.gnav > li {
		float: none;
		margin: 0;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
	}

	.gnav > li a {
		display: block;
		padding: 8px 0;
		text-align: center;
	}

	.sp-view .gnav > li a {
		color: #000;
	}

	.gnav > li a:after {
		display: none;
	}

	.sp-nav {
		display: block;
	}
	.instagram-items {
		margin-right: -15px;
	}

	.instagram-items li {
		width: 20%;
		width: -webkit-calc(20% - 15px);
		width: calc(20% - 15px);
	}

	#container-top h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	#container-recruit h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	#container-top h2.works-top_heading {
		margin-top: 0;
		padding-top: 95px;
	}

	.works-img_cap h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.works-img_cap p {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.works-top_contents .col {
		padding: 0;
	}

	.grid3 .col {
		width: -webkit-calc(33.33333% - 20px);
		width: calc(33.33333% - 20px);
		margin-left: 30px;
	}

	.service-outline_title {
		font-size: 20px;
		font-size: 2rem;
	}

	.service-outline_title > br {
		display: block;
	}
	
	/*-------------------------------------------------------------------- */

	.news-top_contents a {
		margin: 0;
	}

	.contents.news {
		padding: 0 5%;
	}
	
	/*-------------------------------------------------------------------- */
	.arch-news_side {
		position: static;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	/*-------------------------------------------------------------------- */

	.contents.works {
		padding: 0 5%;
	}

	.contents.page {
		padding: 0 5%;
	}


	.arch-works_item {
		width: 50%;
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}

	.works_header {
		display: block;
	}

	.works_header_fig {
		display: block;
		width: 100%;
	}

	.works_header_body {
		display: block;
		width: 100%;
		padding: 20px;
	}

	.works_detail,
	.works_nav {
		width: 100%;
		padding: 0;
	}

	.company_fig-full {
		max-width: 500px;
		margin: 2em auto 1em;
		padding: 0;
	}

	.service_nav {
		padding: 0;
	}
}
/*-------ここ--------------------------------------------------- */

@media screen and (max-width: 970px) {

	.client-list {
		margin: 0;
		padding: 0;
	}

 	.client-list .col {
		float: none;
		margin: 0;
	}
	
	.arch-works_items h4 {
		margin: 0;
		padding: 0;
 	}	
	#editorial_point,
	#package_point,
	#web_point {
		clear: both;
		margin-top: 150px;
	}
/*
	p.staff_gallery {
		padding-left: 10px;
	}
 */
}
/*-------ここ--------------------------------------------------- */
/*タブレット-768px*/
@media screen and (max-width: 768px) {
	
	html, body {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #FFF;
	}
	
	.wrapper {
		width: 100%;
	}
	
	.footer_inner,
	.news-top_contents,
	.header-top_inner,
	.header_inner,
	.header-sub_inner,
	.footer_inner,
	.works-top_contents,
	.approach-top_contents,
	.news-top_contents,
	.clients-top_intro,
	.clients-top_list,
	.container_inner {
		width: 90%;
		margin: 0 auto;
	}
	
	.header-top {
		padding-top: 15px;
	}

	.header-top.header-view-w {
		padding-top: 15px;
	}

	.header {
		padding-top: 15px;
	}

	#logo {
		width: 210px;
		padding-left: 15px;
	}

	.logo_img {
		margin-top: 2px;
		width: 100%;
		height: 25px;
		/*background-size: 100px !important*/
	}
	
	.service_contents_top {
		width: 90%;
	}

/*-------------------------------------------------------------------- */
	.main-top{
		margin-top: 80px;
	}
/*
	p.staff_gallery {
		padding-left: 10px;
	}
*/
/*************************************************************************/

	.header.sp-view {
		height: 100%;
		background: #fff;
		overflow: scroll;
	}

	.header-top.sp-view {
		height: 100%;
		background: #fff;
		overflow: scroll;
	}

	.gnav {
		display: none;
		float: none;
		clear: both;
		padding-top: 50px;
	}

	.sp-view .gnav {
		display: block;
	}

	.gnav > li {
		float: none;
		margin: 0;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
	}

	.gnav > li a {
		display: block;
		padding: 8px 0;
		text-align: center;
	}

	.sp-view .gnav > li a {
		color: #000;
	}

	.gnav > li a:after {
		display: none;
	}
	
	.sp-nav {		/*三本線メニューボタン*/
		display: block;
		top: 15px;
		right: 20px;
	}
	
/*************************************************************************/

	.header-view-w .sp-nav,
	.header .sp-nav {
		top: 15px;
	}
	
	.footer_contents.mt40 {
		margin-top: 20px;
	}

	.footer_nav {
		display: block;
	}

	.footer_contact {
		display: block;
	}

	.footer_sitemap {
		display: block;
		/*margin-top: 50px;*/
	}

	.instagram-items {
		margin-right: -10px;
	}

	.instagram-items li {
		width: 25%;
		width: -webkit-calc(25% - 10px);
		width: calc(25% - 10px);
		margin: 0 10px 10px 0;
	}

	.instagram-items li a .caption {
		display: none;
	}

	.footer_copyright {
		float: none;
	}

	.footer_social {
		float: none;
	}

	.social-list li:first-child {
		margin-left: 0;
	}

	.mainv-top {
		background: url(images/bg_sp_mainv.jpg) no-repeat center center;
		background-size: cover;
	}

	#video {
		display: none;
	}

	.lead_catch {
		padding: 0 3%;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.6;
	}

	.lead-sp_btn {
		margin: 20px 0 0;
		font-size: 50px;
		font-size: 5rem;
		line-height: 1;
		text-align: center;
	}

	.lead-sp_btn a {
		color: #999;
		line-height: 1;
	}

	.lead-sp_btn a:hover {
		text-decoration: none;
	}
	
	/*-------------------------------------------------------------------- */

	.news-top_wrapper {
		right: 0;
		width: 100%;
	}

	.news-top {
		float: none;
		width: 100%;
		padding: 5px 0;
		margin: 0 auto;
	}

	.news-top_inner {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.news-top_inner > dt {
		width: 75px;
	}
	
	/*-------------------------------------------------------------------- */

	#container-top h2.mission_heading{
		font-size: 40px;
		font-size: 4rem;
	}

	#container-top h2.heading_sub {
		font-size: 30px;
		font-size: 3rem;
	}

	#container-top h2.mission_lead {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.5;
	}

	#container-top h2.works-top_heading {
		margin-top: 0;
		padding-top: 60px;
	}

	#container-top h2.clients-top_heading {
		font-size: 30px;
		font-size: 3rem;
	}

	.introduction-top {
		padding: 40px 3%;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: left;
		line-height: 2;
	}

	.introduction-top > br {
		display: none;
	}

	.works-top_intro {
		margin-bottom: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.approach-top_intro {
		margin-bottom: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.service-outline_intro {
		margin-bottom: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.clients-top_intro {
		margin-bottom: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	.works-top {
		width: 90%;
		margin: 0 auto;
	}
	
	.works-top_items > li {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.works-top_items > li > a {
		padding: 60% 0 0;
	}

	.works-top_items > li > a > img {
		width: 100%;
		height: auto;
	}

	.works-top_contents {
		overflow: hidden;
	}

	.works-top_contents .col {
		padding-bottom: 40px;
	}

	.works-top_cat {
		font-size: 20px;
		font-size: 2rem;
	}

	.works-top_card {
		/*width: 104%;
		margin-right: -4%;*/
		width: 100%;
		margin-bottom: 5px;
	}
	
	.works-top_card > li {
		float: none;
		/*float: left;*/
		width: 80%;
		margin: 0 auto;
		/*margin: 0 4% 0 0;*/
	}
	
	.works-top_card > li > a:hover img {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	.card-meta {
		margin-top: 5px;
	}

	.card-meta_new {
		line-height: 1.3;
		margin-right: 5px;
	}

	.card-meta_cat {
		line-height: 1.3;
	}

	.card-meta > time {
		display: block;
		vertical-align: top;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.card-meta > h3 {
		margin-top: 10px;
		line-height: 1.5;
	}

	.works-top_cat-btn {
		padding: 2px 0 2px 8px;
		font-size: 12px;
		font-size: 1.2rem;
		border: 1px solid #000;
	}

	.works-top_cat-btn .more-btn {
		top: 6px;
		right: 8px;
	}

	.works-top_cat-btn:hover {
		color: #000;
	}

	.works-top_cat-btn:hover .more-btn:before {
		background: #000;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.works-top_cat-btn:hover .more-btn:after {
		background: #000;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.arch-works_items h4 {
		margin: 0;
		padding: 0;
 	}	
	#editorial_point,
	#package_point,
	#web_point {
		clear: both;
		margin-top: 150px;
	}

	
/*************************************************************************/

	.concept-top > p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.grid3 .col {
		float: none;
		width: 100%;
		margin: 0;
	}

	.service-outline_fig {
		margin-top: 20px;
		padding: 0;
	}

	.service-outline_fig > li {
		width: 33.3333%;
	}

	.service-outline_title > br {
		display: none;
	}
	
/*************************************************************************/

	.news-top_contents .col {
		margin-top: -2px;
		border-top: 2px solid #ccc;
		/*border-bottom: 2px solid #ccc;*/
	}

	.news-top_contents .col > a {
		padding: 20px 0;
	}

	.news-top_fig,
	.recent-post_fig {
		float: left;
		width: 28%;
		margin: 0 15px 0 0;
	}

	.news-top_fig > .figblock,
	.recent-post_fig > .figblock {
		padding-top: 100%;
	}

	.news-top_fig > .figblock > img,
	.recent-post_fig > .figblock > img {
		width: auto;
		height: 100%;
	}

	.news-top_meta {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
	}

	.news-top_cat,
	.recent-post_cat,
	.arch-news_cat {
		font-size: 10px;
		font-size: 1rem;
	}

	.news-top_title {
		margin-bottom: 0;
		font-size: 17px;
		font-size: 1.7rem;
		overflow: hidden;
		margin: 0 0 12px;
	}

/*	.news-top_body {
		display: none;
	}*/
	
/*************************************************************************/
	.client-list {
		margin: 0;
		padding: 0;
	}

 	.client-list .col {
		float: none;
		margin: 0;
	}

	.client-list .col:first-child {
		margin-top: 0;
	}


	.clients-top_list li {
		width: 33.3333%;
	}

	.top_link a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.container_inner {
		padding-top: 70px;
	}

	.container_heading {
		margin: 20px 0 10px 0;
		font-size: 34px;
		font-size: 3.4rem;
	}

	.contents.news {
		padding: 10px 0 0;
	}

	.contents.works {
		padding: 0;
	}

	.contents.page {
		padding: 0;
	}

	.contents.page article > h2 {
		font-size: 20px;
		font-size: 2rem;
	}

	.contents.page article > h2 > br {
		display: inherit;
	}

	.contents_heading {
		font-size: 20px;
		font-size: 2rem;
	}

	.tag_heading {
		font-size: 20px;
		font-size: 2rem;
	}

	.contents_meta {
		margin-bottom: 0.5em;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.contents_cat {
		font-size: 11px;
		font-size: 1.1rem;
	}

	.recent-post_item {
		float: none;
		width: 100%;
		margin: 0;
	}

	.recent-post_item > a {
		padding: 20px 0;
		border-top: 2px solid #EEE;
	}

	.recent-post_meta {
		margin: 0 0 5px;
		line-height: 1;
	}

	.recent-post_title {
		margin-bottom: 0;
		overflow: hidden;
	}
	
	/*-------------------------------------------------------------------- */

	.arch-news_fig {
		width: 100%;
	}

	.arch-news_fig_inner {
		width: 100%;
		padding-top: 10%;
	}

	.arch-news_fig_inner > img {
		width: 100%;
		border-bottom: 2px solid #FFF;
		/*width: auto !important;
		height: 100% !important;*/
	}
	
	.arch-news_meta {
		margin: 0.2em 0 0.5em;
	}

	.arch-news_meta time {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.arch-news_body {
		clear: both;
		padding: 0;
		width: 100%;
	}

	.arch-news_title {
		margin-bottom: 16px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.year {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/*-------------------------------------------------------------------- */

	.arch-works_termlist > li {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.arch-works_item {
		width: 100%;
		margin: 0 0 30px;
	}
	
	/*-------------------------------------------------------------------- */

	.thumb-meta {
		position: static;
		padding: 10px 0 0;
		background: none;
		text-align: left;
		color: #333;
		opacity: 1;
	}

	.works_header {
		margin-bottom: 40px;
	}

	.works_heading {
		font-size: 20px;
		font-size: 2rem;
	}

	.works_detail,
	.works_nav {
		width: 90%;
		margin: 0 auto;
	}

	.works_meta {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.works_nav {
		width: 90%;
		margin: 0 auto;
	}

	.works_cat-lev1 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.works_outline_body {
		margin-bottom: 40px;
	}

	.works-tag_items {
		margin-top: 40px;
	}

	.contact-top {
		background-position: 0 0;
	}
	
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: normal;
		padding: 0 0 10px 0;
	}
	
	.arch-works_items h4 {
		margin: 0;
		padding: 0;
 	}	
	#editorial_point,
	#package_point,
	#web_point {
		clear: both;
		margin-top: 150px;
	}

/*------------------------------------------- */

	.grid3.company-approach .col {
		width: 100%;
		margin-left: 0;
	}

	.company_fig {
		width: 50%;
		max-width: 150px;
		margin: 0 auto;
		padding: 0;
	}

	.company-profile > dt {
		width: 95px;
		padding: 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.company-profile > dd {
		margin-left: 95px;
		padding: 10px 10px 10px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
/*------------------------------------------- */

	.service {
		display: block;
		border-top: 2px solid #DDD;
	}

	.service_head {
		display: block;
		width: 100%;
	}

	.service_head > h3 {
		margin-bottom: 15px;
	}

	.service_header {
		padding-top: 40%;
	}

	.service_body {
		display: block;
		width: 100%;
		padding: 15px 0 0;
		border-left: none;
	}

	.service_items {
		display: block;
		width: 100%;
	}
/*------------------------------------------- */

	.page .table-wrapper {
		width: 100%;
		overflow-x: auto;
	}

	.page table {
		width: 600px;
	}

	.page table th {
		padding: 3px 5px;
	}

	.page table td {
		padding: 5px;
	}
/*------------------------------------------- */

	.contact_form dt {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.contact_form dd {
		margin: 0;
		margin-bottom: 20px;
	}

/*-----recruit---タブレット----------------------------------- */
	
	.recruit-top_contents {
		margin-top: 40px;
	}

	.recruit-top_contents .col {
		width: 33.33333%;
		margin-left: 0;
	}


	.recruit-top_intro {
		padding: 0 3%;
	}

	div.main_recruit_img img{
		margin-top: 45px;
	}

	.recruit-top_body {
		margin: 3rem;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2;
		text-align: center;
	}

	.recruit-profile > dt {
		width: 95px;
		padding: 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.recruit-profile > dd {
		margin-left: 95px;
		padding: 10px 10px 10px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

/*------------------------------------------- */
	ul.footer_company_box li {
		display: block;
		width: 350px;
		list-style-type: none;
	}
	
	.footer_heading {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	}
	
	.footer_contact {
		float: none;
		display: block;
		width: 100%;
	}
	
	.footer_sitemap {
		float: none;
		display: block;
		width: 100%;
	}
	
	ul.sitemap li {
		display: block;
		list-style-type: none;
	}

}

/*--------ここ------------------------------------------------------------ */

@media screen and (max-width: 480px)  {

	html, body {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #FFF;
	}
	
	.wrapper {
		width: 100%;
	}
	
	#skitter {
		width: 372px;
		/*--width: 100%;-- */
		padding-top: 70px;
		margin: 0 auto;
	}

	#gallery {
		display: block;
		width: 100%;
		height: 40px;
		position: relative;
		top: 50px;
		text-align: center;
		z-index: 3000;
	}
	p.staff_gallery {
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #000;
		line-height: 1.5rem;
		vertical-align: middle;
		display: block;
	}

	.gallery_msg {
		color: #333;
		font-size: 11px;
		font-size: 1.1rem;
	}
	p.staff_gallery {
	}

/*	.main-top {
		margin-top: 60px;
	}
*/
	.main-top_img {
		width: 100%;
	}
	
	.concept-top_img,
	.meeting_room_img,
	.iten_ms_img{
		width: 100%;
	}
	
	h2 {
		line-height: 1.4;
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: normal;
		padding: 0 0 10px 0;
	}

	h5 {
		font-size: 22px;
		font-size: 2.2rem;
		text-align: center;
		margin: 40px 0 30px;
	}
	
	.service_img {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.service_img_2 {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.mission-top_body {
		margin: 1rem;
	}

	.logo_img {
		background-image: url(../images/logo_artland_b.png) no-repeat;
		background-size: 100px auto; !important;
	}

	.header-view-w .logo_img,
	.header .logo_img,
	.sp-view .logo_img {
		background-image: url(../images/logo_artland_b.png) no-repeat;
		background-size: 100px auto; !important;
	}
	
	.mapfield {
		position: relative;
		padding-top: 250px;
		overflow: hidden;
	}
 
	.mapfield iframe,
	.mapfield object,
	.mapfield embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 250px;
		height: 250px;
	}
		
	#container-recruit h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.tokyo_office {
		float: none;
	}
	.pcContent { display: none !important }
	.spContent { display: block !important }
	br.spContent{ display: inline !important }

}

/*--------ここ------------------------------------------------------------ */

@media screen and (min-width: 1140px)  {

	#container-top h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	#skitter {
		width: 100%;
	}
		
	.main-top {
		width: 100%;
		background: #f3f3f3;
	}
	
	.concept-top,
	.meeting_room,
	.iten_ms{
		width: 100%;
		background: #f3f3f3;
	}
	
	
	.concept-top_img ,
	.main-top_img {
		margin: 0 auto;
	}
	
	.meeting_room_img {
		width: 1120px;
		margin: 0 auto;
	}
	.iten_ms_img {
		width: 1120px;
		margin: 0 auto;
	}

	.header-nav_obi {
		width: 1120px;
		margin: 0 auto;
	}
	
	/*-----recruit--------------------------------------------------------------- */

	#container-recruit h2 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	.concept-recruit {
		width: 100%;
		background: #f3f3f3;
	}
	


	.concept-recruit_img{
		width: 1120px;
		margin: 0 auto;
	}


	div.main_recruit_img{
		width: 1120px;
		margin: 0 auto;
	}
	
	.recruit-top_img{
		width: 1120px;
		margin: 0 auto;
	}
	.recruit_contents {
		width: 1120px;
		margin: 0 auto;
	}

}

/************************************************************/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/************************************************************/

@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*-------------------------------------------------------------------- */


.fa {
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
/*-------------------------------------------------------------------- */

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*-------------------------------------------------------------------- */

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*-------------------------------------------------------------------- */


.fa-rotate-90 {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-chevron-left:before {
	content: "\f137";
}

.fa-chevron-right:before {
	content: "\f138";
}

.fa-chevron-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f13a";
}

/*-------------------------------------------------------------------- */
.fa-phone:before {
	content: "\f095";
}
/*-------------------------------------------------------------------- */

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-instagram:before {
	content: "";
}

/*------------------------------------------------------------------*/
#eigyo {
	width: 90%;
	max-width: 1000px;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: 15px;
	margin: 0 auto;
	margin-top: 120px;
}
#eigyo h2 {
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #D94040;
}
#eigyo p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

/*-------------------------------------------------------------------- */
#corona {
	width: 90%;
	max-width: 1000px;
	box-sizing: border-box;
	border: 3px dotted #D94040;
	margin: 0 auto;
	margin-top: 100px;
}
#corona h2 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.corona:hover {
	text-decoration: none;
}
#corona:hover {
	box-sizing: border-box;
	border: 3px solid #D94040;
}
/*-------recruit------------------------------------------------------------- */

#container-corona {
	position: relative;
	background: #fff;
	z-index: 2;
}

#container-corona h2 {
	margin: 150px 0 10px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.corona-top {
	/*padding: 1px 0;*/
	padding: 5px 0;
	background: #fff;
}

.corona-top_contents {
	margin-top: 40px;
}

.corona-top_contents .col {
	width: 33.33333%;
	margin-left: 0;
}


.corona-top_intro {
	padding: 0 3%;
}


.corona-top_body {
	margin: 3rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
/*
.corona-top > p.corona-top_img {
	margin-top: 0;
	margin-bottom: 0;
}

.corona-top_img {
	width: 100%;
}


.corona-top_img > img {
	width: 100%;
	height: auto;
}

.corona_contents {
	width: 90%;
	margin: 0 auto;
}

.corona-profile {
	margin-top: 40px;
	border-bottom: 1px solid #DDD;
}

.corona-profile > dt {
	float: left;
	width: 150px;
	padding: 15px;
	border-top: 1px solid #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

.corona-profile > dd {
	line-height: 2;
	margin-left: 150px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #DDD;
}

.corona-profile > dd > p:first-child {
	margin: 0;
}

.corona_margin-left {
	margin-left: 1em;
}

.corona_sab {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
}
*/

#corona-container_box {
	/*margin: 0 20rem;*/
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px;
	border-top: 3px dotted #999;
	border-bottom: 3px dotted #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	font-weight: normal;
}
#corona-container_box h1{
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
}



