@charset "utf-8";
/* ----------------------------------------------------

★汎用モジュールクラスを格納

-------------------------------------------------------

build:2018-01
lastupdate:2018-01
version:1.1
author:om

-------------------------------------------------------

★目次
00.header
01.footer
02.content
03.about us
04.service
05.works
06.news
07.contact


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



/* ■03.about us
--------------------------------------------------- */

.aboutus{
/*	background: #ececec;*/
}
.aboutus .innar {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	padding: 100px 0 130px;
}
.aboutus .tit { max-width: 222px; margin: 0 auto 40px; }
.aboutus img { width: 100%; }
.aboutus .box { background: #ececec; padding: 40px; }
.aboutus .scroll > dl { border-bottom: solid 1px #ccc; padding: 20px; }
.aboutus dl:after{ content: ""; display: block; clear: both; }
.aboutus dl{ display: inline-block; }
.aboutus dl{ display: block; }
.aboutus dt {
	display: inline-block;
	float: left;
	width: 20%;
}
.aboutus dd {
	display: inline-block;
	float: right;
	width: 75%;
}

.aboutus dd dt {
	width: 35%;
}
.aboutus dd dd {
	width: 65%;
}
.aboutus dd iframe{ width: 100%; height: 300px; }
/* .aboutus .list li{
	padding-left: 20px;
	background: url(../img/about_line.png) no-repeat left top 12px / 10px auto;
} */
.aboutus a{ color: #017659; }
.aboutus a:hover{ text-decoration: none; }

.aboutus .banner:after{ content: ""; display: block; clear: both; }
.aboutus .banner{ display: inline-block; }
.aboutus .banner{ display: block; }
.aboutus .banner{ max-width: 580px; }
.aboutus .banner li{
	display: inline-block;
	float: left;
	width: 48%;
}
.aboutus .banner li:nth-child(2n){ float: right; }
.aboutus .banner li a{ display: block; }
.aboutus .banner li a:hover{ opacity: 0.8; }
.aboutus .list li span {
	width: 8rem;
    display: inline-block;
}

/* ■04.service
--------------------------------------------------- */
.service .inner {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto;
}
.service .service__ttl {
	width: 100%;
	max-width: 254px;
	margin: auto;
}
.service .service__ttl img {
	width: 100%;
}
.service .service__txt {
	margin-top: 60px;
	text-align: center;
}

.service .service__box {
	display: flex;
	margin-top: 60px;
}
.service__box div {
	width: 41%;
	background: #43a58c;
	position: relative;
}
.service__box div img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
	max-width: 320px;
}
.service__box ol {
	width: 59%;
	border: solid 1px #43a58c;
	padding: 40px 50px;
}
.service__box ol li {
	list-style-type: decimal;
	margin-top: 10px;
}
.service__box ol li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.service .service__ttl {
		max-width: 170px;
	}
	.service .service__txt {
		margin-top: 40px;
		text-align: left;
	}
	.service .service__txt br {
		display: none;
	}
	.service__box div img {
		display: block;
		position: relative;
		padding: 30px 0;
	}
	.service .service__box {
		flex-wrap: wrap;
	}
	.service__box div {
		width: 100%;
	}
	.service__box ol {
		width: 100%;
		padding: 20px 40px;
	}
}

.managemnt{
	padding: 80px 0;
	background: url(./../img/project_bg.jpg) no-repeat center / 100%;
	background-attachment: fixed;
}
.managemnt .managemnt__ttl {
	margin-bottom: 40px;
}
.managemnt .managemnt__ttl img {
	display: block;
	width: 90%;
	max-width: 743px;
	margin: auto;
}
.managemnt .manegement__wrap {
	width: 90%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.managemnt .manegement__wrap .manegement__box {
	background: #fff;
	width: 49.5%;
	max-width: 595px;
	padding: 40px;
	box-sizing: border-box;
}
.managemnt .manegement__wrap .manegement__box:nth-child(1) {
	border-radius: 20px 0 0 0;
}
.managemnt .manegement__wrap .manegement__box:nth-child(2) {
	border-radius: 0 20px 0 0;
}
.managemnt .manegement__wrap .manegement__box:nth-child(3) {
	margin-top: 10px;
	border-radius: 0 0 0 20px;
}
.managemnt .manegement__wrap .manegement__box:nth-child(4) {
	margin-top: 10px;
	border-radius: 0 0 20px 0;
}
.managemnt .manegement__wrap .manegement__box ul li {
	padding-left: 22px;
	margin-top: 6px;
	background: url(./../img/list_circle@2x.gif) no-repeat left center / 14px;
}

.managemnt .manegement__wrap .manegement__box .management__subttl img {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}
.managemnt .manegement__wrap .manegement__box:nth-child(1) .management__subttl img {
	max-width: 130px;
}
.managemnt .manegement__wrap .manegement__box:nth-child(2) .management__subttl img {
	max-width: 186px;
}
.managemnt .manegement__wrap .manegement__box:nth-child(3) .management__subttl img {
	max-width: 366px;
}
.managemnt .manegement__wrap .manegement__box:nth-child(4) .management__subttl img {
	max-width: 131px;
}
.managemnt .manegement__wrap .manegement__box .management__listttl {
	font-size: 18px;
	color: #43a58c;
	border-left: solid 5px #43a58c;
	border-bottom: solid 1px #43a58c;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
.managemnt .manegement__wrap .manegement__box .management__listttl:nth-of-type(2) {
	margin-top: 20px;
}
@media screen and (max-width: 1199px) {
	.managemnt{
		padding: 60px 0;
		background: url(./../img/project_bg.jpg) no-repeat center / cover;
		background-attachment: scroll;
	}
}

@media screen and (max-width: 767px) {
	.managemnt{
		padding: 60px 0;
		background: url(./../img/project_bg.jpg) no-repeat center / cover;
		background-attachment: scroll;
	}

	.managemnt .manegement__wrap .manegement__box { width: 100%; }
	.managemnt .manegement__wrap .manegement__box .management__subttl img {
		margin: 0 auto 20px;
	}
	.managemnt .manegement__wrap .manegement__box:nth-child(1) .management__subttl img { max-width: 110px; }
	.managemnt .manegement__wrap .manegement__box:nth-child(2) .management__subttl img { max-width: 156px; }
	.managemnt .manegement__wrap .manegement__box:nth-child(4) .management__subttl img { max-width: 111px; }
	.managemnt .manegement__wrap .manegement__box:nth-child(1),
	.managemnt .manegement__wrap .manegement__box:nth-child(2),
	.managemnt .manegement__wrap .manegement__box:nth-child(3),
	.managemnt .manegement__wrap .manegement__box:nth-child(4) {
		margin-top: 10px;
		border-radius: 10px;
	}
	.managemnt .manegement__wrap .manegement__box {
		padding: 30px 20px;
	}
	.managemnt .managemnt__ttl {
		margin-bottom: 40px;
	}
	.managemnt .managemnt__ttl img {
		width: 70%;
	}
}

/* ■05-1.works (Consulting)
--------------------------------------------------- */

.consul {
    margin: 80px auto;
}

@media screen and (max-width: 767px) {
    .consul {
		margin: 80px auto;
    }
}

.consul .arch-tit.ttl1 {max-width: 550px;}

.consul .inner {
    max-width: 1200px;
	margin: auto;
	width: 90%;
}

@media screen and (max-width: 767px) {
    .consul .inner {
        padding: 0;
    }
}

.consul h2{
	max-width: 616px;
	margin: 0px auto 60px;
}

.consul h2 img{
	width: 100%;
}

.consul__list__content__list__content__ttl {
    margin-top: calc(0px - (((3.6rem * 1.6) - 3.6rem) / 2));
    letter-spacing: 0.08em;
}

@media screen and (max-width: 1199px) {
    .consul__list__content__list__content__ttl {
		line-height: 1.6;
    }
}

.consul__list {
    margin-top: 40px;
}

.consul__list__content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consul__list__content__list__content {
    width: 30.508%;
}

@media screen and (max-width: 767px) {
	.consul h2{
		margin: 0px auto 40px;
	}
    .consul__list__content__list__content {
        width: 49%;
    }
}

.consul__list__content__list__content__pic {
    width: 100%;
}

.consul__list__content__list__content__ttl {
    margin-top: calc(28px - (((1.8rem * 1.6) - 1.8rem) / 2));
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    .consul__list__content__list__content__ttl {
    }
}

.consul__list__content__list__content__txt {
    margin-top: calc(24px - (((1.4rem * 1.6) - 1.4rem) / 2));
}

@media screen and (max-width: 1199px) {
    .consul__list__content__list__content__txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
	.consul__list__content__list__content__txt {
		margin-top: 10px;
	}
    .consul__list__content__list__content:nth-child(n+3) {
        margin-top: 20px;
    }
}

.consul__list__content__list__content:nth-child(n+4) {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .consul__list__content__list__content:nth-child(n+4) {
        margin-top: 20px;
    }
}



/* ■05-2.works (CG)
--------------------------------------------------- */

.works {
	background: rgb(253,253,253);
	background: -moz-linear-gradient(-45deg, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(135deg, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f8f8f8',GradientType=1 );
}
.works .innar{
	max-width: 1200px;
	margin: auto;
	width: 90%;
	padding: 100px 0 100px;
}
.works h2{ max-width: 965px; margin: 0px auto 60px; }
.works h2 img{ width: 100%; }
.works .pho-list { position: relative }
.works .pho-list .main {
	width: 60.87%;
	max-width: 730px;
	height: 470px;
	margin: 0 auto;
	list-style: none;
}
.works .pho-list .main li { margin: 0 auto; padding: 0; }
.works .pho-list .main { float: left; text-align: center }
.main li { display: none; text-align: center }
.main li.item1,
.main-1 li.item1-1{ display: block }
.main li img {
	height: 470px;
	width: auto;
	max-width: 100%;
}
.works .pho-list .pho-list_right {
	display: inline-block;
	float: right;
	width: 38.4%;
	max-width: 460px;
	height: 470px;
	position: relative
}
.works .pho-list .pho-list_right .thumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	height: 430px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	margin: 0
}
.works .pho-list .pho-list_right .thumb li {
	float: left;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 32%;
	height: 135px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 10px;
}
.works .pho-list .pho-list_right .thumb li:nth-child(3n){ margin-right: 0; }
.works .pho-list .pho-list_right .thumb li img {
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	width: 100%;
	height: auto;
}
.works .pho-list .pho-list_right .thumb li img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.works .pho-list .pho-list_right ul.button {
	position: absolute;
	right: 38: 4%;
	bottom: 0px;
}
.works ul.button li { float: left; margin-right: 10px }
.works ul.button li a {
	display: block;
	color: #068968;
	font-weight: bold;
	padding: 3px 12px;
	border: solid 1px #cccccc;
	text-decoration: none;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.works ul.button li a:hover {
	color: #fff;
	background-color: #068968;
	border: solid 1px #068968;
	display: block;
}

.works ul.button .clicked a{
	color: #fff;
	background-color: #068968;
	border: solid 1px #068968;
	display: block;
}


/* ■05-3.works (Architectural Model)
--------------------------------------------------- */

.works {
	background: rgb(253,253,253);
	background: -moz-linear-gradient(-45deg, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(135deg, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f8f8f8',GradientType=1 );
}
.works .innar{
	max-width: 1200px;
	margin: auto;
	width: 90%;
	padding: 100px 0 100px;
}
.works h2{ max-width: 655px; margin: 0px auto 60px; }
.works h2 img{ width: 100%; }
.works .arch-tit.ttl3 {max-width: 704px}
.works .pho-list { position: relative }
.works .pho-list .main-1 {
	width: 60.87%;
	max-width: 730px;
	height: 470px;
	margin: 0 auto;
	list-style: none;
}
.works .pho-list .main-1 li { margin: 0 auto; padding: 0; }
.works .pho-list .main-1 { float: left; text-align: center }
.main-1 li { display: none; text-align: center }
.main-1 li.item1 { display: block }
.main-1 li img {
	height: 470px;
	width: auto;
	max-width: 100%;
}
.works .pho-list .pho-list_right {
	display: inline-block;
	float: right;
	width: 38.4%;
	max-width: 460px;
	height: 470px;
	position: relative
}
.works .pho-list .pho-list_right .thumb-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	height: 430px;
	width: 100%;
	max-width: 460px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	margin: 0
}
.works .pho-list .pho-list_right .thumb-1 li {
	float: left;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 32%;
	height: 135px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 10px;
}
.works .pho-list .pho-list_right .thumb-1 li:nth-child(3n){ margin-right: 0; }
.works .pho-list .pho-list_right .thumb-1 li img {
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	width: 100%;
	height: auto;
}
.works .pho-list .pho-list_right .thumb-1 li img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.works .pho-list .pho-list_right ul.button-1 {
	position: absolute;
	right: 38: 4%;
	bottom: 0px;
}
.works ul.button-1 li { float: left; margin-right: 10px }
.works ul.button-1 li a {
	display: block;
	color: #068968;
	font-weight: bold;
	padding: 3px 12px;
	border: solid 1px #cccccc;
	text-decoration: none;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.works ul.button-1 li a:hover {
	color: #fff;
	background-color: #068968;
	border: solid 1px #068968;
	display: block;
}

.works ul.button-1 .clicked1 a{
	color: #fff;
	background-color: #068968;
	border: solid 1px #068968;
	display: block;
}




/* ■06.news
--------------------------------------------------- */
.bnr__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 120px;
}
.bnr__list li {
	width: 48%;
}
.bnr__list li a {
	display: block;
	transition: .5s;
}
.bnr__list li a:hover {
	opacity: .8;
}
.bnr__list li a img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.bnr__list {
		margin-bottom: 80px;
	}
	.bnr__list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.bnr__list li:last-child {
		margin-bottom: 0;
	}
}
.news {
/*	background: url(../img/news_bg.png) no-repeat 50% 50% / cover;*/
	padding: 100px 0;
}
.news .innar {
	max-width: 1200px;
	margin: auto;
	width: 90%;
}
.news h2 { max-width: 232px; margin: 0 auto 60px; }
.news img { width: 100%; }
.news .box {
	border: solid 1px #666;
	padding: 50px;
	background: rgba(255,255,255,0.2);
	margin-bottom: 40px;
}
.news .scroll{ height: 360px; overflow-y: scroll; }
.news dl:after{ content: ""; display: block; clear: both; }
.news dl{ display: inline-block; }
.news dl{ display: block; margin-bottom: 30px; font-size: 13px; }
.news dl:last-child{ margin-bottom: 0px; }
.news dt {
	display: inline-block;
	float: left;
	width: 8%;
}
.news dd {
	display: inline-block;
	float: right;
	width: 90%;
}
.news dd a { color: #000;}
.news dd a:hover{ text-decoration: none; }
.news .btn { max-width: 427px; margin: auto; }
.news .btn a {
	display: block;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.news .btn a:hover { opacity: 0.8; }

/* ■07.contact
--------------------------------------------------- */

.contact{
	background: url(../img/contact_bg.gif) repeat;
}
.contact .innar{
	max-width: 1200px;
	margin: auto;
	width: 90%;
	padding: 100px 0;
}
.contact h2{
	max-width: 376px;
	margin: auto;
}
.contact h2 img{ width: 100%; }
#formwrap{
	max-width: 896px;
	margin: 40px auto;
}

/* ■基本レイアウト　テーブル風 */
#formwrap dl.formitem{
	display:table;
	width:100%;
	margin:0 auto;
	padding: 10px 0;
	background-position: left bottom;
}

#formwrap dl dt.item_name{
	font-size: 14px;
	display: table-cell;
	width: 27%;
	vertical-align: middle;
}
#formwrap dl dd.item_content{
	display: table-cell;
	width: 72%;
}

/* ■共通入力パーツ1：フォームタグ */
input[type=text],
textarea{/*
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	height: 2em;
	line-height: 2em;
	padding: 1px 0;
	text-indent: 0.35em;
	*/
	background: #c7c7c7;
	border: solid 1px #c7c7c7;
	width: 99%;
	padding: 5px 0;
	color: #fff;
	
}
input[type=text]:focus,
textarea:focus,
select:focus{
	background-color:#949494!important;
	border:solid 1px #949494!important;
	transition-duration:0.2s;
}
input[type=checkbox],
input[type=radio]{
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:120%;
	height:2em;
	vertical-align: text-bottom;
}
select{ height: 2em; }

input::-webkit-input-placeholder{ color: #fff!important; opacity: 0.6!important; }
input:-ms-input-placeholder{ color: #fff!important; opacity: 0.6!important; }
input::-moz-placeholder{ color: #fff!important; opacity: 0.6!important; }

/* ■共通入力パーツ2：送信ボタン枠 */
ul.sendarea{
	display:table;
	margin:2em auto 2em;
	text-align:center;
	width: 100%;
}
ul.sendarea li{
	display:table-cell;
	padding: 10px;
	width: 50%;

}

/* ■共通入力パーツ2-2：送信ボタン 画像タイプ */
input.btn_css_check_img{
	width: 100%;
	min-height: 61px;
	background:url('../img/contact_detail.png') no-repeat;
	background-size: 100%;
	border:0px solid;
	font-size: 0;
	cursor:pointer;
}
input.btn_css_reset_img{
	width: 100%;
	min-height: 61px;
	background:url('../img/contact_reset.png') no-repeat;
	background-size: 100%;
	border:0px solid;
	font-size: 0;
	cursor:pointer;
}
input.btn_css_back_img {
	width: 100%;
	min-height: 61px;
	background:url('../img/contact_back.png') no-repeat;
	background-size: 100%;
	border:0px solid;
	font-size: 0;
	cursor:pointer;
}
input.btn_css_send_img {
	width: 100%;
	min-height: 61px;
	background:url('../img/contact_send.png') no-repeat;
	background-size: 100%;
	border:0px solid;
	font-size: 0;
	cursor:pointer;
	text-indent: -9999px;
}


/* ■共通表示パーツ1：必須マーク */
.hissu > dt:after{
	content: "※";
	padding: 0;
	padding-left:0.2em;
	color: #f00;
}

/* ■共通表示パーツ2：テーブル内注釈（字下げ有） */
.info_indent{
	margin:0.5em 0 0 1em;
	text-indent:-1em;
	font-size:11px;
	color:#FF0000;
}

/* --------------------------------------------------- 
各モジュールパーツ 
--------------------------------------------------- */

/* ■名前 */
.innerlist_name { list-style-type: none; }
.innerlist_name li {
	display: table;
	float: right;
	width: 47.5%;
	overflow: hidden;
}
.innerlist_name li:first-child { float: left; }
.innerlist_name li::before {
	content: "名：";
	display: table-cell;
	text-align: right;
	width: 2em;
}
.innerlist_name li:first-child::before { content: "姓："; }
.innerlist_name li input { display: table-cell; }

/* ■カナ */
.innerlist_kana::after {
	clear: both;
	content: "";
	display: block;
}
.innerlist_kana { display: inline-block; }
.innerlist_kana { display: block; }
.innerlist_kana { list-style-type: none; }
.innerlist_kana li {
	display: table;
	float: right;
	width: 47.5%;
}
.innerlist_kana li:first-child { float: left; }
.innerlist_kana li::before {
	content: "メイ：";
	display: table-cell;
	width: 4em;
}
.innerlist_kana li:first-child::before { content: "セイ："; }
.innerlist_kana li input { display: table-cell; }

.name_conf > dt {
	display: inline;
}

/* ■性別 */
.innerlist_radio input{ margin-right: 8px!important; }
.sex .innerlist_radio > li {
	display: inline-block;
	margin-right: 30px;
	width: 15%;
}

/* ■郵便番号 */
.innerlist_addressnumber{ margin-bottom: 10px; }
.innerlist_addressnumber:before{ content:"〒"; }
.innerlist_addressnumber input{ 
	width: 5em; 
	display:inline-block; 
	margin: 0 6px; 
}

/* ■住所 */

.innerlist_address{
	display:table;
	width:100%;
	margin:0;
	margin-bottom: 10px;
}
.innerlist_address.add01{ width: 20em; }
.innerlist_address.add02{ margin-top: 8px; }
.innerlist_address.add02 input{ width: 100%;  }
.innerlist_kana li input{ display:table-cell; }

/* ■TEL */
.innerlist_tel{ display: table; }
.innerlist_tel li{ display: table-cell; }
.innerlist_tel li:before{
	content:"-";
	display:inline-block;
	padding:0 0.5em;
}
.innerlist_tel li:first-child:before{ content:""; padding: 0; }
.innerlist_tel li input{ width: 6.65em; }

/* ■fax */
.innerlist_fax{ display: table; }
.innerlist_fax li{ display: table-cell; }
.innerlist_fax li:before{
	content:"-";
	display:inline-block;
	padding:0 0.5em;
}
.innerlist_fax li:first-child:before{ content:""; padding: 0; }
.innerlist_fax li input{ width: 4.65em; }

/* ■生年月日 */
.innerlist_birth{ display: table; }
.innerlist_birth li{ display: table-cell; }
.innerlist_birth li:before{ display:inline-block; }
.innerlist_birth li:after{ margin-right: 15px; }
.innerlist_birth li:first-child:after{ content:"年"; }
.innerlist_birth li:nth-child(2):after{ content:"月"; }
.innerlist_birth li:nth-child(3):after{ content:"日"; }
.innerlist_birth li input{ width: 4.65em; }


/* ■メール */
.innerlist_mail{ margin-bottom: 10px;}
.innerlist_mailc{ margin-top: 10px; }

/* ■ラジオボタン */
.radio_lower:after{content:""; display:block; clear:both;}
.radio_lower{display:inline-block;} 
.radio_lower{display:block;}
.radio_lower p{ 
	width: 65%; 
	display: inline-block;
	float: left;
}
.radio_lower .innerlist_radio { 
	display: inline-block; 
	width: 33%;
	float: right;
}
.radio_lower p input{ width: 80%; margin-right: 8px; }

.radio_lower .innerlist_radio ul:after{content:""; display:block; clear:both;}
.radio_lower .innerlist_radio ul{display:inline-block;} 
.radio_lower .innerlist_radio ul{display:block;}

.radio_lower .innerlist_radio li{ display: inline-block; line-height: 1.5em; float: left; }
.radio_lower .innerlist_radio li:last-child{ margin-left:3em; }
.radio_lower .innerlist_radio li input{
	display: inline-block;
	margin-right: 0.2em;
	height: 2em;
}
.radio_lower .innerlist_radio .inputsize_ll{ width: 87%; margin-right: 6px; }

/* ■テキストエリア */
.innerlist_textarea{}
.innerlist_textarea textarea{
	height:7em;
	resize: none;  
	font-size: 13px;
}

/* ■テキストエリア */
.innerlist_text{}
.innerlist_text textarea{
	height:2em;
	resize: none;
	font-size: 13px;
}

.send_none li:nth-child(2){ display: none!important; width: 0!important; padding: 0!important; }

/* ■08.footer
--------------------------------------------------- */
footer{
	text-align: center;
	background: #333;
	color: #fff;
	padding: 10px;
}
footer address{ font-style: normal; }

.confilm_bg{ background: url(../img/contact_bg.gif) repeat; }
.form_kani{
	padding: 60px 0;
	width: 90%;
	margin: auto;
}
.form_kani .logo{ max-width: 270px; margin: auto; margin-bottom: 40px; }
.form_kani .logo img{ width: 100%; }
.form_kani h2{ margin-bottom: 20px; font-weight: bold; }
.form_kani .btntop{ max-width: 425px; margin: 30px auto; }
.form_kani .btntop img{ width: 100%; }

/* ■02.横幅1120px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1120px) {
	/* ▼PC用================================================================== */

	.sp_none{ display: none; }
	.pc_none{ display: block; }

	/* ■01.header
	--------------------------------------------------- */

	/* ■06.contact
	--------------------------------------------------- */

	.flow_form:after{content:""; display:block; clear:both;}
	.flow_form{display:inline-block;} 
	.flow_form{display:block;}
	.flow_form{ width: 60%; margin: 0 auto; }
	.flow_form li{ 
		display: inline-block;
		width: 180px;
		float: left;
		margin-left: 30px;
	}
	.flow_form li:first-child{ margin-left: 0; }

	/* form */

	#formwrap dl dd.item_content{　display:table-cell; padding: 3px; }

	.form_txt{ text-align: center; }

	/* 住所_conf */
	.address_conf dt { display: inline; margin-right: 10px; }
	.address_conf dd { display: inline-block; width: auto; }


	


	/* ▲PC用================================================================== */
}


/* ■03.横幅768px以上、1119px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1119px) {
	/* ▼Tab用================================================================= */

	/* ■02.about us
	--------------------------------------------------- */
	.aboutus dl dd dt{ width: 28%; }
	.aboutus dl dd dd{ width: 70%; }

	/* ■03.service
	--------------------------------------------------- */
	/* .service{ background: url(../img/service_tab.png) no-repeat top center; height: auto; } */
	.service .innar{ height: auto; }
	.service .box .num{ max-width: 140px; }
	.service .box_bottom{ padding-top: 110px; }
	.service .box.num01{ padding-top: 162px; }
	.service .box.num02{ float: right; width: 80%; }
	.service .box.num03{
		float: left;
		width: auto;
		padding-top: 90px;
		padding-bottom: 82px;
	}
	
	/* ■04.works(CG)
	--------------------------------------------------- */
	.main li img{ width: 100%; height: auto; }
	.works .pho-list .pho-list_right .thumb li{ height: 30%; }
	
	/* ■04.works(Architectural)
	--------------------------------------------------- */
	.main-1 li img{ width: 100%; height: auto; }
	
	
	/* ■05.news
	--------------------------------------------------- */
	.news dt{ width: 14%; }
	.news dd{ width: 84%; }
	
	/* ■06.contact
	--------------------------------------------------- */

	.flow_form:after{content:""; display:block; clear:both;}
	.flow_form{display:inline-block;} 
	.flow_form{display:block;}
	.flow_form{ width: 60%; margin: 0 auto; }
	.flow_form li{ 
		display: inline-block;
		width: 30%;
		float: left;
		margin-left: 5%;
	}
	.flow_form li:first-child{ margin-left: 0; }

	/* form */

	#formwrap dl dd.item_content{　display:table-cell; padding: 3px; }
	.form_txt{ text-align: center; }

	/* 住所_conf */
	.address_conf dt { display: inline; margin-right: 10px; }
	.address_conf dd { display: inline-block; width: auto; }
	

	/* ▲Tab用================================================================= */
}

/* ■04.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:767px) {
	/* ▼SP用================================================================ */

	/* ■02.about us
	--------------------------------------------------- */
	
	.aboutus h1{ width: 50%; margin: 0 auto 30px; }
	.aboutus .box{ padding: 25px; }
	.aboutus dl dt{ width: auto; display: block; float: none; font-weight: bold; color: #333; }
	.aboutus dl dd{ width: auto; display: block; float: none;  }

	.aboutus .banner{ margin-top: 10px; }
	.aboutus .banner li{
		display: block;
		float: none;
		width: auto;
	}
	.aboutus .banner li:nth-child(2n){ float: none; margin-top: 10px; }

	/* ■03.service
	--------------------------------------------------- */
	.service{ background: none; height: auto; }
	.service .innar{ height: auto; width: auto; }
	.service .box .num{
		max-width: 140px;
		width: 50%;
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.service .box.num01{
		background: url(../img/service_tit.png) ,url(../img/works_catch01.png), url(../img/works_smp01.png);
		background-repeat: no-repeat;
		background-position: left top ,left bottom, 50% 50%;
		background-size:70% auto , 100% auto , cover;
		padding-top: 0;
		padding: 120px 20px 60px;
	}
	.service .box_bottom{ padding-top:0; }
	.service .box.num02{
		background: url(../img/works_catch02.png), url(../img/works_smp02.png);
		background-repeat: no-repeat;
		background-position: left bottom , 50% 50%;
		background-size: 276px auto , cover;
		padding-top: 0;
		padding: 60px 20px;
		width: auto;
		float: none;
		display: block;
	}
	.service .box.num02 .txt ,
	.service .box.num03 .txt{ width: auto; }
	.service .box.num03{
		background: url(../img/works_catch03.png), url(../img/works_smp03.png);
		background-repeat: no-repeat;
		background-position: left bottom , 50% 50%;
		background-size: 276px auto , cover;
		float: none;
		width: auto;
		padding: 60px 20px 100px;
		display: block;
	}
	.serviceimg { width: 90%; }
	.serviceimg_pc {
		display: none;
	}
	.serviceimg_sp {
		display: block;
	}

	/* ■04.works
	--------------------------------------------------- */
	
	.works h2{ width: 90%; margin: 0 auto 30px; }
	.works .innar{ padding: 40px 0; }
	.works .pho-list .pho-list_right{
		display: block;
		float: none;
		width: auto;
		height: auto;
		max-width: inherit;
	}
	.works .pho-list .main{
		display: block;
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.main li{ height: 250px; }
	.main li img{ max-width: 100%; height: 100%; }
	.works .pho-list .pho-list_right .thumb li{ height: 55px; width: 18.4%; }
	.works .pho-list .pho-list_right .thumb li:nth-child(3n){ margin-right: 2%; }
	.works .pho-list .pho-list_right .thumb li:nth-child(5n){ margin-right: 0; }
	.works .pho-list .pho-list_right .thumb{
		position: inherit;
		height: auto;
		display: none;
	}
	.works .pho-list .pho-list_right ul.button{ position: inherit; }
	
	#thumb1 {
		display: block;
	} 

	
	/* ■04-1.works Architectural
	--------------------------------------------------- */
	
	.works h2{ width: 90%; margin: 0 auto 30px; }
	.works .innar{ padding: 40px 0; }
	.works .pho-list .pho-list_right{
		display: block;
		float: none;
		width: auto;
		height: auto;
		max-width: inherit;
	}
	.works .pho-list .main-1{
		display: block;
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.main-1 li{ height: 250px; }
	.main-1 li img{ max-width: 100%; height: 100%; }
	.works .pho-list .pho-list_right .thumb-1 li{ height: 55px; width: 18.4%; }
	.works .pho-list .pho-list_right .thumb-1 li:nth-child(3n){ margin-right: 2%; }
	.works .pho-list .pho-list_right .thumb-1 li:nth-child(5n){ margin-right: 0; }
	.works .pho-list .pho-list_right .thumb-1{
		position: inherit;
		height: auto;
		display: block;
	}
	.works .pho-list .pho-list_right ul.button-1{ position: inherit; }
	
	
	
	
	/* ■05.news
	--------------------------------------------------- */
	
	.news{ padding: 60px 0; }
	.news h2{ width: 50%; margin: 0 auto 30px ; }
	.news dt{
		width: auto;
		display: block;
		float: none;
	}
	.news dd{
		width: auto;
		display: block;
		float: none;
	}
	.news .box{ padding: 20px; margin-bottom: 20px; }


	/* ■06.contact
	--------------------------------------------------- */
	.contact .innar{ padding: 60px 0; }
	.contact h2{ width: 60%; margin: 0 auto 30px; }

	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		border-radius: 0px;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration,
	input[type="reset"]::-webkit-search-decoration{
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus,
	input[type="reset"]::focus{
		outline-offset: -2px;
	}

	#sample{width:30%; margin:0px auto 0; background-color:#FC6;}

	
	.flow_form:after{content:""; display:block; clear:both;}
	.flow_form{display:inline-block;} 
	.flow_form{display:block;}
	.flow_form{ width: auto; margin: 0 auto; }
	.flow_form li{ 
		display: inline-block;
		width: 30%;
		float: left;
		margin-left: 4.9%;
	}
	.flow_form li:first-child{ margin-left: 0; }

	.hissu dt:after{
		content: "※";
		background: none!important;
		font-size: 80%;
		font-weight: bold;
		padding: 0;
		padding-left:0.2em;
		float: none!important;
	}

	input[type=text],
	textarea,
	select{
		width: 100%;
		height:2em;
		padding:1px 0px;
		text-indent:0.35em;
		line-height:2em;
		box-shadow: none;
	}

	input[type="button"],,input[type="text"]input[type="submit"] {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-appearance: none;
	}
	input[type="checkbox"], input[type="radio"] { height: 1.5em!important; }	

	input::-webkit-input-placeholder{ color: #adadad!important; }
	input:-ms-input-placeholder{ color: #adadad!important; }
	input::-moz-placeholder{ color: #adadad!important; }


	#formwrap dl{ margin-bottom: 30px; border-bottom: none!important; }
	#formwrap dl dt.item_name{
		background: none;
		color: #666;
		text-align: left;
		display: block!important;
		float: none;
		width: auto;
		border-bottom: dotted 2px #666;
		border-radius: 0;
		padding: 8px 10px;
		margin-bottom: 15px;
	}

	#formwrap dl dd.item_content{
		width: auto;
		display: block!important;
		float: none;
	}

	/*性別*/
	.sex .innerlist_radio > li {
		display: inline-block;
		width: 47%;
		margin-right: 0!important;
		height: 1.5em;
		line-height: 1.5em;
	}


	/* 生年月日 */
	.innerlist_day li{ margin-right: 0; }
	.innerlist_day input{ width: 20%; }

	/* 生年月日 */	

	.innerlist_birth { display: block; }
	.innerlist_birth li { display: inline-block; float: left; }
	.innerlist_birth li select { width: auto; }

	/* 郵便番号 */
	.innerlist_addressnumber input{ width: 25%; }
	.innerlist_address input{ margin-left: 0!important; width: 100%!important; }

	/* メールアドレス */
	.innerlist_mail input{ margin-left: 0!important; width: 100%!important; }
	.innerlist_mailc input{ margin-left: 0!important; width: 100%!important; }

	/* 卒業年 */
	.innerlist_gradu input{ width: 45%; }

	/* 最終履歴 */
	.radio_lower p {
		display: block!important;
		float: none!important;
		width: auto!important;
	}
	.radio_lower .innerlist_radio {
		display: block!important;
		float: none!important;
		width: auto!important;
	}
	.radio_lower .innerlist_radio li {
		float: none !important;
		margin-top: 10px;
	}

	/* ボタン */

	input.btn_css_check_img,
	input.btn_css_reset_img,
	input.btn_css_back_img,
	input.btn_css_send_img { height: 50px!important; min-height: 50px; width: 287px!important; }
	ul.sendarea li { 
		width: 100%!important; 
		height: auto!important;
		display: block!important;
		padding: 0 !important;
		border-radius: 0px!important;
	}
	input.btn_css_check_img, input.btn_css_reset_img, input.btn_css_back_img, input.btn_css_send_img {
		margin-bottom: 10px;
		width: 100% !important;
	}

	/* 住所_conf */	
	.address_conf { margin-bottom: 10px!important; }
	.address_conf dt { display: inline; margin-right: 10px; }
	.address_conf dd { display: inline-block; width: auto; }
	
	

	/* ▲SP用================================================================ */
}

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

		/* 送信ボタン cssタイプ */
		.sendarea tr td{ text-align:center; }
		select{ height:1.8em; }
	}