﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	width: 100%;
	/* height: 100%; */
	padding: 0;
	margin: 0;
	/* font-size: 100%; */
	/* font-size: 1em; */
	/* background-color: #f0ec49; */
	/* font-size: 12px; */
	/* -webkit-transform: none; */
	/* -webkit-transform: none; */
}
/* header font change */
h2, h3, h4, h5 {
	font-family: "Noto Sans JP", sans-serif;
}
::selection {
	/* background: #f0ec49; */ /* Safari */
	color: #000;
}
	
::-moz-selection {
 background: #f0ec49; /* Firefox */
 color:#000;
}

a:hover {
	text-decoration: none !important;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	cursor: hand;
	padding-top: 3px;
	display: block;
	background-position: top left !important;
	outline: none;/*-webkit-tap-highlight-color: transparent;*/
}
a img {
	border: none;
}
p a {
	text-decoration: underline;
	color: #0099FF;
}
textarea {
	font-size: 12px;
	margin-bottom: 15px;/*color:#999;*/
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, input::-webkit-calendar-picker-indicator {
 -webkit-appearance: none;
 margin: 0;
}
ul {
	list-style: none;
}

#container {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.loader {
	margin-top: 20%;
	width: 200px;
	margin-left: 50%;
}
h1 {
	padding: 0;
	margin: 0;
}
.loader img {
	margin-left: -98px;
}
#wrapper {
	margin: auto;
	width: 100%;
}
#wrapper.cmp {
	display: block;
}
/*/////// FLOAT ////////*/
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
/*//////// DISPLAY //////*/
.inline {
	display: inline-block;
}
.block {
	display: block;
}
/*//////// POSITION /////*/
.fixed {
	position: fixed;
}
/*********************HEADER*********************************/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	min-height: 100px;
	box-shadow: none;
	z-index: 10;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#999999')"\9;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#999999')\9;
}
.headerwrapper {
	width: 100%;
	background-color: #FFF;
	height: 100%;
	z-index: 11;
	text-align: center;
}
.headerholder {
	margin: auto;
	width: 100%;
	max-width: 960px;
	z-index: 11;
}
.logo {
	margin-top: 20px;
}
.logo a {
	padding: 0;
}
.socialbutton {
	padding: 0;
	width: 30%;
	text-align: right;
	padding-top: 10px;
	margin: 0;
}
.socialbutton ul {
	padding: 0;
	margin: 0;
}
.socialbutton li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.socialbutton a {
	padding: 0;
}
#nav {
	display: none;
}
.btn1 {
	display: none;
}
.menuholder ul {
	text-align: right;
	padding: 0;
	display: block;
	margin: 0;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.menuholder li {
	text-align: right;
	display: inline-block;
	margin: 34px 0 0;
	padding: 10px 33px;
	margin-right: -5px;
	margin-right: 0\9;
 *
	margin-right: -5px;
}
.menuholder li:last-child {
	margin-right: 0;
	background: #f0ec49;
	border-radius: 33px;
}
.menuholder li a {
	padding: 0;
	background-repeat: no-repeat !important;
	letter-spacing: 110%;
}
/* Google対策 */
/* .menuholder */
.menuholder li a {
	height: 14px;
	margin-top: -2px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}
.menuholder li a:hover {
	color: #fff;
}
/* This part is for drop-down menu */
.menuholder {
	margin: 0px;
	padding: 0px;
	height: 70px;
}
.menuholder img {
	margin-top: 3px;
	width: 22px;
	height: 10px;
	display: none;
	margin: auto;
	margin-top: 7px;
}
.menuholder ul {
	margin: 0px;
	padding: 0px;
}
.menuholder li {
	text-align: center;
	list-style: none;
	position: relative;
	float: left;
	padding-bottom: 0px;
}
.menuholder ul li a {
	color: black;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	padding-top: 0px;
}
.menuholder ul li ul li {
	padding: 0px;
	border-bottom: none;
	margin-left: 0px;
}
.li_size a {
	width: 150px !important;
	margin-left: -50px !important;
}
.li_size li:last-child a {
	border-bottom: none;
}
#li_last {
	margin-left: -52px;
}
#li_last li:last-child a {
	border-bottom: none;
}
#ul_move {
	margin-left: 0px;
}
.menuholder ul ul {
	display: none;
}
.menuholder ul li:hover ul {
	position: absolute;
	display: block;
}
.menuholder ul li:hover img {
	position: relative;
	display: block;
}
.menuholder li:nth-child(5) {
	margin-right: 0px;
}
.menuholder ul li ul li a {
	background-color: #000;
	color: white;
	border-bottom: 1px dotted white;
	width: 210px;
	height: 40px;
	padding-top: 18px;
	padding-left: 20px;
	text-align: left;
	margin: 0px;
}
/*The drop down menu ends here*/
/********************CONTENTS************************/
#contents {margin-top: 77px;}
.limit {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.top {
	width: 100%;
	background: #fff;
}

.top_inner {
	display: flex;
	margin: auto;
	background: #f0ec49;
	border-radius: 50px;
	max-width: 1000px;
}

.top p {
    width: 65%;
    margin: 0 auto;
}


div#left{
  position: relative;
  background: #f0ec49;
  transform: skew(-20deg) translateX(-25%);
  height: 400px;
  flex: 0 0 65%;
}
div#right {
  position: relative;
  background: #1c203e;
  transform: skew(-20deg) translateX(-25%);
  height: 400px;
  flex: 0 0 65%;
}
div#left a div{
  width: 82%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom:0;
  left: 0;
  margin:auto;
  transform: skew(20deg);
  color: #10142a;
}

div#right a div{
  width: 86%;
  height: 10em;
  position: absolute;
  right:0;
  bottom: 0;
  left:0;
  margin:auto;
  transform: skew(20deg);
  text-align: right;
  color: #f1eb47;
}
div#left a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

div#right a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;    
}


@media (max-width: 1000px){
.top_inner {
	display: flex;
	background: #10142a;
	max-width: 100%;
	margin: auto;
	flex-direction: column;
	margin-top: -5px;
}

div#left{
  position: relative;
  background: #F0EB49;
  transform: skewY(0) translateY(0);
  height: 218px;
  flex: 0 0 65%;
  /* -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%); */
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22vw), 0 100%);
}
div#right {
  position: relative;
  background: linear-gradient(to right, #1c203e, #0c0f22);
  transform: skewY(0) translateY(0px);
  height: 170px;
  flex: 0 0 65%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
div#left a div{
  /* width: 100%; */
  height:175px;
  position: absolute;
  top: 10px;
  right: 0;
  bottom:0;
  left: 0;
  transform: skew(0deg);
  color: #10142a;
  font-size: 0.8rem;
  width: 93%;
}

div#right a div{
  height: 10em;
  position: absolute;
  right:0;
  bottom: 0;
  left:0;
  transform: skew(0deg);
  text-align: right;
  color: #f1eb47;
  font-size: 0.8rem;
  width: 93%;
}
div#left a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

div#right a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
}

.top .login li a:hover {
	color: #ff6203;
}
.top .login li:first-child a {
	background: url(../images/login_gz.gif);
}
.top .login li:first-child a:hover {
	background: url(../images/login_gz_on.gif);
}
.top .login li:nth-child(2) a {
	background: url(../images/mypage_gz.gif);
}
.top .login li:nth-child(2) a:hover {
	background: url(../images/mypage_gz_on.gif);
}
.top .login li:nth-child(3) a {
	background: url(../images/mailmaga_gz.gif);
}
.top .login li:nth-child(3) a:hover {
	background: url(../images/mailmaga_gz_on.gif);
}
.bottom {
	max-width: 1000px;
	background-color: #FFF;
	padding-bottom: 0;
	margin: 0 auto;
}
.pickup, .slider, .service, .projects, .news {
	margin: auto;
	width: 100%;
}
.pickup dl {
	min-height: 45px;
	padding-top: 10px;
}
.pickup .right {
	padding-top: 10px;
}
/* 20150409 SP版ピックアップを文字変換する準備 */
.pickup > span {
	display: none;
}
.news table {
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 150%;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news th {
	text-align: left;
	width: 100px;
	padding-left: 10px;
}
.news h4.news_subtitle{
	font-size:18px;
}
.news .news_ct{
    clear: both;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 40px 0 10px;
    padding: 0 0 10px 15px;
    background: url(/common/images/border.gif) no-repeat left top;
}
.mbody .news p a{
	margin-top: 0;
}
.news table.noline_tb{
	border:none;
	padding:0;
	line-height: 200%;
}
.news table.noline_tb th{
	padding:0;
}
.news table.noline_tb a{
	text-decoration: underline;
    color: #0099FF;
	display:inline-block;
}

@media (max-width: 850px){
	.news table.noline_tb{
		padding:0 10px;
	}
	.news .news_ct{
	    padding: 0 0 10px 25px;
	    background: url(/common/images/border.gif) no-repeat 10px top;
	}
}




.bottom dl {
	/* margin-left: 200px; */
	/* margin-left: 70px; */
	/* margin-top: 20px; */
	/* max-width: 520px; */
	display: inline-block;
}
.bottom dl dt {
	font-weight: bold;
	background: url(/common/images/border.gif) left 8px no-repeat;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.bottom dl dd {
	margin: 0;
	display: block;
	line-height: 150%;
	margin-bottom: 20spx;
}
.pickup dl a:hover {
	text-decoration: underline !important;
}
.pickup dl a {
	text-decoration: none;
}
.pickup {
	/*
	background:url(/common/images/pickup.gif) no-repeat;
	background-position: left 20px;
	padding-top: 5px;	
	background-color:#FFF;
	*/
	padding-top: 5px;
	height: auto;
	padding-bottom: 15px;
}
.pickup ul {
	margin-top: 28px;
	display: inline-block;
}
.pickup li {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
/* new icon */
.pickup ul.ttl_icon {
	margin: 0;
	padding: 0;
}
.pickup ul.ttl_icon li:first-child {
	width: 66px;
	height: 66px;
	line-height: 66px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url(/common/images/pickup_bl.gif) no-repeat;
}
.pickup ul.ttl_icon li:last-child {
	margin-left: 5px;
}
.event, .info, .newstag, .works {
	color: #FFFFFF;
	padding: 4px;
	width: 50px;
	font-size: 10px;
	vertical-align: top;
	text-align: center;
	display: block;
}
.event {
	background-color: #9cd455;
}
.info {
	background-color: #f46f9c;
}
.newstag, .works {
	background-color: #fbb82b;
}
/* retained for now */
.event:before {
	content: "EVENT";
}
.info:before {
	content: "INFO";
}
.newstag:before {
	content: "NEWS";
}
.works:before {
	content: "WORKS";
}
/* add "auto" class for PICKUP section */
.event.auto:before {
	content: "EVENT";
}
.info.auto:before {
	content: "INFO";
}
.newstag.auto:before {
	content: "NEWS";
}
.works.auto:before {
	content: "WORKS";
}
.slider {
	background: url(/common/images/pickup_bg.gif);
	height: 330px;
	overflow: hidden;
	text-align: center;
}
.slide_control {
	margin: auto;
	width: 100%;
	max-width: 960px;
	height: 48px;
	text-align: right;
	padding: 0;
}
.slide_control li {
	width: 25px;
	height: 25px;
	margin-top: 15px;
	background: url(/common/images/round.png) no-repeat center;
	cursor: pointer;
	cursor: hand;
}
.slide_control li.active {
	background: url(/common/images/round_on.png) no-repeat center;
}
.slide_control li {
	display: inline-block;
}
/* (2015/4/8) TOP left side titles */
dl.ttl, dl.ttl dt {
	margin: 0;
	padding: 0;
}
dl.ttl {
	height: 66px;
	margin: 50px auto 60px;
}
dl.ttl dt {
	background: none;
	white-space: nowrap;
}
dl.ttl dt:first-child {
	font-size: 24px;
	/*
	-webkit-transform:scale(0.75, 1.0);
	-moz-transform:scale(0.75, 1.0);
	-ms-transform:scale(0.75, 1.0);
	-o-transform:scale(0.75, 1.0);
	transform:scale(0.75,1.0);
	*/
}
dl.ttl dt:last-child {
	font-size: 11px;
}



a.more.right {
	width: 40px;
	height: 60px;
	line-height: 100px;
	background: url(../images/more_bl.gif);
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
a.more.right:hover {
	background: url(../images/more_bl_on.gif)
}
.message {
    background-position: left 26px;
    /* background: #ddd; */
    padding: 21px;
    text-align: center;
    margin-top: 40px;
}

dl.ttl dt:last-child {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.message dl.ttl {
    width: 70px;
    height: 66px;
    margin: 20px auto 20px;
    display: flex;
    align-items: center;
}
.message dl.ttl dt:first-child {
    font-size: 20px;
}

.service {
	/* height: 100px; */
	background: url(/common/images/service.gif) no-repeat;
	background-position: left 26px;
	background: none; /* remove */
	background-image: url(../images/service_back.png);
	background-repeat: no-repeat;
	background-position: 100% 10%;
	background-size: 25%;
}
.service td a.no_ef {
	display: inline;
}
.service table {
	border-collapse: collapse;
	padding: 0;
	display: block;
}
.service table td:first-child {
	padding-top: 15px;
}
/* .service table td:first-child{ */
.service table td:nth-last-child(2) {
	/* padding-left: 200px; */
	padding-left: 128px;
	/*padding-right: 100px\9;*/
	width: 100%;
	line-height: 150%;
	padding-top: 20px;
}
.service span {
	display: inline-block;
	width: 120px;
	text-align: center;
}
.service a.no_ef:first-child {
	margin-left: 50px;
}
.service table td:last-child {
	min-width: 50px;
}
/* "service" revamp section */
/*
.service table td:nth-child(2) a {
	visibility: hidden;	
}
*/
.service_exp {
	display: none;
}
.service_exp {
	height: 210px;
	border-top: 1px #ccc dotted;
}
.service_exp table {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border: 0;
	border-collapse: collapse;
}
.service_exp td {
	border: 1px #ccc dotted;
	border-width: 0 1px;
}
.service_exp td:first-child {
	width: 33%;
}
.service_exp td:nth-child(2) {
/* background: url(/common/images/svc_oper.png) 35px center no-repeat; */
}
.service_exp td:nth-child(3) {
	width: 33%;
}
.service_exp td p {
	width: 96px;
	text-align: center;
	margin: 12px 0 0 25px;
}
.service_exp td p:first-child {
	height: 50px;
}
.service_exp td p:first-child i[class^="flaticon"]:before {
	font-size: 48px !important;
	color: #ffc800;
	margin: 0;
	position: relative;
	top: 10px;
}
.service_exp td:first-child p:first-child i[class^="flaticon"]:before {
	top: 4px;
}
.service_exp td p + p {
	font-size: 14px;
	font-weight: bold;
	font-family: "";
}
.service_exp td:hover {
	background-color: #ffeca6;
}
.service_exp td ul {
	/* margin-left: 110px; */
	margin-left: 0px;
}
.service_exp ul li {
	font-size: 12px;
	line-height: 30px;
	/* list-style-type: disc; */
	list-style-image: url(/common/images/client/triangle.png);
}
.more {
	margin-top: 20px;
	padding: 0;
}
.projects {
	background: url(/common/images/category_bg.gif);
	height: 360px;
}
.projectholder {
	max-width: 960px;
	overflow: hidden;
	margin: auto;
	min-height: 100px;/* background:url(/common/images/projects.gif) no-repeat left 26px; */
}
.projectholder ul {
	padding: 0;
	margin: 0;
	position: absolute;
	margin-top: 100px;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	max-width: 970px;
\9; /* IE8 and below - red border */
	height: 240px;
}
.projectholder ul li {
	vertical-align: top;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
	height: 240px;
	max-width: 231px;
}
.projectholder ul li:last-child {
	margin-right: 0;
}
.projectholder ul li a {
	padding: 0;
}
.projectholder dl {
	margin: 0;
	margin-top: 15px;
	/* background:url(/common/images/border_repeat.gif) repeat-y; */
	padding: 0;
}
.projects .projectholder ul li dt {
	background: none;
	margin-bottom: 0;
	padding-top: 0;
}
.projectholder dd {
	font-size: 11px;
	margin-top: 0;
	padding-left: 10px;
	line-height: 16px;
	padding-bottom: 0;
}
.projectholder ul li:last-child {
	margin-right: 0;
}
.newsholder {
	height: 200px;/* background:url(/common/images/news.gif) no-repeat left 26px; */
}
.item {
	border-bottom: #CCC 1px dotted;
}
.item.first {
	height: 100px;
}
.item ul {
	float: right;
	padding-top: 10px;
}
.item dl {
	margin-left: 0;
	margin-top: 15px;
	max-width: 720px;
	padding-bottom: 0px;
}
.item dl.ttl {
	margin-top: 18px;
}
.item dt p {
	float: right;
}
.item dt {
	line-height: 200%;
}
/* aux */
.item dl.ttl dt {
	line-height: 150%;
}
.item dd {
	padding-left: 10px;
	max-width: 720px;
}
.item dd a {
	text-decoration: underline;
	color: #36C;
}
.item dd a[target="_new"], .item dd a[target="_blank"], .leftpart a[href="http://www.w3.org/"] {
	padding-right: 20px;
	display: inline;
	background: url(/common/images/achievement/npage.gif) no-repeat right center !important;
}
.leftpart a[href="http://www.w3.org/"] {
	padding-right: 20px !important;
}
.item li {
	display: inline-block;
	margin-left: 15px;
}
.social {
	margin-top: 40px;
	padding-bottom: 100px;
	height: 400px;
	overflow: hidden;
}
.fb-like-box {
	height: 240px;
}
.fbholder {
	width: 430px;
	display: inline-block;
	margin-right: 20px;
}
.twitter-timeline {
	width: 265px;
	height: 370px;
}
.twitter_widget {
	border: 1px solid #CCC;
	width: 265px;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
}
#twitter_widget {
	height: 375px\9;
}
#twitter_widget iframe {
 width: 270px !important\9;
 height: 375px !important\9;
}
.banner {
	width: 209px;
	max-width: 209px;
	display: inline-block;
	vertical-align: top;
	line-height: 55px;
}
.banner a {
	padding: 0;
	width: 220px;
	height: 110px;
	margin-bottom: 22px;
}
.date {
	float: right;
	margin-right: 30px;
}
.date dt, .date dd {
	display: inline-block;
}
.pagetop .holder {
	max-width: 960px;
	width: 100%;
	text-align: right;
	margin: auto;
	height: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	width: 100%;
	height: 0;
	z-index: 100;
}
.pagetop img {
	cursor: pointer;
	cursor: hand;
	margin-right: 30px;
}
#footer {
	width: 100%;
	padding-top: 1px;
	/* background: rgb(218, 220, 224) !important; */
}
.bottom_menu_holder ul:last-child li:first-child {
	display: none;
}
.verisign {
	float: right;
}
.footholder ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.footholder li {
	display: inline-block;
	/* min-width: 60px; */
	background: url(/common/images/point.gif) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}
.footholder li a {
	text-decoration: underline;
	font-size: 11px;
	display: inline-block;
}
.footholder dl {
	margin-top: 30px;
}
.footholder dd {
	padding: 0;
	margin: 0;
}
.footholder dt {
	margin-bottom: 20px;
	background-color: #FFF;
	padding: 8px;
	display: block;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	font-size: 11px;
}
.footholder dd li {
	min-width: 250px;
}
.footholder p {
	text-align: right;
	font-size: 9px;
}
.company_holder {
	padding-bottom: 30px;
}
iframe {
	border: none;
	overflow: hidden;
	width: 120px;
	height: 21px;
	background-color: transparent;
	overflow: hidden;
	border: none;
}
/*///////////////////////////////////////////////////*/

#header a {
	background-position: top left !important;
}
#contents h2.limit {
	padding-top: 12px;
	padding-bottom: 13px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-smooth: always;/*-webkit-font-smoothing : antialiased;	*/
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 23px;
	line-height: 150%;
	margin-bottom: 50px;
	margin-top: 20px;
	font-smooth: always;
	-webkit-font-smoothing : antialiased;
}
.mbody h3 > img {
	margin: 0px !important;
}
strong {
	display: block;
	margin-bottom: 20px;
}
.bottom.static {
	display: none;
	display: inline-block;
	margin-top: 30px;
	min-height: 300px;
}
.leftpart {
	display: block;
	max-width: 690px;
	padding-right: 30px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 0;
}
.rightpart {
	display: block;
	width: 100%;
	max-width: 960px;
	float: right;
	background-color: #f0ec49;
}
.navigation {
	font-size: 10px;
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}
.navigation a {
	text-decoration: underline;
}
.navigation a:after {
	content: ">";
	position: absolute;
	margin-left: 15px;
}
.navigation li {
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
}
.leftpart h4 {
/*background:url(/common/images/icon_h4.gif) left no-repeat;
	font-size: 16px;
	padding-left: 20px;
	margin: 0;*/
}
.leftpart h3.smaller {
	font-size: 18px;
	margin-bottom: 10px;
}
.leftpart p {
	margin: 0;
	line-height: 200%;/*padding-bottom: 50px;*/
}
.leftpart .object {
	height: 450px;
	margin: 0;
}
.leftpart p img.right {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.leftpart p img.left {
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.spacer {
	height: 50px;
}
.ext {
	height: 180px;
}
.liner {
	height: 70px;
	border-bottom: #CCC dotted 1px;
}
.concept {
	text-align: center;
	background: url(/common/images/concept/bg_concept.gif) no-repeat;
	padding-bottom: 30px;
	font-size: 13px; /* 特別 */
}
.concept h3 {
	margin-top: 60px;
	margin-bottom: 70px;
	line-height: 200%;
}
.concept h3.min {
	margin-top: 20px;
	margin-bottom: 10px;
}
.concept h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
}
.concept h4 {
	font-size: 20px;
}
.concept h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
}
.concept p {
	line-height: 250%;
}
.concept p.cncp_old {
	float: left;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
}
.concept p.cncp_old span {
	font-size: 12px;
}
.concept table {
	background-color: #fff2f7;
}
.concept table td {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 0px;
	padding-left: 100px;
}
.concept table td:last-child {
	padding-right: 100px;
}
.concept table a {
	width: auto;
	display: inline-block;
	padding: 0;
}
.concept .csitetable.yellow h4 {
	font-size: 14px;
}
.mbody h3 {
	margin-top: 50px;
	margin-bottom: 25px;
	line-height: 200%;
}
.mbody h4 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 14px;
}
.mbody h3 em {
	position: absolute;
	margin-left: 5px;
	font-size: 10px;
	margin-top: -20px;
}
.mbody img {
	margin-top: -70px;
	margin-left: 10px;
}
.mbody p a {
	padding: 0;
	margin-top: 5px;
	display: inline-block;
}
.mbody a img {
	padding: 0;
	margin: 0;
}
.mbody p {
	line-height: 200%;
}
.mbody h5 {
	padding-left: 90px;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-top: 0;
}
.client h5 {
	padding-left: 125px;
}
.mbody p.wh {
	min-height: 170px;
}
/* 20140409 文字へ変換 */
.freelance .svc0 {
	float: left;
	width: 72px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	background-color: #79d131;
}
/*
.freelance .svc1{
	background: url(/common/images/freelance/svc1.gif) left no-repeat;
	background-size: 72px auto;
}

.freelance .svc2{
	background: url(/common/images/freelance/svc2.gif) left no-repeat;
	background-size: 72px auto;
}

.freelance .svc3{
	background: url(/common/images/freelance/svc3.gif) left no-repeat;
	background-size: 72px auto;
}

.freelance .svc4{
	background: url(/common/images/freelance/svc4.gif) left no-repeat;
	background-size: 72px auto;
}
*/

.tblist {
	width: 100%;
	line-height: 200%;
}
.mbody .tbinfo th {
	min-width: 100px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	padding-top: 0;
	font-weight: bold;
	background: url(../images/border.gif) left 1px no-repeat;
	padding-bottom: 50px;
}
.mbody.flow .tbinfo th, .mbody.flow .tbinfo td {
	text-align: justify;
	width: auto;
	min-width: 110px;
	padding-right: 0;
}
.tbinfo.com a[target="_new"], .tbinfo.com a[target="_blank"] {
	padding-right: 20px;
	display: inline;
	background: url(/common/images/achievement/npage.gif) no-repeat right center !important;
	margin-right: 10px;
	text-decoration: underline;
	color: #000;
}
.mbody.flow a {
	padding: 0;
}
.mbody.flow.sitemap p {
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.mbody.flow.sitemap p.up {
	margin-top: -20px;
}
.mbody.flow.sitemap li {
	margin-bottom: 40px;
}
.mbody.flow.sitemap p a {
	display: inline;
	/*background:url(/common/images/round.gif) no-repeat left center !important;*/
	color: #000;
	margin-left: 10px;/*padding-left: 20px;*/
}
.mbody.flow.sitemap .liner {
	height: 10px;
}
.mbody .tblist th {
	width: 100px;
	background-color: #DDD;
	vertical-align: top;
	text-align: left;
	padding: 15px;
}
.mbody .tbinfo td {
	padding: 15px;
	padding-top: 0;
	vertical-align: top;
	padding-bottom: 50px;
}
 .mbody .tbinfo. tr:first child td {
 width:100px;
}
.mbody .tbinfo td p.branch {
	padding: 15px 0 0 0;
}
.mbody .tblist td {
	padding: 15px;
	background-color: #EEE;
}
.mbody .tbinfo.com p.first {
	margin: 0px;
	float: left;
}
.mbody .tbinfo.com p.second {
	margin: 0px 0px 0px 20px;
	float: left;
}
.mbody .tbinfo.com p.third {
	margin: 192px 0px 0px 20px;
	float: left;
}
.mbody .tbinfo.com td b {
	margin-top: 1px;
	font-family: "Noto Sans JP", sans-serif;
}
.mbody .tbinfo.pol th {
	width: 100px;
}
.mbody .tbinfo.pol tr:last-child td {
	padding-bottom: 40px;
}
.mbody .tbinfo.pol {
	border-bottom: dotted 1px #CCCCCC;
}
.mbody.pol p.liner {
	height: auto;
	padding-bottom: 40px;
}
.mbody.pol ol {
	padding-left: 20px;
	line-height: 200%;
}
.mbody.pol ul {
	padding-left: 0;
	line-height: 200%;
}
/* 20140409 文字へ変換 */
.client .svc0 {
	float: left;
	width: 104px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #ffffff;
	padding-right: 6px;/* background-color: #79d131; */
}
.client .svc0 span {
	font-size: 90%;
}
/*
.client .svc1{
	background: url(/common/images/client/svc1_sp.gif) left no-repeat;
	background-size: 110px auto;
}

.client .svc2{
	background: url(/common/images/client/svc2_sp.gif) left no-repeat;
	background-size: 110px auto;
}

.client .svc3{
	background: url(/common/images/client/svc3_sp.gif) left no-repeat;
	background-size: 110px auto;
}

.client .svc4{
	background: url(/common/images/client/svc4_sp.gif) left no-repeat;
	background-size: 110px auto;
}

.client .svc5{
	background: url(/common/images/client/svc5_sp.gif) left no-repeat;
	background-size: 110px auto;
}
*/

.client .svc0.svc1 {
	background: url(/common/images/client/svc1_clr_sp.gif) left no-repeat;
	background-size: 110px auto;
}
.client .svc0.svc2 {
	background: url(/common/images/client/svc2_clr_sp.gif) left no-repeat;
	background-size: 110px auto;
}
.client .svc0.svc3 {
	background: url(/common/images/client/svc3_clr_sp.gif) left no-repeat;
	background-size: 110px auto;
}
.client .svc0.svc4 {
	background: url(/common/images/client/svc4_clr_sp.gif) left no-repeat;
	background-size: 110px auto;
}
.client .svc0.svc5 {
	background: url(/common/images/client/svc5_clr_sp.gif) left no-repeat;
	background-size: 110px auto;
}
.client ul {
	line-height: 200%;
	padding-left: 13px;
	list-style-image: url(/common/images/client/triangle.gif);
}
.menu {
	background: #EEE;
	padding: 20px;
}
.menu li {
	display: inline-block;
	margin-left: 30px;
	margin-right: 35px;
	padding-left: 20px;
	background: url(/common/images/freelance/down.gif) no-repeat left;
}
.menu.cl li {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
}
.menu li a, .ulink a {
	text-decoration: underline;
	display: inline-block;
}
.ulink li {
	margin-bottom: 10px;
}
.ulink {
	margin: 0;
	padding: 0;
}
.ulink li {
	background: url(/common/images/freelance/right.gif) no-repeat left center;
	padding-left: 20px;
}
.tbmenu {
	background-color: #fff2f7;
	width: 100%;
}
.tbmenu.ctr td {
	width: 50%;
	padding: 30px;
	text-align: center;
}
.tbmenu.ctr td a {
	display: inline-block;
}
.tbmenu td {
	padding: 30px;
	padding-left: 50px;
	vertical-align: top;
}
.tbmenu td:first-child {
	width: 310px;
}
.tbmenu td:last-child {
	padding-left: 0px;
	padding-right: 10px;
}
.tbmenu td a {
	padding: 0;
	display: inline-block;
}
/* 20150409 文字変換→特定リンク */
.tbmenu td a.fl_btn {
	width: 219px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.tbmenu td a[href="/register/"] {
	background: url(../images/freelance/reg_clr.gif) no-repeat;
}
.tbmenu td a[href="/form/reg/mail_maga/"] {
	padding-left: 12px; /* 特別調整 */
	background: url(../images/freelance/mailmaga_clr.gif) no-repeat;
}
.tbmenu ul {
	padding-left: 20px;
	list-style: circle;
}
.tbmenu li {
	margin-bottom: 5px;
}
.tbmenu em {
	font-style: normal;
	font-size: 10px;
	color: #FF0000;
	line-height: 220%;
}
.tbmenu.cl td p {
	margin-top: 10px;
	float: right;
	width: 219px;
	max-width: 219px;
	padding: 0;
}
.tbmenu.cl td:first-child {
	padding-right: 35px;
	width: 50%;
}
.tbmenu.cl td p {
	float: left;
}
.tbmenu.cl td:first-child p {
	float: right;
}
/* 20150409 文字変換修正 */
.tbmenu.cl td a {
	width: 219px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.tbmenu.cl td:first-child a {
	float: right;
	background: url(../images/client/order_clr.gif);	/* 20150409 文字変換修正 */
}
.tbmenu.cl td:first-child a:hover {
	background: url(../images/client/order_clr_on.gif);
}
.tbmenu.cl td:last-child {
	padding-left: 35px;
}
.tbmenu.cl td:last-child a {
	background: url(../images/client/contact_clr.gif);
}
.tbmenu.cl td:last-child a:hover {
	background: url(../images/client/contact_clr_on.gif);
}
/* 20150520 文字変換修正(続き) */
.concept .tbl_pre {
	background-color: #ededed;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
.tbinfo.cncp {
	background-color: #ededed;
}
.tbinfo.cncp td {
	padding: 15px 10px;
}
.tbinfo.cncp td:last-child {
	padding-right: 10px;
}
.tbinfo.cncp td a {
	width: 310px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;

}
/*
.tbinfo.cncp td a {
  background: url(../images/concept/concept_clr.gif);
}
*/
.tbinfo.cncp td a:hover {
	/*	background: url(../images/concept/concept_clr_on.gif);	*/
	color: #ffffff;
	background-color: #000000;
}
.yellow {
	background-color: rgba(255, 200, 0, 0.7);
	font-size: 10px;
	padding: 5px;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFC800,endColorstr=#B2FFC800)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFC800, endColorstr=#B2FFC800);   /* IE6 & 7 */
	zoom: 1;
}
#map {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px
}
#map2 {
	width: 100%;
	height: 418px;
	margin: 0px;
	padding: 0px
}
.mbody .news .item:first-child {
	border-top: #CCC 1px dotted;
}
.mbody .news ul {
	display: inline-block;
	margin-bottom: -50px;
	margin-top: 13px;
}
.mbody .news .item dl {
	max-width: 500px;
}
.mbody .news p.pht {
	height: 350px;
}
.mbody .news p img {
	margin-top: 0;
}
/*///////////////////////////*/
.formlink {
	padding: 0;
	margin: 0;
	text-align: right;
	border-top: 1px solid #CCC;
	padding-top: 30px;
	padding-bottom: 40px;
}
.formlink li {
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
}
.formlink a {
	padding: 0;
}
.sidemenu, .sidemenu li, .sidemenu li a, .sidemenu li img {
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
}
.sidemenu li:first-child {
/*display:none;*/
}
.sidemenuholder {
	width: 209px;
	height: 0;
	float: right;
	margin-right: 15px;
}
.sidemenu {
	position: absolute;
	/*background-color:#FFFFFF;*/
	width: 209px;
}
.sidemenu li {
	padding: 0;
	height: 50px;/*position:absolute;*/
	/*border-bottom: #CCC 1px dotted;*/
}
.sidemenu a, .sidemenu img {
	padding: 0;
	margin: 0;
}
.sidemenu a {
	background-position: top left !important;
}
.sidemenu li.clr {
	clear: both;
	height: 30px;
}
/* coach page */
.sidemenu_coach {
	text-align: left;
	margin-top: 360;
	padding: 0px;
	height: auto;
}
.sidemenu_coach > li {
	height: 50px;
	padding: 0;
}
.sidemenu_coach > li.holder {
	height: 0;
	display: none; /* avoid js */
}
.sidemenu li.sidesub {
	height: auto !important;
	margin-top: 50px;
}
.sidemenu_coach .banner {
	/*text-align:left;*/
	/* margin: -100px 0 0 -20px; */
	margin: 0 0 50px -20px;
	padding: 0 20px;
	float: left;
}
.sidemenu_coach .banner a {
	width: auto;
}
.sidemenu_coach .link {
	text-align: left;
	margin-top: 360;
	padding: 0 0 0 25px;
	text-decoration: underline;
}
.sidemenu_coach .spacer {
	height: 20px;
}
.sidemenu_coach .title a {
	background-color: #ffffff;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	padding: 10px;
}
.sidemenu_coach .link a {
	/*margin-top:40px;
	margin-bottom:25px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:17px;*/
	text-align: left;
}
.sidemenu_coach .icon-angle-circled-right {
	margin: 0 10px 2px -27px;
	color: #ffffff;
}
.social .mobile {
	display: none;
}
/*//////////////////////////////////////////*/
form {
	padding-bottom: 100px;
}
#primgform {
	padding-bottom: 10px;
}
.form h3 {
	margin-bottom: 30px;
	margin-top: 50px;
}
.form h4 {
	font-size: 21px;
	margin-bottom: 0;
}
.form h5.ph {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
/* テキスト変換 */
.form .submit p.confirm {
	float: right;
	display: inline-block;
	width: 193px;
	height: 53px;
	line-height: 53px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.form .submit p.confirm span {
	position: relative;
	z-index: 10;
}
.form .submit p.confirm img {
	position: relative;
	top: -53px;
}
.reg h2 {
	/*background:url(/common/images/error.png) no-repeat right 15px;*/
	background-size: 25px auto !important;
	border-bottom: #f0ec49 1px solid;
	padding: 10px;
	padding-left: 0;
	cursor: pointer;
	cursor: hand;
	margin: 0;
}
.reg h3 {
	background: url(/common/images/error.png) no-repeat 10px;
	background-size: 25px auto;
	background-color: rgba(204,204,204,0.3);
	font-size: 16px;
	padding: 10px;
	padding-left: 45px;
	cursor: pointer;
	cursor: hand;
	margin-top: 20px;
	margin-bottom: 0;
}
.reg h4 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 21px;
}
.reg p.next {
	text-align: center;
}
.reg .marker {
	float: right;
	padding-right: 5px;
}
.reg .marker img {
	height: 7px;
}
.form table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: rgba(204,204,204,0.1);
	/*background: transparent\9;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CCCCCC,endColorstr=#19CCCCCC)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CCCCCC, endColorstr=#19CCCCCC);   /* IE6 & 7 */
	zoom: 1;
}
.form tr, .form td, .form dd {
	background-repeat: no-repeat !important;
	background-position: right 17px !important;
	background-size: 30px auto !important;
}
.form td, .form th {
	vertical-align: top;
	padding: 0;
	padding-top: 15px;
	/*padding-bottom: 15px;*/
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.form th {
	padding-left: 15px;
	padding-right: 45px;
	min-width: 130px;
	max-width: 130px;
	width: 130px;
}
.form tr:last-child th, .form tr:last-child td {
	padding-bottom: 15px;
}
.form input, .form select {
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 15px;
}
.form input:not([type="checkbox"]), .form input:not([type="radio"]) {
}
.form span {
	/*margin-right: 10px;*/
	display: inline-block;
	min-width: 15px;
	font-size: 12px;
}
.form dl, .form dd {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.form dl {
	margin-bottom: 50px;
	background-color: rgba(255,200,0,0.1);
	/*background: transparent\9;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CCCCCC,endColorstr=#19CCCCCC)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CCCCCC, endColorstr=#19CCCCCC);   /* IE6 & 7 */
	zoom: 1;
}
.form dd {
	padding-top: 10px;
	padding-bottom: 10px;
}
.form dt {
	margin-left: 10px;
}
.form p {
	/*background-color:rgba(255,200,0,0.1);*/
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
}
.errordetail {
	display: none;
	margin-top: 15px;
	position: absolute;
	background-color: #F60;
}
.errordetail:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border: 10px solid rgba(255,255,255,0);
	border-bottom-color: #F60;
	margin-top: -20px;
}
.errordetail p {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	max-width: 200px;
}
a.phone {
	font-size: 18px;
}
.policy {
	border: rgba(204,204,204,0.5) 1px solid;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll\9;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.policyholder {
	padding-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f0ec49;
	line-height: 200%\9;
}
.policyholder p {
	padding-top: 10px;
	background-repeat: no-repeat !important;
	background-position: right 10px !important;
	background-size: 30px auto !important;
}
.policyholder dl {
	background: #fff;
	margin-bottom: 0;
}
.policyholder .policy dt {
	background: none;
	padding: 0;
	font-weight: bold;
	margin: 0;
}
.policyholder .policy dd {
	padding-left: 10px;
}
.policyholder .policy p {
	border-left: 1px solid rgba(204,204,204,0.5);
	padding-top: 0;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}
.agree {
	background-color: rgba(204,204,204,0.2);
	/*background: transparent\9;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CCCCCC,endColorstr=#33CCCCCC)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CCCCCC, endColorstr=#33CCCCCC);   /* IE6 & 7 */
	zoom: 1;
}
.agree p {
	padding-left: 10px;
	padding-bottom: 0;
}
.submit {
	padding: 0;
	background-color: #666666;
	height: 54px;
	margin-top: 50px;
	background: url(/common/images/confirm_off.png) right top no-repeat;
}
.submit img {
	float: right;
	padding: 0;
	display: none;
	cursor: pointer;
	cursor: hand;
}
/*CHOICES*/

.choices {
	display: none;
	position: absolute;
	padding: 20px;
	padding-bottom: 0;
	margin-top: 40px;
	margin-left: 0px;
	background-color: #FFFFFF;
	/*border:#f0ec49 1px solid;*/
	box-shadow: rgba(51,51,51,0.5) 0 0 3px;
}
.diff {
	margin-left: 195px;
}
.point {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: rgba(255, 255, 255, 0) 10px solid;
	border-bottom-color: #CCC;
	margin-left: -20px;
	margin-top: -40px;
}
.choices table {
	background: none;
}
.choices table td, .choices table th {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	background: none !important;
}
.choices table th {
	font-weight: bold;
}
.choices table td {
	width: 185px;
	line-height: 250%;
}
.choices input[type="checkbox"], .choices input[type="radio"] {
	margin-bottom: 0;
}
.choices input:not([type="checkbox"]):not([type="radio"]), .choices select {
	position: absolute;
	margin-left: 100px;
}
.choices input[type="text"], .choices select {
	position: absolute\9;
	margin-left: 80px\9;
}
.choices .wid_S.close {
	margin-left: 50px\9;
}
.choices input.close:not([type="checkbox"]):not([type="radio"]) {
	margin-left: 70px;
}
.choices table .td_S {
	width: 110px;
}
.choices table .td_M {
	width: 140px;
}
.choices table .td_L {
	width: 220px;
}
.choices table .td_LL {
	width: 260px;
}
.tableholder table {
	margin: 0;
}
.tableholder {
	display: block;
	margin: 0;
}
.langtable, .exptable, .reftable {
	margin-left: 15px !important;
	width: 660px !important;
	max-width: 660px !important;
	margin-bottom: 50px !important;
}
.langtable td, .exptable td, .reftable td {
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom: #CCCCCC 1px dotted;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
.reftable td {
	text-align: left;
}
.langtable td span, .exptable td span, .reftable td span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	background-color: #666;
	margin: auto;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
	cursor: hand;
}
.langtable td:first-child, .exptable td:first-child, .reftable td:first-child {
	padding-left: 20px;
	text-align: left;
}
.langtable tr:first-child td, .exptable tr:first-child td, .reftable tr:first-child td {
	background-color: #f0ec49;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	min-width: 50px;
}
/*POPUP*/

.popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	/*background: transparent\9;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);   /* IE6 & 7 */
	zoom: 1;
	z-index: 100;
}
.popupcontent {
	background-color: #FFF;
	margin: auto;
	max-width: 800px;
	max-height: 80%;
	/*height: 70%; /*500px;*/
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	overflow: auto;
	margin-top: 100px;
	display: none;
}
.popupcontent .right {
	margin-right: 50px;
	margin-top: 15px;
}
.popupcontent .closebutton {
	margin: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	position: fixed;
}
.popupcontent h3 {
	margin: 0;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f0ec49;
	color: #FFF;
}
.popupcontent h4 {
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.popupcontent table {
	border-collapse: collapse;
	margin: 20px;
	margin-top: 0;
	max-width: 100%;
	display: block;
	background-color: rgba(204,204,204,0.5);
	/*background: transparent\9;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FCCCCCC,endColorstr=#7FCCCCCC)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FCCCCCC, endColorstr=#7FCCCCCC);   /* IE6 & 7 */
	zoom: 1;/*widows: 100%;*/
}
.popupcontent td, .popupcontent th {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.popupcontent tr:nth-child(2n) {
	background-color: #FFFFFF;
}
.popupcontent tr:nth-child(2n+1) {
	background: rgba(204,204,204,0.1);
	/*background: transparent\9;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CCCCCC,endColorstr=#19CCCCCC)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CCCCCC, endColorstr=#19CCCCCC);   /* IE6 & 7 */
	zoom: 1;
}
.popupcontent tr:last-child {
	border-bottom: rgba(204,204,204,1) 1px solid;
}
.popupcontent th {
	width: 200px;
	min-width: 200px;
	padding-left: 20px;
}
.popupcontent td {
	width: 100%;
}
.popupcontent td p {
	display: inline-block;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 500px;
	margin: 0;
}
.popupcontent .tabdiv tr:first-child {
	background-color: #f0ec49;
	color: #FFF;
}
.popupcontent .tabdiv td {
	width: 20%;
	word-break: break-all;
}
.popupcontent .tabdiv td:first-child {
	width: 800px;
}
.popupcontent .tabdiv td:last-child {
	display: none;
}
.popupcontent .bnholder, .popupcontent .bnclose {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.popupcontent .bnholder img, .popupcontent .bnclose img {
	cursor: pointer;
	cursor: hand;
}
/*///////////////////////////////////*/

.contactinfo {
	background-color: transparent !important;
}
.contactinfo th, .contactinfo td {
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: left;
}
.contactinfo.ach {
	width: 100%;
}
.contactinfo.ach th {
	width: 450px;
	padding-right: 50px;
	font-weight: normal;
}
.contactinfo.ach td {
	text-align: right;
}
.contactinfo.ach img {
	padding: 0;
	margin: 0;
}
/* 20150409 ボタンを画像から文字へ */
.contactinfo.ach .btn {
	display: inline-block;
	width: 65px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
}
.contactinfo.ach .btn.btn00 {
	background: #000000;
}
.contactinfo.ach .btn.btn01 {
	background: #ee6aab;
}
.contactinfo.ach .btn.btn02 {
	background: #1aaaed;
}
.contactinfo.ach .btn.btn03 {
	background: #79d131;
}
.contactinfo.ach .btn.btn04 {
	background: #929292;
}
.contactinfo.ach .btn.btn05 {
	background: #f67231;
}
.contactinfo.ach .btn.btn06 {
	background: #c16aee;
}
.contactinfo.ach .btn.btn07 {
	background: #6253be;
}
.contactinfo.ach .btn.btn08 {
	background: #20a943;
}
.contactinfo.ach .btn.btn09 {
	background: #267fb2;
}
.contactinfo.ach .btn.btn10 {
	background: #f72c1d;
}
/* (終) 実績ボタン */

.contactinfo.ach td, .contactinfo.ach th {
	vertical-align: top !important;
}
.contactinfo th span {
	padding-left: 10px;
	line-height: 200%;
	background: url(/common/images/border_repeat.gif) left repeat-y;
}
.contactinfo tr:first-child td, .contactinfo tr:first-child th {
	vertical-align: middle;
}
.contactinfo tr:nth-child(2) a {
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
	margin-left: 30px;
	padding-left: 20px;
	background: url(/common/images/freelance/right.gif) left center no-repeat !important;
}
.contactinfo a[href="/register/"], .contactinfo a[href="/form/order/"] {
	display: inline\9;
	padding-left: 20px\9;
	margin-left: 30px\9;
	background: url(/common/images/freelance/right.gif) left center no-repeat\9 !important;
	text-decoration: underline\9;
}
.contactinfo td {
	line-height: 200%\9;
}
.contactinfo.ach tr:first-child td, .contactinfo.ach tr:first-child th {
	padding-top: 0;
}
.contactinfo.ach td, .contactinfo.ach th {
	border-bottom: #CCCCCC dotted 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contactinfo.ach th b {
	display: block;
	font-size: 14px;
}
.contactinfo.ach th a {
	display: inline-block;
	text-decoration: underline;
	padding-right: 20px;
	background: url(/common/images/achievement/npage.gif) center right no-repeat !important;
	font-size: 11px;
}
.contactinfo.ach ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
.contactinfo.ach li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.contactinfo.ach th p {
	min-height: 122px;
}
.contactinfo.ach th p.no_up {
	min-height: 150px;
}
.client p {
	padding-right: 250px\9;
}
.client p img {
	position: absolute\9;
	margin-left: 450px\9;
	margin-top: -15px;
}
ul.pink {
	margin-top: 0;
	background-color: #fff2f7;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-image: url(/common/images/client/triangle.gif);
	padding-left: 30px;
 margin-left:0 !important\9:
}
ul.pink.up {
	margin-top: -10px;
	padding-bottom: 8px;
}
ul.pink.up li {
	margin-bottom: 5px;
	font-weight: bold;
}
p.pink {
	background-color: #fff2f7;
	padding: 10px;
	padding-left: 20px;
}
ul.step {
	margin: 0;
	padding: 0;
}
ul.step > li {
	min-height: 41px;
	line-height: 39px;
	padding-bottom: 20px;
}
ul.step > li span {
	display: block;
	border: 1px solid #CCC;
	padding-left: 110px;
	margin-bottom: 10px;
}
ul.step > li:first-child span, ul.step li span.fst {
	background: url(/common/images/register/step1.gif) no-repeat left top;
}
ul.step > li:nth-child(2) span {
	background: url(/common/images/register/step2.gif) no-repeat left top;
}
ul.step > li:nth-child(3) span {
	background: url(/common/images/register/step3.gif) no-repeat left top;
}
ul.step > li:nth-child(4) span {
	background: url(/common/images/register/step4.gif) no-repeat left top;
}
ul.step > li:nth-child(5) span {
	background: url(/common/images/register/step5.gif) no-repeat left top;
}
ul.step > li:nth-child(6) span {
	background: url(/common/images/register/step6.gif) no-repeat left top;
}
ul.step > li:nth-child(7) span {
	background: url(/common/images/register/step7.gif) no-repeat left top;
}
ul.step li span.scd {
	background: url(/common/images/register/step2.gif) no-repeat left top\9;
}
ul.step li span.trd {
	background: url(/common/images/register/step3.gif) no-repeat left top\9;
}
ul.step li span.fth {
	background: url(/common/images/register/step4.gif) no-repeat left top\9;
}
ul.step li span.fft {
	background: url(/common/images/register/step5.gif) no-repeat left top\9;
}
ul.step li span.sxt {
	background: url(/common/images/register/step6.gif) no-repeat left top\9;
}
ul.step li span.svt {
	background: url(/common/images/register/step7.gif) no-repeat left top\9;
}
ul.step > li ul {
	margin-left: 85px;
	list-style-image: url(/common/images/client/triangle.gif);
}
ul.step > li li {
	min-height: 0;
	line-height: 200%;
}
table.flow {
	border-collapse: collapse;
	width: 100%;
}
table.flow th {
	background-color: #f56e6e;
	font-size: 18px;
	padding: 15px;
	color: #FFF;
}
table.flow td {
	vertical-align: top;
	background-color: #fff2f7;
	padding: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 200%;
}
table.flow td a {
	margin-top: 10px;
}
table.flow td:first-child {
	padding-right: 0px !important;
	padding-left: 90px;
}
table.flow td:last-child {
	padding-left: 50px !important;
	padding-right: 50px;
}
table.flow td em {
	display: inline-block;
	width: 200px;
}
table.interview {
	margin-top: 40px;
	margin-top: 0px\9;
	width: 100%;
}
table.interview th {
	padding-right: 20px;
}
table.interview tr {
	display: block;
	margin-bottom: 70px;
}
table.interview td {
	width: 100%;
	vertical-align: top;
	padding: 0;
	background: url(/common/images/interview/border.gif) bottom repeat-x;
}
table.interview td p {
	font-size: 11px;
	padding-top: 20px;
	background: url(/common/images/interview/border.gif) top repeat-x;
	margin-top: 70px\9;
}
table.interview td p b {
	display: block;
	font-size: 12px;
	height: 20px;
	margin-bottom: 10px;
	margin-top: -5px;
}
table.interview td a {
	padding-left: 20px !important;
	background: url(/common/images/freelance/right.gif) left center no-repeat !important;
	text-decoration: underline;
	margin-top: 18px;
}
table.interview th img {
	padding: 0;
	margin: 0;
	/*height: 230px;*/
	margin-top: -33px;
	margin-top: 40px\9;
}
span.name {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}
span.new {
	padding-left: 60px;
	background: url(/common/images/interview/new.gif) no-repeat left center;
}
.mbody.person p img {
	padding: 0;
	margin: 0;
}
.mbody.person p img.right {
	padding-left: 20px;
}
.mbody.person h4 {
	margin-bottom: 20px;
	margin-top: 50px;
}
.mbody.person .interview tr {
	margin-bottom: 0;
}
b.bordered {
	display: block;
	padding-bottom: 20px;
	padding-left: 10px;
	background: url(/common/images/border.gif) no-repeat left top;
}
ul.year {
	display: block !important;
	padding: 0;
	width: 100%;
	padding-bottom: 60px;
}
ul.year li {
	display: inline-block;
	background: url(/common/images/freelance/right.gif) left center no-repeat;
	padding-left: 20px;
	margin-right: 30px;
}
ul.year a {
	text-decoration: underline;
}
p.footbottom {
	/* background: rgb(218, 220, 224) !important; */
	/* margin-bottom: -20px; */
	padding-bottom: 0;
	padding-top: 0;
}
p.footbottom span {
	display: block;
	max-width: 960px;
	margin: auto;
}
p.footbottom em {
	font-size: 10px;
	font-style: normal;
	float: right;
	line-height: 40px;
}
td a.no_ef {
	padding: 0px !important;
	background: none;
}
.mag form h3 {
	background: none !important;
	background-color: #DDD !important;
	padding-left: 15px !important;
}
.person p.imhold {
	border: 1px #EEE solid;
	padding: 40px;
}
.mbody ul.newsdate {
	width: 200px;
	padding: 0;
	margin-top: -5px;
}
.mbody ul.newsdate li {
	float: right;
	margin-left: 10px;
}
.social_button {
	/*height: 30px;*/
	margin-top: -20px;
	margin-bottom: 20px;
}
.addthis_toolbox.addthis_default_style {
	display: inline-block;
	margin-right: 0;
}
.addthis_toolbox.addthis_default_style a {
	margin-right: 5px;
}
.pocket-btn {
	display: inline-block;
	padding-left: -30px;
}
.pocket-btn iframe {
	width: 60px;
}
ul.twocol {
	max-width: 500px;
	height: 150px;
	margin-left: 20px\9;
	list-style: none\9;
}
ul.twocol li {
	width: 210px;
	width: 205px\9;
	float: left;
	background: url(/common/images/client/triangle.gif) no-repeat left center\9;
	margin-left: 0\9;
	padding-left: 15px\9;
}
/*//////////////////////////////////////////////*/

.kome {
	color: #F00;
	font-style: normal;
}
.wid_L {
	width: 450px;
}
.wid_MM {
	width: 170px;
}
.wid_ML {
	width: 180px;
}
.wid_M {
	width: 150px;
}
.wid_S {
	width: 70px;
}
.wid_SS {
	width: 30px;
}
.small {
	font-size: 11px;
}
.vsmall {
	font-size: 9px;
}
.ht {
	padding-top: 0px;
	padding-bottom: 10px;
}
li.mp {
	display: none !important;
}
span.span_fix {
	display: inline-block;
	width: 90px;
}
.howaco {
/*margin-top: -60px;
		padding: 0;*/
}
div.lefty, p.lefty {
	text-align: left;
	margin-bottom: 10px;
}
p.lefty {
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
table.csitetable {
	background-color: #f2f2f2;
	width: 100%;
	margin-bottom: 20px;
}
table.csitetable.yellow {
	background-color: #fef4ca;
	margin-bottom: 50px;
}
table.csitetable td {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
}
table.csitetable td:last-child {
	padding-right: 20px;
}
table.csitetable td b {
	font-weight: bold;
}
table.csitetable td a {
	text-decoration: underline;
}
table.csitetable td p {
	font-size: 12px;
}
table.csitetable td h4 {
	margin-top: 0;
	margin-bottom: 20px;
}
table.tbinfo.cncp {
	width: 100%;
}
table.csitetable.yellow p.fst {
	padding-bottom: 25px;
}
.popup .popupcontent.loginholder {
	width: 500px;
}
.popup .popupcontent.loginholder .mypage_login {
	width: 500px;
}
.popup .popupcontent.loginholder .mypage_login h3 {
	background-color: transparent;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFC800;
}
.popup .popupcontent.loginholder .mypage_login tr {
	border: none;
	background-color: #EEE;
}
.popup .popupcontent.loginholder .mypage_login th {
	width: 150px;
	min-width: 150px;
}
.popup .popupcontent.loginholder .mypage_login .bnholder {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
.popup .popupcontent .loadingholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 100;
}
.popup .popupcontent .loadingholder p {
	text-align: center;
	margin-top: 10%;
}
.icoArea {
	background-color: #efefef;
	width: 360px;
	height: 68px;
	padding: 5px 0 0 24px;
}
.icoArea2 {
	background-color: #efefef;
	width: 360px;
	height: 36px;
	padding: 5px 0 0 24px;
}
.title_icoArea {
	min-height: 20px !important;
	margin-bottom: 4px;
}
.btm_icoArea {
	min-height: 20px !important;
	margin-top: 4px !important;
	font-size: 9px;
	/*padding-left:230px;*/
	text-align: right;
}
.li_ico01 {
	margin-top: -5px;
	width: 40px;
	vertical-align: top;
	padding-top: 7px;
	font-size: 10px;
}
.icoArea ul {
	padding: 5px 0 0 0 !important;
}
.icoArea ul li {
	margin-right: 5px !important;
}
.icoArea2 ul {
	padding: 5px 0 0 0 !important;
}
.icoArea2 ul li {
	margin-right: 5px !important;
}
/*20140609*/
	
.pc_sbox01 {
	float: left;
}
.pc_sbox02 {
	margin: 0 10px;
	float: left;
}

	
/***********************TABLET***********************/
@media (max-width: 850px) AND (min-width: 640px) {
.more {
	margin-right: 15px;
}
.logo {
	left: 0;
	width: 100%;
	height: 0;
	background-color: #333333;
}
.logo a {
	margin-top: -10px;
	height: 0;
}
.socialbutton ul {
	margin-top: 30px;
	padding-right: 20px;
}
.socialbutton li {
	margin-left: 20px;
}
.menuholder {
	width: 100%;
	padding-right: 15px;
}
.menuholder ul {
	width: 100%;
	text-align: left;
}
.menuholder li {
	padding-left: 0px;
	padding-right: 0px;
	width: 20%;
}
.top {
	margin-top: 100px;
}
.motto {
	margin-left: 15px;
}
.slider {
	margin-top: -5px;
	padding-top: 0;
}
.login li:last-child {
	margin-right: 15px;
}
.pickup, .service, .projectholder, .newsholder {
	background-position: 15px 20px;
}
.pickup dl {
	padding-top: 15px;
}
.pickup ul {
	float: none;
	margin-left: 200px;
	padding: 0;
	margin-top: -10px;
	margin-bottom: 20px;
}
.pickup ul.ttl_icon {
	display: none;
}
.pickup li {
	margin-left: 0;
	margin-right: 10px;
}
.pickup dl {
	margin: 5px;
	margin-left: 200px;
}
#photoSliderControl {
	margin-right: 15px !important;
}
.service table td:first-child {
	padding-left: 150px;
	width: 100%;
	line-height: 150%;
	padding-top: 15px;
}
.service span {
	margin-right: 0px;
	font-size: 10px;
	width: 92px;
}
.service span img {
}
.service table td:last-child {
	min-width: 80px;
}
.projectholder ul, .item, .social {
	margin-left: 15px;
	max-width: 750px;
}
.projectholder ul {
	height: 250px;
}
.projectholder ul li {
	height: 250px;
	max-width: 240px;
}
.item dl {
	padding-bottom: 0;
	width: 500px;
}
.item ul.right {
	padding-right: 15px;/*float:none;
		padding: 0;
		margin-top: -10px;*/
}
.social {
	overflow: visible;
	max-width: 750px;
	height: 430px;
}
.social .banner {
	width: 100%;
	max-width: 720px;
	margin-top: 50px;
}
.social .banner a {
	display: inline-block;
	width: 220px;
	margin-right: 12px;
}
.date {
	float: left;
}
#footer {
	max-width: 100%;
}
.footholder {
	margin-left: 15px;
	max-width: 740px;
}
.footholder p img {
	margin-right: 15px;
}
.pagetop img {
	margin-right: 15px;
}
/*****pages*****/
#contents h2.limit {
	margin-top: 170px;
	margin-left: 0;
	display: block;
	width: 750px;
	max-width: 750px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 30px;
}
h3, p {
	width: 740px;
	padding-left: 10px;
}
.leftpart {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.rightpart {
	background-color: #FF0000;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*.sidemenuholder:after{
		content:"";
		background:url(/common/images/tb_more.gif) no-repeat center;
		background-color:#000000;
		width: 30px;
		height: 55px;
		position:fixed;
		right: 0;
	}
	
	.sidemenuholder:before{
		content:"";
		background:url(/common/images/tb_more_left.gif) no-repeat center;
		background-color:#000000;
		width: 30px;
		height: 55px;
		position:fixed;
		left: 0;
		z-index: 30;
	}*/
	
.sidemenu {
	margin-top: -20px;
	min-width: 100%;
}
.sidemenu li {
	float: left;
	display: inline-block;
	border: none;
	background-color: #000;
	min-width: 50px;
	height: 50px;
	height: 100%;
}
.sidemenu li:nth-child(6) {
	display: none;
}
.sidemenu li img {
	opacity: 0;
	height: 50px;
	width: 192px;
}
.sidemenu li:first-child a {
	background: url(/common/images/tb_menu1.gif) no-repeat center !important;
	background-size: auto;
}
.sidemenu li:nth-child(2) a {
	background: url(/common/images/tb_menu2.gif) no-repeat center !important;
	background-size: auto;
}
.sidemenu li:nth-child(3) a {
	background: url(/common/images/tb_menu3.gif) no-repeat center !important;
	background-size: auto;
}
.sidemenu li:nth-child(5) a {
	background: url(/common/images/tb_menu4.gif) no-repeat center !important;
	background-size: auto;
}
.bottom.static {
	margin-top: 50px;
}
.concept table, .tbmenu {
	margin: auto;
}
.leftpart form p {
	padding-left: 10px;/*padding-right: 15px;*/
}
.leftpart form input {
	display: inline-block;
	float: left;
	margin-top: 0;
}
.leftpart form td span {
	display: inline-block;
	float: left;
	margin : 0;
	min-width: 30px;
}
.policyholder {
	padding-left: 10px;
}
.agree {
	height: 40px;
}
.agree span {
	float: left;
}
.mbody ul {
	margin-left: 10px;
}
.mbody h4, .mbody h5 {
	margin-left: 10px;
}
.formlink {
	padding-right: 20px;
}
/*/////////////////////////////*/
.form h4, .form h5, .form p {
	padding-left: 10px;/*padding-right: 10px;*/
}
.point.top {
	display: none;
}
.policyholder {
	padding-right: 10px;
}
.submit {
	width: 720px;
}
form input, form textarea, form select {
	border: #CCC 1px solid;
}
.contactinfo.ach {
	margin-left: 10px;
}
.contactinfo.ach th {
	width: 450px;
}
.contactinfo.ach th p {
	max-width: 400px;
}
.contactinfo.ach {
	max-width: 740px;
	width: 740px;
}
.tbmenu {
	margin-left: 0;
	width: 100%;
}
.tbmenu td {
	padding-right: 40px;
}
.tbmenu td:first-child {
	width: 370px;
}
.tbmenu td .yellow {
	max-width: 290px;
}
.form th {
	width: 200px;
}
.reg h3 {
	max-width: 710px;
}
.form h5.ph {
	padding-left: 10px;
}
table.interview {
	padding-right: 10px;
}
table.interview td p {
	max-width: 465px;
	margin-right: 0;
}
#footer p.footbottom {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
#footer p.footbottom em {
	padding-right: 10px;
}
.howaco {
	display: none;
}
}
 @media (max-width: 650px) {
.loader {
	width: auto;
	margin: 0;
	margin-top: 90px;
	text-align: center;
}
.loader img {
	position: static;
	margin: 0;
	margin: auto;
	width: 80px;
}
#contents {
	margin-top: 120px;
}
#wrapper {width: 100%;}
#header {
	background : none;
	box-shadow: none;
	position: absolute;
	background: #fff;
	border-bottom: 0;
}
.headerwrapper {
	background: none;
}
.logo {
	/* margin-top: -20px; */
}
.logo a {
	/* margin: 5px; */
	/* margin-top: 9px; */
	/* background: url(/common/images/sp_logo.gif) no-repeat; */
	/* background-size: 100% auto; */
}
.logo img {
	width: 160px;
	/* opacity: 0; */
	margin-left: 30px;
	margin-top: 17px;
}
.socialbutton {
	display: none;
}
/* 文字調整必要 */
.menuholder {
	position: fixed;
	float: none;
	margin: auto;
	display: block;
	width: 100%;
	z-index: 30;
}
.menuholder img {
/*display:none;*/
}
.menuholder ul {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	/* margin-top: -340px; */
	margin-top: -320px;
	position: absolute;
	z-index: 30;
}
.menuholder ul:after {
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 50px;
	margin-left: 110px;
	background: url(/common/images/menu.png) center 10px no-repeat;
	background-size: auto 20px;
	background-color: rgba(0,0,0,0.85);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	z-index: 30;
}
.menuholder li {
	display: block;
	height: 63px;
	padding: 0;
	width: 320px;
	border-bottom: rgba(255,255,255,0.3) 1px dotted;
	background: rgba(0,0,0,0.8);
	z-index: 30;/*background-color:rgba(0,0,0,0.85);*/
}
.menuholder li img {
	display: none;
}
.menuholder li a {
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	text-align: left;
	padding-left: 25px; /* 文字フォーマット */
	background: url(/common/images/sp_menu0.png) no-repeat left top;
	background-size: 100% auto;
}
/* 文字へ変換 */
	/*
	.menuholder li:first-child a{
		background:url(/common/images/sp_menu1.png) no-repeat left top;
		background-size: 100% auto;
	}
	
	.menuholder li:nth-child(2) a{
		background:url(/common/images/sp_menu2.png) no-repeat left top;
		background-size: 100% auto;
	}	

	.menuholder li:nth-child(3) a{
		background:url(/common/images/sp_menu3.png) no-repeat left top;
		background-size: 100% auto;
	}	
	
	.menuholder li:nth-child(4) a{
		background:url(/common/images/sp_menu4.png) no-repeat left top;
		background-size: 100% auto;
	}			
	
	.menuholder li:last-child a{
		background:url(/common/images/sp_menu5.png) no-repeat left top;
		background-size: 100% auto;
	}	
	*/
	
.top {
	margin-top: 0px;
}
.motto li img {
	width: 320px;/*opacity: 0;*/
}
.motto li a, .motto li a img {
	width: 130px;
	margin: auto;
}
.top .login, .top .motto {
	position: static;
	width: auto;
	margin: auto;
	text-align: center;
}
.top .motto {
	margin-top: 0;
}
.top .motto li:first-child img {
	opacity: 0;
}
.top .motto li:first-child {
/* 
		background:url(/common/images/m_motto.gif) center no-repeat;
		background-size: 300px auto;
		*/
}
.top .motto li h2 {
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
}
.top .login {
	padding-top: 10px;
}
.top .login a img {
	opacity: 0;
}
.top .login li {
	height: 82px;
	overflow: hidden;
}
.top .login li:first-child a {
	/* background:url(../images/sp/login.gif) no-repeat left top; */
	background: url(../images/sp/login.gif) no-repeat left top;
}
.top .login a[href="/register/"] {
	background: url(../images/sp/mypage.gif) no-repeat left top;
}
.top .login a[href="/form/reg/mail_maga/"] {
	/* background:url(../images/sp/mailmaga.gif) no-repeat left top; */
	background: url(../images/sp/mailmaga.gif) no-repeat left top;
}
.top .login li:nth-child(2) a:hover {
	background: url(../images/sp/mypage.gif);
}
.top .motto a img {
	opacity: 0;
}
.top .motto a {
/* 文字へ変換 */
		/*
		background:url(../images/sp/concept.gif) no-repeat center center !important;
		background-size: 80% !important;
		*/
}
/* 文字編集以前の状態を戻す */
.pickup dl.pinfo {
	margin-left: 200px;
}
.service, .projects {
	width: 90%;
	margin: auto;
	font-size: 1.2em;
	line-height: 1.8em;
}
.pickup {
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	/*height: 50px;*/
	height: 30px;
	/* background:url(/common/images/sp_pickup.png) no-repeat; */
	background: url(/common/images/sp_pickup_clr.png) no-repeat;
	background-size: 100% auto;
	z-index: 10;
	color: #FFFFFF;/*ss20160229 pickup height*/
}
.pickup dl {
	font-size: 14px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	position: fixed;
	left: -210px;
	max-width: 100%;
	width: calc(100% - 10px);
	top: 50px;
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
}
.pickup dl a {
	color: #FFFFFF;
}
.pickup dl:before {
	content: "";
	display: block;
	width: 1;
	height: 1;
	border: 20px solid rgba(255,255,255,0);
	border-bottom: 20px solid rgba(0,0,0,0.8);
	position: absolute;
	right: 30px;
	margin-top: -75px;
}
.pickup ul {
	position: fixed;
	top: 50px;
	width: 100%;
	margin-left: -210px;
	padding: 0;
}
.pickup li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.pickup dd {
	padding-left: 10px;
	color: #FFFFFF;
}
/* 20150409 SP版ピックアップを文字変換する準備 */
.pickup > span {
	display: block;
	text-align: center;
	color: #000000;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.slider {
	height: 280px;
}
#photoSliderWrapper li {
	height: 214px !important;
}
#photoSliderControl {
	text-align: center !important;
	position: absolute;
	padding-left: 0 !important;
	width: 100% !important;
	padding-top: 210px !important;
}
#photoSliderControl li {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.newsholder {
	background-position: 10px 26px;
}
.newsholder .more {
	margin-right: 10px;
	background: url(/common/images/m_more.gif) left 10px no-repeat !important;
	background-size: auto 50% !important;
}
.newsholder .more img {
	opacity: 0;
}
.news .item dl {
	background: url(/common/images/border_repeat.gif) no-repeat left;
}
.news .item dd {
	padding-right: 10px;
	padding-bottom: 20px;
}
.news .item ul {
	margin-top: -30px;
	float: none;
	margin-right: 10px;
	text-align: right;
}
.news .item li {
	float: none;
}
.news .newsholder {
/* 文字へ変換 */
		/*
		background:url(../images/sp/news.gif) no-repeat 10px 25px;
		background-size: auto 50px;
		*/
}
.social {
	height: 30px;
	padding-bottom: 300px;
}
.social .mobile {
	display: block;
	padding-top: 20px;
	text-align: center;
}
.social .fbholder, .social .twitter_widget, .social .banner {
	display: none;
}
#footer {
	border-top: none;
}
#footer p.footbottom img {
	/* opacity: 0; */
	width: 300px;
	display: block;
	margin: 10px auto 12px;
}
#footer p.footbottom {
	/* background: url(/common/images/sm_footer.gif) no-repeat center center !important; */
	background-color: #ddd !important;
	width: 100%;/*320px*/
	background-size: 90% auto !important;
	position: absolute;
	/* height: 100px; */
	margin-top: -25px;
	color: rgba(255,255,255,0);
	z-index: 3;
	text-align: center;
}
p.footbottom em {
	font-size: 10px;
	float: none;
	display: inline-block;
}
#footer .footbottom span {
	display: block;
	color: #000;/*ss20160229copyright*/
}
.bottom_menu_holder {
	position: absolute;
	/*position:absolute;*/
		/*margin-top: -486px;*/
	margin-bottom: -486px;
	margin-top: -28px;
	z-index: 2;
	left: 0;
	right: 0;
}
.bottom_menu_holder:before {
	content: "";
	display: block;
	width: 100px;
	height: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin: auto;
	background: url(/common/images/menu.png) no-repeat center 15px;
	position: absolute;
	margin-top: -50px;
	background-color: rgb(255,200,0);
	background-size: 20px auto;
	left: 0;
	right: 0;
	margin-left: 0px auto;
	margin-right: 0px auto;
}
.bottom_menu_holder dt {
	display: block;
	/*background-color:#00F;*/
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	color: rgba(255,255,255,0);
	height: 60px;
	background: url(/common/images/spbtm_menu4.png) no-repeat left top;
	background-size: 100% auto;
	border-bottom: 1px #999999 dotted;
}
.bottom_menu_holder dl {
	padding: 0;
	margin: 0;
	width: 320px;
}
.bottom_menu_holder > ul:nth-child(1) {
	display: none;
}
.bottom_menu_holder > ul {
	padding: 0;
	margin: 0;
	border-top: 1px #000 solid;
}
.bottom_menu_holder > ul li {
	display: none;
}
.bottom_menu_holder > ul li a {
	/*color:rgba(255,255,255,0);*/
	height: 62px;
	width: 100%;/*320px;*/
}
.bottom_menu_holder > ul:nth-child(2) li:nth-child(3), .bottom_menu_holder > ul:nth-child(2) li:nth-child(4) {
	display: block;
	background: none;
	padding: 0;
	margin: 0;/*border-bottom: 1px dotted #FFF;*/
}
.bottom_menu_holder > ul:nth-child(2) li:nth-child(3) a {
	background: url(/common/images/spbtm_menu1.png) no-repeat;
	background-size: 100% auto;
}
.bottom_menu_holder > ul:nth-child(2) li:nth-child(4) a {
	background: url(/common/images/spbtm_menu2.png) no-repeat;
	background-size: 100% auto;
}
.company_holder dt {
	position: absolute;
	margin-top: -50px;
	font-weight: bold;
	background: url(/common/images/border.gif) no-repeat left;
	font-size: 14px;
	width: 60px;
}
.company_holder {
	position: absolute;
	margin-top: -250px;
	z-index: 1;
}
.company_holder dd ul {
	/*display:none;*/
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 300px;
}
/*.bottom_menu dd ul:last-child{
		border-bottom:#000000 3px solid;
	}*/
	
.company_holder dd li {
	padding: 0;
	margin: 0;
	background: none;
	display: inline-block;
	min-width: 0;
	width: 145px;
	height: 70px;
}
.company_holder dd li a {
	margin: auto;
	color: rgba(255,255,255,0);
	font-size: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
	margin-left: 35px;
	background-position: center center !important;
}
.company_holder dd ul:first-child li:first-child a {
	background: url(/common/images/logo1.gif) no-repeat center;
	background-size: auto 30px;
}
.company_holder dd ul:first-child li:last-child a {
	background: url(/common/images/ia_logo.png) no-repeat center;
	background-size: auto 30px;
}
.company_holder dd ul:last-child li:first-child a {
	background: url(/common/images/logo3.gif) no-repeat center;
	background-size: 100% auto;
}
.company_holder dd ul:last-child li:last-child a {
	background: url(/common/images/logo4.gif) no-repeat center;
	background-size: 100% auto;
}
.company_holder dd ul:last-child li:last-child span {
	display: none;
}
/*////////////////////////////////////*/
	
h2 {
	padding-left: 10px;
	/* max-width: 310px !important; */
	/* padding-top: 20px !important; */
	padding-bottom: 5px !important;
}
.leftpart p {
	padding-left: 10px;
}
.leftpart p img {
	width: 300px;
	display: block;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.rightpart {
	background-color: #000;
	padding: 0;
	margin: 0;
	margin-bottom: -5px;
}
.leftpart {
	padding-left: 0px;
	padding-right: 0px;
	/* max-width: 320px; */
	max-width: 414px;
	margin: 0;
	padding-bottom: 220px;/*background-color:transparent;*/
}
.mbody p {
	padding-left: 10px;
	padding-right: 10px;
}
.concept p {
	padding-left: 10px;
	padding-right: 10px;/*font-size: 16px;*/
}
.mbody table td {
	display: block;
	width: 50%;
	padding: 0;
}
.form h4, .mbody h4 {
	padding-left: 10px;
	padding-right: 10px;
}
.mbody h5 {
	margin-left: 10px;
}
.mbody > ul {
	margin-left: 10px;
}
.mbody table {
	width: 86%;
	margin: 0 auto;
}
.freelance .menu {
	margin-left: 0 !important;
}
.freelance .menu li {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100px;
}
.freelance .menu li:nth-child(2n+1) {
	margin-right: 30px;
}
.freelance p a {
	float: none;
}
.mbody table td, .freelance table th {
	display: block;
	width: 285px !important;
}
.leftpart h3 {
	padding-left: 10px;
	padding-top: 0;
	margin-top: 20px;
	padding-bottom: 0;
	display: inline-block;
}
.leftpart h3 img {
}
.leftpart form td, .leftpart form th {
	display: block;
	border: none;
}
.leftpart .policyholder, .leftpart table td, .leftpart table th {
}
.leftpart form table td span[class] {
	display: none !important;
}
.leftpart form td input {
	height: 25px;
	line-height: 25px;
}
.leftpart form td input, .leftpart form td textarea,  .leftpart form td select {
	float: left;
	margin-left: 10px;
	border-color: #CCC;
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}
.leftpart form td span {
	margin-left: 10px;
	float: left;
	line-height: 25px;
}
.leftpart .policyholder {
	padding-left: 10px;
	padding-right: 10px;
}
.wid_L, .wid_M {
	width: 285px;
}
.wid_ML {
	width: 285px;
}
textarea.wid_L {
	width: 290px;
}
.wid_S {
	width: 60px;
}
.choices {
	margin: auto;
	position: static;
	margin-top: 0;
	padding: 10px;
}
.choices table td {
	height: 25px;
	width: 100% !important;
	display: block !important;
}
.choices table td span {
	font-size: 16px;
}
.choiceholder {
	visibility: hidden;
}
.point.top {
	display: none;
}
.freelance .tbmenu td {
	padding: 15px;
}
.freelance .svc0, .client .svc0 {
	margin-left: 10px;
}
.mbody p img {
	display: block;
	float: none;
	margin: 0;
}
.sidemenu {
	position: fixed;
	width: 100%;
	max-width: 320px;
	height: 50px;
	right: 0;
	top: 0px;
	margin-top: -195px;
	z-index: 30;/*display:none;*/
}
.sidemenu:after {
	content: "";
	display: block;
	width: 100px;
	height: 50px;
	right: 0;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: absolute;
	background: url(/common/images/star.png) no-repeat center 10px;
	background-size: 20px auto;
	background-color: rgba(0,0,0,0.89);
}
.sidemenu li {
	width: 100%;
	border: none;
	height: 65px;/*display:none;*/
}
.sidemenu li:first-child {
	display: none;
}
.sidemenu li img {
	opacity: 0;
}
.sidemenu li a {
	display: block;
	height: 65px;
}
.sidemenu li:nth-child(1) a {
	background: url(/common/images/sp_side1.png) no-repeat;
	background-size: 100%;
}
.sidemenu li:nth-child(2) a {
	background: url(/common/images/sp_side2.png) no-repeat;
	background-size: 100%;
}
.sidemenu li:nth-child(3) a {
	background: url(/common/images/sp_side3.png) no-repeat;
	background-size: 100%;
}
.sidemenu li:nth-child(5) a {
	background: url(/common/images/sp_side4.png) no-repeat;
	background-size: 100%;
}
.sidemenu li:nth-child(4), .sidemenu li:nth-child(6) {
	display: none;
}
.formlink {
	padding: 0;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 400px;
}
.formlink li {
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
}
.formlink li:first-child {
	background: url(/common/images/btm_menu1.gif) no-repeat;
	background-size: 100%;
}
.formlink li:last-child {
	background: url(/common/images/btm_menu2.gif) no-repeat;
	background-size: 100%;
}
.formlink img {
	opacity: 0;
}
.pagetop {
	bottom: 120px;
}
.pagetop img {
	padding-right: 10px;
}
.contactinfo th, .contactinfo td {
	display: block;
}
.contactinfo td {
	padding-left: 10px;
}
.contactinfo td a {
	display: block !important;
	margin-top: 10px;
	font-size: 16px;
	margin-left: 0px !important;
}
.contactinfo.ach a {
	word-break: break-all;
}
.contactinfo.ach {
	margin-left: 10px;
	max-width: 300px;
}
.contactinfo.ach a.no_ef {
	background: none !important;
}
.contactinfo.ach th, .contactinfo.ach td {
	max-width: 300px;
	padding: 0;
}
.contactinfo.ach th {
	border: 0;
	padding-top: 10px;
}
.contactinfo.ach td {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.contactinfo.ach th p {
	min-height: 0px !important;
	padding-left: 0px;
}
form th {
	min-width: 250px !important;
}
.tbinfo th, .tbinfo td, .tblist th, .tblist td {
	display: block;
}
.reg h3 {
	padding-left: 45px;
}
.popupcontent {
	margin-top: 0;
	height: 100%;
	max-height: 100%;
}
.popup .popupcontent.loginholder {
	height: 400px;
}
.popup .popupcontent.loginholder .mypage_login {
	width: 320px;
}
.popup .popupcontent.loginholder .mypage_login th {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	display: inline-block;
}
.popup .popupcontent.loginholder .mypage_login td {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	display: inline-block;
}
.popup .popupcontent.loginholder input {
	width: 130px;
	padding: 5px 3px 5px 3px;
}
.popupcontent tr {
	background: none !important;
	border: none;
}
.popupcontent th, .popupcontent td {
	display: block;
	width: 100%;
	border: none;
}
.popupcontent td {
	padding-left: 20px;
}
.popupcontent tr:last-child {
	border: none !important;
}
.popupcontent td p {
	max-width: 250px;
}
.form h5.ph {
	padding-left: 10px;
}
#map {
	width: 100%;
	height: 200px;
}
.ext {
	height: 80px;
}
.concept h4 {
	padding-left: 30px;
	padding-right: 30px;
}
.concept h5 {
	font-size: 12px;
	font-weight: bold;
}
table.interview {
	margin-right: 0;
}
table.interview th {
	max-width: 100% !important;
	display: block !important;
	height: 230px;
}
table.interview th img {
	float: none;
	margin: auto;
	padding-left: 20px;
}
table.interview td p {
	max-width: 465px;
	margin-right: 0;
}
table.interview td {
	width: 100% !important;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-bottom: 0;
}
.tbmenu.cl {
	margin-bottom: 30px;
}
.tbmenu.cl td {
	padding: 15px !important;
	margin: 0;
	width: 100%;
	width: auto;
	text-align: left;
}
.tbmenu.cl td a, .tbmenu.cl td p, .tbmenu.cl td img {
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto;
	max-width: 100%;
}
.tbmenu.cl td a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.menu.cl {
	margin-left: 0;
}
ul.twocol {
	height: 270px;
}
.person p.imhold {
	padding: 10px;
}
.person p.imhold img {
	width: 98%;
}
.leftpart.form.contact h3 {
	display: block !important;
}
.leftpart.form.contact .submit, .leftpart.form .submit {
	background-position: center center !important;
	text-align: center;
}
.leftpart.form.contact .submit img, .leftpart.form .submit img {
	float: none;
}
.leftpart.form.reg.mag form h3 {
	display: block;
	padding: 10px;
}
/*BUTTON*/
.mbody p.right.cc,  .mbody .news p.right {
	float: none;
}
.mbody a[href="/achievement/"],  .mbody p a[href="/form/contact/"],  .mbody p a[href*="/interview/"],  .mbody p a[href*="/news/"] {
	display: block;
	text-decoration: none;
}
.mbody td a[href*="/form/"] img,  .mbody td a[href*="/register/"] img,  .mbody a[href="/achievement/"] img,  .mbody p a[href="/form/contact/"] img,  .mbody p a[href*="/interview/"] img,  .mbody p a[href*="/news/"] img {
	display: none;
}
.mbody td a[href*="/form/"],  .mbody td a[href*="/register/"],  .mbody a[href="/achievement/"],  .mbody p a[href="/form/contact/"],  .mbody p a[href*="/interview/"],  .mbody p a[href*="/news/"] {
	display: block;
	background-color: #000000;
	height: 10px;
	color: #FFF;
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mbody td a[href="/form/reg/mail_maga/"],  .mbody td a[href="/register/"],  .mbody td a[href*="/form/"]:not(.no_ef) {
	padding-left: 0px;
	width: auto;
	text-align: left;
	background: #000000 !important;
}
 .mbody td a[href*="/form/"]:before,  .mbody td a[href*="/register/"]:before,  .mbody a[href="/achievement/"]:before,  .mbody p a[href="/form/contact/"]:before,  .mbody p a[href*="/interview/"]:before  .mbody p a[href*="/news/"]:before {
 margin-left: 30px;
}
.mbody td a[href*="/form/"]:after,  .mbody td a[href*="/register/"]:after,  .mbody a[href="/achievement/"]:after,  .mbody p a[href="/form/contact/"]:after {
	content: "";
	display: block;
	width: 30px;
	height: 10px;
	float: right;
	background: url(/common/images/tb_more.gif) no-repeat left center;
}
.mbody p a[href*="/interview/"]:after,  .mbody p a[href*="/news/"]:after {
	content: "";
	display: block;
	width: 30px;
	height: 10px;
	float: left;
	background: url(/common/images/tb_more_left.gif) no-repeat right center;
}
.mbody td a[href="/form/order/"]:before {
	/* content: "見積依頼"; */
	content: "";
	margin-left: 30px;
}
.mbody td a[href="/form/contact/"]:before {
	/* content: "お問合せ"; */
	content: "";
	margin-left: 30px;
}
.mbody td a[href="/register/"]:before {
/* content: "会員登録"; */
}
.mbody td a[href="/form/reg/mail_maga/"]:before {
/* content: "メルマガ登録"; */
}
.mbody a[href="/achievement/"]:before {
/* content: "最新実績はこちら"; */
}
.mbody p a[href="/form/contact/"]:before {
	content: "お問合せはこちら";
}
.mbody p a[href*="/interview/"]:before,  .mbody p a[href*="/news/"]:before {
	content: "一覧ページへ戻る";
	float: right;
	padding-right: 30px;
}
.mbody a[href="/form/fl_register/register.shtml"]:before {
	content: "新規会員登録";
}
.mbody a[href="/form/pt_reg/"]:before {
	content: "WEBSTAFFパートナー様登録";
	font-size: 16px !important;
}
img[src="/common/images/company/w3c.gif"] {
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
p.order_step img {
	display: none;
}
p.order_step {
	display: block;
	height: 110px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(/common/images/order/step_sp.gif) no-repeat center;
	background-size: 95% auto;
}
ul.pink.up {
	margin-left: 0px;
}
ul.step li {
	padding-right: 10px;
}
ul.step li ul {
	margin-left: 0px;
}
.mbody.flow table.flow td, .mbody.flow table.flow th {
	margin: 0 !important;
	padding: 10px !important;
	width: 300px !important;
}
.mbody.flow table.flow a {
	margin: auto;
	float: none !important;
}
/*NEWS*/
	
.mbody ul.newsdate {
	padding-right: 10px;
}
.mbody .social_button {
	padding-left: 10px;
	/* (2015/1/5) News line break protect */
	margin-top: -2px;
	margin-bottom: 20px;
	white-space: nowrap;
}
/* (2015/1/5) interview (.mbody.person) */
.mbody.person .social_button {
	margin-top: -20px;
}
.mbody .news {
	padding-bottom: 100px;
}
.mbody .news p.pht {
	height: 730px !important;
}
.mbody .item {
	padding-top: 30px;
}
.mbody .item ul {
	float: right;
	margin-top: -20px;
}
.mbody .item ul li {
	float: left;
}
/*/////////////////////////*/
	
.form.reg form h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 265px;
}
/* テキスト変換(位置) */
.form .submit p.confirm {
	float: none;
}
.form .submit p.confirm img {
	width: 193px;
}
.choices {
	display: block;
}
.choices .list td {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}
.drop {
	opacity: 0;
	height: 0;
}
.form.reg.mag h3 {
	width: 295px;
}
.popup th, .popup td {
	width: 240px;
	max-width: 240px !important;
}
.concept h3.min {
	font-weight: bold;
	font-size: 14px;
	display: none !important;
}
a.phone {
	text-decoration: underline;
}
.howaco {
	display: none;
}
.item {
	-webkit-tap-highlight-color: #EEE;
}
.howaco_sp {
	position: absolute;
	z-index: 5;
}
.howaco_sp img {
	width: 70px;
}
.concept table.tbinfo td {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.concept table.tbinfo td:first-child {
	padding-bottom: 0;
}
.concept table.tbinfo td a img {
	display : none;
}
.concept table.tbinfo td a {
	width: 90%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	/* background-color:#000000; */
	background: #000000;
	color: #FFFFFF;
}
.concept table.tbinfo td:first-child a:before {
/* content: "企業の方へ"; */
}
.concept table.tbinfo td:last-child a:before {
/* content: "フリーランスの方へ"; */
}
div.lefty img {
	margin-left: 10px;
	width: 90%;
}
.concept table.csitetable td {
	display: block;
	padding: 0;
}
.concept table.csitetable td img {
	width: 100%;
}
.concept table.csitetable td:last-child {
	padding-top: 0;
	padding-bottom: 20px;
}
.concept table.csitetable td:last-child img {
	display: none;
}
.concept table.csitetable td:last-child b, .concept table.csitetable td:last-child a {
	padding-left: 10px;
}
.concept table.csitetable.yellow {
	padding: 0;
}
.concept table.csitetable.yellow td {
	width: 100%;
	display: block;
	padding: 0px !important;
}
.concept table.csitetable.yellow td:first-child {
	display: none;
}
.concept table.csitetable.yellow td h4 {
	margin-top: 20px;
	padding-left: 10px;
}
.concept table.csitetable.yellow td img {
	display: none;
}
.concept table.csitetable.yellow td p {
	margin: 0px !important;
}
/*////////////*/
	
		/*20140605*/
	
	
.icoArea {
	background-color: #efefef;
	width: 286px;
	height: 126px;
	padding: 5px 0 0 10px;
}
.icoArea2 {
	background-color: #efefef;
	width: 286px;
	height: 62px;
	padding: 5px 0 0 10px;
}
.title_icoArea {
	min-height: 20px !important;
	margin-bottom: 4px;
	padding-top: 10px;
}
.btm_icoArea {
	min-height: 20px !important;
	margin-top: 4px !important;
	font-size: 9px;
	padding-left: 230px;
	float: right;
}
.li_ico01 {
	margin-top: -5px;
	width: 272px;
	vertical-align: top;
	padding-top: 7px;
	font-size: 10px;
	float: left;
}
.li_ico02 {
	clear: both;
	float: left;
	margin-top: 8px;
}
.li_ico03 {
	margin-top: 8px;
}
.icoArea ul {
	padding: 5px 0 0 0 !important;
}
.icoArea ul li {
	float: left;
}
.icoArea2 ul {
	padding: 5px 0 0 0 !important;
}
.icoArea2 ul li {
	margin-right: 5px !important;
	float: left;
}
.contactinfo.ach li {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 0;
}
/*20140609*/

.footholder li .sp_sbox {
	display: none;
}
/* 20150409 Verisign 対策 */
.verisign {
	position: relative;
	z-index: 10;
	margin-top: -20px;
}
/*New-Header CSS added here*/

.menuholder {
	display: none;
}
.headernew {
	width: 100%;
	position: fixed;
	margin-top: -30px;
}
/*New Header*/
#nav {
	float: none;
	margin: auto;
	display: none;
	width: 100%;
	z-index: 30;
}
.btn1 {
	width: 100px;
	height: 50px;
	margin-left: 30%;
	border: none;
	background: rgba(0, 0, 0, 0.85) url("/common/images/menu.png") no-repeat scroll center 15px / auto 20px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: block;
	margin: 0 auto;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#nav ul ul {
	display: none;
	padding-left: 0px;
	width: 100%;
}
#nav ul li p {
	padding: 20px 10px 10px 10px;
	margin: 0px;
	background-color: #000;
	width: 100%;
	height: 35px;
	text-align: left;
}
.header1 {
	color: #FFF;
	text-decoration: none;
}
.clicked {
	color: #FFC800;
}
#nav li {
	padding: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 30;/*background-color:rgba(0,0,0,0.85);*/
}
#nav li li p {
	background-color: #ededed;
	padding: 15px 10px 15px 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	text-align: left;
}
#nav strong {
	width: 70%;
	float: left;
	font-family: "Noto Sans JP", sans-serif;
	padding-left: 20px;
	margin: 0px;
	height: 30px;/*0px*/
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
}
#nav li li strong {
	padding-top: 0px;
}
#nav li li a {
	padding-left: 35px;
	color: #000;
	width: 100%;
	height: 40px;/*32px;*/
	display: block;
	padding-top: 7px;
}
#nav a {
	padding-top: 0px;
	width: 100%;
	height: 32px;
	display: block;
}
#nav p span {
	color: #FFF;
	float: right;
	margin-right: 15px;/*30*/
}
/*ss20170217*/
.news p img {
	float: none;
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto!important;
}
.news p img.right_icon{
	display:inline-block;
	width:10px;
	margin: 0 5px 0 0 !important;
}
/*New Header Added CSS finished */
	
.bottom dl dt {
}
}
 @media (max-width: 650px) AND (min-width: 450px) {
.top .motto li:first-child {
	margin-top: 20px;
}
#photoSliderControl {
	text-align: center !important;
	position: absolute;
	padding-left: 0 !important;
	width: 100% !important;
	padding-top: 230px !important;
}
.company_holder dd ul {
	width: 270px;
}
.company_holder dd li {
	width: 120px;
}
.bottom_menu_holder {
	/*width: 100%;*/
	background-color: rgba(0,0,0,1);
}
.bottom_menu_holder ul a {
	margin: auto;
}
.bottom_menu_holder:before {
	left: 0;
}
h2 {
	max-width: 550px !important;
}
.leftpart {
	max-width: 100%;
}
.formlink li {
	height: 90px;
}
#footer p {
	width: 100%;
}
.freelance p a {
	display: block;
	width: 530px;
}
.freelance .menu li:nth-child(2n+1) {
	margin-right: 0px;
}
.freelance table td, .freelance table th {
	width: 530px !important;
}
.wid_L {
	width: 535px;
}
.wid_M {
	width: 200px;
}
.wid_ML {
	width: 535px;
}
textarea.wid_L {
	width: 530px;
}
.wid_S {
	width: 100px;
}
.choices table td {
	display: inline-block !important;
	width: 270px !important;
}
.choices table td span {
	font-size: 14px;
}
#footer p.footbottom:after {
	content: "This is sample";
	display: inline-block;
	width: 10px;
	height: 10px;
	z-index: 3;
}
}




@media (max-width: 850px){
dl.ttl dt:last-child {
	font-size: 20px;
}

.mbody .tbinfo tr {
    }
.mbody .tbinfo th {
    /* min-width: 100px; */
    width: auto;
    /* text-align: left; */
    /* vertical-align: top; */
    padding: 15px;
    padding-top: 0;
    font-weight: bold;
    background: url(../images/border.gif) left 7px no-repeat;
    padding-bottom: 11px;
}
.mbody .tbinfo td {
    margin: 0 auto;
    width: auto!important;
}

.limit {
    width: 100%;
    max-width: 960px;
    margin: auto;
    font-size: 1rem;
}
span.span_fix {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    font-size: 90%;
}
.service {
    /* height: 100px; */
    background: url(/common/images/service.gif) no-repeat;
    background-position: left 26px;
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 10%;
    background-size: 25%;
}
dl.ttl {
    width: 100%;
    display: block;
    text-align: center;
}
.for_sp{
    display: block!important;
}

#footer {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 83px;
    /* background: rgb(218, 220, 224) !important; */
}
}

.for_sp{
    display: none;
}






.trapezoid_left {
  width: 50%;
  border-top: 300px solid #f0ec49;
  border-right: 50px solid transparent;
  position: relative;
  border-radius: 30px 0px 0 30px;
}


.trapezoid_right {
  display: inline-block;
  width: 52%;
  border-bottom: 300px solid #10142a;
  border-left: 50px solid transparent;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}





.trapezoid_left h2{
    width: 423px;
    position: absolute;
    right: 0;
    top: -300px;
    height: 100%;
    display: block;
    height: 100px;
}




.trapezoid_right h2{
    position: absolute;
    top: 162px;
    color: #f0ec49;
    z-index: 2;
    width: 423px;
    text-align: right;
    display: block;
}


  
  
  
  @media (max-width: 1000px) {




.trapezoid_left {
  width: 100%;
  border-top: 200px solid #F0EC48;
  border-right: 0px solid transparent;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  border-radius: 30px 30px 0 0;
}


.trapezoid_right {
  display: inline-block;
  width: 100%;
  border-bottom: 200px solid #10142a;
  border-left: 1px solid transparent;
  position: relative;
  border-radius: 0 0 30px 30px;
}



.trapezoid_left h2{
    width: 90%;
    position: absolute;
    right: 0;
    top: -172px;
    display: block;
    height: auto;
    font-size: 1.2rem;
    left: 0;
    margin: 0 auto;
}




.trapezoid_right h2{
    position: absolute;
    top: 96px;
    color: #f0ec49;
    z-index: 2;
    width: 89%;
    text-align: right;
    display: block;
    font-size: 1em;
    margin: 0;
}

}
  
  



/*==================================================
シャッ
===================================*/

/*背景色が伸びて出現 共通*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #171b39;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*--------- 右から --------*/
.bgRLextend::before{
  animation-name:bgRLextendAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f0ec49;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
  0% {
    transform-origin:right;
    transform:scaleX(0);
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:left;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
  }
}

/*--------- 下から --------*/
.bgDUextend::before{
  animation-name:bgDUextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}

/*--------- 上から --------*/
.bgUDextend::before{
  animation-name:bgUDextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

@keyframes bgUDextendAnime{
  0% {
    transform-origin:top;
    transform:scaleY(0);
  }
  50% {
    transform-origin:top;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:bottom;
  }
  100% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
}






/* ここから時間差フェードインアニメーション */
/* 1秒間かけてフェードイン */
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1秒間かけてフェードイン */
.fadeIn1000ms {
    animation-name: fadeIn1s;
    animation-delay: 2500ms;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    transform: translateY(100px);
    opacity: 0;
}


/* 1.5秒間かけてフェードイン */
.fadeIn1500ms {
    animation-name: fadeIn1500ms;
    animation-delay: 2000ms;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    opacity: 0;
}
@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeIn2s {
    animation-name: fadeIn2s;
    animation-delay: 3000ms;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*==================================================
ふわっ
===================================*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/* 問い合わせフォーム */
.Form {
  margin-left: auto;
  margin-right: auto;
  padding: 0 4%;
  max-width: 720px;
  height: 100%;
  }
  
  .Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  }
  @media screen and (max-width: 480px) {
  .Form-Item-Label {
  max-width: inherit;
  display: flex;
  align-items: center;
  font-size: 15px;
  }
  }
  .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
  margin-top: 0;
  }
  }
  .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
  }
  @media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 32px;
  font-size: 10px;
  }
  }
  .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
  }
  @media screen and (max-width: 480px) {
  .Form-Item-Input {
  margin-left: 0;
  margin-top: 18px;
  height: 40px;
  flex: inherit;
  font-size: 15px;
  }
  }
  .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
  }
  @media screen and (max-width: 480px) {
  .Form-Item-Textarea {
  margin-top: 18px;
  margin-left: 0;
  height: 200px;
  flex: inherit;
  font-size: 15px;
  }
  }
  .Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  }
  .Form-Btn:hover{
    opacity: 0.6;
  }
  @media screen and (max-width: 480px) {
  .Form-Btn {
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 160px;
  font-size: 16px;
  }
  }
  
  
  
  
  
  .contactform {
  background-image: url(../images/contact_bg.png);
  height: 101px;
  padding: 50px 0 50px;
  }
  
  a.btn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 2rem 3rem;
	font-weight: bold;
	background: #f0ec49;
	color: #10142a;
	position: relative;
}
a.btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #10142a;
}
a.btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #10142a;
}
a.btn:hover {
	background: #fffc70;
	color: #ffffff;
}



/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#fff;
    text-align:center;
    color:#fff;
    margin-top: -24px;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
  
   0% { -webkit-transform: rotate(0deg); }
   55% { -webkit-transform: rotate(0deg); }
   60% { -webkit-transform: rotate(-10deg); }
   65% { -webkit-transform: rotate(8deg); }
   70% { -webkit-transform: rotate(-5deg); }
   75% { -webkit-transform: rotate(4deg); }
   80% { -webkit-transform: rotate(-3deg); }
   85% { -webkit-transform: rotate(2deg); }
   90% { -webkit-transform: rotate(-1deg); }
   95% { -webkit-transform: rotate(1deg); }
   100% { -webkit-transform: rotate(0deg); }
}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */


/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


.underline {
  background: linear-gradient(transparent 70%, #f0ec495e 70%);
}