.mv{
	background: url(./../images/common/wood_bg.jpg) no-repeat;
	margin-top:50px;
}

.mv .ttl_img{
	text-align:center;
	padding:30px 0;
}

h2 {
    color: #eb5c02;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    margin: 30px;
}

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

	h2 {
    font-size: 3.0rem;
    margin: 30px;
    margin-bottom: 25px !important;
	}
	
	.mv{
	margin-top:80px;
	    background-size: cover;
}

	
}


/*-----------------------

利用シーン

-----------------------*/

.sean-arc_li{
	margin-top: 20px;
}

.sean-arc_li ul li:hover{
	opacity:0.8;
}

.post-type-archive-sean .text_area.inline{
    width: 80%;
    margin-left: 4%;
    vertical-align: middle;
}

.post-type-archive-sean h2{
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 2.0rem;
}

.post-type-archive-sean .sean-arc_li li{
    background: #ffefd8;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
    font-weight: normal;
    text-align: left;
	margin-bottom: 20px;
	display: block;
}


.post-type-archive-sean .view-article{
    background: #eb5c02;
    color: #fff;
    text-align: center;
    border-radius: 30px;
	display: block;
	float: right;
	padding: 5px 20px;
    margin-top: 15px;
}

.single-sean h1 {
    background: #ffefd8;
    padding:10px 24px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	font-size: 2.5rem;
    font-weight: normal;
    text-align: left;
    margin-left: 0;
	color: #eb5c02;
}

.single-sean h1 img {
        vertical-align: middle;
    margin-right: 20px;
	width:70px;
}



.single-sean h2 {
    font-size: 2.0rem;
    font-weight: normal;
    text-align: left;
	margin-left:0;
	font-weight: bold;
}

.single-sean h2:before {
    content: '';
    background: url(./../images/ttl_icon_01.png) no-repeat;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    display: inline-block;
    margin-right: 5px;
	    background: #eb5c02;
    margin-bottom: 3px;
}

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

.post-type-archive-sean .text_area.inline {
    width: 74%;
    margin-left: 4%;
    vertical-align: middle;
}

.post-type-archive-sean h2 {
    font-size: 3.0rem;
}
	
.sean-arc_li {
    margin-top: 20px;
	margin-bottom: 20px;
}
	.single-sean h1{
		margin-bottom: 40px !important;
}
	
	.single-sean h1 img {
		display: none;
		margin-bottom: 40px;
}
	
	.single-sean h2{
		margin-top: 40px !important;
		font-size: 2.5rem;
	}

}

/*-----------------------

無料調査レポートページ

-----------------------*/
.post-type-archive-report .main-column{
	    margin-top: 20px;
}

.post-type-archive-report h2:before{
	content:'';
	background: url(./../images/ttl_icon_03.png) no-repeat;
	height: 41px;
    width: 41px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.post-type-archive-report .repot_company{
	margin-bottom:50px;
}

.post-type-archive-report .comp_logo{
    display: inline-block;
    width: 230px;
    height: 230px;
    padding: 50px;
    box-sizing: border-box;
    border: 1px #d0d0d0 solid;
    border-radius: 50%;
    position: relative;
	vertical-align: middle;
}

.post-type-archive-report .comp_logo img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.post-type-archive-report .description{
    display: inline-block;
    width: 63%;
    margin-left: 5%;
	vertical-align: middle;
	line-height:1.5;
}

.post-type-archive-report .report_link{
	display: block;
    background: #eb5c02;
    margin: 0 15px;
    text-align: center;
    font-size: 2.5rem;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.4);
	margin-top:25px;
}

@media only screen and (max-width:1000px) {
	.post-type-archive-report .comp_logo {
    display: block;
    margin: 0 auto;
	}
	.post-type-archive-report .description {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
	}
	.post-type-archive-report .report_link {
    text-align: center;
    font-size: 2.5rem;
    padding: 20px 0;
	margin:25px 0 0;
	}
}

/*-----------------------

フローページ

-----------------------*/

.lead_txt{
	margin:40px 0;
}

.flow_cont ul li {
display: inline-block;
    background: #ffefd8;
    padding: 24px 7px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
    min-height: 190px;
    margin-right: 6px;
    position: relative;
}

.flow_cont ul li:after {
    background: url(./../images/flow_arrow.png) no-repeat;
    width: 25px;
    height: 42px;
    content: "";
    display: block;
    position: absolute;
    top: 75px;
    right: -18px;
    z-index: 2;
}

.flow_cont ul li:last-child:after{
	display: none;
}

.flow_cont ul li:last-child{
	margin-right:0px;
}

.flow_cont ul li .txt{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight:600;
	margin-left: 25px;
	margin-top: 10px;
}

.flow_cont ul li .step{
    color: #eb5c02;
    font-size: 1.8rem;
    font-weight: 800;
}

.flow_cont ul li .step span{
	    background: #fff;
    border-radius: 85px;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    padding: 1px 9px;
    margin-left: 5px;
    font-size: 2.2rem;
}

.step_dt_in{
	background:#ffefd8;
	padding:20px;
	border-radius:10px;
	margin-bottom:30px;
}

.step_dt_in .step_ttl .step{
    color: #eb5c02;
    font-size: 1.8rem;
    font-weight: 800;
	display:inline-block;
}

.step_dt_in .step_ttl .step span{
	    background: #fff;
    border-radius: 85px;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    padding: 1px 9px;
    margin-left: 5px;
    font-size: 2.2rem;
}

.step_dt_in .step_ttl h3{
	display:inline-block;
	margin-left:20px;
	font-size:1.6rem;
}

.s_txt{
	margin-top:15px;
	line-height:1.5;
}

.sean{
	margin-top:50px;
	margin-bottom:100px;
}

.flow .flow ul li{
width: 23%;
    text-align: center;
    display: inline-block;
    margin-right: 1%;
	position:relative;
}

.flow .flow ul li:after{
	background: url(./../images/flow_arrow.png) no-repeat;
    width: 25px;
    height: 42px;
    content: "";
    display: block;
    position: absolute;
    top: 130px;
    right: -18px;
    z-index: 2;
}

.flow .flow ul li:last-child:after{
	display:none;
}

.flow .flow ul li a{
    display: inline-block;
    position: relative;
    background: #ffefd8;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}

.flow .flow ul li a h3{
	margin:5px 0;
	font-size:1.6rem;
	color:#eb5c02;
	min-height: 44px;
}

.flow .flow ul li a p{
	margin:5px 0;
}

.flow .flow ul li a .to_detail{
	background:#eb5c02;
	color:#fff;
	text-align:center;
	border-radius:30px;
}

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

.flow_cont ul li {
    display: block;
    margin-bottom: 18px;
	    min-height: auto;
}

.flow_cont ul li .step {
    display: inline-block;
    margin-left: 25px;
}

.flow_cont ul li .txt {
    writing-mode: inherit;
    display: inline-block;
}

.flow_cont ul li:after {
    top: 75px;
	right:50%;
    z-index: 2;
    transform: rotate(90deg);
}

.flow .flow ul li {
    width: 100%;
    margin-bottom: 3%;
	}
	.flow .flow ul li:after {
    background: url(./../images/flow_arrow.png) no-repeat;
    width: 40px;
    height: 65px;
    content: "";
    display: block;
    position: absolute;
    top: 190px;
    right: 50%;
    z-index: 2;
    transform: rotate(90deg);
    background-size: cover;
}
	.flow .flow ul li a .to_detail {
    width: 32%;
	}
	.flow .flow ul li a {
    width: 100%;
	}
	.flow .flow ul li a h3 {
    font-size: 3rem;
    width: 75%;
    float: right;
    text-align: left;
	}
	.flow .flow ul li a img{
	position: absolute;
    left: 30px;
    top: 20px;
	}
	.flow .flow ul li a p {
    margin: 5px 0;
    width: 75%;
    float: right;
    text-align: left;
	}
}

/*-----------------------

リサーチ手法

-----------------------*/

.technique{
	background:#eeeeee;
	    padding: 40px 30px;
	margin-top:40px;
}

.technique h2:before{
	content:'';
	background: url(./../images/hand_icon.png) no-repeat;
	height: 43px;
    width: 41px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.technique h2{
	    margin:0px 0 40px;
}

.technique ul li{
	width: 48%;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
	float: left;
	margin:0px 20px 20px 0;
	    min-height: 335px;
}

.technique ul li:nth-child(2n){
	margin:0px 0px 20px 0;
}

.technique ul li h3{
	color:#eb5c02;
	font-size:1.8rem;
	margin-bottom:20px;
}

.technique ul li .tech_txt{
	color:#383534;
	font-size:1.6rem;
	margin-top:20px;
	text-align:left;
}

/*-----------------------

会社紹介

-----------------------*/

.post-type-archive-company table{
	border-collapse: separate;
    border-spacing: 1px;
}

.compaly_list{
	margin-bottom:70px;
}

.company_table{
	margin: 30px 0;
}

.company_table th{
	    width: 21%;
    vertical-align: middle;
    background: #eb5c02;
    color: #fff;
    padding: 10px 0;
}

.post-type-archive-company table td{
	vertical-align: middle;
    background: #ffefd8;
    padding: 20px;
}

.post-type-archive-company h2{
	text-align: left;
	margin-left: 0;
}

.post-type-archive-company h2 p{
        font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
    font-size: 1.6rem;
    color: #555;
}

.to_company_site{
	color: #eb5c02;
}

@media only screen and (max-width:1000px) {
.post-type-archive-company  thead{
	display: block;
}
	.company_table th{
		display: block;
		width: 100%;
		padding-left: 20px;
	}
.post-type-archive-company th,.post-type-archive-company td{
    display: block;
    width: 100%;
    text-align: left;
}
.post-type-archive-company table td {
    padding: 20px;
    display: block;
    margin-bottom: 2px;
}
}


/*-----------------------

事例

-----------------------*/

.single-resarch_example article{
	margin-top: 20px;
	font-size: 1.6rem;
}
.example_overview {
    border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    padding: 20px;
    position: relative;
}

.single-resarch_example .result_img {
    margin-right: 15px;
    width: 15%;
    text-align: center;
}

.eyecatch{
	margin-top: 40px;
}

.single-resarch_example h3 {
    font-size: 2.5rem;
    color: #eb5c02;
    margin-bottom: 20px;
}

.single-resarch_example .example_overview span {
    color: #eb5c02;
}

.single-resarch_example .text_area{
	background: #ffefd8;
    padding: 20px;
	margin-top:40px;
}

.single-resarch_example  .text_area_t{
	background: #fff;
    padding: 20px;
    width: 48%;
    border-radius: 10px;
}

.single-resarch_example .text_area_t:last-child{
	margin-left: 2%;
}

.single-resarch_example .text_area_t h3{
	text-align: center;
}

.single-resarch_example .text_area_m,.text_area_b{
	background: #fff;
    padding: 20px;
    border-radius: 10px;
	margin-top: 2%
}

.single-resarch_example .text_area_m h3,.text_area_b h3{
	text-align: center;
}

.single-resarch_example .implementation_content_table{
	margin-top:40px;
}

.implementation_content_table h3{
	text-align: center;
}

.implementation_content_table table{
	width:100%;
}

.implementation_content_table th{
	padding: 19px;
	width: 40%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #eb5c02;
}

.implementation_content_table td{
	padding: 19px;
	width: 60%;
	border: 1px solid #cccccc;
}

.implementation_content_table table tbody tr:nth-child(2n){
	background: #ffefd8;
}

.question_ex table{
	width:100%;
}

.question_ex th{
	padding: 19px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.question_ex td{
	padding: 19px;
	border: 1px solid #cccccc;
}

.question_ex table tbody tr:nth-child(2n){
	background: #ffefd8;
}

.question_ex{
	margin-top:40px;
}

.question_ex h3{
	text-align: center;
}

.single-resarch_example .result{
	background: #ffefd8;
    padding: 20px;
	margin-top:40px;
}

.single-resarch_example .result h3{
	text-align: center;
}

.single-resarch_example .result_in{
	background: #fff;
    padding: 20px;
    border-radius: 10px;
	margin-top: 2%
}

.post-type-archive-resarch_example .result{
	margin-top:50px;
}

.post-type-archive-resarch_example .result h2:before{
	content:'';
	background: url(./../images/ttl_icon_02.png) no-repeat;
	height:44px;
	width:30px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.post-type-archive-resarch_example .result ul li{
	border-top:1px solid #cccccc;
	padding:20px;
	position:relative;
}

.post-type-archive-resarch_example .result ul li:after{
    content: '';
    background: url(./../images/arrow.png) no-repeat;
    height: 39px;
    width: 20px;
    vertical-align: sub;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    right: 0px;
    top: 50px;
}

.post-type-archive-resarch_example .result ul li:last-child{
	border-bottom:1px solid #cccccc;
	padding:20px;
}

.post-type-archive-resarch_example .result h3{
	font-size:2.0rem;
	color:#eb5c02;
	margin-bottom:20px;
}

.post-type-archive-resarch_example .result ul li span{
	color:#eb5c02;
}

.post-type-archive-resarch_example .result ul li a{
	font-size:1.6rem;
}

.post-type-archive-resarch_example .result_img{
	margin-right:15px;
	    width: 15%;
    text-align: center;
}

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

.mv {
    margin-top: 3em;
    background-size: cover;
}

.sean {
    margin-top: 20%;
    margin-bottom: 20%;
}

.technique h2:before {
    display: block;
    margin: auto;
}

.single-resarch_example .result_img {
    margin-right: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 6%;
}

.single-resarch_example .text_area_t {
    padding: 8%;
    width: 100%;
}

.single-resarch_example .text_area_t:last-child {
    margin-left: 0;
    margin-top:4%;
    margin-bottom:4%;
}

.single-resarch_example .text_area_m, .text_area_b {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom:4%;
}

.post-type-archive-report .report_link {
    text-align: center;
    font-size: 2.0rem;
    padding: 5%;
    margin: 25px 0 0;
}

.post-type-archive-report .comp_logo img {
    width: 90%;
}

	.flow .flow ul li {
    margin-bottom: 6%;
	}
	
	.flow .flow ul li a {
    padding: 5%;
	}
	
.flow .flow ul li a h3 {
    font-size: 2rem;
    width: 100%;
    float: none;
    text-align: center;
}

.flow .flow ul li a p {
    margin: 5px 0;
    width: 100%;
    float: none;
    text-align: left;
}

.flow .flow ul li a .to_detail {
    width: 100%;
    margin-top: 5%;
}

.flow .flow ul li a img {
    position: static;
}

.flow .flow ul li:after {
    top: 93%;
    right: 42%;
}

.post-type-archive-resarch_example .result h3 {
    font-size: 2.0rem;
    margin-top:5%
}

.post-type-archive-resarch_example .result_img {
    width: 100%;
}

.post-type-archive-resarch_example .result ul li:after {
    height: 10%;
    width: 5%;
    top: 44%;
    background-size: 100%;
}

.post-type-archive-resarch_example .result ul li {
    padding: 6% 6% 6% 0;
}

.post-type-archive-resarch_example .result ul li:last-child {
    padding: 6% 6% 6% 0;
}

.post-type-archive-resarch_example .result_img img{
	width:60px;
}

.post-type-archive-sean .sean-arc_li li {
    margin-bottom: 6%;
     padding: 6%;
	}

.post-type-archive-sean h2 {
    font-size: 2.5rem;
    text-align: center;
}
	
.post-type-archive-sean .sean-arc_li li  .inline{
	display:block;
	text-align:center;
	}

.post-type-archive-sean .sean-arc_li li .inline.text_area {
    display: block;
    text-align: center;
    width:100%;
    margin:5% 0 5% 0%;
}

.post-type-archive-sean .view-article{
	display:block;
	width: 100%;
}

.technique ul li{
	width: 100%;
}
	

}