@charset "UTF-8";

/*------------------------------------------------
	WEBフォント
--------------------------------------------------*/

@font-face {
	font-family: 'MyWebFont';
	src: url('../font/websymbolsligaregular.eot'); /* IE9 Compat Modes */
	src: url('../font/websymbolsligaregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../font/websymbolsligaregular.woff') format('woff'), /* Modern Browsers */
		 url('../font/websymbolsligaregular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../font/websymbolsligaregular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*------------------------------------------------
	レイアウト
--------------------------------------------------*/

.columns1 {
	margin-left: 40px;
  margin-right: 40px;
  max-width: none;
  width: auto;
}

.columns4 {
	margin-left: 40px;
  margin-right: 40px;
  max-width: none;
  width: auto;
}

@media (max-width: 1000px){
.columns1 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: none;
  width: auto;
}

.columns4 {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 80px;
  max-width: none;
  width: auto;
}
}

@media (min-width: 1000px){
.columns2 {
flex: none;
width: 25%;
padding: 1%;
}
}

@media (min-width: 1000px){
.columns3 {
flex: none;
width: 75%;
padding: 1%;
}
}


/*------------------------------------------------
	アイコン
--------------------------------------------------*/

.fa-facebook-square {
	color: #fff;
}

.fa-facebook-square:before {
	font-size: 1.0em;
}


/*------------------------------------------------
	リンク
--------------------------------------------------*/

.common_title a:hover,
.footer_title a:hover {
  color: #cccccc;
}

.common_title a,
.footer_title a {
  position: relative;
  display: inline-block;
  transition: .3s;
	line-height: 1.1;
	font-family: 'Heebo', sans-serif;
	letter-spacing: 0.04em;
}
.common_title a::after,
.footer_title a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  opacity: 0;
  transition: .3s;
}
.common_title a:hover::after,
.footer_title a:hover::after {
  bottom: 0;
  opacity: 1;
}

li.opa:hover {
	opacity: 0.6;
}

.link-effect a {
  text-decoration: none;
	transition: .3s;
}

.link-effect a:hover {
  opacity: .5;
}

/*------------------------------------------------
	ニュース一覧
--------------------------------------------------*/

.quote {
    position: relative;
    padding: 30px 20px 30px 20px;
    background: #f2f2f2;
    color: #555;
    margin: 30px auto;
}

.quote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #CCCCCC;
    font-size: 25px;
    line-height: 1;
}

.quote p {
    padding: 0;
    margin: 14px 0 8px;
    font-size: 90%;
    line-height: 1.8;
}

.module-listTable {
    margin: 60px 0px 80px 0px;
}

.module-listTable-2 {
    margin: 20px 0px 40px 0px;
}

.module-listTable-item {
    *zoom: 1;
    margin: 0 0 14px;
    padding: 0;
}

.module-listTable-item-label {
    font-size: 12px;
    color: #bfbfbf;
    float: left;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 12%;
}

.module-listTable-item-data {
    font-size: 12px;
    float: left;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 88%;
    word-break: break-all;
}

.module-listTable-item:before, .module-listTable-item:after {
    display: table;
    content: "";
    line-height: 0;
}

.module-listTable-item:after {
    clear: both;
}

@media (max-width: 740px){
.module-listTable-item-label {
    width: 30%;
}
}

/*------------------------------------------------
	ワーク
--------------------------------------------------*/

.work-block {
    margin-bottom: 60px;
    margin-top: 100px;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.work-title h2 {
  font-size: 300%;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: 'Heebo', sans-serif;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.single .sub-title {
    font-size: 160%;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.work-list a {
	display: block;
	text-decoration: none;
	color:#282e33;
}

.work-list p {
	float: left;
	padding: 3px 0 3px;
}

.work p {
    font-size: 120%;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.work-tag {
	color: #bfbfbf;
	font-size: 86%;
	font-weight: 200;
	display: inline-block;
  position: relative;
	letter-spacing: 0.1em;
}

.work-tag:nth-child(n+2) {
    padding-left: 13px;
}

.work-tag:nth-child(n+2)::before {
    position: absolute;
    top: 50%;
    left: 11px;
    height: 11px;
    border-left: solid 1px #e0e0e0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work-tag:nth-child(n+2) {
    padding-left: 24px;
}

p.note {
    font-size: 90%;
    font-weight: 200;
}


/*------------------------------------------------
	レスポンシブ
--------------------------------------------------*/


@media screen and (min-width: 768px) {
	.spnone {
		display:none;}
	}

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

	.spnone_mobile {
		display:none;
	}

	.size-size-medium {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.size-large {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.quote p {
    font-size: 86%;
	}

	p.note {
	  font-size: 86%;
	}

	.pagenation {
    padding: 30px 10px 0px 10px;
	}



}
