/*
	Theme Name: リサーチ手法検索
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.sm {
	font-family: 'fgsmartweb';
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 1.4rem;
}
* {
	max-height: 99999px;
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
 *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
.absolute {
	position: absolute;
}
.inline {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.in {
	width: 1100px;
	margin: 0 auto;
}
li {
	list-style: none;
}
.inline {
	display: inline-block;
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	overflow: hidden;
}
/* header */
header {
	   position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index:9999999999;
}
header #menu-gnavi li {
	display: inline-block;
	margin-right: 20px;
}
header #menu-gnavi li a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

header #menu-gnavi li a:hover {
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}

.post-type-archive-sean header #menu-gnavi li#menu-item-4 a{
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}

.post-type-archive-resarch_example header #menu-gnavi li#menu-item-147 a{
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}

.page-id-22 header #menu-gnavi li#menu-item-5 a{
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}

.page-id-37 header #menu-gnavi li#menu-item-6 a{
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}

.post-type-archive-report header #menu-gnavi li#menu-item-7 a{
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}

.post-type-archive-company header #menu-gnavi li#menu-item-8 a{
	border-bottom: 2px solid #eb5c02;
	color: #eb5c02;
	opacity: 1;
	padding-bottom: 18px;
}


/* logo */

.logo div {
    margin-top: 13px;
}
.logo-img {
}
/* nav */
.sidebar {
	width: 300px;
	height: 100vh;
	float: left;
	margin-top:20px;
}
.sidebar ul {
	margin: 20px 0;
}
.sidebar ul li {
	margin-bottom: 1px;
}
.sidebar ul li a {
	background: #eb5c02;
	display: block;
	padding: 20px 30px;
	color: #fff;
	font-size: 2.0rem;
}

.s-ad01{
	    margin-bottom: 20px;	
}
/* main */
.main-column {
	float: right;
	width: calc(100% - 320px);
	margin-left: 20px;
}
.main-column .mv img {
	width: 100%;
}

.f_ad {
    width: 640px;
    margin: 40px auto;
}

.f_ad div{
	display: inline-block;
	text-align: center;
}

.f_ad div:first-child{
	margin-right: 15px;
}

/* footer */
.footer {
	padding: 2%;
	background: #615d5d;
	text-align:center;
}
.footer .f_menu {
	text-align: center;
	margin-bottom: 25px;
}
.footer ul li {
	display: inline-block;
	margin-right: 20px;
}
.footer ul li a {
	color: #fff;
	font-size: 1.6rem;
}
.footer ul li:last-child {
	margin: 0;
}
.footer .copy {
	text-align: center;
	color: #fff;
}

#menu-gnavi-2{
	text-align:center;
}

.outer,.outer_w{
	position: relative;
}

.outer:after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 10;
    background: no-repeat center center;
    background-image: url(./images/outer.png);
	margin-left: 5px;
	    vertical-align: middle;
}

.outer_w:after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 10;
    top: 5px;
    right: 5px;
    background: no-repeat center center;
    background-image: url(./images/outer_w.png);
	margin-left: 5px;
	    vertical-align: middle;
}

.to_top{
	background: #eb5c02;
    padding: 15px 19px;
    box-sizing: border-box;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    display: block;
    color: #fff;
   }
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('./fonts/font-name.eot');
	src: url('./fonts/font-name.eot#iefix') format('embedded-opentype'),  url('./fonts/font-name.woff') format('woff'),  url('./fonts/font-name.ttf') format('truetype'),  url('./fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1000px) {
	
	.f_ad01.pc{
		display: none !important;
	}
	
	.f_ad div {
    display: block;
    text-align: center;
}
	
.pc {
	display: none;
}
.sp {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0 !important;
}
h2 {
	font-size: 3rem;
	color: #eb5c02;
	margin: 0 !important;
}
.logo {
	text-align: left;
	padding: 1% 1%;
}
	.in {
    width: 100%;
    padding:0 4%;
	}
.logo img{
	vertical-align:middle;
}
header {
	height: 80px;
	   position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

header .right {
	float: none;
}
header #menu-gnavi li a:hover {
    border-bottom:none;
    color: #fff;
    opacity: 1;
}
#nav-toggle {
	height: 80px;
	width: 80px;
	z-index: 9999999;
	position: absolute;
	top: 0;
	right: 0;
	background: #eb5c02;
	padding: 15px 0;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 70%;
	background: #ffffff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 20px;
    left: 11px;
}
#nav-toggle span:nth-child(2) {
	top: 36px;
    left: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 55px;
    left: 11px;
}
.open#nav-toggle span:nth-child(1) {
	top: 35px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open#nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open#nav-toggle span:nth-child(3) {
	top: 35px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
.gnav {
	position: absolute;
	top: -1000px;
	transition: 1s;
	width: 600px;
	z-index:999999;
}
header #menu-gnavi li {
	display: block;
	width: 107%;
	margin-left: -23px;
	background: #eb5c02;
	border-bottom: 2px solid #FFF;
	padding-left: 20px;
}
header #menu-gnavi li a {
	display: block;
	color: #fff;
}
.gnav.open {
	top: 79px;
	z-index: 999;
}


.post-type-archive-sean header #menu-gnavi li#menu-item-4 a{
	color: #fff;
}

.post-type-archive-resarch_example header #menu-gnavi li#menu-item-147 a{
	color: #fff;
}
.page-id-22 header #menu-gnavi li#menu-item-5 a{
	color: #fff;
}

.page-id-37 header #menu-gnavi li#menu-item-6 a{
	color: #fff;
}

.post-type-archive-report header #menu-gnavi li#menu-item-7 a{
	color: #fff;
}

.post-type-archive-company header #menu-gnavi li#menu-item-8 a{
	color: #fff;
}

body {
	font-size: 1.8rem;
}
.sidebar {
	display: none;
}
.sidebar ul li a {
	background: #eb5c02;
	padding: 20px 40px;
	width: 100%;
	display: block;
	font-size: 2.0rem;
	color: #fff;
}
.main-column {
	float: none;
	width: 100%;
	margin: 5% 0 0 0;
}
.footer .left.cat {
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
}

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

body {
    font-size: 1.5rem;
}

	header {
    height: 3em;
}
	
	#nav-toggle {
    height: 3em;
    width: 3em;
    padding:0;
}

#nav-toggle span:nth-child(1) {
    top: 25%;
    left: 17%;
}

#nav-toggle span:nth-child(2) {
    top: 50%;
    left: 17%;
}

#nav-toggle span:nth-child(3) {
    top: 75%;
    left: 17%;
}

.gnav.open {
    top: 3em;
}

.open#nav-toggle span:nth-child(3) {
    top: 50%;
}

.open#nav-toggle span:nth-child(1) {
    top: 50%;
}
	
	.footer {
    padding: 5%;
	}
	
	.footer ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 5%;
	}
	
	.f_ad {
    width: 300px;
    margin: 40px auto;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}


.sidebar .menu-item-174,.gnav .menu-item-174{
	display:none !important;
	}
	

/*検索*/
	
.drill_in table{
	    width: 100%;
	    border-spacing:0 !important;
	    border-bottom: 1px solid #cccccc;
	}
	
#searchform table th, #searchform table td {
    text-align: left;
}

#searchform table th small{
	    color: #888;
    line-height: 1.5;
    display: block;
}

#searchform table th {
    color: #eb5c02;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 10px 0;
    background:none;
    vertical-align: middle;
    padding: 10px;
    width: 27%;
    border-top: 1px solid #cccccc;
    display: table-cell;
}
#searchform table td {
	background:none;
	border-top: 1px solid #cccccc;
}
#searchform table label {
    display: inline-block;
    margin: 5px;
        font-size: 1.4rem;
}

#searchform table input[type=radio] {
	margin-right: 5px;
	}
	
#searchform table input[type=checkbox] {
	vertical-align:middle;
	margin-right: 5px;
	}
	
#searchform input[type=submit] {
    color: #fff;
    padding: 15px 25px;
    background-color: #eb5c02;
    width: 50%;
    font-weight: bold;
    border-radius: 5px;
    margin: 50px auto;
    display: block;
    font-size: 2.0rem;
}

.search .main-column{
	margin-top: 59px;
	}

.search .sidebar {
    width: 300px;
    height: 100vh;
    float: left;
    margin-top: 80px;
}



@media only screen and (max-width:1000px) {
	.home .drill h2{
	color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    margin: 30px;
    background: #eb5c02;
    padding: 10px;
    position:relative;
	}
	
.home .drill h2:after {
    content: "▲";
    position: absolute;
    right: 2%;
    transform: rotate(180deg);
    font-size: 1.6rem;
    top: 30%;
    transition:0.5s;
}

.drill h2.open:after {
    transform: rotate(0deg);
   }
	
	#searchform tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

#searchform tbody tr {
    display: table-row;
}

#searchform table td:nth-child(2) {
    padding: 10px 10px;
    display: block;
    margin-bottom: 2px;
    height: auto;
    box-sizing: border-box;
    padding: 18px !important;
    width: auto;
}

.search .post-type-archive-company th, .search .post-type-archive-company td {
    display: table-cell;
    width: 100%;
    text-align: left;
}

}

.orng{
	color:#eb5c02;
	}

.r_re_tbl{
	padding:20px;
	background: #ffefd8;
	}

.r_re_tbl td {
    background: none !important;
    padding: 5px 0 !important;
    color:#888;
}
.r_re_tbl th{
vertical-align: middle;
    text-align: right;
    width: 25%;
	}