@charset "utf-8";
/* CSS Document */
/*====================
PCを基本設計にする
 - 1280px?：大型PC
 - 960px?1279px：小型PC
 - 600px?959px：タブレット
 - 480px?599px：スマートフォン横
 - ?479px：スマートフォン縦
====================*/
 
 
 
/* 1280px?：大型PC
------------------------------ */
html {
    background: #FFF;
    word-break: break-all;
}
body, input, textarea {
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} 
header {
    width: 100%;
    background: #fff;
}
header .headerInner {
    min-width: 970px;
	max-width: 1100px;
    margin: 0 auto;
    padding: 27px 25px 0;
}
header .headerInner h1.logo {
    width: 125px;
    height: 30px;
    margin: 0 auto 20px;
}
header .headerInner nav ul {
	min-width: 970px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
header .headerInner nav ul li {
	width: 20%;
	height: 60px;
	border-right: 1px solid #dfdfd0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
}
header .headerInner nav ul li:first-child {
	border-left: 1px solid #dfdfd0;
}
/*ナビメニュー*/
#nav_toggle{
	display: none;
}
.ad_horizon {
	background: #f8f8f8;
	padding: 40px 0;
}

.ad_horizon img {
	display: block;
	width: 970px;
	height: 90px;
	margin: 0 auto;
}

.ad_horizon_bottom,
.ad_horizon_bottom2 {
	display: flex; 
	justify-content: space-between;
	padding: 20px 0 40px;
}

.ad_horizon_bottom img,
.ad_horizon_bottom2 img {
	display: block;
	width: 336px;
	height: 280px;
}

#indexMain {
    margin-bottom: 10px;
    position: relative;
    top: -1px;
}
#indexMain .content {
    width: 100%;
    min-width: 970px;
    position: relative;
    zoom: 1;
}
#indexMain .contentSlider {
    width: 33.3333%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#indexMain .contentSliderImg {
    display: block;
    height: 300px;
    padding-top: 100px;
    background-color: #f5f5f5;
    color: #fff;
}
#indexMain .mainimg_1 {
	background: url(https://unisonas.com/img/img_induatry.png) center no-repeat;
	background-size: cover;
}
#indexMain .mainimg_2 {
	background: url(https://unisonas.com/img/img_search.png) center no-repeat;
	background-size: cover;
}
#indexMain .mainimg_3 {
	background: url(https://unisonas.com/img/img_contact.png) center no-repeat;
	background-size: cover;
}
#indexMain .contentSliderTitle {
    height: 200px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.6));
}
#indexMain .contentSliderTitle h1 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#indexMain .contentSliderTitle h1 span {
    font-size: 15px;
	font-weight: 400;
}
#mainWrap {
    position: relative;
    width: 970px;
    padding: 40px 0px 0px;
    margin: 0 auto 50px;
    clear: both;
    zoom: 1;
}
#mainWrap:after, #mainWrap:before {
    content: "";
    clear: both;
    display: block;
}
#mainWrap .articleMain {
    float: left;
    width: 715px;
	padding-right: 35px;
}
#mainWrap .articleMain .pickup h2,
#mainWrap .articleMain h2 {
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0 10px;
    clear: both;
    border-bottom: solid 1px #444;
	margin-bottom: 20px;
}
.expBottomGridList .exp {
    padding: 20px;
    /*min-height: 160px;*/
}
.expBottomGridList .exp .img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
}
.expBottomGridList .exp .img img {
    width: 100%;
    height: auto;
}
.expBottomGridList .exp .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.expBottomGridList .exp .expDesc {
    font-size: 12px;
    color: #AAA;
    position: absolute;
    left: 190px;
    bottom: 42px;
    width: 510px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.expBottomGridList .exp .expList {
    font-family: Montserrat,sans-serif;
    color: #AAA;
    font-size: 12px;
    line-height: 1;
	margin-bottom: 10px;
}


.expBottomGridList .exp .expList .countView,
.expBottomGridList .exp .expList .name,
.expBottomGridList .exp .expList .sub {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.expBottomGridList .exp .expList .icon-view:before {
    color: #b5b5b5;
    font-size: 10px;
    padding-right: 4px;
    position: relative;
}
.icon-view:before {
    content: "\e906";
}
.expBottomGridList .exp .expList .name:before {
    content: "|";
    font-size: 11px;
    margin-right: 7px;
}
.expBottomGridList .exp .expList a {
    color: #AAA;
    margin-right: 7px;
}
.BusinessDetail{
	margin-bottom:20px;
}
.BusinessDetail .TelSearch{
	background:#f4f4f4;
	padding: 25px 40px;
	font-size: 18px;
	border-bottom: #dddddd solid 1px;
	margin-bottom: 20px;
}
.BusinessDetail .tel_form{
	display: flex; 
	justify-content: space-between;
}
.BusinessDetail .TelSearch input{
	width: 85px;
	line-height: 2;
	border: none;
	font-size: 20px;
	padding: 2px;
	margin-top: 5px;
}
.BusinessDetail .TelSearch #TelSearch_button {
	display: inline-block;
	width: 230px;
	margin-top:0;
	padding: 0.5em 1.0em;
	background: #1991ba;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #0f556c;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.BusinessDetail .TelSearch #TelSearch_button:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 30px;/*画像の高さ*/
	padding-right:10px;
	background-image: url(https://unisonas.com/img/megane.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.BusinessDetail .BusinessAreaCont {
    padding: 20px 0 20px 190px;
    position: relative;
    border-bottom: #dddddd solid 1px;
    min-height: 160px;
	margin-bottom:20px;
}
.BusinessDetail .BusinessAreaCont .img {
    width: 170px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 0;
}
.BusinessDetail .BusinessAreaCont h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 7px;
}
.BusinessDetail .BusinessAreaCont .BusinessDesc {
    font-size: 12px;
    color: #666666;
	line-height: 1.3;
}
.BusinessDetail .BusinessArea {
	font-size: 14px;
    line-height: 1.3;
	border-bottom: #dddddd solid 1px;
	padding-bottom: 20px;
	margin-bottom:20px;
	color: #545454;
}
.BusinessDetail .BusinessCont {
	margin-bottom:20px;
}
#mainWrap .articleMain .BusinessCont h2.KijiTitle {
	font-size: 30px;
	font-weight: bold;
	border: none;
}
.BusinessDetail .BusinessCont h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0 10px;
    clear: both;
    border-bottom: solid 1px #444;
}
.BusinessDetail .borderbottom {
    padding: 0 0 15px;
    border-bottom: solid 1px #dddddd;
}
.BusinessDetail .BusinessCont ul.CompanyList {
	margin-bottom:20px;
}
.BusinessDetail .BusinessCont ul.CompanyList li {
	display: flex; 
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	padding: 15px 0;
	line-height: 1.8;
}
.BusinessDetail .BusinessCont ul.CompanyNear {
	margin-bottom:20px;
}
.BusinessDetail .BusinessCont ul.CompanyNear li {
	display: flex; 
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	padding: 15px 0;
	line-height: 1.8;
}
.BusinessDetail .BusinessCont ul.CompanyList .Company {
	width: 55%;
}
.BusinessDetail .BusinessCont ul.CompanyList .CompanyNo {
	width: 45%;
}
.BusinessDetail .BusinessCont ul.CompanyList .Company span,
.BusinessDetail .BusinessCont ul.CompanyList .CompanyNo span{
	display: block;
}
.BusinessDetail .BusinessCont ul.CompanyList .Company .CompanyName span {
	display: inline;
	font-size: 20px;
	border-bottom: 1px solid #444;
}
.BusinessDetail .BusinessCont ul.CompanyNear .Company {
	width: 50%;
	font-weight: bold;
}
#mainWrap .articleMain .BusinessDetail .BusinessCont ul.CompanyNear .Company h2 {
	border-bottom:none;
	color: #545454;
}
.BusinessDetail .BusinessCont ul.CompanyNear .CompanyNo {
	width: 50%;
}
.BusinessDetail .BusinessCont ul.CompanyNear .Company span,
.BusinessDetail .BusinessCont ul.CompanyNear .CompanyNo span{
	display: block;
}
.BusinessDetail .BusinessCont ul.CompanyNear .Company .CompanyName span {
	display: inline;
	font-size: 20px;
	border-bottom: 1px solid #444;
}
.BusinessDetail .BusinessCont ul.CompanyNear .Company .CompanyTel span {
	display: inline;
	font-size: 12px;
	border-bottom: 1px solid #444;
}
.BusinessDetail .BusinessCont ul.CompanyNear .CompanyNo .CompanyAddress {
	font-size: 12px;
	line-height: 1.4;
}
.BusinessDetail .BusinessCont ul.topic {
	margin-bottom:40px;
}
.BusinessDetail .BusinessCont ul.topic li {
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	padding: 10px 0;
}
.BusinessDetail .BusinessCont ul.topic li:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 19px;/*画像の幅*/
	height: 18px;/*画像の高さ*/
	margin-right: 10px;
	background-image: url(https://unisonas.com/img/i_kiji.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
}
.BusinessDetail .BusinessCont .CompanyTitle {
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 4px;
}
.BusinessDetail .BusinessCont .update,
.BusinessDetail .BusinessCont .update2{
	color: #aaa;
	font-size:12px;
	padding: 0 0 20px;
}
.BusinessDetail .BusinessCont .support_com {
	font-size: 12px;
	color: #AAA;
	margin-bottom: 20px;
}

.BusinessDetail .BusinessCont .CompanyDetail {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .CompanyDetail dt {
	width:40%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 10px 10px 0;
}
.BusinessDetail .BusinessCont .CompanyDetail dd {
	width:60%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}
.BusinessDetail .BusinessCont .CompanyDetail dt:first-child{
	border-top: 1px solid #dddddd;
}
.BusinessDetail .BusinessCont .CompanyDetail dt:first-child + dd {
	border-top: 1px solid #dddddd;
}
.BusinessDetail .BusinessCont .BizTYPE_Description {
	background: #f7f7f7;
	padding: 20px;
	line-height:1.6;
}
.BusinessDetail .BusinessCont .Support {
	display: flex; 
	justify-content: space-between;
	padding: 15px 0;
	line-height: 1.4;
}
.BusinessDetail .BusinessCont .Support .SupportCont {
	width: 20%;
}
.BusinessDetail .BusinessCont .Support .CountCon {
	width: 80%;
}
.BusinessDetail .BusinessCont .Support .SupportCont span {
	display: block;
}
.BusinessDetail .BusinessCont .Support .SupportCont .Count {
	font-size: 20px;
	text-align: center;
}
.BusinessDetail .BusinessCont .Support .SupportCont .CountTitle {
	font-size: 12px;
	text-align: center;
}
.BusinessDetail .BusinessCont .Support .CountCon .CountForm {
	display: flex; 
	justify-content: space-between;	
	align-items: center;
}
.BusinessDetail .BusinessCont .Support .CountCon .CountForm p {
	width: 50%;
	text-align: center;
}
.BusinessDetail .BusinessCont .Support .CountCon .CountForm p span {
	display: block;
	text-align: center;
	font-size: 12px;
	padding-right: 20px;
}
.BusinessDetail .BusinessCont .Support .CountForm label{
  position:relative;
  padding-left:15px;
  margin-right: 20px;
}
.BusinessDetail .BusinessCont .Support .CountForm label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
.BusinessDetail .BusinessCont .Support .CountForm #submit_button {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
    padding: 8px 0;
    background-color: #f5f5f5;
    border-style: none;
	border-radius: 5px;
	border-bottom: 2px solid #f0f0f0;
	cursor: pointer;
}
.articleMain .map {
	width: 682;
	height: 480px;
	margin-bottom: 30px;
}
.articleMain .map iframe {
	width: 100%;
	height: 100%;
}
.BusinessDetail .BusinessCont .ReportList {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .ReportList dt {
	width:40%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 10px 10px 0;
}
.BusinessDetail .BusinessCont .ReportList dd {
	width:60%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}
.BusinessDetail .BusinessCont .ReportList dd input{
	width:100%;
}
.BusinessDetail .BusinessCont .ReportList dd textarea{
	width:100%;
}
.BusinessDetail .BusinessCont .MainImage {
	margin: 0 auto 20px;
}
.BusinessDetail .BusinessCont .MainImage img {
	width: 100%;
	height: auto;
}
.BusinessDetail .BusinessCont .SiteEstimation {
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .SiteEstimation .SiteForm {
	background-color: #f4f4f4;
	border-bottom: 1px solid #dddddd;
}
.BusinessDetail .BusinessCont .SiteSelect {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.BusinessDetail .BusinessCont .SiteSelect dt {
	width:35%;
	border-bottom: 1px solid #dddddd;
	padding: 15px 10px 15px 20px;
	font-weight: bold;
}
.BusinessDetail .BusinessCont .SiteSelect dd {
	width:65%;
	border-bottom: 1px solid #dddddd;
	padding: 15px 0;
}
.BusinessDetail .BusinessCont .SiteForm .SiteSelect label{
  position:relative;
  padding-left:18px;
  margin-right: 20px;
}
.BusinessDetail .BusinessCont .SiteForm .SiteSelect label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
.BusinessDetail .BusinessCont .SiteForm #SiteSearch_button {
	display: inline-block;
	width: 380px;
	margin: 25px auto;
	padding: 0.5em 1.0em;
	background: #1991ba;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #0f556c;
	border-radius: 5px;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
}
.BusinessDetail .BusinessCont .SiteForm #SiteSearch_button:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 30px;/*画像の高さ*/
	padding-right:10px;
	background-image: url(https://unisonas.com/img/megane.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.BusinessDetail .BusinessCont .AchievementList {
	margin-bottom: 30px;
}
.BusinessDetail .BusinessCont .achievement {
    padding: 20px 0 20px 190px;
    position: relative;
    border-bottom: #eee solid 1px;
    min-height: 160px;
}
.BusinessDetail .BusinessCont .achievement .img {
    width: 170px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 0;
}
.BusinessDetail .BusinessCont .achievement .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-height: 53px;
    overflow: hidden;
    margin-bottom: 7px;
}
.BusinessDetail .BusinessCont .achievement .title a {
	text-decoration: underline;
}
.BusinessDetail .BusinessCont #ProductionCompany_button {
	display: inline-block;
	width: 380px;
	margin: 10px auto 20px;
	padding: 0.5em 1.0em;
	background: #4cc3ce;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #237981;
	border-radius: 5px;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
}
.BusinessDetail .BusinessCont .CompanyInformation {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .CompanyInformation dt {
	width:28%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 10px 10px 0;
}
.BusinessDetail .BusinessCont .CompanyInformation dd {
	width:70%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}
.BusinessDetail .BusinessCont .TargetTitle {
	position: relative;
	/*width: 682px;*/
	/*height: 240px;*/
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .TargetTitle .TargetImage {	
}
.BusinessDetail .BusinessCont .TargetTitle .TargetImage img {
	width: 100%;
	height: auto;
}
.BusinessDetail .BusinessCont .TargetTitle .TargetText {
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 20px;
	font-size: 22px;
	font-weight:bold;
	color: #fff;
	z-index: 10;
}
.BusinessDetail .BusinessCont .BorderBottom {
	border-bottom: 1px solid #dddddd;
	padding: 0 0 10px;
}
.BusinessDetail .BusinessCont .KijiMain p {
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .KijiMain h3 {
	font-size: 17px;
    font-weight: bold;
    padding: 10px 0 10px;
    clear: both;
    border-bottom: solid 2px #1991ba;
	margin-bottom: 15px;
}

.BusinessDetail .BusinessCont .KijiMain img {
	max-width: 100%;
	height: auto;
}
.BusinessDetail .BusinessCont .KijiMain .KijiInfo{
	display: flex; 
	justify-content: space-between;
	margin-top: 15px;
}
.BusinessDetail .BusinessCont .KijiMain .KijiInfo .comcount {
	color: #aaa;
	font-size:12px;
	padding: 0 0 20px;
}
.BusinessDetail .BusinessCont .KijiMain .KijiInfo .comcount:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 19px;/*画像の幅*/
	height: 18px;/*画像の高さ*/
	margin-right: 5px;
	background-image: url(https://unisonas.com/img/i_kiji.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
}
.BusinessDetail .BusinessCont .CommentWrite h3 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom:15px;
}
.BusinessDetail .BusinessCont .CommentWrite .CommentCont {
	width: 100%;
	height: 150px;
}
.BusinessDetail .BusinessCont #Comment_button {
	display: block;
	width: 380px;
	margin: 25px auto;
	padding: 0.5em 1.0em;
	background: #1991ba;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #0f556c;
	border-radius: 5px;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
}
.BusinessDetail .BusinessCont #CommentImg_button {
	display: block;
	width: 280px;
	margin: 25px auto 30px;
	padding: 0.5em 1.0em;
	background: #4cc3ce;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #237981;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.BusinessDetail .BusinessCont .CommentMain {
	margin-bottom: 20px;
}

.BusinessDetail .BusinessCont .CommentMain ul li {
	border-bottom: 1px solid #dddddd;
}
.BusinessDetail .BusinessCont .CommentMain ul li img {
	max-width: 100%;
	height:auto;
	margin: 15px 0;
}
.BusinessDetail .BusinessCont .CommentMain ul li:first-child {
	border-top: 1px solid #dddddd;
}
.BusinessDetail .BusinessCont .CommentMain .Comment{
	display: flex; 
	justify-content: space-between;
	margin: 20px 0;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentInfoWrap{
	display: flex;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentInfo {
	color: #aaa;
	font-size:12px;
	margin-right: 10px;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentInfo span:first-child {
	margin-right:10px;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentReply {
	font-size:12px;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentReport {
	font-size:12px;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentReply:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	margin-right: 5px;
	background-image: url(https://unisonas.com/img/i_reply.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
}
.BusinessDetail .BusinessCont .CommentMain .CommentGood{
	display: flex; 
	justify-content: flex-end;
	margin: 20px 0;
}
.BusinessDetail .BusinessCont .CommentMain .CommentGood .plus {
	font-size:12px;
	margin-right: 10px;
}
.BusinessDetail .BusinessCont .CommentMain .CommentGood .plus:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 13px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	margin-right: 5px;
	background-image: url(https://unisonas.com/img/i_iine.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
}
.BusinessDetail .BusinessCont .CommentMain .CommentGood .minus {
	font-size:12px;
}
.BusinessDetail .BusinessCont .CommentMain .CommentGood .minus:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 13px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	margin-right: 5px;
	background-image: url(https://unisonas.com/img/i_noiine.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
}
.BusinessDetail .BusinessCont .CommentWrite {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}


/* サイド
------------------------------ */
#mainWrap .articleSide {
    float: right;
    width: 255px;
}
#mainWrap .articleSide ul li {
	margin-bottom: 20px;
}

#mainWrap .articleSide .Recruit {
	margin-bottom: 20px;
	line-height: 1.6;
}
#mainWrap .articleSide .Recruit h3 {
	font-size: 17px;
    font-weight: bold;
    padding: 0 0 5px;
    border-bottom: solid 1px #444;
	margin-bottom: 15px;
}
#mainWrap .articleSide .Recruit p {
	font-size: 15px;
}
#mainWrap .articleSide .WebMember{
	margin-bottom: 20px;
}
#mainWrap .articleSide .WebLogin{
	margin-bottom: 40px;
}
#mainWrap .articleSide #SignUp_button {
	width:100%;
	margin: 0 auto;
	padding: 0.5em 0;
	background: #4cc3ce;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #237981;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
#mainWrap .articleSide #Login_button {
	width:100%;
	margin: 0 auto;
	padding: 0.5em 0;
	background: #ffbf00;/*ボタン色*/
	color: #FFF;
	border: none;
	border-bottom: solid 3px #aa8000;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
#mainWrap .articleSide .side_sitemenu {
	margin-bottom: 40px;
}
#mainWrap .articleSide .side_sitemenu ul {
	display: flex; 
	flex-wrap:wrap;
	width:100%;
	border-top: 1px solid #dddddd;
}
#mainWrap .articleSide .side_sitemenu ul a {
	display: block;
	width:50%;
}
#mainWrap .articleSide .side_sitemenu ul li {
	display: flex; 
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	padding: 15px 0;
	line-height: 1.6;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0;
}
#mainWrap .articleSide .side_sitemenu ul li .imeage_img {
	width: 38%;
}
#mainWrap .articleSide .side_sitemenu ul li .imeage_img img {
	width: 100%;
	height: auto;
}
#mainWrap .articleSide .side_sitemenu ul li .menu_text {
	width: 62%;
	padding:0 5px;
}

/* パンくず
------------------------------ */
#mainHeader.articleHeader {
    overflow: hidden;
}
#mainFooter, #mainHeader {
    clear: both;
}
#mainHeader {
    border-bottom: #eee solid 1px;
}
#mainFooter .content, #mainHeader .content {
    width: 970px;
    margin: 0 auto;
    padding: 9px 0px;
}
#mainHeader.articleHeader .content ul {
    max-height: 20px;
    overflow: hidden;
}
#mainFooter .content ul, #mainHeader .content ul {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#mainFooter .content ul li, #mainHeader .content ul li {
    display: inline;
    line-height: 1.6;
}
#mainFooter .content ul li a, #mainHeader .content ul li a {
    color: #666;
}
a, a:link, a:visited {
    color: #222;
    text-decoration: none;
}
#mainFooter .content .breadList li:not(:last-child):after, #mainHeader .content .breadList li:not(:last-child):after {
    content: ">";
    font-size: 12px;
    color: #999;
    padding: 0 12px;
    position: relative;
    top: -2px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* footer
------------------------------ */

footer {
    clear: both;
	background:#f9f9f9;
}
footer .footerInner {
    width: 970px;
    margin: 0 auto;
    padding: 25px 0px 30px;
	display: flex;
	flex-direction: row-reverse;
}
footer .footer_logo {
	width: 67px; 
	margin-right: 25px;   
}
footer .footer_copyright {
	color: #bbbbbb;
	font-size: 10px;
	width: 420px;
}
footer nav {
    
}
footer nav ul {
	width: 450px;
    margin: 0 0 0 auto;
	font-size: 13px;
	display: flex;
	justify-content: flex-end;
}
footer nav ul li {
	margin-right: 15px;
}
footer nav ul li:last-child {
	margin-right: 0px;
}



.pc { display: block !important; }
.sp { display: none !important; }

/* ?479px：スマートフォン縦
------------------------------ */
@media only screen and (max-width: 750px) {
header .headerInner {
    width: 100%;
	min-width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
}
header .headerInner h1.logo {
    width: 100px;
	height: 20px;
    margin: 0 auto 15px;
	text-align: center;
}
header .headerInner h1.logo img {
    width: 100%;
	height: auto;
}
header .sp_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 120px;
	margin: 0 auto;
	padding: 10px 0;
}
.sp_menu p {
	font-size: 16px;
	margin-left: 15px;
	color:#666666;
}
.sp_nav {
	width: 100%;
	background:#f4f4f4;
}

header .headerInner nav{
	display: none;
	background: #ffffff;
	width: 100%;
	}
header .headerInner nav ul{
	width: 100%;
	min-width: 100%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	}
header .headerInner nav ul li{
	width: 50%;
	height: auto;
	text-align: center;
	padding:10px 0;
	border-right: none;
	border-bottom: 1px solid #eeeeee;
	}
header .headerInner nav ul li:first-child{
	display: none;
	}
header .headerInner nav ul li:nth-child(2),
header .headerInner nav ul li:nth-child(4){
	border-right: 1px solid #eeeeee;
	}
header .headerInner nav ul li:nth-child(2),
header .headerInner nav ul li:nth-child(3){
	border-top: 1px solid #eeeeee;
	}

header .headerInner nav ul li a{
	display: block; 
	}
	
/*制作会社メニュー*/
.sitemenu {
    width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	display: block;
	flex-direction: row;
}
.sitemenu nav ul{
	width: 100%;
	min-width: 100%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	}
.sitemenu nav ul li{
	width: 50%;
	height: auto;
	text-align: center;
	padding:10px 0;
	border-right: none;
	border-bottom: 1px solid #eeeeee;
	margin-right: 0;
	}
.sitemenu nav ul li:nth-child(1),
.sitemenu nav ul li:nth-child(3){
	border-right: 1px solid #eeeeee;
	}
.sitemenu nav ul li:nth-child(1),
.sitemenu nav ul li:nth-child(2){
	border-top: 1px solid #eeeeee;
	}

.sitemenu nav ul li a{
	display: block; 
	}	
	
/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
	top: 4px;
	z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #aaaaaa;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.ad_horizon {
	background: #f8f8f8;
	padding: 20px 0;
	width: 100%;
}

.ad_horizon img {
	display: block;
	width: 336px;
	height: auto;
	margin: 0 auto;
}
#indexMain .content {
    min-width: 100%;
}
#indexMain .contentSlider {
    width: 100%;
    height: 300px;
    float: none;
}
#mainWrap .articleSide {
	width: 100%;
	float: none;	
}
#mainWrap {
    width: 100%;
	padding: 0 20px;
	margin: 0 auto 30px;
}
#mainWrap .articleMain {
    float: none;
    width: 100%;
	padding-right: 0px;
}

.BusinessDetail .BusinessArea {
    font-size: 13px;
}
.ad_horizon_bottom {
    display: block;
    padding: 20px 0 60px;
}

.ad_horizon_bottom2 {
    display: none;
}
.expBottomGridList ul .exp {
    display: block;
    padding: 15px;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #bbb;
}
.expBottomGridList ul .exp .img {
    width: 100%;
    height: auto;
	margin-bottom:10px;
}
.expBottomGridList ul .exp .img img {
    width: 100%;
    height: auto;
}
.expBottomGridList ul .exp span {
    display: inline-block;
}
.expBottomGridList ul .exp .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	/*max-height: 38px;*/
	overflow: hidden;
}
.expBottomGridList .exp .expDesc {
    font-size: 12px;
    color: #AAA;
    position: absolute;
    left: 113px;
    bottom: 10px;
	width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.BusinessDetail .tel_form {
    display: block;
	text-align: center;
}
.BusinessDetail .tel_iput {
	width: 100%;
	text-align: center;
}
.BusinessDetail .TelSearch{
	margin-bottom: 0px;
}
.BusinessDetail .TelSearch input {
    width: 25%;
    margin-bottom: 20px;
}
.BusinessDetail .BusinessAreaCont {
    display: block;
    position: relative;
    padding: 15px 0 15px 113px;
    border-bottom: #eee solid 1px;
    min-height: 95px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.BusinessDetail .BusinessAreaCont .img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 0;
}
.BusinessDetail .BusinessAreaCont .img img {
    width: 100%;
    height: auto;
}
.BusinessDetail .BusinessAreaCont h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    max-height: 38px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.BusinessDetail .BusinessAreaCont .BusinessDesc {
    font-size: 13px;
    color: #AAA;
    left: 113px;
    bottom: 10px;
	width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.BusinessDetail .BusinessCont ul.CompanyList li {
	display: block; 
	font-size: 14px;
	padding: 15px 0;
	line-height: 1.8;
}
.BusinessDetail .BusinessCont ul.CompanyList .Company,
.BusinessDetail .BusinessCont ul.CompanyList .CompanyNo {
	width: 100%;
}
.BusinessDetail .BusinessCont ul.CompanyNear li {
	display: block; 
	font-size: 14px;
	padding: 15px 0;
	line-height: 1.8;
}
.BusinessDetail .BusinessCont ul.CompanyNear .Company,

.BusinessDetail .BusinessCont ul.CompanyNear .CompanyNo {
	width: 100%;
}
.BusinessDetail .BusinessCont ul.CompanyNear .Company {
	margin-bottom: 20px;
	line-height: 1.4;
}
.BusinessLink {
	width: 100%;
	padding: 15px 0;  
	border-bottom: #eee solid 1px;  
}
.BusinessLink.border-none {
	border-bottom: none;
	padding-bottom: 0;
}
.BusinessLink img {
	width: 100%;
	height:auto;  
}
.BusinessDetail .BusinessCont ul.topic li:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 0px;/*画像の幅*/
	height: 0px;/*画像の高さ*/
	margin-right:0px;
	background-image: none;
}
.BusinessDetail .BusinessCont .update{
	padding: 0;
}
.BusinessDetail .BusinessCont .update2{
	padding-bottom: 5px;
}
.BusinessDetail .BusinessCont .Support .SupportCont {
	width: 25%;
}
.BusinessDetail .BusinessCont .Support .CountCon {
	width: 75%;
}
.BusinessDetail .BusinessCont .Support .CountCon .CountForm {
	display: block; 
}
.BusinessDetail .BusinessCont .Support .CountCon .CountForm p {
	width: 100%;
}
.BusinessDetail .BusinessCont .Support .CountForm label{
  position:relative;
  padding-left:16px;
  margin-right: 6px;
}
.BusinessDetail .BusinessCont .Support .CountForm #submit_button {
	width: 100%;
	margin: 20px 0 0 -50%;
	font-size: 16px;
	font-weight: bold;
    padding: 8px 0;
    background-color: #f5f5f5;
    border-style: none;
	border-radius: 5px;
	border-bottom: 2px solid #f0f0f0;
}
.BusinessDetail .BusinessCont .sp_moto {
	font-size: 12px;
	color: #AAAAAA;
	line-height: 1.6;
}
.BusinessDetail .BusinessCont .sp_moto:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 18px;/*画像の幅*/
	height: 17px;/*画像の高さ*/
	margin-right: 8px;
	background-image: url(https://unisonas.com/img/i_kiji.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
}
.BusinessDetail .BusinessCont .SiteForm #SiteSearch_button {
	width: 300px;
	font-size: 20px;
}
.BusinessDetail .BusinessCont .SiteForm .SiteSelect label{
	display:block;
}
.BusinessDetail .BusinessCont #ProductionCompany_button {
	width: 300px;
	font-size: 20px;
}
.BusinessDetail .BusinessCont .AchievementList {
	margin-bottom: 0px;
}
.BusinessDetail .BusinessCont .achievement {
    display: block;
    position: relative;
    padding: 15px 0 15px 113px;
    border-bottom: #eee solid 1px;
    min-height: 95px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #bbb;
}
.BusinessDetail .BusinessCont .achievement .img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 0;
}
.BusinessDetail .BusinessCont .achievement .img img {
    width: 100%;
    height: auto;
}
.BusinessDetail .BusinessCont .achievement span {
    display: inline-block;
}
.BusinessDetail .BusinessCont .achievement .title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    max-height: 38px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.BusinessDetail .BusinessCont .CompanyInformation dt {
	width:25%;
}
.BusinessDetail .BusinessCont .CompanyInformation dd {
	width:75%;
}
.BusinessDetail .BusinessCont .TargetTitle {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.BusinessDetail .BusinessCont .TargetTitle .TargetImage {	
    width: 100%;
}
.BusinessDetail .BusinessCont .TargetTitle .TargetImage img {	
    width: 100%;
	height: auto;
}
.BusinessDetail .BusinessCont .TargetTitle .TargetText {
	position: relative;
	left: 0;
	bottom: 0px;
	padding: 0;
	margin-top: 20px;
	font-size: 22px;
	font-weight:bold;
	color: #333;
	z-index: 10;
}
.BusinessDetail .BusinessCont #Comment_button {
	font-size: 20px;
	width: 100%;
}
.BusinessDetail .BusinessCont #CommentImg_button {
	font-size: 20px;
	width: 100%;
}
#mainWrap .articleMain .BusinessCont h2.KijiTitle {
	font-size: 22px;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentInfo span {
	display: block;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentInfo span:first-child {
	margin-right:0px;
}
.BusinessDetail .BusinessCont .CommentMain .Comment .CommentInfo {
    margin-right: 30px;
}

.articleMain .map {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}

/******* side *******/
#mainWrap .articleSide .Recruit {
	margin-top: 20px;
}
#mainWrap .articleSide .WebLogin{
	margin-bottom: 0px;
}

/******* footer *******/
footer {
	clear: both;
    width: 100%;    
    background: #ffffff;
	position: relative;
}
footer .footerInner {
    width: 100%;
	margin: 0 auto;
	padding: 10px 0px 0px;
	display: block;
	flex-direction: row;
}
footer .footer_copyright {
	color: #bbbbbb;
	font-size: 8px;
	width: 100%;
	text-align:center;
	padding: 10px;
}
footer nav ul{
	width: 100%;
	min-width: 100%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	}
footer nav ul li{
	width: 50%;
	height: auto;
	text-align: center;
	padding:10px 0;
	border-right: none;
	border-bottom: 1px solid #eeeeee;
	margin-right: 0;
	}
footer nav ul li:nth-child(1),
footer nav ul li:nth-child(3){
	border-right: 1px solid #eeeeee;
	}
footer nav ul li:nth-child(1),
footer nav ul li:nth-child(2){
	border-top: 1px solid #eeeeee;
	}

footer nav ul li a{
	display: block; 
	}




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

.pc { display: none !important; }
.sp { display: block !important; }
 
}


/* 2022.01.19変更   */
#mainWrap .articleMain {
    float: none;
	width: 100%;
    max-width: 1120px;
    padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
ul.featured_article{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;	
}
ul.featured_article li{
	margin: 0 10px 20px;
    width: calc((100% - 60px) / 3);	
	box-shadow: 0 0 1.3rem rgb(0 0 0 / 10%);
}
.video{
	width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.catch-copy{
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 1.2rem black;	
}
.catch-copy p{
	font-size: 25px;
}
.catch-copy p.fist_copy {
	font-size: 38px;
	margin-bottom: 30px;
}
.logo-area {
    width: 100%;
	position: absolute;
	top:0;
}
.logo-area .headerInner {
    min-width: 970px;
	max-width: 1100px;
    margin: 0 auto;
    padding: 27px 25px 0;
}
.logo-area .headerInner h1.logo {
    width: 125px;
    height: 30px;
    margin: 0 auto 20px;
}
.logo-area .headerInner h1.logo_top {
	text-align: center;
    margin: 0 auto 20px;
}
/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:10px;
  padding-top:30px;
  box-sizing:border-box;
  z-index: 999;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}
div#page {
  /*  position: relative;*/
}

@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}


Resources
@media screen and (min-width: 768px){
.video {
    min-width: 960px;
}
}
	
@media only screen and (max-width: 750px) {
.logo-area .headerInner {
    min-width: 100%;
	max-width: 100%;
    margin: 0 auto;
    padding: 27px 25px 0;
}
.logo-area .headerInner h1.logo {
	width: auto;
	height: auto;
	text-align: center;
	}
.video video {
    left: 30%;
    transform: translateX(-30%) translateY(-50%);
}
ul.featured_article li{
    width: 100%;
}
.catch-copy p{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.catch-copy p.fist_copy {
	font-size: 20px;
	margin-bottom: 20px;
}
	.ad_horizon iframe {
		width: 100% !important;
	}
}





 
/* 960px?1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
 
}
 
/* 600px?959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
	
}
 
/* 480px?599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 

}
 
 
/* ?479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:479px) {
 
}