@charset "utf-8";

.in_page_menu ul li{
	width: 24%;
	font-size: 15px;
}

h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: url(../../img/common/icon_circle_red.png) no-repeat center bottom;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	color: #000;
}
h2 span{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #e50012;
	display: block;
}

h2.medical{
	background: url(../../img/common/icon_circle_red.png) no-repeat center bottom, url(../../img/common/cms_iconblack_iryou.png) no-repeat center top;
	-moz-background-size: 8px auto, 30px auto;
	background-size: 8px auto, 30px auto;
	padding: 40px 0 15px 0;
	margin: 0 0 30px 0;
}
@media screen and (max-width: 979px) {
h2{
	font-size: 24px;
}
}
@media screen and (max-width: 768px){
.in_page_menu ul li{
	width: 49%;
}
}
@media screen and (max-width: 480px){
.in_page_menu ul li{
	width: 99%;
}
}

/*resultList
************************************************************************************/
.resultList{}

.resultList ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: 0 0 0 0.5%;
}
.resultList ul li{
	display: block;
	width: 33%;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.resultList ul li figure{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.resultList ul li figure * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.resultList ul li figure img {
	max-width: 100%;
	height: auto;
	position: relative;
	opacity: 0.9;
}
.resultList ul li figure figcaption {
	position: absolute;
	top: 9%;
	left: 7%;
	right: 7%;
	bottom: 80%;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-width: 0 1px 1px;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.resultList ul li figure .heading {
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.resultList ul li figure p.name{
	display: table;
	margin: 20px auto 0 auto;
	padding: 0px 10px;
	position: relative;
	text-align: center;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 0px #000;
}
.resultList ul li figure p.name:before,
.resultList ul li figure p.name:after {
	position: absolute;
	display: block;
	width: 1000%;
	height: 1px;
	content: '';
	background: white;
	top: 50%;
}
.resultList ul li figure p.name:before{
	left: -1000%;
}
.resultList ul li figure p.name:after{
	right: -1000%;
}
.resultList ul li figure p.details{
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
	word-break: break-all;
	word-wrap:break-word;
}
.resultList ul li figure .more{
	border: 1px solid #FFF;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	display: block;
	margin: 15px 0 0;
	padding: 5px 20px;
	font-size: 11px;
	
	bottom: 1%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 90%;
	padding: 5px 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
}

.resultList ul li figure a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.resultList ul li figure:hover img,
.resultList ul li figure.hover img {
	opacity: 0.15;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.resultList ul li figure:hover figcaption,
.resultList ul li figure.hover figcaption {
	top: 9%;
	bottom: 9%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.resultList ul li figure:hover p,
.resultList ul li figure.hover p {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

@media screen and (max-width: 898px){
.resultList ul li figure .heading {
	overflow: hidden;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
}
@media screen and (max-width: 768px){
.resultList ul li{
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.resultList ul li .image{
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.resultList ul li .image img{
	max-width: 100%;
	height: auto;
}
.resultList ul li figure{
	position: static;
	float: none;
	overflow: hidden;
	margin: 0;
	max-width: auto;
	max-width: initial;
	min-width: auto;
	min-width: initial;
	max-height: auto;
	max-height: initial;
	width: 100%;
	background: #FFF;
	color: #000;
	text-align: left;
	box-shadow: 0 0 0;
}

.resultList ul li figure * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.resultList ul li figure img {
	max-width: 100%;
	height: auto;
	position: static;
	opacity: 0.9;
}
.resultList ul li figure figcaption {
	position: static;
	border: 0;
	float: none;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.resultList ul li figure .heading {
	overflow: hidden;
	-webkit-transform: none;
	transform: none;
}
.resultList ul li figure p.name{
	display: block;
	margin: 0px auto 0 auto;
	padding: 0px 10px;
	position: static;
	text-align: center;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-shadow: none;
	height: 3em;
}
.resultList ul li figure p.name:before,
.resultList ul li figure p.name:after {
	display: none;
	position: static;
	top: 0;
}
.resultList ul li figure p.details{
	-webkit-transform: none;
	transform: none;
	position: static;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
}
.resultList ul li figure .more{
	border: 1px solid #000;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	display: block;
	padding: 10px 20px;
	font-size: 11px;
	
	-webkit-transform: none;
	transform: none;
	position: static;
	width: 90%;
	margin: 7px auto 0;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
	text-align: center;
	background: #000;
	color: #FFF;
	font-weight: 600;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.resultList ul li figure a {
	position: static;
	z-index: 1;
}
.resultList ul li figure:hover img,
.resultList ul li figure.hover img {
	opacity: 0.15;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}

@media screen and (max-width: 620px) {
.resultList ul li{
	width: 99%;
	padding: 5px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #c0c0c0;
}
.resultList ul li figure{
	width: 100%;
	display: table;
}

.resultList ul li figure .image{
	display: table-cell;
	width: 30%;
	vertical-align: top;
	height: auto;
}
.resultList ul li figure .image p{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
}
.resultList ul li figure .image p:before {
	content:"";
	display: block;
	padding-top: 65%;
}

.resultList ul li figure img {
	max-width: auto;
	max-width: initial;
	height: auto;
	opacity: 1;
	height: 100%;
	width: auto;
    position: absolute;
    top: 0;
    left: 0;
	margin: auto;
}
.resultList ul li figure figcaption{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.resultList ul li figure p.name{
	height: auto;
	text-align: left;
}

.resultList ul li figure .more{
	width: 95%;
}

}

/*frameDetails
************************************************************************************/
.frameDetails{}

.frameDetails:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .frameDetails{
    height: 1em;
}
.frameDetails{
    display: block;
}
*:first-child+html .frameDetails{
	zoom:1;
}

.frameDetails .boxPhoto{
	width: 620px;
	height: 620px;
	overflow: hidden;
	float: left;
}
.frameDetails .boxPhoto p.main img{
	max-width: 620px;
	height: auto;
}


.inbox_smartphone{
	margin: 40px 0 0 0;
	text-align: center;
}

.inbox_smartphone .phoneBase{
	width: 320px;
	height: 400px;
	display: block;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.inbox_smartphone .phoneBase .phone{
	background: url(../../img/result/iphone.png) no-repeat;
	width: 320px;
	height: 400px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
}
.inbox_smartphone .phoneBase img{
	position: absolute;
	top: 95px;
	left: 27px;
	z-index: 1;
	width: 270px;
	height: auto;
}

.inbox_smartphone .spMoreBtn{
	text-align: center;
	padding: 15px 0 0 0;
}
.inbox_smartphone .spMoreBtn .btnNormal a{
	padding: 0 20px;
}


.frameDetails .boxDescription{
	width: 320px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*type*/
.frameDetails .boxDescription .inbox_type{
	padding: 7px;
	background: #e50012;
	color: #FFF;
}

.frameDetails .boxDescription .inbox_type span{
	padding: 0 0 0 30px;
	display: inline-block;
	line-height: 20px;
}
.frameDetails .boxDescription .inbox_type span.autobacs{
	background: url(../../img/common/cms_icon_ab.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.frameDetails .boxDescription .inbox_type span.etc{
	background: url(../../img/common/cms_icon_etc.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.frameDetails .boxDescription .inbox_type span.care{
	background: url(../../img/common/cms_icon_fukushi.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.frameDetails .boxDescription .inbox_type span.medical{
	background: url(../../img/common/cms_icon_iryou.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.frameDetails .boxDescription .inbox_type span.sale{
	background: url(../../img/common/cms_icon_item.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.frameDetails .boxDescription .inbox_type span.administration{
	background: url(../../img/common/cms_icon_kokyo.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.frameDetails .boxDescription .inbox_type span.service{
	background: url(../../img/common/cms_icon_service.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}


/*job*/
.frameDetails .boxDescription .inbox_job{
	margin: 20px 0 0 0;
}
.frameDetails .boxDescription .inbox_job li{
	margin: 0 0 7px 0;
	padding: 0 0 0 35px;
	line-height: 25px;
	color: #000;
}
.frameDetails .boxDescription .inbox_job li.manage{
	background: url(../../img/result/icon_manage.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.cms{
	background: url(../../img/result/icon_cms.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.cording{
	background: url(../../img/result/icon_cording.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.renewal{
	background: url(../../img/result/icon_renewal.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.responcive{
	background: url(../../img/result/icon_responcive.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.sp{
	background: url(../../img/result/icon_smartphone.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.system{
	background: url(../../img/result/icon_system.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
.frameDetails .boxDescription .inbox_job li.design{
	background: url(../../img/result/icon_webdesign.png) no-repeat left center;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}

.frameDetails .boxDescription .url{
	margin: 15px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}
.frameDetails .boxDescription .url a{
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	
	position: relative;
	z-index: 2;
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	line-height: 30px;
}
.frameDetails .boxDescription .url a::before,
.frameDetails .boxDescription .url a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
}
.frameDetails .boxDescription .url a,
.frameDetails .boxDescription .url a::before,
.frameDetails .boxDescription .url a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.frameDetails .boxDescription .url a:hover {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}

.frameDetails .boxDescription .url a::before {
	right: 0;
}
.frameDetails .boxDescription .url a::after {
	left: 0;
}
.frameDetails .boxDescription .url a:hover::before,
.frameDetails .boxDescription .url a:hover::after {
	width: 0;
	background-color: #FFF;
}

@media screen and (max-width: 979px) {
.frameDetails{
	width: 99%;
	margin: auto;
}
.frameDetails .boxPhoto{
	width: 37%;
	height: auto;
	overflow: auto;
	float: left;
}
.frameDetails .boxPhoto p.main img{
	max-width: 100%;
	height: auto;
}


.inbox_smartphone{
	margin: 40px 0 0 0;
	text-align: center;
}

.inbox_smartphone .phoneBase{
	width: auto;
	height: 400px;
	display: block;
	position: static;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.inbox_smartphone .phoneBase .phone{
	display: none;
}
.inbox_smartphone .phoneBase img{
	position: static;
	z-index: 1;
	width: auto;
	height: auto;
	max-width: 80%;
}
.inbox_smartphone .btnNormal{
	display: none;
}
.frameDetails .boxDescription{
	width: 60%;
	float: right;
}
.frameDetails .boxDescription .url a{
	line-height: 60px;
}
}
@media screen and (max-width: 768px){
.article.frameDetails{
	padding: 0 0 40px 0;
}
.frameDetails .boxPhoto{
	width: auto;
	float: none;
	margin: 0 0 35px 0;
}
.frameDetails .boxPhoto p.main{
	text-align: center;
}
.frameDetails .boxPhoto p.main img{
	max-width: 90%;
	height: auto;
	border: 3px solid #EDEDED;
}
.inbox_smartphone .phoneBase{
	border: 3px solid #EDEDED;
}
.inbox_smartphone .phoneBase img{
	position: static;
	z-index: 1;
	width: auto;
	height: auto;
	max-width: 80%;
}
.frameDetails .boxDescription{
	width: auto;
	float: none;
}
.frameDetails .boxDescription .url a{
	line-height: 60px;
}

.frameDetails .boxDescription .inbox_job ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.frameDetails .boxDescription .inbox_job li{
	margin: 0 0 7px 0;
	padding: 0 0 0 35px;
	line-height: 25px;
	color: #000;
	display: block;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media screen and (max-width: 620px) {
.frameDetails .boxDescription .inbox_job li{
	width: 100%;
}
}