/*
	Theme Name:00_sync-g.co.jp
	No-responsive Version:1.0
	.col-sm- 750px以下で１列
	.col-xs- 常にグリット列
*/
/* test code */
.grbox{ background-color: #eee; }
.rbox{ background-color: #EAB0AE; }
.bbox{ background-color: #98D9E1; }
.ybox{ background-color: #F2E27F; }
.gbox{ background-color: #C8DF95; }

/********** common **********/
body{
	font-size:15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",Meiryo, "メイリオ", sans-serif;
	margin:0px;
	color:#333;
}
a{ color:#00a9c7; text-decoration: underline; }
a{
	transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
}
a:hover{ text-decoration:none; }
p { margin: 0 0 18px; }
ul, ol { margin-bottom: 0px; }
iframe{
	width:90%;
	min-height:400px;
	margin:20px auto;
}
.ind iframe{
	width:1px;
	height:1px;
	min-height: 1px;
	margin: 0px;
	padding:0px;
}
/** js_accordion.js **/
.ac-menu {cursor:pointer;}
.close-ac {display: none;}

hr{ margin: 0px; }

/********** header.php **********/
/* global navi */
#headnavi{
	background:#ffffff;
	font-size:14px;
	width:100%;
	position:fixed;
	z-index:10000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-bottom: 1px #eee solid;
}
.headmenu{ position:relative; }
.mainlogo{
	position:absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.menuboxleft li{
	width:14%;
	float:left;
}
.logomargin{ margin-right:168px; }
.menuboxleft li a{
	color:#000;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:20px 15px 18px 15px;
}
.menuboxleft li a:hover{ background:#ddd;}
#sp-menu-bt{ display: none; }
/* main image & copy */
.headcontants{ background:#EFEFEF; font-size:14px; }
/* home */
#home-mainimg{
	height:530px;
	position:relative;
	overflow: hidden;
	background-size: cover;
}
#home-mainimg img{
	height:100%;
}

.videowrap{
	background: url(images/grid.png) repeat;
	height: 600px;
	width:100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 800;
}

#home-mainimg video{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:100%;
}
.homecopy h1{
	background: rgba(45,45,45, 0.3);
	font-size:45px;
	position:absolute;
	padding:7px 10px 0px 25px;
	display:inline;
	left: 0;
	top: 390px;
	z-index: 1500;
}
.mainh1{color:#fff;}
.homemenu{ padding-top:10px; padding-bottom:25px; }
.homemenu h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.homemenu ul{
	width:31%;
	float:left;
	margin-right:2%;
}
.homemenu ul li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:7px 5px;
	border-bottom:dotted #dddddd 1px;
}
.homemenu ul li a:hover{ background:#e9e9e9;}
.homemenu  p{
	padding-right:55px;
	margin-bottom:0px;
	line-height:1.9em;
}
/* page */
.pagecopy{ position:relative; }
.pagecopy h1{
	background: rgba(45,45,45, 0.4);
	font-size:34px;
	position:absolute;
	padding:6px 4px 0px 4px;
	display:inline;
	left: 30px;
	top: 190px;
}
.mainh1{color:#fff;}
.page-img{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
	height:280px;
}
#page-service{ background-image: url("./images/sync_service.jpg"); }
#page-company{ background-image: url("./images/sync_company.jpg"); }
#page-recruit{ background-image: url("./images/sync_recruit.jpg"); }
#page-contact{ background-image: url("./images/sync_contact.jpg"); }
#page-blog{ background-image: url("./images/sync_blog.jpg"); }
#page-common{ background-image: url("./images/sync_company.jpg"); }
#page-showcase{ background-image: url("./images/sync_showcase.jpg"); }
.pagecopy{
	padding-top:22px;
	padding-bottom:22px;
}
.pagecopy h2{
	font-size:29px;
	text-align:center;
	margin:0px;
	line-height:1.4em;
}
/* category & post */
.cat-imagebox{
	position:relative;
	background-image: url("./images/sync_blog.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
	height:250px;
}
#cat-mainimg h1{
	background: rgba(45,45,45, 0.4);
	font-size:32px;
	position:absolute;
	padding:9px 4px 4px 4px;
	display:inline;
	left: 30px;
	top: 167px;
}
#cat-mainimgcopy{
	background: rgba(45,45,45, 0.4);
	font-size:32px;
	position:absolute;
	padding:6px 4px 0px 4px;
	display:inline;
	left: 30px;
	top: 170px;
	margin-top: 17px;
}
.mainh1{color:#fff;}
.catcopy h2{ font-size:26px;margin-top:25px; margin-bottom:20px;}
.catcopy p{ margin-top:14px;  margin-bottom:14px; line-height:1.65em;}
/* bread */
.headbread{ font-size:11px; padding:20px 0 20px 0; }
.headbread a{ text-decoration:none; }

/********** sidebar.php **********/
.sync-sidenavi{}
.sync-sidenavi h3{
	font-weight:bold;
	text-align:center;
	font-size:18px;
	margin-top: 15px;
	margin-bottom: 8px;
}
.sync-sidenavi .side-cat-blog li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:9px 8px 5px 8px;
	border-bottom:dotted #dddddd 1px;
}
.sync-sidenavi .side-cat-blog li a:hover{ background:#f2f2f2;}
.sync-sidenavi .side-menu-service li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:8px 5px 8px 42px;
}
.side-menu-service li a:hover{ background-color:#f2f2f2;}
li.sm-wp a{ background: url("./images/sync_ft_wp.png") no-repeat 4px 50%; }
li.sm-sys a{ background: url("./images/sync_ft_sys.png") no-repeat 4px 50%; }
li.sm-seo a{ background: url("./images/sync_ft_mark.png") no-repeat 4px 45%; }
li.sm-mar a{ background: url("./images/sync_ft_om.png") no-repeat 7px 45%; }
li.sm-sm a{ background: url("./images/sync_ft_sma.png") no-repeat 12px 50%; }
li.sm-om a{ background: url("./images/sync_ft_mag.png") no-repeat 9px 45%; }
.sync-sidenavi .side-link-relate li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:8px 5px 6px 5px;
	font-size: 13px;
}
.sync-sidenavi .side-link-relate li a:hover{ background:#f2f2f2;}

/********** footer.php **********/
.sub-footnavi{ background:#F5F5F5; padding-top:5px; padding-bottom:20px;}
.subf-left h3,.subf-center h3,.subf-right h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom: 5px;
}
.subf-left li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:7px 5px;
	border-bottom:dotted #dddddd 1px;
}
.subf-left li a:hover{ background:#e9e9e9;}

.subf-center li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:8px 5px 8px 50px;
}
.subf-center li a:hover{ background-color:#e9e9e9;}
li.footm-wp a{ background: url("./images/sync_ft_wp.png") no-repeat 7px 50%; }
li.footm-sys a{ background: url("./images/sync_ft_sys.png") no-repeat 7px 50%; }
li.footm-mark a{ background: url("./images/sync_ft_mark.png") no-repeat 7px 45%; }
li.footm-mag a{ background: url("./images/sync_ft_mag.png") no-repeat 12px 45%; }
li.footm-sma a{ background: url("./images/sync_ft_sma.png") no-repeat 15px 50%; }
li.footm-om a{ background: url("./images/sync_ft_om.png") no-repeat 10px 45%; }

.subf-right li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:7px 5px;
}
.subf-right li a:hover{ background-color:#e9e9e9;}

.footer-info{
	background:#D5D5D5;
	font-size:13px;
	color:#555555;
	padding-top:35px;
	padding-bottom:13px;
	line-height:1.65em;
}
.footer-info a{ color:#333333; }
.copyright{ padding-top:25px; }
/* top anchor */
.bt_top_navi{
	background:#777777;
	position: fixed;
	left: 8px;
	bottom: 8px;
	padding:15px 5px;
}
.grecaptcha-badge{
    width: 222px !important;
    height: 45px !important;
    display: block;
    transition: right 0.3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: grey 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
}
.grecaptcha-badge iframe {
    margin: 0px auto;
}
/********** home.php **********/
/* left content */
.homeserv{
	width:250px;
	float:left;
}
.homeserv a{
	color:#333333;
	font-size:20px;
	display:block;
	height:200px;
	text-align:center;
	text-decoration:none;
	padding-top:50px;
	margin-bottom:25px;
}
/* service banner */
.wpmenu{ background: #D6E6ED url("./images/sync_comm_wp.png") no-repeat 50% 63%; 
	border-top:#9DC0D0 solid 12px; }
.wpsys{ background: #DAF0F7 url("./images/sync_comm_sys.png") no-repeat 50% 63%; 
	border-top:#A6D8EA solid 12px; }
.seomark{ background: #FEEEBF url("./images/sync_comm_seomark.png") no-repeat 50% 63%; 
	border-top:#FDE395 solid 12px; letter-spacing: -0.05em;}
.sitemag{ background: #FDECEA url("./images/sync_comm_sitemag.png") no-repeat 50% 63%; 
	border-top:#F9CFC9 solid 12px; }
.smart{ background: #E0EFC9 url("./images/sync_comm_smart.png") no-repeat 50% 63%; 
	border-top:#B3D683 solid 12px; }
.ownme{ background: #EADCE9 url("./images/sync_comm_ownme.png") no-repeat 50% 63%; 
	border-top:#C9AAC8 solid 12px; letter-spacing: -0.1em;}
/* relate link banner */
.homelink{
	width:250px;
	float:left;
}
.homelink a{
	background:#aaaaaa;
	color:#fff;
	height:75px;
	display:block;
	text-align:left;
	font-weight:normal;
	font-size:22px;
	padding-top:25px;
	padding-left:12px;
	margin-bottom:17px;
	text-decoration:none;
}
.homelink a:hover{ color:#fff; }
.homelink a.matohp{ background: #306184 url("./images/sync_home_mhp.png") no-repeat 107% 40%; }
.homelink a.ssync{ background: #F19149 url("./images/sync_home_ss.png") no-repeat 104% -12%; }
.homelink a.sseo{ background: #CC6060 url("./images/sync_home_sseo.png") no-repeat 109% 66%; }
.homelink a.omcom{ background: #ffde7d url("./images/sync_home_om.png") no-repeat 107% 56%; }
.homelink a.seotool{ background: #77CCF0 url("./images/sync_home_sti.png") no-repeat 97% -37%; }
.homelink a.tabc{ background: #666666 url("./images/sync_home_tab.png") no-repeat 104% 36%; }
.homelink a.rec{ background: #2ea3d9; }

/* new post lists */
.home-post-lists{}
h3.homeposttop{
	font-size:20px;
	font-weight:bold;
	margin-top: 0px;
}
.postbox{
	position:relative;
	width:250px;
	height:200px;
	float:left;
	margin-bottom:25px;
}
.postbox a{text-decoration:none; color:#555555;}
.catlist{
	color:#4CB5C2;
	font-size:13px;
	position:absolute;
	font-weight:bold;
	top:5px;
	right:5px;
	text-shadow: 0px 0px 1px #fff;
}
h3.post-sname{
	background: rgba(45,45,45, 0.5);
	width:100%;
	font-size:16px;
	position:absolute;
	bottom:0px;
	margin:0px;
	padding:5px 5px;
	color:#fff;
}
.postboxmg{	margin-right: 20px;}

/********** index.php **********/
.post-article{ border-bottom:dotted #dddddd 1px; }
.post-article a{
	display:block;
	color:#333333;
	padding-top:15px;
	padding-bottom:15px;
	text-decoration:none;
}
.post-article a:hover{ background:#f2f2f2; }
.index-catlist{
	color:#4CB5C2;
	font-size:13px;
}
h3.index-post-sname{
	font-size:20px;
	margin-top: 10px;
	margin-bottom: 7px;
}
p.index-post-content{
	font-size:14px;
	margin-bottom:0px;
}
.naviarticle { margin-top:20px; margin-left: 215px;}
.naviarticle a{
	width:150px;
	float:left;
	display:block;
	color:#333333;
	padding:9px 10px;
	margin-right:30px;
	text-decoration:none;
	border:solid #eee 1px;
}
.naviarticle a:hover{ background:#f2f2f2; }
/********** single.php **********/
.postarticle{}
.sync-postdetail{
	font-size:15px;
	line-height: 1.75em;
	padding-right:22px;
}
/* single.php  editers tag*/
.sync-postdetail p { margin: 0 0 22px; }
.sync-postdetail h2{
	font-size:28px;
	padding:5px 0px 5px 0px;
	margin-top:22px;
	margin-bottom:20px;
	border-bottom:solid #999 1px;
}
.sync-postdetail h3{
	font-size:26px;
	padding:5px 0px 5px 0px;
	margin-top:22px;
	margin-bottom:18px;
}
.sync-postdetail h4{
	font-size:22px;
	padding:7px 0px 4px 9px;
	border-left:solid #ddd 3px;
	margin-top:22px;
	margin-bottom:18px;
}
.sync-postdetail h5{ font-size:21px; }
.sync-postdetail h6{ font-size:19px; }
.sync-postdetail ul,sync-postdetail ol{
	margin-top:10px;
	margin-bottom:18px;
}

.sync-postdetail ul li,.sync-postdetail ol li{
	background: url("./images/li_back.png") no-repeat 0% 50%;
	padding:2px 0px 2px 15px;
}

.sync-postdetail table{
	border-top:solid #eee 1px;
	margin-top:18px;
	margin-bottom:18px;
}
.sync-postdetail table th{
	background:#f5f5f5;
	padding:5px 8px;
	border-bottom:solid #eee 1px;
}
.sync-postdetail table td{
	padding:5px 8px;
	border-bottom:solid #eee 1px;
}

.sync-postdetail blockquote {border-left: 5px solid #f1f1f1;}
.sync-postdetail blockquote p{ font-size:15px;}

/* single.php template */
h1.sync-posttitle {
	font-size:29px;
	padding:6px 0px 10px 0px;
	margin-bottom:0px;
	margin-top: 0px;
}
.sync-posttitle a{
	color:#222222;
	text-decoration:none;
}
dl.metadata{
margin-bottom: 16px;
margin-right: 25px;
}
.metadata dt{ width:81%; float:right; text-align:right; color:#00a9c7;}
.metadata dt a{ text-decoration:none; }
.metadata dd{ width:16%; text-align:right; float:right; }
.navipost { margin-top:20px; margin-left: 180px;}
.navipost a{
	width:180px;
	float:left;
	display:block;
	color:#333333;
	padding:9px 10px;
	margin-right:30px;
	text-decoration:none;
	border:solid #eee 1px;
}
.navipost a:hover{ background:#f2f2f2; }

/* sync sns box */

.sync-snsbox{
	padding:20px 20px 15px 20px;
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
}
ul.sns_box{
	margin:0px auto;
	display: table;
}
ul.sns_box li{
	display: table-cell;
	height: 63px;
	vertical-align: top;
	padding: 0 5px;
}

/********** page.php page-1col.php **********/
.sync-pagedetail,.page-1article {
	font-size:16px;
	line-height: 1.85em;
}
.sync-pagedetail h2,.page-1article h2{
	font-size:27px;
	padding:5px 0px 5px 0px;
	margin-top:18px;
	margin-bottom:5px;
}
h2.sync-sync-pagedetail-toph2{
	font-size:26px;
	padding:0px 0px 5px 0px;
	margin-top: 0px;
}
.sync-pagedetail h3,.page-1article h3{
	font-size:25px;
	padding:5px 0px 5px 0px;
	margin-top:18px;
	margin-bottom:5px;
}
.sync-pagedetail h4,.page-1article h4{
	font-size:24px;
	padding:2px 0px 2px 7px;
	border-left:solid #666 1px;
	margin-top:22px;
	margin-bottom:12px;
}
.sync-pagedetail h5,.page-1article h5{ font-size:22px; }
.sync-pagedetail h6,.page-1article h6{ font-size:20px; }
.sync-pagedetail ul,.sync-pagedetail ol{
	padding-top:7px;
	padding-bottom:7px;
}
.sync-pagedetail ul li,.sync-pagedetail ol li,.sync-1article ul li,.sync-1article ol li{ padding-bottom:4px; }

/* service */
h3.h3title{
	font-size:30px;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
}
.serv-imgc{ margin-right:0px; }
.serv-point3{ margin-bottom:28px; }
.serv-point3 h4{
	font-size: 25px;
	border:none;
	padding: 2px 0px 2px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2.ac-menu{
	color:#fff;
	font-size:30px;
	padding: 20px 90px 20px 40px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #fff solid;
}
h2.ac-wp{background-color:#9DC0D0;}
h2.ac-sys{background-color:#A6D8EA;}
h2.ac-seo{background-color:#FDE395;}
h2.ac-man{background-color:#F9CFC9;}
h2.ac-sma{background-color:#B3D683;}
h2.ac-ome{background-color:#C9AAC8;}
h2.close-icon{
	background-image: url("./images/sync_serv_cl.png");
	background-repeat: no-repeat; 
	background-position:97% 50%;
}
h2.open-icon{
	background-image: url("./images/sync_serv_op.png");
	background-repeat: no-repeat; 
	background-position:97% 50%;
}
.close-ac h3{
	margin-top: 20x;
	margin-bottom: 12px;
}
.close-ac{
	line-height:1.85em;
	margin-bottom:30px;
}
.ac-icon{
	padding:14px 60px 14px 35px;
	background-repeat: no-repeat; 
	background-position:0% 50%;
}
.icon-wp{ background-image: url("./images/sync_sv_icon_wp.png"); }
.icon-sys{ background-image: url("./images/sync_sv_icon_sys.png"); }
.icon-seo{ background-image: url("./images/sync_sv_icon_seo.png"); }
.icon-man{ background-image: url("./images/sync_sv_icon_man.png"); }
.icon-sma{ background-image: url("./images/sync_sv_icon_sma.png"); background-position:20% 50%;}
.icon-ome{ background-image: url("./images/sync_sv_icon_ome.png"); }
.con-wp,.con-sys,.con-seo,.con-man,.con-sma,.con-ome{
	padding-left:40px;
	padding-right:40px;
}
/* company */
.comp-mes{
	background:#eee;
	font-size:16px;
	line-height: 1.85em;
	padding:25px 50px 15px 50px;
	margin-bottom:25px;
}
h2.op-ac-menu{
	color:#fff;
	font-size:30px;
	padding: 20px 90px 20px 40px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #fff solid;
}

h2.ac-sss{background-color:#555555;}
h2.ac-info{background-color:#555555;}
h2.ac-map{background-color:#555555;}

h2.close-icon{ background-color:#BBB; }

.icon-comp-sss{ background-image: url("./images/sync_co_icon_sss.png"); }
.icon-comp-info{ background-image: url("./images/sync_co_icon_info.png"); }
.icon-comp-map{ background-image: url("./images/sync_co_icon_map.png"); }

.comp-sss-content,.comp-info-content,.comp-map-content{
	padding-left:40px;
	padding-right:40px;
}
.comp-sss-content .imgcenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comp-sss-content h3{
	margin-top: 20px;
	margin-bottom: 10px;
}

.comp-info-content table{
	width:100%;
	margin-top:30px;
}
.comp-info-content table tr{
	border-bottom:1px #d5d5d5 solid;
}
.comp-info-content table th{
	width:34%;
	color:#444;
	font-weight:bold;
	padding-right:165px;
	text-align:right;
}
.comp-info-content table td{
	padding-top:20px;
	padding-bottom:20px;
}

/* company iframe */
.syncgmap{width:820px; height:470px;}
.syncsview{width:820px; height:350px;}
.syncgmap-sm,.syncsview-sm{display:none;}
/* recruit */
.recme{
	font-size:18px;
	background-image: url("./images/recmes_img.jpg");
	color:#000;
	font-weight:570;
	text-align:center;
	text-shadow: 0px 0px 10px #fff;
	line-height: 1.85em;
	padding:25px 50px 10px 50px;
	margin-bottom:25px;
}
.rec-tab a{
	display:block;
	text-align:center;
	text-decoration:none;
	background-color:#555;
	color: #fff;
	font-size: 26px;
	padding: 26px 0px 26px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px #fff solid;
}
.rec-tab a:hover{ background-color:#bbb; }
.tab-content{
	margin-top:20px;
	margin-bottom:25px;
}
.rec-left-t,.rec-right-t{
	width:99%;
	border-top:1px #d5d5d5 solid;
}
.rec-left-t tr,.rec-right-t tr{
	border-bottom:1px #d5d5d5 solid;
}
.rec-left-t th,.rec-right-t th{
	width:28%;
	color:#444;
	padding-right:30px;
	font-weight:bold;
	text-align:right;
}
.rec-left-t td,.rec-right-t td{
	font-size:14px;
	line-height: 1.7em;
	padding-top:20px;
	padding-bottom:20px;
}
.recform{
	position:relative;
	margin-top:25px;
}
div.wpcf7-mail-sent-ok{
	font-weight:bold;
	background:rgba(255, 255, 255, 0.9);
	position:absolute;
	top:300px;
	left:20%;
	padding: 58px !important;
}

h2.rec-form-h2{
	background-color:#555;
	color: #fff;
	font-size: 30px;
	padding: 20px 90px 20px 40px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #fff solid;
}
.icon-rec-form{ background-image: url("./images/sync_sv_icon_sys.png"); }

.contb-rec,.contb-rec-skill{
	width:85%;
	margin:0 auto auto;
}
.contb{
	width:95%;
	margin:0 auto auto;
}
.contb-rec tr,.contb-rec-skill tr,.contb tr{
	border-bottom:1px #d5d5d5 solid;
}
.contb-rec th,.contb-rec-skill th,.contb th{
	width:32%;
	color:#444;
	padding-right:30px;
	font-weight:bold;
	text-align:left;
}
.contb-rec td,.contb-rec-skill td,.contb td{
	font-size:14px;
	line-height: 1.7em;
	padding:10px 30px 10px 0px;
}

.recform input, .recform textarea, .recform select,
.contb input, .contb textarea, .contb select {
	display: block;
	width: 100%;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fafafa;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.recform input, .recform select,
.contb input, .contb select {
	height: 32px;
}
.recform input#aptype{
	font-weight:bold;
	font-size:16px;
	background:#ffff;
	border:0px;
}
.recform select,
.contb select {
	width: 50%;
}
.recform  h3{
	width:85%;
	font-size:25px;
	font-weight: bold;
	text-align:left;
	padding:5px 0px 5px 0px;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
}

.recform .wpcf7-submit ,.consubmit .wpcf7-submit{
	display: block;
	background:#555;
	font-size:32px;
	color:#fff;
	width:55%;
	height: auto;
	padding:15px 0px;
	margin: 15px auto 25px auto;
	border: 1px solid #fff;
}
.recform input.wpcf7-submit:hover ,.consubmit input.wpcf7-submit:hover{ background:#FF7373; }
.recform .wpcf7-radio span.wpcf7-list-item{
	display:block;
	width:100%;
	margin-left:0.5em;
}
.recform .wpcf7-radio span.wpcf7-list-item label{
	display:flex;
	margin-bottom:10px;
}
.recform input[type="radio"]{
	height:22px;
	width:22px;
	margin-top:0px;
}
.recform .wpcf7-radio span.wpcf7-list-item label span{
	font-size:16px;
	display:block;
	margin-left:12px;
	margin-top:0px;
}
/* writercontract */
.wc-mailth{ line-height:1em; }
.wc-maildes{ font-size:11px; }
.writercontract-form p.wcdes{
	width:85%;
	margin: 10px auto 5px auto;
}
.contractbox{
	width:84%;
	margin:20px 8%;
	padding:5px;
	height: 220px;
	overflow-y: scroll;
	border:1px solid #d5d5d5;
}
.contractbox h3{ font-size:14px; margin-top: 0px;}
.contractbox .contract-content{ font-size:11px; line-height: 1.05em; }
#acceptance-496{
	width:24px;
	display: inherit;
}
.recform input[type="submit"]#wcsubmit{
	font-size: 20px;
	font-weight:bold;
	width: 70%;
	margin: 15px auto 20px auto;
}
.recform input[type="submit"]#wcsubmit:disabled{
	background: #ccc;
	border: 1px solid #fff;
}

/* showcase */
.sc-relative {
	position: relative;
}
.sc-intext {
	width: 100%;
	padding: 0 10%;
	position: absolute;
	height: 72%;
	bottom: 0;
	background: rgba(45,45,45, 0.7);
}
.sync-pagedetail .sc-intext h4, .page-1article .sc-intext h4 {
	color: #fff;
	font-size: 18px;
	padding: 0;
	border-left: none;
	margin-top: 34px;
	margin-bottom: 17px;
}
.sc-intext p {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}
a.sc-link{
	display:block;
	font-size:24px;
	background:#555555 url("./images/sync_comm_ar.png") no-repeat 98% 50%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:20px 0;
	margin:0px 0px 15px 0px;
}
a.sc-link:hover{
	background-color:#999;
}

/* contact */


/********** comment.php **********/
.sync-comments h3{
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:solid 2px #36BFED;
}
.sync-comments-area{}
.sync-commentlist{}
.sync-commentitem{
	border:solid 1px #A8E3F7;
	padding-bottom:10px;
	margin-bottom:12px;
}
.sync-commentitem h4{
	font-size:15px;
	margin:5px 10px 7px 10px;
	padding:10px 60px 10px 0px;
	border-bottom:solid 1px #36BFED;
	position: relative;
}
.sync-comdate{
	font-size:14px;
	top:30%;
	left:82%;
	position: absolute;
}
.sync-commentitem h5{
	font-size:15px;
	color:#36BFED;
	padding:0px 10px;
	font-weight:bold;
	margin-bottom:0px;
}
.sync-commentitem p{
	font-size:12px;
	padding:5px 10px;
	margin-bottom:0px;
}
.sync-comsubmit{
	background:#EFFAFE;
	border:solid 1px #A8E3F7;
	padding:5px 10px;
	margin-bottom:10px;
}
.sync-comsubmit .comment-reply-title{ border:none; margin:0px;}
.sync-comsubmit label{ width:25%;}
.sync-comsubmit label.watcon-input-tarea{ width:25.5%;}
.sync-comsubmit .form-control{ display: inline; width: 50%;}
.sync-comsubmit .form-control-tarea{ width: 70%;}
.sync-comsubmit .form-control-select{ width: 30%;}
.sync-comsubmit #sync-submit{
	background:#FFB63D;
	font-size:16px;
	color:#fff;
	margin-top:5px;
	margin-left:25.5%;
	padding:6px 15px;
	border:solid 1px #FFB63D;
}
.sync-comsubmit #sync-submit:hover{
	background:#FFD99A;
	border:solid 1px #FFD99A;
}

/********** etc **********/
/* Wordpress defalut css */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/******** ライター応募・選考 ********/
#recformid-wr{
	margin-top:-75px;
	padding-top:75px;
}
.wr-r{ color:#e41919; }
.wr-s{ font-weight:bold; }
.wr-u{ text-decoration:underline; }
/* header */
#wrecruit{
	background-image: url(./images/wre-main.jpg);
	padding-top:60px;
	height:auto;
}
#wrecruit h1 {
	background: none;
	font-size: 52px;
	font-weight:bold;
	position: initial;
	padding: 5px;
	margin:35px 0 15px 0;
	display: block;
	text-align:center;
	line-height:1.2em;
}
#wrecruit h1 .mainh1 { color:#000; }
#wrecruit h2 {
	color:#E62828;
	font-size: 38px;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	margin-top:25px;
	margin-bottom:15px;
}
#wrecruit .wre-box{ margin-bottom:15px; }
#wrecruit .wre-box .wre-imgbox{
	width:24%;
	float:left;
	margin-right:2%;
}
#wrecruit .wre-box .wre-imgbox img{
	max-width:100%;
	height:auto;
	border-radius: 50%;
}
#wrecruit .wre-box .wre-desbox{
	width:72%;
	margin-left:2%;
	float:left;
}
#wrecruit .wre-box .wre-desbox h3{
	font-size:26px;
	font-weight:bold;
	margin-top:10px;
	padding-left:10px;
	text-align:left;
}
#wrecruit .wre-box .wre-desbox p{
	font-size:17px;
	font-weight:bold;
	padding-left:10px;
	padding-right:40px;
	margin-bottom:7px;
	line-height:1.35em;
}
#wrecruit .wre-box .wre-desbox a{
	display:block;
	font-size:20px;
	width:60%;
	background:#5abf1a;
	color:#fff;
	padding:14px 0;
	border-radius: 10px;
	text-align:center;
	text-decoration:none;
	box-shadow: 2px 2px 2px 1px #999;
}
/* content common */
.wrecruit-content{ margin-top:0px; }
.wrecruit-content h2.rec-form-h2 {
	font-size: 44px;
	font-weight:bold;
	text-align:center;
}
.wrecruit-content h2.w-red-h2 {
	background:#333;
	padding: 18px 5px 15px 5px;
	margin-top:15px;
	margin-bottom:12px;
}
.wrecruit-content h2.w-h2 {
	background:#fff;
	color:#E62828;
	padding:12px 0px 8px 0px;
	margin-top:25px;
	margin-bottom:20px;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
}
.wrecruit-content h3 {
	font-size:22px;
	font-weight:bold;
	margin:0px 0 6px 0;
}
.wrecruit-content p {
	font-size:17px;
	line-height:1.55em;
}
/* w-about */
.w-about .w-left{
	width:64%;
	float:left;
}
.w-about .w-left h3{
	font-weight:bold;
	margin-top:5px;
}
.w-about .w-left h3.mt { margin-top:25px; }
.w-about .w-right{
	width:32%;
	float:right;
}
.w-about .w-right img{
	max-width:100%;
	height:auto;
}
/* w-case */
.w-case .w-half-left,
.w-case .w-half-right{
	background:#FFFDF1;
	width:49%;
	float:left;
	margin-bottom:17px;
	border-radius: 15px;
}
.w-case .w-half-right{ float:right; }
.w-case .w-half-left h3,
.w-case .w-half-right h3{
	font-size:17px;
	padding:15px 15px 5px 15px;
}
.w-case .w-half-left .w-case,
.w-case .w-half-right .w-case{
	font-size:14px;
	padding:0px 15px;
	padding-left:100px;
	margin-bottom:12px;
	line-height:1.3em;
}
.w-case .w-half-left .w-case{
	background: url(./images/icon-fe.png) no-repeat 15px 50%;
}
.w-case .w-half-right .w-case{
	background: url(./images/icon-m.png) no-repeat 15px 50%;
}
.w-case .w-half-left .w-num,
.w-case .w-half-right .w-num{
	font-size:17px;
	padding:0px 15px;
	margin-bottom:15px;
}
.w-case .w-half-left .w-num span,
.w-case .w-half-right .w-num span{
	font-size:18px;
	color:#E62828;
	font-weight:bold;
}
/* w-flow */
.w-flow .w-quarter{
	width:22%;
	float:left;
	margin-left:2%;
	margin-right:1%;
}
.w-flow h3{
	font-size:27px;
	text-align:center;
}
.w-flow .w-quarter h4{
	font-weight:bold;
	font-size:17px;
	text-align:center;
	margin-bottom:7px;
}
.w-flow .w-quarter h4 span{
	display:block;
	width:30px;
	height:30px;
	padding-top:5px;
	background:#E62828;
	font-size:20px;
	color:#fff;
	margin:0 auto 5px auto;
	border-radius:50%;
}
.w-flow .w-quarter p{
	font-size:14px;
	line-height:1.35em;
}
/* w-sample */
.w-sample .w-left{
	width:68%;
	float:left;
}
.w-sample .w-left h3{
	font-weight:bold;
	margin-top:0;
}
.w-sample .w-left p.w-p{
	border-top:1px solid #ccc;
	padding-top:10px;
}
.w-sample .w-left p{
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.w-sample .w-left p strong{
	padding-right:10px;
}
.w-sample .w-left p span{
	font-weight:bold;
	color:#E62828;
}
.w-sample .w-right{
	width:30%;
	float:right;
}
.w-sample .w-right img{
	max-width:100%;
	height:auto;
}
/* w-qa */
.w-qa h3 {
	font-size:18px;
	margin-bottom:3px;
}
.w-qa h3 i{
	font-size:21px;
	color:#CD5B63;
}
.w-qa p { font-size:15px; }
.w-qa p i{
	font-size:20px;
	color:#68bddc;
}
/* form */
.wrecruit-content .recform {
	margin-top: 5px;
	font-size:16px;
}
.wrecruit-content .recform .wpcf7-submit{
	background: #5abf1a;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px #999;
	border:1px solid #5abf1a;
}
.wrecruit-content .recform .wpcf7-submit:hover{
	background: #7bda3f;
	border:1px solid #7bda3f;
}
.wrecruit-content .recform th{
	width:35%;
	line-height:0.9em;
	padding-top:8px;
	padding-bottom:5px;
}
.wrecruit-content .recform p{
	width: 90%;
	margin: 15px auto auto;
	line-height:1em;
}
.wrecruit-content .recform .fs-12{ line-height:1.1em; }
.wrecruit-content .recform .checkbox-wtype span.wpcf7-list-item{ display:block;}
.wrecruit-content .recform .checkbox-wtype span.wpcf7-list-item label{ display:block;}
.wrecruit-content .recform .checkbox-wtype input[type="checkbox"] {
	height:20px;
	display:inline;
	width:7%;
	min-width:30px;
}
.wrecruit-content .contb-rec,
.wrecruit-content .contb-rec-skill {
	width: 90%;
	margin: 0 auto auto;
}
.wrecruit-content .wp-image-934{ margin-bottom:20px; }
/******** END ライター応募・選考 ********/

/******** 2019 recruit ********/
/*rec list page*/
.recme-n{
	background:#f5f5f5;
	border:1px solid #eee;
	padding:10px 7%;
	margin-bottom:30px;
}
.recme-n h3{
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin-top: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.recme-n ul{
	margin-bottom:18px;
}
.recme-n ul li{
	font-size:1.1em;
	font-weight:bold;
}
.recme-detail h2{
	font-weight:bold;
	text-align:center;
	margin-top:35px;
	margin-bottom:25px;
}
.recme-detail .rec-card{
	border:1px solid #efefef;
	margin-bottom:15px;
	padding:10px;
}
.recme-detail .rec-type-tag{
	background:#f2f2f2;
	width:17%;
	font-size:13px;
	text-align:center;
	padding-top:2px;
}
.recme-detail .rec-card h4{
	font-size:22px;
	border:0px;
	font-weight:bold;
	margin-top: 8px;
	margin-bottom: 12px;
	text-decoration:none;
}
.recme-detail .rec-card h4 a{
	text-decoration:none;
}
.recme-detail .rec-left-t{
	width:80%;
	margin:0 auto;
	padding-right: 0px;
	border:1px #d5d5d5 solid;
}
.recme-detail .rec-left-t tr{
	border-bottom:1px #d5d5d5 solid;
}
.recme-detail .rec-left-t th{
	background:#f2f2f2;
	width:28%;
	color:#444;
	font-weight:bold;
	text-align:center;
}
.recme-detail .rec-left-t td{
	font-size:14px;
	line-height: 1.5em;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:8px;
}
/*rec detail page*/
.pi-rec{
	height:420px;
	position:relative;
}

#staff-customer-support{ background-image: url(./images/staff-customer-support.jpg); }
#staff-proof{ background-image: url(./images/staff-proof.jpg); }
#staff-proof-crowdsourcing{ background-image: url(./images/staff-proof-crowdsourcing.jpg); }
#staff-website{ background-image: url(./images/staff-website.jpg); }

#staff-website{}
.p-rec-copy h1 {
	font-size: 35px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 10px 10px 6px 10px;
	left: 10px;
	top: 140px;
}
.p-rec-copy-sub{
	background: rgba(45,45,45, 0.5);
	width:100%;
	position:absolute;
	bottom:0;
}
.p-rec-copy h2 {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: left;
	padding-bottom:2px;
}
.rec-read{
	border:1px solid #ccc;
	padding:10px 3%;
	margin-bottom:15px;
}
.rec-read h3{
	font-size:26px;
	text-align:center;
	padding-bottom:15px;
}
.rec-read p{ margin-bottom:0.8em; }
.rec-voice{
	background:#f5f5f5;
	padding:10px 3%;
	border-radius:20px;
}
.rec-voice h3{
	font-size:16px;
	color:#555;
	margin-top:5px;
	padding-bottom:5px;
}
.rec-voice p{
	font-size:13px;
	color:#555;
	line-height:1.5em;
	margin-bottom:0.4em;
}
.rec-form{
	padding:10px 0;
	margin:25px 0 15px 0;
}
.rec-form a{
	background:#2ea3d9;
	color:#fff;
	font-size:23px;
	font-weight:bold;
	padding:22px 0 18px 0;
	text-align:center;
	width:450px;
	display:block;
	margin:0 auto;
	text-decoration:none;
}
.rec-form a:hover{ background:#77CCF0; }
.rec-detail{ margin-top:20px; }
.rec-detail h3{
	font-size:28px;
	text-align:center;
}
.rec-detail .rec-tag-list{}
.rec-detail .rec-tag-list ul{}
.rec-detail .rec-tag-list ul li{}
.rec-detail table.rec-detail-table{
	width:90%;
	margin:0 auto;
	border:1px #d5d5d5 solid;
	margin-bottom:20px;
}
.rec-detail table.rec-detail-table tr{ border-bottom:1px #d5d5d5 solid;}
.rec-detail table.rec-detail-table th{
	font-weight:normal;
	background:#f2f2f2;
	width:28%;
	color:#444;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
}
.rec-detail table.rec-detail-table td{
	font-size:14px;
	line-height: 1.5em;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:8px;
}
.rec-detail table.rec-detail-table td p{ margin-bottom:0.8em; }
p.rec-pdes{
	font-size:15px;
	width:85%;
	color:#aa0000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:22px;
	line-height:0.7em;
}
/******** END 2019 recruit ********/


/* Mac IE */
input, select, textarea {font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;}
/* clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
