@charset "utf-8";
/*** total style ***/
body {
  background-color: white;
  color: black;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/*** clearfix ***/
.cf:before, .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/*** normalize 対策 ***/
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  float: left;/*display: inline-block;*/
}
img {
  vertical-align: top;
}
table {
  border: 0;
  border-collapse: collapse;
}
table tr {
  padding: 0;
}
table tr td {
  border: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
/*** mouse over ***/
a img {
  border: medium none transparent;
}
a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
/*** common ***/
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* text */
input::-ms-clear {
 visibility: hidden;
}
/* password */
input::-ms-reveal {
 visibility: hidden;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.noFloat {
  float: none;
}
.pr20 {
  padding-right: 20px;
}
.pb10 {
  padding: 0 0 10px 0;
}
.pt10 {
  padding: 10px 0 0 0;
}
.pt20 {
  padding: 20px 0 0 0;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt-100 {
  margin-top: -100px !important;
}
.sp {
  display: none;
}
textarea::-webkit-input-placeholder {
 color:    #ccc;
}
textarea:-moz-placeholder {
 color:    #ccc;
}

/********************************/
.wrapper {
  width: 100%;
}

/******header******/
.header {
  margin: 0 auto 15px;
  max-width: 960px;
  width: 100%;
  font-size: 13px;
}
.header h1 {
  width: 13.4%;
  height: auto;
  padding-top: 10px;
}
.header .topGnav {
  /*width: 78%;*/
  width: 81%;
  position: relative;
}
.header .topGnav ul {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-top: 15px;
}

.header .topGnav ul li{
  height:20px;
  line-height:20px;
}

.header .topGnav ul li:nth-child(2n) {
  width: auto;
}
.header .topGnav .topGnavIcon {
  display: inline-block;
  vertical-align: middle;
 /* width: 37%;*/
  width: 490px;
  /*float: right;*/
  position: absolute;
    right: 0;
    top: 0;
}
.header .topGnav img {
/*  width: 25%;
  height: auto;*/
  width: 70px;
  height: 55px;
  display: block;
  float: left;
}
.header .topGnav img.contactMail {
  /*width: 50%;
  height: auto;*/
  width: 139px;
  height: 55px;
  display: block;
}
.header .topGnav>a {
  float: left;
}
.header a {
  color: #333;
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
}
.header .nav {
  margin-top: -20px;
  width: 84%;
  text-align: right;
}
.header .nav > ul {
  display: inline-block;
  width: auto;
  font-size: 0;
}
.header .nav > ul > li {
  margin-left: 30px;
  font-weight: bold;
  position: relative;
}
.header .nav > ul > li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #df0615;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease 0s;
}
.header .nav > ul > li:hover:after {
    transform: scaleX(1);
}
.header .nav > ul > li.first {
  margin-left: 0;
}
.header .nav > ul > li,
.header .nav > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #626262;
}
.header .nav > ul > li > a:hover {
    text-decoration: none;
}
.header .nav ul.sub {
    display: none;
    width: 200%;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
}
.header .nav ul.sub li {
    margin: 10px 0 0;
    padding: 10px 2px 0;
    float: none;
    text-align: left;
    border-top: 1px solid #a0a0a0;
}
.header .nav ul.sub li.first {
    margin: 0;
    padding: 0;
    border-top: 0;
}
.header .nav ul.sub li a {
    font-size: 14px;
    color: #333;
}
.header .nav > ul > li .new { /* NEW! pc */
	color: #f00;
	margin-top: -20px;
 /*margin-right: -20px;*/
 line-height: 20px;
 font-size: 12px;
}
@media screen and (max-width: 695px) {
.header .nav > ul > li:nth-child(n+4),
.header .nav > ul > li:nth-child(n+4) > a {
 padding-top: 12px;
}
}

/*.header .ttlAccordion, .header .accordionInner, .header .tags {
  display: none;
}*/
.breadCrumb {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.breadCrumb ul {
  float: right;
}
.breadCrumb li {
  display: inline-block;
  float: none;
}
.breadCrumb a {
  color: #333;
  text-decoration: none;
}
.breadCrumb a:hover {
  text-decoration: underline;
}
.mainVisual {
  background: #151e3d;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.mainVisual img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pickupArea {
  margin-top: 100px;
}
.pickupArea div:first-child, .pickupArea div:last-child {
  width: 49%;
  height: auto;
}
.asiaMainContsBlog {
  width: 100%;
  margin: 50px 5% 0 0;
}
.blogAreaInner {
  border: 3px solid #dbd7d0;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.blogAreaInner .telop {
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
}
.mainContsBlogArea {
  width: 70%;
}
.categoryImg {
  width: 44%;
  height: auto;
  margin-right: 2%;
}
.categoryImg img {
  width: 100%;
}
.categoryDetail {
  width: 54%;
  text-align: left;
}
.categoryDetail .date {
  font-size: 16px;
}
.categoryDetail .date span.time {
  color: #888;
}
.categoryDetail .date span.new, .categoryDetailSp .date span.new {
  color: #ff0000;
}
.categoryDetail .ttl {
  font-size: 22px;
  color: #1d2a58;
}
.categoryDetail .txt {
  font-size: 13px;
  color: #333;
}
.categoryDetail .tag {
  font-size: 13px;
  color: #888;
}
.categoryDetail .tag > a {
  color: #888;
  text-decoration: none;
}
.blogAreaInner > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.blogAreaInner:hover .categoryDetail .ttl {
  color: #dbd7d0;
}
.fbApiArea {
  width: 25%;
  margin-top: 60px;
}
/******header end******/

@media screen and (max-width: 640px) {
	.header .nav {
		margin-top: 0px;
	}
    .mainVisual {
        margin-bottom: 25px;
    }
}

/****blog******/
.contentsWrap {
  display: table;
  position: relative;
  max-width: 960px;
  margin: 100px auto 30px;
}
.mainContents {
  vertical-align: top;
  padding: 0 3.125% 0 0;
  display: table-cell;
  width: 73.955%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aside {
  width: 300px;
}
.blogCatSearchArea h2 {
  float: left;
  width: 50%;
}
.blogCatSearchArea .select {
  float: right;
  max-width: 215px;
  width: 50%;
}
.select-list ul li {
  float: none;
}
.select-value {
  width: 100%;
  text-align: center;
  padding: 0 43px 0 0;
  border-radius: 0;
  border: solid 2px #c7c7c7;
  background: url(../images/select_arrow.png) right 50% no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.select-list {
  top: 25px;
  width: 100%;
}
.mainContents .tagList {
  font-size: 14px;
  background-color: #ededed;
  margin: 10px 0 30px;
  padding: 15px;
}
.mainContents .tagList a {
  color: #333;
  text-decoration: none;
}
.mainContents .tagList a:after {
  content: '・';
}
.mainContents .tagList a:last-child:after {
  content: '';
}
.mainContents .tagList a:hover {
  text-decoration: underline;
}
.MainContentsBlog {
  width: 100%;
  margin: 30px 0 0 0;
}
.blogAreaInnerSmall {
  border: none;
  width: 31%;
  margin: 0 3.5% 20px 0;
  padding: 0;
  float: left;
}
.blogAreaLater .blogAreaInnerSmall:nth-child(3n+4) {
  margin: 0 0 20px 0;
}
.blogAreaInnerSmall .categoryImg {
  width: 100%;
  margin: 0 0 5px;
}
.blogAreaInnerSmall .telop {
  top: 0;
  left: 0;
  font-size: 15px;
  padding: 4px 8px;
}
.blogAreaInnerSmall .categoryDetail {
  width: 100%;
}
.blogAreaInnerSmall .catName {
  display: none;
}
.blogAreaInnerSmall .categoryDetail .date {
  font-size: 13px;
}
.MainContentsBlogArea .categoryDetail .ttl {
  font-weight: bold;
}
.blogAreaInnerSmall .categoryDetail .ttl {
  font-size: 16px;
  font-weight: bold;
}
.blogAreaInnerFirst .categoryImg {
  width: 44%;
  height: auto;
  margin-right: 2%;
  float: left;
}
.blogAreaInnerFirst .categoryImg img {
  width: 100%;
}
.blogAreaInnerFirst .categoryDetail {
  width: 54%;
  text-align: left;
  float: left;
}

@media screen and (max-width: 640px) {
	.blogAreaInnerFirst .categoryImg, .blogAreaInnerFirst .categoryDetail {
		width: 100%;
		height: auto;
	}
    .mainContents.info .MainContentsBlog {
      margin-top: 0;
    }
}

.aside .sideSection {
  margin: 0 0 30px;
}
.aside a {
  color: #333;
}
.aside h2 {
  font-size: 14px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-top: 6px solid #1d2a57;
  border-bottom: 1px solid #1d2a57;
  padding: 10px 0;
}
.aside h2 span.pc {
  font-size: 24px;
}
.aside .listArea .cat-item {
  float: none;
}
.aside .listArea .children .cat-item a {
  padding-left: 50px;
}
.aside .listArea .cat-item>a {
  display: block;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px dotted #f1f1f1;
  padding: 15px 10px 15px 30px;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aside .listArea .cat-item:last-child>a {
  border-bottom: 1px solid #f1f1f1;
}
.aside .listArea .cat-item>a:hover {
  text-decoration: underline;
}
.aside .listArea .current-cat > a, .news .aside .listArea .cat-item.all > a {
  background: #EDEDED;
}
.aside .rankingAreaInner {
  position: relative;
  padding: 9px 0 9px 7px;
  border: 1px solid #f1f1f1;
  border-top: none;
}
.aside .rankingArea .rankingAreaInner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aside .rankingAreaInner .rankingImg {
  width: 75px;
  position: relative;
  float: left;
}
.rankingAreaInner .telop {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 2px 8px;
  color: #fff;
  font-style: italic;
  background-color: #535353;
}
.rankingAreaInner .telop:before {
  counter-increment: number;
  content: counter(number);
}
.rankingArea {
  counter-reset: number;
}
.rankingArea .rankingAreaInnerWrap .rankingAreaInner:nth-child(1) .telop {
  background-color: #ff0054;
}
.rankingArea .rankingAreaInnerWrap .rankingAreaInner:nth-child(2) .telop {
  background-color: #9fd9b1;
}
.rankingArea .rankingAreaInnerWrap .rankingAreaInner:nth-child(3) .telop {
  background-color: #98d4dc;
}
.rankingArea .rankingAreaInnerWrap .rankingAreaInner:nth-child(4) .telop {
  background-color: #535353;
}
/*.aside .rankingAreaInner .rankingImg .telopRank1 {
    background-color: #ff0054;
}
.aside .rankingAreaInner .rankingImg .telopRank2 {
    background-color: #9fd9b1;
}
.aside .rankingAreaInner .rankingImg .telopRank3 {
    background-color: #98d4dc;
}
.aside .rankingAreaInner .rankingImg .telopRank4 {
    background-color: #535353;
}*/
.aside .rankingAreaInner .rankingDetail {
  width: 160px;
  position: relative;
  float: right;
}
.aside .rankingAreaInner .rankingDetail .date {
  font-size: 10px;
  margin: 0 0 3px;
}
.aside .rankingAreaInner .rankingDetail .date span {
  display: inline-block;
  vertical-align: middle;
}
.aside .rankingAreaInner .rankingDetail .catName {
  padding: 1px 2px;
}
.aside .rankingAreaInner .rankingDetail .catNameYellow {
  background-color: #fff21f;
}
.aside .rankingAreaInner .rankingDetail .time {
  color: #888;
}
.aside .rankingAreaInner .rankingDetail .new {
  color: #ff0004;
}
.aside .rankingAreaInner .rankingDetail .ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
}
.aside .rankingAreaInner .rankingDetail .txt {
  font-size: 10px;
}
.aside .searchArea {
  width: 100%;
  position: relative;
}
.aside .searchArea input[type=text] {
  width: 100%;
  height: 36px;
  padding: 0 45px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aside .searchArea input[type=image] {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
}
.aside .searchArea input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 100%;
  border: none;
  background-color: #fff;
  background-image: url('../images/sp_btn_search.png');
  background-size: 100%;
  border: solid 1px #ccc;
  border-left: none;
}
.aside .tagsArea .tagsList {
  padding: 17px 8px 17px 12px;
  border: 1px solid #cdcdcd;
  border-top: none;
}
.aside .tagsArea .tagsList .tagBox a {
  display: block;
  padding: 0 9px;
  margin: 0 5px 5px 0;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
}
.aside .tagsArea .tagsList .tagBox a:hover {
  text-decoration: underline;
}
.aside .movieInner {
  border: 1px solid #f1f1f1;
  border-top: none;
  padding: 5px;
}
.aside .movieInner iframe {
  width: 100%;
}
.aside .bnrArea h2 {
  color: #fff;
  background-color: #1d2a57;
  border: none;
  border-top: 6px solid #e82a2a;
}
.aside .bnrArea h2 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.aside .bnrArea h2:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
	.contentsWrap {
		margin: 0 3%;
		display: block;
	}
	.mainContents {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.mainContents.info {
		margin-top: 20px;
	}
	.mainContents .blogLink {
	  margin: 20px 0 0;
	}
	.aside {
	  width: 100%;
	  position: relative;
	  margin-top: 30px;
	}
	.aside h2 {
	  font-size: 20px;
	}
	.blogCatSearchArea .select {
	  float: none;
	  max-width: 100%;
	  width: 100%;
	  margin: 20px auto 15px;
	}
	.blogCatSearchArea h2 {
	  float: none;
	  width: 100%;
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.mainContents .tagList a {
	  font-size: 18px;
	}
	.blogAreaInnerSpBig {
	  width: 100%;
	  margin: 0 0 20px;
	}
	.blogAreaInnerSpBig .catName {
	  display: inline;
	}
	.blogAreaInnerSmall {
	  width: 100%;
	  float: none;
	}
	.blogAreaInnerSmall .categoryDetail .date {
	  font-size: 16px;
	}
	.blogAreaInnerSmall .categoryDetail .ttl {
	  font-size: 20px;
	}
	.aside .categoryArea>ul>li>a {
	  font-size: 18px;
	  padding: 10px 0 10px 30px;
	}
	.aside .rankingAreaInner {
	  padding: 9px 7px;
	}
	.aside .rankingAreaInner .rankingImg .telop {
	  padding: 7px 15px;
	  font-size: 18px;
	}
	.aside .rankingAreaInner .rankingImg {
	  float: none;
	  width: 100%;
	  max-width: 320px;
	  margin: 0 auto;
	}
	.aside .rankingAreaInner .rankingImg img {
	  width: 100%;
	}
	.aside .rankingAreaInner .rankingDetail {
	  float: none;
	  width: 100%;
	  margin: 10px 0 0;
	}
	.aside .rankingAreaInner .rankingDetail .date {
	  font-size: 15px;
	}
	.aside .rankingAreaInner .rankingDetail .ttl {
	  font-size: 18px;
	}
	.aside .tagsArea .tagsList .tagBox a {
	  padding: 0 8px;
	}
	.aside .contentsLinkArea>ul>li>a {
	  padding: 10px 0 10px 30px;
	}
	.aside .sideSection .bnrInner img {
	  width: 100%;
	}
	.aside .movieInner iframe {
	  height: 250px;
	}
	.fb_iframe_widget_fluid {
	  width: 100%;
	}
	.sideSection.facebookArea .facebookInner {
	  text-align: center;
	}
	.aside .bnrArea h2 {
	  width: 295px;
	  margin: 0 auto;
	  font-size: 14px;
	  padding: 15px 0;
	}
	.aside .bnrArea h2 .recTtl {
	  font-size: 24px;
	}
}
/****blog end******/

/*****blog detail*****/
.detail .headWrapper .date {
  font-size: 18px;
  color: #a2a2a2;
}
.detail .headWrapper .ttl {
  font-size: 36px;
  font-weight: bold;
  color: #555;
}
.detail .headWrapper .tag {
  margin: 10px 0 0;
}
.detail .headWrapper .tag li {
  padding-bottom: 10px;
}
.detail .headWrapper .tag .telop {
  padding: 5px 10px;
  margin-right: 10px;
  position: static;
}
.detail .headWrapper .ttlTag {
  font-size: 14px;
}
.detail .headWrapper .ttlTag span {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
}
.detail .headWrapper .ttlTag a {
  color: black;
}
/* Added to replace tags after inquiry button FROM */
.detail .blogWrap .ttlTag {
  margin-top: 20px;
  font-size: 14px;
}
.detail .blogWrap .ttlTag span {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
}
.detail .blogWrap .ttlTag a {
  color: black;
}
/* Added to replace tags after inquiry button TO */
.snsBtn {
  margin: 20px 0;
}
.snsBtn li:first-child {
  margin: -4px 10px 0 0;
}
.btnNextPrev {
  text-align: center;
  /*position: relative;*/
}
.btnNextPrev .previous a,
.btnNextPrev .next a {
    /* display: inline-block; */
    background: #dbd7d0;
    line-height: 40px;
    height: 40px;
    /* color: #dbd7d0; */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}
.btnNextPrev div a {
  display: block;
  color: #1d2a58;
  text-decoration: none;
}
.btnNextPrev .previous {
  /*position: absolute;
  left: 0;*/
  float: left;
}
.btnNextPrev .previous img {
  margin: -1px 10px 0 0;
}
.btnNextPrev .next {
  /*position: absolute;
  right: 0;*/
  float: right;
}
.btnNextPrev .next img {
  margin: -1px 0 0 10px;
}
.btnNextPrev .list {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
	.detail .headWrapper .ttl {
	  font-size: 30px;
	}
}
/*****blog detail end*****/

/******contents******/
.contentsInner {
  margin-top: 70px;
  text-align: center;
  margin: 0 auto 100px;
  max-width: 960px;
  width: 100%;
}
#top .contentsInner.blogWrap {
  margin-bottom: 50px;
}
.page_research, .page_translation, .page_video-production, .page_recruit {
  font-size: 18px;
}
.oneCulText {
  font-weight: bold;
  margin: 100px auto;
  font-size: 18px;
}
.blogWrapTtl {
  font-size: 48px;
  font-weight: bold;
  color: #1d2a58;
  margin-bottom: 50px;
}
.asiaBlogWrapTtl {
  background: url(../images/asia_ttl_border.gif) 0 100% no-repeat;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  color: #1d2a58;
  line-height: 90px;
  margin-bottom: 50px;
}
h2.headline {
    font-size: 30px;
    text-align: center;
}
h2.headline span {
    color: #1d2a58;
}
h2.headline:after {
  display: block;
  margin: 10px auto 40px;
  width: 180px;
  content: " ";
  border: 2px solid #df0615;
}
.strength p {
  text-align: left;
}
.strength .imgList ul li {
  width: 23.4375%;
  height: auto;
  margin: 30px 2% 0 0;
}
.strength .imgList ul li {
  float: none;
  display: inline-block;
}
.strength .imgList {
  /*margin-bottom: 140px;*/
  width: 100%;
}
.strength .imgList ul li.end {
  margin: 30px 0 0 0;
}
.requestL, .requestR {
  max-width: 470px;
  width: 48%;
  height: auto;
}
.requestL ul, .requestR ul {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 3px solid #333;
}
.requestL {
  float: left;
}
.requestR {
  float: right;
}
.requestL ul li, .requestR ul li {
  float: none;
  text-align: left;
}
.requestL img:after, .requestR img:after {
  display: block;
  margin: 0 auto 25px;
  width: 460px;
  content: " ";
  border: 2px solid #000;
}
.requestContents {
  display: block;
  margin: 70px 0 50px;
}
.requestText {
  display: inline-block;
  border: 1px solid #bfbfbf;
  line-height: 45px;
  padding: 0 1%;
  margin-bottom: 100px;
}
.businessFlow {
  margin-bottom: 100px;
}
.businessFlow dt {
  line-height: 45px;
  background: #1d2a58;
  font-size: 24px;
  color: #fff;
}
.businessFlow dd {
  width: 100%;
  background: #f0f2f4;
  color: #333;
  border: 1px solid #d2d2d2;
  border-top: 0;
  padding: 15px 2%;
  margin: 0;
  font-size: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.businessFlow dd img {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
  width: 6%;
  margin-right: 2.5%;
}
.businessFlow dd p {
  display: inline-block;
  vertical-align: middle;
  width: 91.5%;
  text-align: left;
}
.businessFlow p.codicil, .businessFlow p span.codicil {
  color: #ff0000;
  font-size: 18px;
  margin-bottom: 100px;
}
.businessFlowInner dl dd {
  text-align: left;
}
.achievementContents {
  background: #f0f2f4;
  color: #333;
  font-size: 13px;
  padding: 15px 1%;
  margin-bottom: 70px;
}
.achievementContents ul {
  width: 34%;
  margin-right: 3%;
  float: left;
  text-align: left;
}
.achievementContents ul.second {
  width: 28%;
  margin-right: 3%;
}
.achievementContents ul.third {
  width: 32%;
  margin-right: 0;
}
.achievementContents li {
  width: 100%;
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 25px;
}
.infoTel {
  border: 1px solid #1d2a58;
  border-bottom: 2px solid #1d2a58;
  width: 100%;
  padding: 25px 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.infoTel p br {
  display: none;
}
.infoTel p {
  line-height: 32px;
}
.infoTel p.recruitFeeText {
  margin-bottom: 25px;
  line-height: 18px;
}
.infoTel p.recruitFeeText a {
  text-decoration: none;
  color: #0370a3;
}
.infoTel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.infoTel span {
  color: #1d2a58;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
}
.contactLink {
  margin-bottom: 130px;
}
.contactLink img:hover, .blogLink img:hover {
  opacity: 1.0;
}
.blog {
  width: 31%;
  float: left;
  margin: 0 3.5% 10px 0;
  font-size: 13px;
  color: #555555;
  text-align: left;
}
.blog.work,
.blog.movie {
  padding: 10px;
  border: 1px solid #a0a0a0;
  box-sizing: border-box;
}
.blogEnd, .blog:last-child {
  width: 31%;
  float: left;
  margin-right: 0;
}
.blog .blogContents {
  position: relative;
}
.blog .blogContents {
  margin-left: 0;
}
.blog .blogContents img {
  width: 100%;
}
.blog .blogContents:hover h3 {
  color: #dbd7d0;
}
.blogContents .telop, .blogAreaInner .telop, .tag .telop {
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background: #ccc;
  color: black;
  text-decoration: none;
}
.work .blogContents .telop,
.movie .blogContents .telop {
  min-width: 130px;
  font-size: 14px;
  background-color: #1c2956;
  color: #dbd6d0;
  text-align: center;
}
.work .tag .telop,
.movie .tag .telop {
  background-color: #1c2956;
  color: #dbd6d0;
}

.blogContents .telop:hover, .blogAreaInner .telop:hover, .tag .telop:hover {
  text-decoration: underline;
}




/* キャスティング紹介　20170519追加 */
.cast_tr .cast_box {
    width: 26%;
    padding: 1%;
    background-color: white;
    float: left;
    margin: 4% 2% 0 0;
}
.cast_box a {
    text-decoration: none;
}
.cast_box:nth-child(1),.cast_box:nth-child(3n+1){
	margin-left: 6%;
}
.cast_box:nth-of-type(3n) {
	margin-right: 6%;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 414px) {
    .cast_tr .cast_box {
    width: 98%;
    padding: 1%;
     float: none;
    margin: 4% 0 0 0;
    }
}
/* キャスティング紹介　ここまで */



/* カテゴリ別 */
.telopYellow, .telop-blog-asia {
  background: #fff21f !important;
}
.telopPink, .telop-blog-works {
  background: #ff2bfd !important;
}
.telopBlue {
  background: #00fff6 !important;
}
.blog .blogContents a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.blogContents {
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.blogContents .blogDay {
  color: #1d2a58;
  margin: 10px 0;
}
.blogContents .blogDay span {
  color: #df0615;
  margin-left: 3%;
}
.work .blogContents .blogDay,
.movie .blogContents .blogDay {
  font-size: 10px;
  font-weight: normal;
  color: #959595;
  text-align: right;
  margin: 6px 0 1px;
}
.work .blogContents .blogDay span,
.movie .blogContents .blogDay span {
  font-weight: bold;
  margin: 0 1% 0 0;
}
.blogContents h3 {
  color: #1d2a58;
  font-size: 20px;
  margin-bottom: 10px;
}
.blogLink {
  margin: 30px 0 100px 0;/*margin: 30px 0 0;*/
}
#top .blogWrap .blogLink {
  margin-bottom: 50px;
}
#top .bnrYoutube {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px;
}
#top .bnrYoutube img {
  width: 100%;
}

.work .blogtag a,
.work .tag a,
.movie .blogtag a,
.movie .tag a {
    display: inline-block;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background-color: #dcdcdc;
}

@media screen and (max-width: 640px) {
	.blog {
	  width: 100%;
	}
	.blogDay {
	  line-height: 50px;
	}
    .work .blogContents .blogDay,
    .movie .blogContents .blogDay {
        line-height: 1.2;
    }
    .blogEnd, .blog:last-child {
	  width: 100%;
	}
}

/*** information ***/
.infoBox {
    text-align: left;
}
.infoWrap.front .infoBox {
    height: 200px;
    padding: 10px;
    border: 1px solid #a0a0a0;
    overflow: auto;
}
.infoBox ul li {
    float: none;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #a0a0a0;
    position: relative;
}
.infoBox ul li span.date {
    display: block;
    width: 100px;
    margin: 0 10px 0 0;
    padding: 3px 0 2px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #1c2956;
    text-align: center;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
}
.infoBox ul li span.date span.new {
  color: #ff0000;
}
.infoBox ul li span.info {
    width: 515px;
    margin: 0;
    padding: 0;
    float: left;
}
.infoWrap.front .infoBox ul li span.info {
    width: 715px;
}
.infoBox ul li span.info .icon {
    vertical-align: text-bottom;
}
.infoBox ul li span.info span.title {
    font-size: 17px;
    font-weight: bold;
    vertical-align: bottom;
}
.infoBox ul li span.info span.excerpt {
    font-size: 14px;
}
.infoBox ul li a.moreLink {
    display: block;
    width: 110px;
    padding: 5px 0 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #1c2956;
    position: absolute;
    right: 0;
    bottom: 0;
}
.infoBox ul li a.moreLink span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
    .infoWrap.front .infoBox {
        height: 430px;
    }
    .infoBox ul li span.date {
        margin: 0 0 5px;
        float: none;
    }
    .infoWrap.front .infoBox ul li span.info,
    .infoBox ul li span.info {
        width: 100%;
        float: none;
    }
}

/******contents end******/

/****contact****/
.contact {
  margin: 100px auto 0;
  max-width: 960px;
  width: 100%;
}
.contact .contentsInner {
  margin-bottom: 30px;
}
.contact table {
  width: 100%;
}
.contact table, .contact table tr td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.contact table tr td:first-child {
  width: 25%;
  background: #f0f2f4;
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
}
.contact table tr > *:first-child + * {
  width: 10%;
  padding-left: 30px;
  padding-left: 15px;
  border-right: none;
}
.contact table tr > *:first-child + * + * {
  border-left: none;
}
.contact table tr td.vATop {
  vertical-align: top;
}
.contact table tr td:first-child span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #6b6b6b;
}
.contact table tr td input[type=text],
.contact table tr td input[type=email] {
  width: 85%;
}
.contact table tr td input, .contact table tr td textarea {
  font-size: 14px;
  padding: 10px 0 10px 5px;
}
.contact table tr td textarea {
  width: 85%;
  height: 150px;
  margin: 10px 0 10px 0;
}
.contact table tr td textarea span {
  color: #ccc;
}
.contact .contactContent img {
  margin-top: 20px;
}
.formArea {
  display: inline-block;
  font-size: 14px;
}
.formArea span {
  padding-right: 30px;
  display: inline-block;
}
.formArea input {
  padding-left: 10px;
}
.formArea input[type="checkbox"] {
  margin-right: 5px;
}
.contact form .formBtn input[type="submit"] {
  width: 100%;
  height: auto;
  margin: 20px 0 120px 0;
  background: #DF0615;
  border: solid 4px #DF0615;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 20px;
}
.contact form .formBtn input[type="submit"]:hover {
  border: solid 4px #000;
  color: #000;
}

@media screen and (max-width: 640px) {
	.contact {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
	.contact table {
	  width: 100%;
	  border: none;
	}
	.contact table tr {
	  border: 1px solid #ccc;
	}
	.contact table tr td {
	  display: block;
	}
	.contact table tr td:first-child {
	  width: 100%;
	  background: #f0f2f4;
	  border-top: none;
	  border-right: none;
	  border-left: none;
	  border-bottom: 1px solid #ccc;
	  font-size: 18px;
	  padding: 10px 15px;
	  text-align: left;
	}
	.contact table tr td:first-child span {
	  display: inline-block;
	  font-weight: normal;
	  font-size: 18px;
	  color: #5e5e5e;
	  margin-left: 15px;
	}
	.contact table tr > *:first-child + * {
	  width: 10%;
	  font-size: 16px;
	  padding: 2% 0 2% 2%;
	  border: none;
	  float: left;
	}
	.contact table tr > *:first-child + * + * {
	  width: 90%;
	  border: none;
	  float: left;
	}
	.contact table tr td img {
	  vertical-align: middle;
	  width: 100%;
	}
	.contact table tr td {
	  padding: 2%;
	}
	.contact table tr td input[type='text'],
	.contact table tr td input[type='email'],
	.contact table tr td textarea {
	  padding: 5px 0 5px 10px;
	  width: 100%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  font-size: 16px;
	}
	.contact table tr td textarea {
	  height: 100px;
	  padding: 10px;
	  margin-top: 0;
	}
	.contact .contactItem td:last-child, .contact .area td:last-child, .contact .lang td:last-child, .contact .contactContent td:last-child {
	  width: 100% !important;
	  padding-top: 0 !important;
	}
	.formArea span {
	  font-size: 18px;
	  font-weight: normal;
	  display: block;
	  padding: 2px 0;
	}
	.formArea input[type="checkbox"] {
	  width: 30px;
	  height: auto;
	  padding-right: 5px;
	}
	.contact form p .subMit {
  width: 100%;
  margin: 20px 0 60px;
}
}

/* 内容確認 */
.page_confirm .contact table tr td:nth-child(2) {
  display: none;
}
.page_confirm .contact table tr td:nth-child(3) {
  padding-left: 15px;
}

/* 送信完了 */
.page_thanks .contact {
   text-align: center;
}
.page_thanks .contact .backToTop {
  display: block;
    width: 50%;
    max-width: 250px;
    padding: 10px 0;
    margin: 100px auto;
    background: #DBD7D0;
    color: #000;
    text-decoration: none;
}
.page_thanks .contact .backToTop:hover {
  background: #B8B5B0;
}
/****contact end****/

/****movieSell contact****/
.movieSellText {
  font-weight: bold;
  font-size: 18px;
}
.movieSellLink, .ChineseTranslationLink {
  margin-bottom: 100px;
}
.movieSellLink .sellLinkL, .ChineseTranslationLink .CTLinkL {
  float: left;
  width: 48%;
}
.movieSellLink .sellLinkR, .ChineseTranslationLink .CTLinkR {
  float: right;
  width: 48%;
}

@media screen and (max-width: 640px) {
	.movieSellLink .sellLinkL, .movieSellLink .sellLinkR, .ChineseTranslationLink .CTLinkR, .ChineseTranslationLink .CTLinkL {
	  width: 100%;
	  height: auto;
	}
	.movieSellLink .sellLinkL, .ChineseTranslationLink .CTLinkL {
	  margin-bottom: 40px;
	}
}

.sellVideo {
  margin-bottom: 80px;
}
.sellVideo p {
  font-weight: bold;
  margin-bottom: 50px;
}
.sellVideoContents iframe {
  max-width: 225px;
  width: 22.5%;
  height: auto;
  margin: 0 2% 20px 0;
}
.sellVideoContents iframe.end01 {
  margin: 0 2% 20px 0;
}
.sellVideoContents iframe.end02 {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 640px) {
	.sellVideo p {
	  text-align: left;
	  font-size: 18px;
	  margin-bottom: 30px;
	}
	.sellVideoContents iframe {
	  width: 44%;
	  height: auto;
	  margin: 0 4% 10px 0;
	}
	.sellVideoContents iframe.end01, .sellVideoContents iframe.end02 {
	  margin: 0 0 10px 0;
	}
}

.importantPoints {
  max-width: 960px;
  width: 100%;
  border: 1px solid #1d2a58;
  text-align: left;
  padding: 30px 7%;
  display: block;
  margin: 0 auto 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.importantPoints {
	  padding: 30px 0;
	  margin-bottom: 50px;
	}
	.importantPoints ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  float: none;
  font-size: 18px;
}
}
/****movieSell contact end****/

/***translation.html****/
.page_translation .translationImgList .translationText p {
  display: inline-block;
  border: 1px solid #bfbfbf;
  line-height: 45px;
  padding: 0 1%;
  margin-top: 50px;
  font-weight: normal;
}
.strength .translationImgList ul li {
  width: 23%;
  height: auto;
  margin: 30px 2% 0 0;
}
.strength .translationImgList {
  /* margin-bottom: 140px;*/
  width: 100%;
}
.strength .translationImgList ul li.end {
  margin: 30px 0 0 0;
}
.ChineseTranslation p {
  font-weight: bold;
  text-align: center;
}
.quality p {
  font-weight: bold;
}
.quality h3 {
  font-size: 21px;
  border-bottom: 5px solid #333;
  line-height: 50px;
  margin-bottom: 30px;
}
.quality .requestContents {
  margin-bottom: 100px;
}
.quality .requestContents p {
  font-weight: normal;
  text-align: left;
  margin-bottom: 25px;
}
.quality .requestContents p span, .quality .requestContents li {
  font-size: 14px;
}
.quality .requestContents ul {
  background: #f0f0f0;
  padding: 20px 4%;
  line-height: 25px;
}
.quality .requestContents li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.page_translation .infoTel {
/*margin-bottom: 100px;*/
}
.page_translation .infoTel1 {
  margin-bottom: 30px;
}
.translationStaff {
  font-weight: bold;
}
.translationStaff p {
  line-height: 30px;
  margin-bottom: 50px;
}
.interpreter {
  font-weight: bold;
}
.interpreter p, .interpreterImg {
  margin-bottom: 50px;
}
.interpreterImg ul li {
  width: 31.25%;
  margin: 0 3.125% 0 0;
}
.interpreterImg ul li.last {
  margin: 0;
}
.interpreterImg ul li img {
  width: 100%;
}
.interpreter .interpreterText {
  margin-bottom: 25px;
}
.interpreter h3 {
  font-size: 21px;
  border-bottom: 5px solid #333;
  line-height: 50px;
  margin-bottom: 20px;
  width: 48%;
  display: inline-block;
}
.interpreterRequest {
  background: #f0f0f0;
  padding: 30px 3%;
  margin-bottom: 100px;
  font-weight: normal;
}
.interpreterRequest li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  float: none;
  text-align: left;
  font-size: #333;
}
.interpreterRequest li.end {
  margin-top: 30px;
}
.quality .requestL ul, .quality .requestR ul {
  border-top: none;
}
/***translation.html end****/

/***movie-make.html****/
.Visual01 {
  margin-bottom: 100px;
}
.page_video-production .example {
  margin-bottom: 100px;
}
.headlineText {
  margin-bottom: 50px;
}
.compatible {
  margin-bottom: 100px;
  font-weight: bold;
}
.compatibleContents {
  background: #f0f0f0;
  padding: 25px 0 0;
}
.compatible p {
  line-height: 30px;
}
.compatibleText {
  margin: 0 5%;
}
.compatibleContents .compatibleText01 {
  font-size: 24px;
  line-height: 60px;
  border-bottom: 2px dotted #9e9e9e;
}
.compatibleContents .compatibleText02 {
  font-size: 18px;
  line-height: 90px;
  margin-bottom: 50px;
}
.delivery {
  font-weight: bold;
  margin-bottom: 100px;
}
.delivery p {
  line-height: 30px;
}
/***movie-make.html　end****/

/***company css****/
.page_company .contentsInner, .page_rules .contentsInner, .page_privacy .contentsInner {
  margin: 100px auto 0;
}
.informationTable dl {
  border: 1px solid #ccc;
  border-top: none;
  background: #f0f2f4;
}
.informationTable dl dt, .informationTable dl dd {
  font-size: 16px;
  float: left;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.informationTable dl dt {
  width: 18%;
  padding: 20px 0 20px 30px;
  border-top: 1px solid #ccc;
  font-weight: bold;
  clear: both;
}
.informationTable dl dd {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  width: 82%;
  padding: 20px;
  margin: 0;
}
.companyService ul li {
  width: 31.25%;
  margin: 30px 3.125% 0 0;
}
.companyService ul li.pcSeparate {
  margin: 30px 0 0 0;
}
.companyLocation h3 {
  font-size: 24px;
}
.companyLocation .locationTxt {
  margin: 30px 0 0 0;
}
.companyLocation ul li {
  width: 49%;
  margin: 30px 2% 0 0;
}
.companyLocation ul li.pcSeparate {
  margin: 30px 0 0 0;
}
.companyLocation .locationMap iframe {
  width: 100%;
}
.companyLocation li.locationInfo {
  height: 320px;
  position: relative;
  text-align: left;
  line-height: 1.7em;
}
.companyLocation .accessTtl {
  font-weight: bold;
}
.companyLocation .locationInfo img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.companyLocation .accessArea {
  margin: 30px 0 100px;
  font-size: 18px;
}
.companyLocation p.locationInfo {
  text-align: left;
  margin: 20px 0 0;
}
.companyLocation p.locationInfo .accessTtl {
  float: left;
  width: 37.5%;
}
.companyLocation p.locationInfo .accessTxt {
  float: left;
  width: 62.5%;
}
/****company css end****/

/****recruit****/
.page_research .informationTable, .page_translation .informationTable, .page_video-production .informationTable, .page_recruit .informationTable {
  margin: 100px auto;
}
/****recruit end****/

/****contact****/
.info .mainVisual, .page_contact .mainVisual {
  background: #fff;
}
.infoLink {
  margin: 100px auto;
}
.infoLink li.borderR1 {
  border-right: 1px solid #fff;
}
.infoLink li.borderB1 {
  border-bottom: 1px solid #fff;
}
.infoLink li {
  width: 33%;
  height: auto;
}

@media screen and (max-width: 640px) {
	.infoLink li.borderR1 {
	  border-right: none;
	}
	.infoLink li.borderB1 {
	  border-bottom: none;
	}
	.infoLink li {
	  width: 49%;
	  height: auto;
	  margin-bottom: 5px;
	}
	.infoLinkMarginR {
	  margin-right: 2%;
	}
}
/****contact end****/

/*****footer*****/
.footerNav {
  /*height: 58px;*/
    /*line-height: 60px;*/
  border-top: 2px solid #dbd7d0;
}
.footerNavInner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.footerNavInner ul {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
}
.footNavSup {
  width: 1px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
}
.footerNavInner ul li {
  height:24px;
  line-height:24px;
  color: #dbd7d0;
}
.footerNavInner ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.footerNavInner ul li a:hover {
  text-decoration: underline;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-topSp {
  position: fixed;
  bottom: 0;
  right: 0;
}
.footerNavInner .toTop a:hover img {
  opacity: 1.0;
}
.footerArea {
  background: #1d2a58;
  padding: 25px 0;
}
.footerAreaInner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.location {
  width: 47.91%;
}
.location a {
  color: #fff;
  text-decoration: none;
}
.location a:hover {
  text-decoration: underline;
}
.location p {
  border-bottom: 1px dotted #fff;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  padding: 10px 0;
}
.location p:nth-child(1) {
  padding: 0 0 10px 0;
}
.location p:nth-child(3) {
  padding: 10px 0;
}
.location p:last-child {
  border-bottom: 0;
}
.ggmap {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 5px;
  max-width: 400px;
  width: 41.66%;
  height: 250px;
}
.ggmap iframe {
  width: 100%;
}
.footerMenu {
  background: url(../images/footer_bg.jpg) repeat-x;
  line-height: 60px;
}
.footerMenuInner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  color: #ccc;
}
.footerMenuInner nav ul li a {
  color: #374066;
  text-decoration: none;
  font-size: 13px;
}
.footerMenuInner nav ul li a:hover {
  text-decoration: underline;
}
.footerMenuInner .fYou {
  width: 330px;
  text-align: right;
}
.copy {
  background: #000;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}
.afterFollow {
  margin-top: 50px;
}
.afterFollow dd p {
  text-align: left;
}
/*****footer end*****/

/******Responsive*******/
@media screen and (max-width: 640px) {
	.sp {
	  display: block;
	}
	.pc {
	  display: none;
	}
	.header {
	  margin: 0 auto 10px;
	  max-width: 640px;
	  width: 94%;
	  padding: 0 3%;
	}
	.header .spGnav {
	  display: block;
	  width: 41%;
	  height: auto;
	  float: right;
	}
	.header h1 {
	  display: block;
	  width: 43%;
	  height: auto;
	  float: left;
	  padding: 2px 0 0;
	}
	.header a {
	  display: inline-block;
	  width: 50%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  padding-right: 1px;
	  color: #333;
	  text-decoration: none;
	  float: left;
	}
	.header a:nth-child(2) {
	  padding: 0 0 0 1px;
	}
	.header .nav {
	  margin-top: -20px;
	}
	.header .nav ul li {
	  padding-left: 20px;
	  font-weight: bold;
	}
	.header .spGnav img {
	  width: 100%;
	  height: auto;
	}
	.accordionMenu, .accordionBlog {
	  display: none;
	  background: #1d2a58;
	  max-width: 640px;
	  width: 100%;
	  margin-top: 10px;
	  padding: 10px 3% 30px;
	  opacity: 0.9;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.ttlAccordion {
	  text-align: center;
	  font-weight: bold;
	  color: #fff;
	  margin: 5px auto;
	}
	.ttlAccordion .en {
	  font-size: 22px;
	  display: block;
	}
	.ttlAccordion .jp {
	  font-size: 12px;
	  margin-top: -5px;
	  display: block;
	}
	.btnAccordion a {
	  display: block;
	  width: 100%;
	  float: none;
	  background: #fff;
	  text-align: center;
	  font-size: 16px;
	  padding: 15px 0;
	  border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	}
	.btnAccordion a:hover {
	  text-decoration: none;
	}
	/*.header .ttlAccordion, .accordionInner, .header .tags {
	  display: block;
	}*/
	.header ul.accordionInner li {
	  float: none;
	  text-align: center;
	}
	.accordionInner li a {
	  margin: 0 auto 5px;
	  display: block;
	  width: 100%;
	  color: #1d2a58;
	  float: none;
	  font-size: 16px;
	  padding: 15px 0;
	  border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  background: -moz-linear-gradient(top, #ffffff 0%, #edecec 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #edecec)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top, #ffffff 0%, #edecec 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #ffffff 0%, #edecec 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #ffffff 0%, #edecec 100%); /* IE10+ */
	  background: linear-gradient(to bottom, #ffffff 0%, #edecec 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edecec', GradientType=0 ); /* IE6-9 */
	}
	.accordionInner li a:hover {
	  text-decoration: none;
	  /* padding: 20px 0;*/
	  background: -moz-linear-gradient(top, #edecec 0%, #fff 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edecec), color-stop(100%, #fff)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top, #edecec 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #edecec 0%, #fff 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #edecec 0%, #fff 100%); /* IE10+ */
	  background: linear-gradient(to bottom, #edecec 0%, #fff 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecec', endColorstr='#fff', GradientType=0 ); /* IE6-9 */
	}
	.accordionInner li a .new { /* NEW! sp */
		color: #f00;
		margin-left: 5px;
		display:inline;
	}
	/*.accordionInner .children li {
	width: 50%;
	  float: left !important;
	}
	.accordionInner > li {
	  clear: both;
	}*/
	.accordionInner .children li a {
	  padding: 8px 0;
	  background: linear-gradient(to bottom, #CECECE 0%, #B1B1B1 100%);
	  color: #111A3C;
	}
	.header ul.accordionInner.toContact {
	  margin-top: 2%;
	}
	.header ul.accordionInner.toContact li:first-child {
	  float: left;
	  width: 49%;
	}
	.header ul.accordionInner.toContact li:last-child {
	  float: right;
	  width: 49%;
	}
	.accordionBlog .tags {
	  background: #ececec;
	  padding: 15px 0;
	  margin: 0 auto;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.accordionInnerTags {
	  display: block;
	  width: 90%;
	  margin: 0 auto;
	}
	.accordionInnerTags li {
	  margin: 0 3% 10px 0;
	}
	.accordionInnerTags li a {
	  display: block;
	  width: auto;
	  font-size: 16px;
	  color: #1d2a58;
	  text-decoration: underline;
	}
	.accordionInnerTags li a:hover {
	  text-decoration: none;
	}
	.blogSearchArea {
	  background: #111b3d;
	  padding: 3%;
	  margin: -10px -3% 0 -3%;
	}
	.search {
	  position: relative;
	  margin: 5px 0 5px;
	}
	.accordionBlog .search {
	  width: 100%;
	}
	.search p {
	  font-size: 20px;
	  color: #fff;
	  padding: 0;
	  width: 100px;
	  line-height: 35px;
	}
	.search div {
	  width: 100%;
	  margin-left: -100px;
	}
	.search div.searchInputArea {
	  width: auto;
	  margin-left: 50px;
	}
	.search input[type=text] {
	  width: 100%;
	  height: 35px;
	  border: 2px solid #1d2a58;
	  padding-left: 10px;
	  padding-right: 85px;
	  font-size: 18px;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.accordionBlog .search input[type=text] {
	  width: 100%;
	  height: 35px;
	  border: 2px solid #1d2a58;
	  padding-left: 10px;
	  padding-right: 40px;
	  font-size: 18px;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.search input[type="submit"] {
	  position: absolute;
	  top: 2px;
	  right: 2px;
	  width: 41px;
	  height: 31px;
	  border: none;
	  background-color: #fff;
	  background-image: url('../images/sp_btn_search.png');
	  background-size: 100%;
	  background-repeat: no-repeat;
	  /* border: solid 1px #ccc; */
	  border-left: none;
	}
	h2.headline:after {
	  margin: 10px auto 30px;
	}
	.contentsInner {
	  width: 100%;
	  height: auto;
	  padding: 0 3%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  margin-bottom: 50px;
	}
	.interpreterImg ul li {
	  float: none;
	  width: 100%;
	  margin: 20px 0 0 0;
	}
	.interpreterImg ul li.last {
	  margin: 20px 0 0 0;
	}
	.interpreterImg ul li.first {
	  margin: 0;
	}
	.oneCulText, .page_research .informationTable, .page_translation .informationTable, .page_video-production .informationTable, .page_recruit .informationTable {
	  margin: 50px auto;
	}
	.oneCulText p, .strength p {
	  text-align: left;
	}
	.recruitText p br {
	  display: none;
	}
	.strength .imgList, .strength .translationImgList {
	  margin-top: 20px;
	  margin-bottom: 50px;
	}
	.page_translation .translationImgList .translationText p {
	  line-height: 30px;
	}
	.strength .imgList>ul>li, .strength .translationImgList>ul>li {
	  width: 48%;
	  margin: 20px 0 0 0;
	}
	.strength .imgList>ul>li.child02, .strength .translationImgList>ul>li.child02 {
	  float: right;
	  margin: 20px 0 0 0;
	}
	.strength .imgList img, .strength .translationImgList img {
	  width: 100%;
	  height: auto;
	}
	.requestL {
	  margin-bottom: 50px;
	}
	.requestL>img {
	  width: 34%;
	}
	.requestR>img {
	  width: 44%;
	}
	.requestL, .requestR {
	  max-width: 640px;
	  width: 100%;
	  height: auto;
	}
	.requestL ul, .requestR ul {
	  margin: 10px auto 0;
	}
	.requestContents {
	  margin: 25px 0 25px;
	}
	.requestText {
	  margin-bottom: 0;
	}
	.requestText p {
	  max-width: 640px;
	  width: 100%;
	  font-size: 18px;
	  line-height: 30px;
	  text-align: left;
	}
	.quality p {
	  text-align: left;
	}
	.quality h3 {
	  line-height: 30px;
	  text-align: left;
	}
	.quality .requestContents p span {
	  font-size: 18px;
	}
	.quality .requestContents li {
	  font-size: 18px;
	  padding-bottom: 10px;
	}
	.quality .requestContents {
	  margin-bottom: 50px;
	}
	.page_translation .infoTel {
	  margin-bottom: 50px;
	}
	.translationStaff p {
	  margin-bottom: 30px;
	  text-align: left;
	}
	.interpreter p {
	  margin-bottom: 30px;
	  font-size: 18px;
	  text-align: left;
	}
	.interpreter h3 {
	  line-height: 30px;
	  width: 100%;
	  text-align: left;
	}
	.interpreterRequest li.end {
	  text-indent: 0em;
	  padding: 0 0 0 0;
	}
	.interpreterRequest {
	  margin-bottom: 50px;
	}

	/*movie-make*/
	/*    .page_video-production .mainVisual {
			margin-bottom: 50px;
		}*/
	.page_video-production .example {
	  margin-bottom: 50px;
	}
	.page_video-production .example .headlineText {
	  text-align: left;
	  margin-bottom: 20px;
	}
	.page_video-production .compatible {
	  margin-bottom: 50px;
	}
	.page_video-production .compatible .compatibleContents {
	  text-align: left;
	}
	.compatibleContents .compatibleText01, .compatibleContents .compatibleText02 {
	  font-size: 18px;
	  line-height: 30px;
	  padding: 10px 0;
	}
	.compatibleContents .compatibleText02 {
	  padding-bottom: 30px;
	  margin: 0 5%;
	}
	.page_video-production .compatible>p {
	  margin: 20px 3% 0 3%;
	  text-align: left;
	}
	.page_video-production .compatible>p br {
	  display: none;
	}
	.page_video-production .delivery {
	  margin-bottom: 50px;
	}
	.page_video-production .delivery>p {
	  margin: 0 3%;
	  text-align: left;
	}
	/*movie-make emd*/

	.afterFollow {
	  margin-top: 0;
	}
	.businessFlow .sp {
	  display: block;
	  margin: 0 auto;
	}
	.businessFlow {
	  margin-bottom: 50px;
	}
	.businessFlow dd img.pc {
	  display: none;
	}
	.businessFlow dd p {
	  width: 100%;
	  font-size: 18px;
	}
	.businessFlow dt span.sp {
	  display: inline;
	}
	.businessFlow p.codicil {
	  text-align: left;
	  margin-bottom: 50px;
	}
	.businessFlow p span.codicil {
	  display: block;
	  margin: 0;
	}
	.achievementContents {
	  margin-bottom: 50px;
	}
	.achievementContents ul, .achievementContents ul.end, .achievementContents ul.second, .achievementContents ul.third  {
	  float: none;
	  width: 100% !important;
	  font-size: 22px;
	}
	.achievementContents li {
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  font-size: 18px;
	}
	.infoTel span {
	  font-size: 24px;
	}
	.contactLink {
	  margin-bottom: 50px;
	}
	.blog {
	  margin-bottom: 30px;
	}
	.blogContents {
	  max-width: 640px;
	  width: 100%;
	  height: auto;
	  margin: 0;
	}
	.blogContents img.researchBlogImg {
	  width: 100%;
	  height: auto;
	}
	.blogContents p.blogDay, p.blogtag {
	  font-size: 16px;
	  margin: 0;
	}
	p.blogDayText {
	  font-size: 16px;
	  line-height: 26px;
	}
	.blogContents h3 {
	  font-size: 20px;
	  line-height: 28px;
	}
	.blogWrapTtl {
	  margin-bottom: 30px;
	}
	.blogLink {
	  margin-top: 0;
	  margin-bottom: 50px;
	}
	.infoTel p.recruitFeeText {
	  font-size: 18px;
	  text-align: left;
	  padding: 0 0 0 5px;
	}
	.infoTel p br {
	  /*display: block;*/
	  line-height: 1.5;
	}
	.toTopSp {
	  /*width: 100%;
	  height: 35px;*/
	  width: 70px;
	  height: 70px;
	  background: #dbd7d0;
	  margin: 0 auto;
	  text-align: center;
	}
	.toTopSp a {
	  display: block;
	}
	.toTopSp a img {
	  vertical-align: middle;
	  /*margin: 0 auto;*/
	  margin: 5px auto 0;
	}
	.toTopSp a {
	  text-decoration: none;
	}
	.toTopSp a .text {
	  color: #1D2A58;
	  font-size: 12px;
	}
	.location {
	  width: 100%;
	  float: none;
	  padding: 0 3%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.location p {
	  border-bottom: 0;
	  font-size: 16px;
	  color: #fff;
	  line-height: 1.4;
	  padding: 20px 0 0;
	}
	.location p:nth-child(1) {
	  padding: 0 0 10px 0;
	}
	.location p:nth-child(3) {
	  padding: 20px 0 0 0;
	  border-bottom: none;
	}
	.mapLink a:hover img {
	  opacity: 1.0;
	}
	.footerMenu {
	  background: url(../images/footer_bg.jpg) 0 0 repeat;
	  line-height: 30px;
	}
	.footerMenuInner {
	  margin: 0 auto;
	  max-width: 640px;
	  width: 100%;
	  padding: 0 3%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.footerMenuInner nav {
	  float: none;
	}
	.footerMenuInner nav ul, .footerMenuInner div {
	  float: none;
	  margin: 0 auto;
	  text-align: center;
	}
	.footerMenuInner nav ul {
	  width: 100%;
	}
	.footerMenuInner nav ul li a, .footerMenuInner nav ul li {
	  font-size: 16px;
	  line-height: 1.4em;
	  color: #333;
	}
	.footerMenuInner nav ul li {
	  float: none;
	  display: inline-block;
	  text-align: center;
	}
	.footerMenuInner nav ul li.fMenuClear {
	  clear: both;
	}
	.copy {
	  /*font-size: 15px;
	  line-height: inherit;
	  padding: 10px 0 45px;*/
	  font-size: 12px;
		  height: 70px;
		line-height: 70px;
		padding-right: 70px;
	}

	/***company****/
	.page_company .contentsInner, .page_rules .contentsInner, .page_privacy .contentsInner {
	  margin: 50px auto 0;
	}
	.informationTable dl dt, .informationTable dl dd {
	  width: 100%;
	  font-size: 18px;
	  float: none;
	  padding: 15px 0 15px 20px;
	}
	.informationTable dl dd {
	  border-left: none;
	}
	.companyService ul li {
	  width: 47.63%;
	  margin: 30px 4.72% 0 0;
	}
	.companyService ul li.pcSeparate {
	  margin: 30px 4.72% 0 0;
	}
	.companyService ul li.spSeparate {
	  margin: 30px 0 0 0;
	}
	.companyService ul li.first {
	  margin-top: 0;
	}
	.companyLocation h3 {
	  font-size: 20px;
	  text-align: left;
	}
	.companyLocation .locationTxt {
	  font-size: 18px;
	  text-align: left;
	}
	.companyLocation ul li {
	  width: 100%;
	  float: none;
	}
	.companyLocation ul li.photoArea img {
	  width: 100%;
	}
	.companyLocation ul li.first {
	  margin-top: 30px;
	}
	.companyLocation li.locationInfo {
	  height: auto;
	  font-size: 18px;
	}
	.companyLocation .locationInfo img {
	  position: relative;
	  margin: 0 auto 30px;
	}
	.companyLocation .accessArea {
	  margin: 0 0 60px;
	  font-size: 18px;
	}
	.companyLocation p.locationInfo {
	  margin-top: 20px;
	}
	.companyLocation p.locationInfo .accessTtl {
	  float: none;
	  width: 100%;
	  display: inline-block;
	  margin-bottom: 0;
	}
	.companyLocation p.locationInfo .accessTxt {
	  float: none;
	  width: 100%;
	}
	/****company end****/

	/*****asia-info******/
	.blogAreaInner .telop {
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.asia .contentsInner {
	  max-width: 640px;
	  width: 94%;
	  height: auto;
	  margin: 50px auto;
	  padding: 0;
	}
	.pickupArea div:first-child, .pickupArea div:last-child {
	  width: 100%;
	  float: none;
	  margin-bottom: 40px;
	}
	.pickupArea div:first-child img, .pickupArea div:last-child img {
	  width: 100%;
	  height: auto;
	}
	.categoryImgSp, .categoryImgSp img {
	  width: 100%;
	  height: auto;
	}
	/*    .categoryDetail .date {
			font-size: 16px;
		}*/
	/*
		.categoryDetail .date span.time {
			color: #1d2a58;
		}*/
	.categoryDetail .date span.new, .categoryDetailSp .date span.new {
	  display: inline-block;
	}
	.asiaBlogWrapTtl {
	  background: none;
	  font-size: 30px;
	  font-weight: bold;
	  text-align: center;
	  color: #1d2a58;
	  margin-bottom: 30px;
	  line-height: 30px;
	}
	.mainContsBlogArea, .categoryDetailSp {
	  width: 100%;
	}
	.categoryDetailSp .ttl {
	  font-size: 20px;
	  line-height: 28px;
	  color: #1d2a58;
	}
	/*    .categoryDetail .ttl {
			font-size: 20px;
			line-height: 28px;
		}*/
	.categoryDetailSp .txt {
	  font-size: 16px;
	  color: #555;
	  line-height: 20px;
	  margin: 10px 0;
	}
	.contentInner .date span.sp {
	  display: inline-block;
	}
	.categoryDetailSp p.date {
	  margin: 10px 0;
	  font-size: 16px;
	}
	.categoryDetailSp .date span.time {
	  color: #1d2a58;
	}
	.categoryDetailSp .tag, .categoryDetail .tag {
	  font-size: 16px;
	  font-weight: normal;
	  color: #555;
	}
	.oneCulText p.asiaTxtArea {
	  font-size: 18px;
	}
	.pickupArea {
	  margin-top: 50px;
	}
	.pickupArea div:last-child {
	  margin-bottom: 0;
	}
	.blogAreaInner {
	  border: 0;
	  padding: 0;
	}
	.blogAreaInner:hover .categoryDetailSp .ttl {
	  color: #dbd7d0;
	}
	.mainContsBlogArea, .fbApiArea {
  float: none;
  width: 100%;
}
}

/* 記事のソート */
.select-wrap {
  /* position: relative; */
  overflow: hidden;
  /* display: inline-block; */
    /* min-width: 192px; */
    /* min-width: 12em; */
    /* background-color: #ffffff; */
    /* background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%); */
  background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  /* border: 1px solid #c0c0c0; */
    /* color: #333; */
    /* width: 100%; */
    /* text-align: center; */
    /* padding: 0 43px 0 0; */
    /* border-radius: 0; */
  border: solid 2px #c7c7c7;
  background: url(../images/select_arrow.png) right 50% no-repeat;
  box-sizing: border-box;
}
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 110%;
  margin: 0;
  padding: 1px 35px 1px 10px;
  background: transparent;
  border: 0;
  outline: none;
  /* font-size: 16px; */
    /* font-size: 1rem; */
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  color: #616161;
  background: url(../images/select_arrow.png) 90% center no-repeat;
  background-size: 40px;
  box-sizing: border-box;
  border-radius: inherit;
}

@media screen and (max-width: 640px) {
	.select-wrap select {
	  font-size: 14px;
	  padding: 3px 35px 3px 10px;
	  background-size: 55px;
	}
}

/***privacy****/
.mainTtl {
  background: #1d2a58;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding: 25px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mainTtl p {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.company .contentsInner.privacy {
  margin: 50px auto;
}
.privacy dl dt, .privacy dl dd {
  font-size: 16px;
  float: left;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.privacy dl dt {
  width: 20%;
  padding: 15px 0 0 15px;
  /*padding: 20px 0 20px 20px;*/
  font-weight: bold;
  clear: both;
}
.privacy dl dd {
  width: 80%;
  padding: 20px 20px 30px;
  margin: 0;
}
.privacy dl dd ul li {
  float: none;
  display: block;
}

@media screen and (max-width: 640px) {
	.mainTtl {
	  background: #1d2a58;
	  width: 100%;
	  font-size: 36px;
	  font-weight: bold;
	  color: #fff;
	  padding: 25px 0;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.mainTtl p {
	  max-width: 640px;
	  width: 100%;
	  margin: 0 auto;
	  padding-left: 3%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.company .contentsInner.privacy {
	  margin: 0 auto 40px;
	}
	.privacy dl dt, .privacy dl dd {
	  width: 100%;
	  font-size: 18px;
	  float: none;
	}
	.privacy dl dt {
	  padding: 30px 0 0 0;
	}
	.privacy dl dd {
	  border-left: none;
	  padding: 10px 0 0;
	}
	.privacy dl dd ul li {
	  float: none;
	  display: block;
	}
}
/***privacy end****/

/*****legal******/
.company .contentsInner.legal {
  margin: 50px auto;
}
.legal dl dt, .legal dl dd {
  font-size: 16px;
  float: left;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.legal dl dt {
  width: 20%;
  padding: 15px 0 0 15px;
  font-weight: bold;
  clear: both;
}
.legal dl dd {
  width: 80%;
  padding: 15px;
  margin: 0;
}
.legal dl dd a, .privacy dl dd a {
  color: #000;
  text-decoration: none;
}
.legal dl dd a:hover, .privacy dl dd a:hover {
  text-decoration: underline;
}
.legal dl dd ul li {
  float: none;
  display: block;
}

@media screen and (max-width: 640px) {
	.company .contentsInner.legal {
	  margin: 0 auto 40px;
	}
	.legal dl dt, .legal dl dd {
	  width: 100%;
	  font-size: 18px;
	  float: none;
	}
	.legal dl dt {
	  padding: 30px 0 0 0;
	}
	.legal dl dd {
	  border-left: none;
	  padding: 10px 0 0px;
	}
	.legal dl dd ul li {
	  float: none;
	  display: block;
	}
}
/*****legal end******/

/****management******/
.contentsInner.pickupArea.management {
  margin-bottom: 90px;
}
.managementContents {
  background: #f0f2f4;
  color: #333;
  font-size: 18px;
  padding: 2%;
  margin-bottom: 30px;
}
.managementContents ul {
  width: 100%;
  text-align: left;
}
.managementContents li {
  width: 100%;
  text-indent: -1em;
  padding: 0 0 0.5em 1em;
  float: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.management.requestText {
  font-size: 18px;
}
.managementBoxArea {
  margin-bottom: 100px;
}
.managementBoxArea h3 {
	background: #df0615;
	color: #ffffff;
	width: 280px;
    margin: 0 auto 40px;
    padding: 5px;
}
.managementBox {
	margin-bottom: 40px;
}
.managementPic {
  width: 30%;
  margin-right: 5%;
}
.managementTxt {
  width: 65%;
  text-align: left;
}
.managementTxt h2,
.profileTxt h2 {
  text-align: center;
}
.managementTxt div {
  font-size: 24px;
  border-bottom: 1px solid #1d2a58;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.managementTxt p {
  font-size: 18px;
}
.managementTxt .detailBtn {
	border: 1px solid #df0615;
	border-bottom: 3px solid #df0615;
	margin-top: 20px;
    width: 230px;
    text-align: center;
    padding: 5px;
    background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
    background-position: 220px;
}
.managementTxt .detailBtn a {
	display: block;
	color: #df0615;
	font-size: 18px;
    text-decoration: none;
}
.floatL .detailBtn {
	float: right;
}
.contentsInner.strength.managementTxt {
  margin-bottom: 100px;
}

h2.profileBoxTitle {
	background-color: #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
}
.profilePic,
.profileTxt {
	width: 100%;
}
.profilePic {
	margin-bottom: 20px;
}
.profilePic img {
	max-width: 470px;
}
.profileBox {
    margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #1d2a58;
}
.aboutBox,
.contactBox {
	text-align: left;
}
.profileBox p {
	margin-bottom: 20px;
}
.profileMedia {
	width: 100%;
	max-width: 470px;
	margin: 0 auto 30px;
}
.profileMedia img {
	margin: 20px 0;
}
.profileMedia span{
	font-size: small;
}
.profileBox h3.headline {
	margin-top: 50px;
    font-size: 24px;
    text-align: center;
}
.profileBox h3.headline:after {
    display: block;
    margin: 10px auto 40px;
    width: 180px;
    content: " ";
    border: 2px solid #df0615;
}
.profileBox h4.bluePerformance {
	padding: 5px 0;
	background-color: #172557;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}


@media screen and (max-width:414px) {
    h2.profileBoxTitle {
    	background-color: #f2f2f2;
        padding: 5px;
        margin-bottom: 20px;
        font-size: 110%;
    }
}


/* キャスティング プロフィール　20170522追加 */
.profileBox_left {
    width: 23%;
    float: left;
    margin-left: 17%;
}
.profileBox_right {
    width: 50%;
    float: right;
    margin-right: 10%;
}

.profileBox h3.headline_sml {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}
.profileBox h3.headline_sml:after {
    display: block;
    width: 180px;
    margin: 10px auto 20px;
    content: " ";
    border: 2px solid #df0615;
}
.profileBox ul.ohrin_prof_ul {
    width: 90%;
    margin: 0 5% 0 28%;
    text-align: left;
}
.profileBox_right_dt {
    width: 20%;
    float: left;
    font-weight: bold;
    text-align: left;
    margin-left: 1rem;
}
.profileBox_right_cont dt.ml_8 {
    margin-left: 4rem;
}
.profileBox_right_dd {
    width: 97%;
    margin: 0 0 2% 10%;
    border-bottom: 1px dashed #d2d2d2;
    float: left;
    text-align: left;
}
.profileBox_right_cont dd.takuryu {
    width: 80%;
}
.profileBox p {
    margin-bottom: 2%;
    text-align: left;
}
.profileBox ul.profile_cont li {
    width: 40%;
    float: left;
}
.profileBox ul.profile_cont li:first-child {
    margin-left: 10%;
}
.profileBox ul.profile_cont li:nth-child(2) {
    margin-right: 10%;
}
.profileBox p.member_name {
    margin-bottom: 10px;
}
.profileBox ul li .member_left {
    width: 40%;
    float: left;
}
.profileBox ul li .member_right {
    width: 60%;
    float: right;
}
.profileBox p.smlttl {
    margin: 4% 0 0 0;
}
.adress_box {
    padding: 2%;
    border: 1px solid black;
    margin: 5% 0 0 0;
}
.adress_box p {
    text-align: left;
}
.profileBox ul.ohrin_prof_ul li {
    float: none;
}

@media screen and (max-width: 768px) {
    .profileBox ul.profile_cont li {
        width: 95%;
        float: none;
    }
    .profileBox ul.profile_cont li:first-child ,.profileBox ul.profile_cont li:nth-child(2){
        margin: 5% auto 0;
    }
    .profileBox_right_dt {
        width: 25%;
    }
    .profileBox h3.headline:after {
        margin: 10px auto 20px
    }
}
@media screen and (max-width:414px) {
    dd {
        margin: 0;
    }
    .profileBox_right {
        width: 60%;
        margin: 0 auto;
        float: none;
        font-size: 80%;
    }
    .profileBox_left{
        width: 60%;
        margin: 0 auto;
        float: none;
    }
    .sp_w_wide {
        width: 85%;
        margin: 0 auto;
    }
    .profileBox h3.headline {
        margin-top: 10px;
        font-size: 20px;
    }
    .profileBox h3.headline_sml {
        margin-top: 10px;
        font-size: 20px;
    }
    .profileBox ul.ohrin_prof_ul {
        margin: 0 5% 0 8%;
    }
    .profileBox ul li .member_right p {
        font-size: 85%;
    }
    .profileBox ul.ohrin_prof_ul {
        padding-left: 0;
    }

    .profileBox_right_dt {
        width: 43%;
        font-size: 120%;
        text-align: left;
    }
    .profileBox_right_dd {
        width: 90%;
        margin: 0 0 5% 10%;
    }
    .profileBox_right_cont dd.takuryu {
        width: 90%;
        font-size: 80%;
    }
    .profileBox_right_cont dt.ml_8 {
        font-size: 96%;
        text-align: left;
        margin-left: 1rem;
    }
}
/* キャスティング プロフィール　ここまで */




dt.performancAaccordionMenu {
    display:block;
    height:50px;
    line-height:50px;
    text-align:center;
    cursor:pointer;
	background-color: #d2d2d2;
	color : #172557;
	font-weight: bold;
}
.acMenu dt.performancAaccordionMenu {
	background-image:url(../images/droparrow.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 20px;
}
.acMenu > dd {
    display:none;
}
.performanceBox dd {
	margin: 0;
}
dd.accordionContents dl {
	width: 100%;
	margin: 0;
	border-bottom: 1px dashed #d2d2d2;
}
dd.accordionContents dt,
dd.accordionContents dd {
	padding: 5px 0;
	float: left;
	text-align: left;
}
dt.performanceDay {
	width: 15%;
	font-weight: bold;
}
#Satsuki dt.performanceDay {
	width: 15%;
}
dt.publicationDay {
	width: 15%;
	font-weight: bold;
}
dt.mcDay {
	width: 15%;
	font-weight: bold;
}
dd.performanceCategory {
	width: 30%;
}
dd.performanceContent {
	width: 55%;
}
#Satsuki dd.performanceContent {
	width: 85%;
}
dd.publicationContent,
dd.mcContent {
	width: 85%;
}

.publicationBox dl dd {
	margin: 0;
}
.mcBox dl dd {
	margin: 0;
}
.profileMedia iframe {
	width: 100%;
	height: auto;
	min-height: 217px;
}
@media screen and (min-width: 641px) {
	.profileMedia iframe {
		max-width: 470px;
		min-height: 264px;
	}
}
.snsBox dl dt,
.snsBox dl dd,
.movieBox dl dt,
.movieBox dl dd {
	float: left;
	margin: 0;
	text-align: left;
}
.snsBox dl dt {
	width: 15%;
	font-weight: bold;
}
.movieBox dl dt {
	width: 20%;
	margin-right: 10px;
	font-weight: bold;
}
ul.discList li {
	clear: both;
	list-style-type: disc;
	margin-left: 20px;
}

@media screen and (max-width: 640px) {
	.breadCrumb {
	  max-width: 640px;
	  width: 100%;
	  margin: 0 auto;
	  font-size: 18px;
	  border-bottom: 1px solid #ccc;
	}
	.contentsInner.pickupArea.management {
	  margin-bottom: 90px;
	}
	.managementPic, .managementTxt,
	.profilePic, .profileTxt {
	  float: none;
	  width: 100%;
	}
	.managementPic,
	.profilePic {
	  margin-bottom: 30px;
	}
	.managementBoxArea {
	  margin-bottom: 50px;
	}
	.managementTxt div {
	  font-size: 20px;
	}
	.managementTxt p {
	  font-size: 18px;
	}
	.managementTxt .detailBtn {
		float: right;
	}
	.contentsInner.strength.managementTxt {
	  margin-bottom: 50px;
	}
	.managementPic img,
	.profilePic img {
	  width: 100%;
	  height: auto;
	}
	.management.requestText {
	  margin-bottom: 0;
	}
	.profileTxt table td.performanceContent {
		width: 100%;
		display: block;
		clear: both;
	}
	dt.performanceDay,
	dt.publicationDay  {
		width: 40%;
	}
	dd.performanceCategory {
		width: 60%;
	}
	#Satsuki dt.performanceDay,
	#Satsuki dd.performanceContent
	dd.performanceContent,
	dd.publicationContent,
	dt.mcDay,
	dd.mcContent {
		width: 100%;
		clear: both;
	}
	.snsBox .snsList,
	.movieBox .movieList {
		width: 70%;
		margin: 0 auto;
	}
	.snsBox dl dt,
	.snsBox dl dd,
	.movieBox dl dt,
	.movieBox dl dd {
		width: 100%;
		clear: both;
		word-break: break-all;
	}
}

/****management end******/

/**IE8old**/
@media \0screen {
	body {
	  min-width: 960px;
	}
	.contentsWrap {
	  display: block;
	  position: relative;
	  max-width: 960px;
	  margin: 100px auto 100px;
	}
	.mainContents {
	  vertical-align: top;
	  padding: 0 3.125% 0 0;
	  display: block;
	  float: left;
	  width: 73.955%;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.aside {
	  float: right;
	}
}

/*****top******/
.max100p {
    background: #1d2957;
}
.contentsInner.infoLink.cf.m0-100 {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contentsInner.infoLink.cf.m0-100 ul li {
    position: relative;
}
.contentsInner.infoLink.cf.m0-100 ul li:last-child {
    border-right: 0;
}
.contentsInner.infoLink.cf.m0-100.infoLinkMarginR {
    margin-right: 0;
}
.borderT1 {
    border-top: 1px solid #fff;
}
.contentsInner.infoLink.cf.m0-100 ul li .text {
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 65px 15px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    box-sizing: border-box;
    transition: opacity 0.5s ease 0s;
}
.contentsInner.infoLink.cf.m0-100 ul li:hover .text {
    opacity: 1;
}

/* topNewsArea：最初の3つだけ大きいレイアウト */
/*.topNewsArea .blogAreaInner:nth-child(-n+3) .categoryImg,
.topNewsArea .blogAreaInner:nth-child(-n+3) .categoryDetail  {
  width: 100%;
}
.topNewsArea .blogAreaInner:nth-child(-n+3) .categoryDetail .ttl {
    font-size: 24px;
    color: #2b3659;
    padding: 10px;
}*/
.topNewsArea .categoryDetail .txt,
.topNewsArea .categoryDetail .ttl {
    font-weight: bold;
}
.asiaBlogWrapTtl .fz24 {
    font-size: 24px;
    vertical-align: middle;
}
.mt100 {
    margin-top: 100px;
}
.m0-100 {
    margin: 0 auto 100px;
    position: relative;
}
.mb20 {
    margin-bottom: 20px;
}
.bgBoxL {
    position: absolute;
    top: 198px;
    left: 310px;
}
.bgBoxR {
    position: absolute;
    top: 198px;
    left: 621px;
}
.infoLink.m0-100 li.borderR1{
    border-right: 1px solid #4f5a7f;
}
.infoLink.m0-100 li.borderB1{
    border-bottom: 1px solid #4f5a7f;
}

.contentsInner.infoLink.cf.m0-100 ul li:nth-child(3) {
    border-right: 0;
}
.contentsInner.infoLink.cf.m0-100 ul li:nth-child(4) {
    border-bottom: 0;
}

#about dl {
    display: table;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 0 0;
    border-top: 1px solid #a0a0a0;
}
#about dl.coordination {
    border-top: 0;
}
#about dl dt {
    display: table-cell;
    width: 33.33%;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #1d2a57;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
#about dl dd {
    display: table-cell;
    width: 66.67%;
    font-size: 14px;
    color: #333;
    text-align: left;
}

@media screen and (max-width: 640px) {
    .contentsInner.infoLink.cf.m0-100 {
        padding: 0;
    }
    .contentsInner.infoLink.cf.m0-100 ul li {
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .max100p .infoLink li{
        width: 50%;
        height: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .infoLink.m0-100 li.borderR1{
        border-right: 1px solid #fff;
    }
    .infoLink.m0-100 li.borderB1{
        border-bottom: 1px solid #fff;
    }
    .max100p {
        background: transparent;
        margin: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .asiaBlogWrapTtl .fz20 {
        font-size: 20px;
        margin-top: 5px;
    }
    .mt100 {
        margin-top: 50px;
    }
    .top .aside {
        margin-top: 60px;
    }
    .contentsInner.infoLink.cf.m0-100 ul li:nth-child(3) {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .contentsInner.infoLink.cf.m0-100 ul li:nth-child(4) {
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .contentsInner.infoLink.cf.m0-100 ul li:last-child {
        border-right: 1px solid #fff;
    }
    #about dl {
        display: block;
    }
    #about dl dt {
        display: block;
        width: 100%;
        margin: 0 0 12px;
        padding: 0;
    }
    #about dl dd {
        display: block;
        width: 100%;
        margin: 0;
    }
}
/*****top end******/

/* ----------------------------------------

   共通利用 (2016.02.16追加)

----------------------------------------- */

/* 位置調整 */
.t-center {text-align: center !important;}
.t-left {text-align: left !important;}
.t-right {text-align: right !important;}

.t-top{vertical-align: top !important;}
.t-middle{vertical-align: middle !important;}
.t-bottom{vertical-align: bottom !important;}

.nowrap { white-space: nowrap; }

/* margin-bottom */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}

/* margin-right */
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}

/* padding-right */
.pdr10 {padding-right: 10px !important;}
.pdr15 {padding-right: 15px !important;}
.pdr20 {padding-right: 20px !important;}

hr.e {
   border:solid #ccc;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

/* ボタン */
p.moreLink {
    margin: 30px 0 50px;
}
p.moreLink a {
    display: block;
    width: 100%;
    padding: 20px 0 17px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #1d2a57;
}
p.moreLink a:hover {
    opacity: 0.8;
}
p.moreLink a span {
    position: relative;
}
p.moreLink a span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: rotate(45deg);
}
.bottomBnr {
    width: 100%;
    max-width: 960px;
    margin: 100px auto 50px;
}
.bottomBnr p.contactLink {
    margin: 0 0 40px;
}
.bottomBnr p.contactLink a {
    display: block;
    width: 100%;
    padding: 35px 0 32px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #e82a2a;
}
.bottomBnr p.contactLink a:hover {
    opacity: 0.8;
}
.bottomBnr p.contactLink a span {
    position: relative;
}
.bottomBnr p.contactLink a span:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: rotate(45deg);
}
.bottomBnr p.adsense {
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    p.moreLink {
        margin: 0 0 50px;
    }
}

/* ----------------------------------------

   English (2016.02.16追加)

----------------------------------------- */
.page_english, .page_china {
  word-wrap: break-word;
  overflow-x: hidden;
}
.header .e_nav {
    margin-top: -35px;
    text-align: right;
    width: 85%;
}
.header .e_nav ul {
    display: inline-block;
    width: auto;
}
.header .e_nav ul li {
    font-weight: bold;
    padding: 0;
}
.header .e_nav ul li.first {
    padding-left: 0;
}
.header .e_nav a {
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 5px;
}
.header .e_nav.english a {
  font-size: 13px;
}
.header .e_nav.chinase a {
  font-size: 14px;
}
.header .topGnav .e_topGnavIcon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 140px;
}

.e_breadCrumb {
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 auto;
    max-width: 960px;
    padding: 10px 10px 10px 0;
    width: 100%;
    color: #fff;
}
.e_breadCrumb ul {
    float: right;
}
.e_breadCrumb a {
    color: #fff;
    text-decoration: none;
}
.e_breadCrumb a:hover {
  text-decoration: underline;
}

.e_headline {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.e_headline span {
    color: #1d2a58;
}
.e_headline::after {
    border: 2px solid #003399;
    /*border: 2px solid #df0615;*/
    content: " ";
    display: block;
    margin: 10px auto 40px;
    width: 180px;
}

.e_oneCulText {
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto 100px auto;
}
.page_china .e_oneCulText {
	font-size: 20px;
}

.e_contentsImg {
	text-align: center;
	margin: 20px 0;
}

.e_researchTxt {
	text-align: center;
	margin: 0 0 30px;
}

.e_managementTxt {
	text-align: center;
	margin: 20px auto;
}

.e_management {
	text-align: center;
	border-bottom: 1px solid #1d2a58;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.informationTable dl.english {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #f0f2f4 none repeat scroll 0 0;
	border-color: -moz-use-text-color #ccc #ccc;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
.informationTable dl.english dt, .informationTable dl.english dd {
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	text-align: left;
}
.informationTable dl.english dt {
	border-top: 1px solid #ccc;
	clear: both;
	font-weight: bold;
	padding: 20px 0 20px 30px;
	white-space: nowrap;
	width: 40%;
}
.informationTable dl.english dd {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: normal;
	margin: 0;
	padding: 20px;
	width: 60%;
}

.veiw_bigmap a{
	display:block;
	text-decoration: none;
	background: #1d2a58;
	color: #fff;
	font-size: 20px;
	height: auto;
	letter-spacing: 2px;
	margin: 20px auto;
	padding: 10px;
	width: 250px;
}
.veiw_bigmap a:hover {
	text-decoration: none;
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
/* ----------------------------------------------
レスポンシブ対応：改行
---------------------------------------------- */
.brTb, .brSp { display: none; }
.brPc { display: block; }

/*Media Query   Portrait Tablets*/
@media screen and (max-width: 991px) {
.brPc, .brSp { display: none; }
.brTb { display: block; }
}

/*Media Query   Phones to Tablets*/
@media screen and (max-width: 767px) {
	.brPc, .brTb {
		display: none;
	}
	.brSp {
		display: block;
	}
}

/*20170525 プロフィール詳細用　追記*/
ul.sns_icon {
	text-align: center;
	margin-bottom: 20px;
}
ul.sns_icon li {
	float: none;
	display: inline-block;
}
.weibo_p {
	float: left;
}
.weibo_img {
	float: left;
}
@media screen and (max-width: 414px) {
	.weibo_img {
		width: 49%;
		margin: 0 25.5% 2%;
	}
}

.tl{
	text-align: left;
}