/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*760px以上*/
/*@media screen and (min-width: 760px) {

	.check,.menu-btn,.bar,.close-menu,.drawer-menu
	{
		display: none;
	}

}
*/

/*760px以下*/
/*
@media screen and ( max-width: 760px) {

	.drawer-menu ul {
	  margin: 0;
	  padding: 0;
		list-style: none;
	}

	.contents {
	    display: table;
	    width: 100%;
	    height: auto;
	    padding: 0;
	    margin: 0;
	    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-delay: .3s;
	    transition-delay: .3s;
	    -webkit-transition-duration: .5s;
	    transition-duration: .5s;
	}


	.drawer-menu {
	    box-sizing: border-box;
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 60%;
	    height: 100%;
	    padding: 100px 0 0 0;
	    background: #222;
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-duration: .5s;
	    transition-duration: .5s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	    transform-origin: right center;
	    -webkit-transform: perspective(500px) rotateY(-90deg);
	    transform: perspective(500px) rotateY(-90deg);
	    opacity: 0;
	}

	.drawer-menu>ul
	{
		border-top: 1px solid #4E5358;
	}

	.drawer-menu>ul>li
	{
		border-bottom: 1px solid #4E5358;
		min-height: 3em;
		line-height: 3em;
		font-size: 0.8em;
	}

	.drawer-menu ul li a {
		display: block;
		padding-left: 20px;
	}

	.drawer-menu>ul>li>ul>li
	{
		border-bottom: none;
		line-height: 2.5em;
	}

	.drawer-menu>ul>li>ul
	{
		margin-bottom: 0.5em;
	}

	.drawer-menu>ul>li a {
	    display: block;
	    color: #fff;
	    -webkit-transition: all .8s;
	    transition: all .8s;
	}

	.drawer-menu ul li ul li a
	{
		padding-left: 30px;
	}

	.check {
	    display: none;
	}

	.menu-btn {
	    position: fixed;
	    display: block;
	    top: 20px;
	    right: 20px;
	    display: block;
	    width: 40px;
	    height: 40px;
	    font-size: 10px;
	    text-align: center;
	    cursor: pointer;
	    z-index: 3;
	}

	.bar {
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	    width: 40px;
	    height: 1px;
	    background: #41454C;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	    transform-origin: left top;
	}

	.bar.middle {
	    top: 15px;
	    opacity: 1;
	}

	.bar.bottom {
	    top: 30px;
	    -webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	    transform-origin: left bottom;
	}


	.close-menu {
	    position: fixed;
	    top: 0;
	    right: 60%;
	    width: 100%;
	    height: 100vh;
	    background: rgba(0,0,0,0);
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    visibility: hidden;
	    opacity: 0;
	}

	.check:checked ~ .drawer-menu {
	    -webkit-transition-delay: .3s;
	    transition-delay: .3s;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    opacity: 1;
	    z-index: 2;
	}

	.check:checked ~ .contents {
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transform: translateX(-60%);
	    -ms-transform: translateX(-60%);
	    transform: translateX(-60%);
	}


	.check:checked ~ .menu-btn .bar.top {
	    width: 56px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.check:checked ~ .menu-btn .bar.middle {
	    opacity: 0;
	}

	.check:checked ~ .menu-btn .bar.bottom {
	    width: 56px;
	    top: 40px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.check:checked ~ .close-menu {
	    -webkit-transition-duration: 1s;
	    transition-duration: 1s;
	    -webkit-transition-delay: .3s;
	    transition-delay: .3s;
	    background: rgba(0,0,0,.5);
	    visibility: visible;
	    opacity: 1;
	    z-index: 3;
	}

}
*/

*{
margin:0;
padding:0;
}


img{
/*
display:block;
*/
vertical-align:bottom;
border:none;
}

* html *{
	/*font-family:YuGothic, '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',"メイリオ","Meiryo", Osaka, sans-serif;*/
}

*:first-child+html *{
	/*font-family:YuGothic, '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',"メイリオ","Meiryo", Osaka, sans-serif;*/
}

.clr{
clear:both;
}

hr,legend
{
display:none;
}

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearFix{min-height: 1px;}

* html .clearFix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

::-moz-selection {
color:#FFF;
background:#B6E2F2;
}

::selection {
color:#FFF;
background:#B6E2F2;
}

#content_box
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

a
{
	overflow:hidden;
	color:#18A1D2;
	cursor: pointer;
}

a:hover
{
	text-decoration: none;
}

html,body
{
	 height: 100%;
}

body
{
	/*font-family:"Helvetica",YuGothic, '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',"メイリオ","Meiryo", Osaka, sans-serif;*/
	font-family:"Helvetica",source-han-sans-japanese, sans-serif;
	line-height:1.5;
	color:#41454C;
	 -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


a,section a h1,.creative_list li a,.side_about_sns li a,section a div time,.work_list section a img,.new_post_list section a img,.new_post_list section a span,.header_logo ul li a,.wp-pagenavi a,.side_post_rank ol li a time,.content_footer ol li a time,.content_footer ul li a time,.side_post_rank ol li a h1,.content_footer ol li a h1,.content_footer ul li a h1,.work_content_footer ul li a h1,input[type="submit"],.header_logo ul.header_menu>li ul.header_menu_nest,.header_pickup_post ul li a,.header_pickup_post ul li a h1,.header_pickup_post ul li a img,.impression_content_footer ul li a h1,.impression_content_footer ul li a small
{
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pickup_menu ul li a h1
{
	-webkit-transition: border-color 0.4s;
	transition: border-color 0.4s;
}


input[type="text"],input[type="email"],input[type="tel"],textarea
{
	border: 1px solid #E1E1E1;
	padding: 0.2em 0.5em;
	font-size: 1em;
	color:#41454C;
	width: 80%;
}

input[type="text"].wpcf7-free-text
{
	width: 20rem;
}

input[type="submit"]
{
	font-size: 1.2em;
	padding: 0.4em 1em;
	cursor: pointer;
	outline:none;
}

.header_logo ul,.header_pickup_post ul,.side_about ul,.work_list section a ul,.cate_list,.pickup_menu ul
{
	list-style: none;
}

.side_web_service section p,.side_about h1,.side_about p
{
	font-size: 0.9em;
}

address
{
	font-style: normal;
}

.side_about h1
{
	font-weight: normal;
}




.content_in
{
	margin: 0 auto;
}

.content_in:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.content_in{min-height: 1px;}

* html .content_in{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.content_in_10
{
	margin: 0 auto;
}

.content_in_10:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.content_in_10{min-height: 1px;}

* html .content_in_10{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

section{min-height: 1px;}

* html section{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pickup_menu
{
	background: #F7F7F7;
	border-bottom: 1px solid #E1E1E1;
	height: 3.2em;
}

.pickup_menu ul li
{
	background: #F7F7F7;
	width: 25%;
	height: 3.2em;
	float: left;
	/*line-height: 2em;*/
	box-shadow : -1px 0 0 #E1E1E1;
}

.pickup_menu ul li a
{
	color:#41454C;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 3.1em;
	padding-top: 0.1em;
}

.pickup_menu ul li a h1
{
	font-size: 0.8em;
	display: inline;
	padding: 0 0.4em 0.2em 0.4em;
	border-bottom: 2px solid #41454C;
}

.pickup_menu ul li a small
{
	display: block;
	font-size: 0.6em;
	margin: 0.6em 0 0;
}

.pickup_menu ul li a:hover
{
	background: #18A1D2;
	color: #FFF;
}

.pickup_menu ul li a:hover h1
{
	border-bottom: 2px solid #FFF;
}

.header_logo
{
	border-bottom: 1px solid #E1E1E1;
}

.header_logo h1 a strong,.header_logo h1 a span,.header_logo ul.header_menu li
{
	float: left;
}


.header_logo h1,.footer_address h1 a
{
	text-indent: -7777px;
}


.header_logo ul.header_menu>li
{
	margin-left: 1em;
	position: relative;
}

.header_logo ul.header_menu>li ul.header_menu_nest
{
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	position: absolute;
	top: 2.8em;
	left: -0.2em;
	z-index: 100;
}

.header_logo ul.header_menu>li ul.header_menu_nest li
{
	font-size: 0.8em;
	background: #FFF;
	border-bottom: 1px dashed #E1E1E1;
	width: 100%;
	white-space: nowrap;
}

.header_logo ul.header_menu>li ul.header_menu_nest li:last-child
{
	border-bottom: none;
}

.header_logo ul.header_menu>li ul.header_menu_nest
{
	display: none;
	/*opacity: 0;*/
}

.header_logo ul.header_menu>li:hover ul.header_menu_nest
{
	display: block;
	/*opacity: 1;*/
}

.header_logo ul.header_menu>li ul.header_menu_nest li a
{
	background: #FFF;
	font-weight: normal;
	display: block;
	/*width: 100%;*/
	padding: 0.6em 0.8em;
	line-height: 1em;
}

.header_logo ul.header_menu>li ul.header_menu_nest li a:hover
{
	background: #F5FBFD;
}

.header_logo ul.header_menu
{
	float: right;
	line-height: 4em;
}

.header_logo ul.header_menu>li a
{
	text-decoration: none;
	font-weight: bold;
	color:#41454C;
}

.header_logo ul.header_menu>li a:hover
{
	color: #18A1D2;
}

/**/

.breadcrumbs
{
	background: #F7F7F7;
	padding: 0.4em 0;
	font-size: 0.8em;
	overflow: hidden;
}

.breadcrumbs a
{
	color:#41454C;
}

.breadcrumbs ol
{
	list-style: none;
}

.breadcrumbs ol li
{
	float: left;
	margin-right: 0.5rem;
}

.breadcrumbs ol li:last-child
{
	margin-right: 0;
}

.breadcrumbs ol li::after
{
	content: ">";
	margin-left: 0.5rem;
}

.breadcrumbs ol li:last-child::after
{
	content: none;
	margin-left: 0;
}

/**/

.header_pickup_post
{
	background: #F7F7F7;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 1em;
	padding-top: 1em;
}

.header_pickup_post h2
{
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 0.2em;
}

.header_pickup_post header h2
{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.5em;
}

.header_pickup_post header h2 span
{
	display: inline-block;
	padding: 0 0.6em;
	position: relative;
	margin-bottom: 0.5em;
}

.header_pickup_post header h2 span:before,
.header_pickup_post header h2 span:after
{
	border-top: 1px dashed #E1E1E1;
	content: "";
	position: absolute;
	top: 45%;
}

.header_pickup_post header h2 span:before
{
	right: 100%;
}

.header_pickup_post header h2 span:after
{
	left: 100%;
}

.header_pickup_post ul li
{
	float: left;
	width: 184px;
	margin-right: 5px;
	margin-left: 5px;
}

.header_pickup_post ul li a
{
	text-decoration: none;
	display: block;
}

.pickup_img_area
{
	position: relative;
}

.header_pickup_post ul li a header
{
	font-size: 0.7em;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	letter-spacing: -0.05rem;
}

.header_pickup_post ul li a header span
{
	padding: 0.1rem 0.3rem;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
}

.header_pickup_post ul li a header span
{
	background: rgba(25,168,215,0.8);
}

.header_pickup_post ul li a header span.cate_kagoshima
{
	background: rgba(25,168,215,0.8);
}

.header_pickup_post ul li a header span.cate_kagoshima
{
	/*background: rgba(247,174,48,0.8);*/
}

.header_pickup_post ul li a header span.cate_web_site
{
	background: rgba(15,104,175,0.8);
}

.header_pickup_post ul li a header span.cate_poster
{
	background: rgba(226,83,31,0.8);
}

.header_pickup_post ul li a header span.cate_namecard
{
	background: rgba(25,168,215,0.8);
}

.header_pickup_post ul li a header span.cate_web_service
{
	background: rgba(102,54,150,0.8);
}

.header_pickup_post ul li a header span.cate_illustration
{
	background: rgba(70,172,74,0.8);
}

.pickup_img_area
{
	background: #FFF;
	width: 184px;
	height: 138px;
	margin-bottom: 0.5em;
	text-align: center;
}

.pickup_img_area img
{
	width: auto;
	height: 100%;
}


.header_pickup_post ul li a h1
{
	color:#41454C;
	font-size: 1em;
	font-weight: normal;
	font-size: 0.9em;
}

.header_pickup_post ul li a:hover header
{
	/*opacity: 1;*/
}

.main_content
{
	margin-top: 2em;
	border-bottom: 1px solid #E1E1E1;
}

.creative_list
{
	list-style: none;
}

.creative_list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.creative_list{min-height: 1px;}

* html .creative_list{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.creative_list li
{
	float: left;
	margin-right: 0.3em;
	margin-bottom: 0.3em;

}

.creative_list li span
{
	background: #575C65;
	padding: 0em 0.8em;
	height: 1.6em;
	line-height: 1.7em;
	border-radius: 0.8em;
	font-size: 0.8em;
	color: #FFF;
	display: block;
}

.creative_list li a
{
	display: block;
	text-decoration: none;
	border: 2px solid #E1E1E1;
	background: #FFF;
	border-radius: 1em;
	color: #575C65;
	padding: 0em 0.4em;
	height: 1.6em;
	line-height: 1.7em;
}

.cate_list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.cate_list{min-height: 1px;}

* html .cate_list{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.cate_list li
{
	float: left;
	margin-right: 0.5em;
	font-size: 0.9em;
	color: #FFF;
}

.cate_list li a,.cate_list li span
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0em 0.8em;
	height: 1.6em;
	line-height: 1.7em;
}

section a:hover .cate_list li span
{
	opacity: 1;
}

.cate_list li.cate_impression
{
	background: rgb(25,168,215);
}

.cate_list li.cate_kagoshima,.work_img_area_kagoshima
{
	background: rgb(247,174,48);
}

.cate_list li.cate_web_site,.work_img_area_web_site
{
	background: rgb(15,104,175);
}

.cate_list li.cate_poster,.work_img_area_poster
{
	background: rgb(226,83,31);
}

.cate_list li.cate_namecard,.work_img_area_namecard
{
	background: rgb(70,172,74);
}

.cate_list li.cate_web_service,.work_img_area_web_service
{
	background: rgb(102,54,150);
}

.cate_list li.cate_post,.post_img_area
{
	background: rgb(24,161,210);
}

.cate_list li.cate_illustration,.work_img_area_illustration
{
	background: rgb(70,172,74);
}

.cate_list,.margin-bottom-1
{
	margin-bottom: 1em;
}

/**/

.main_btn,.sub_btn
{
	text-align: center;
}

.main_btn
{
	margin-top: 1.5em;
}

.sub_btn
{
	margin-top: 1em;
}

.main_btn a,.sub_btn a
{
	display: inline-block;
}

.main_btn a,.sub_btn a,.list_btn a,input[type="submit"]
{
	border: 2px solid #18A1D2;
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
	color: #18A1D2;
	font-weight: bold;
}

.main_btn a
{
	padding: 0.6em 2em 0.5em;
}

.sub_btn a
{
	font-size: 0.8em;
	padding: 0.5em 0em;
	width: 80%;
}

.main_btn a:hover,.sub_btn a:hover,.list_btn a:hover,input[type="submit"]:hover
{
	background: #18A1D2;
	color: #FFF;
}

.content_area_in:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.content_area_in{min-height: 1px;}

* html .content_area_in{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.content_area_in,.work-content-main,.impression-content-main
{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

.work-content-main-img img
{
	width: 620px;
	height: 465px;
}

.header_content
{
	padding-bottom: 1.5em;
}

.header_bottom_content
{
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #E1E1E1;
}

.work_list section a,.new_post_list section a
{
	border-bottom: 1px dashed #E1E1E1;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

.work_list a:hover img,.new_post_list a:hover img,.new_post_list a:hover span,.header_pickup_post ul li a:hover div img
{
	opacity: 0.7;
}

/*.work_list section a img,.new_post_list section a img
{
	float: left;
	margin-right: 20px;
}
*/
.work_list section a h1,.new_post_list section a h1
{
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}

.work_list section a strong
{
	display: block;
	margin-bottom: 0.8em;
	color: #AFAFAF;
	font-weight: lighter;
	font-size: 0.9em;
}

.new_post_list section a time
{
	color: #AFAFAF;
	font-size: 0.9em;
	font-weight: lighter;
}

.work_list section a,.new_post_list section a
{
	display: block;
}

.work_list section a:hover,.new_post_list section a:hover,.side_post_rank ol li a:hover,.content_footer ol li a:hover,.content_footer ul li a:hover,.work_content_footer ul li a:hover,.impression_content_footer ul li a:hover
{
	background: #F5FBFD;
}

section a:hover h1,section a:hover div time,.header_pickup_post ul li a:hover h1
{
	color: #18A1D2;
}

.content_list_area
{
	margin-bottom: 1.5em;
}

.ad_area a
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.contact_link_area ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.contact_link_area ul{min-height: 1px;}

* html .contact_link_area ul{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.contact_link_area ul
{
	list-style: none;
	margin: 0 auto;
}

.contact_link_area ul li
{
	float: left;
	width: 33%;
}

.contact_link_area_work ul li
{
	width: 50%;
}

.list_btn a
{
	font-size: 0.8em;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
}




/**/

.side_link ul
{
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 2em;
}

.side_link ul li a
{
	border-top: 1px solid #E1E1E1;
	display: block;
	padding: 0.5em 0 0.4em 0.4em;
}

.side_link .side_ttl a
{
	color:#41454C;
}

.side_link ul.impression_list
{
	border-bottom: none;
}

.side_link ul.impression_list li a
{
	display: inline;
	border-top: none;
}

.side_address
{
	border-top: 1px solid #E1E1E1;
	font-size: 0.9em;
	padding-top: 0.8em;
	margin-top: 0.8em;
}

.side_address iframe
{
	margin-top: 0.4em;
}

.side_about,.side_flickr,.side_facebook,.side_contact_in
{
	background: #F7F7F7;
	box-shadow: inset 1px 1px 0 #E1E1E1,inset -1px -1px 0 #E1E1E1;
	padding: 15px;
}

.side_flickr,.side_facebook,.side_contact_in
{
	box-shadow: inset 1px 0px 0 #E1E1E1,inset -1px -1px 0 #E1E1E1;
}

.side_contact_in p
{
	margin-bottom: 0.5rem;
}



.side_contact_in ul
{
	margin-left: 1.2rem
}

.side_about p
{
	margin-bottom: 0.5em;
}

.side_about h1
{
	margin-bottom: 1rem;
}

.side_about_sns
{
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.side_about_sns li
{
	display: inline;
}

.side_about_sns li a
{
	background: #FFF;
	border-radius: 50%;
	border: 3px solid #E1E1E1;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.side_about_sns li a:hover,.creative_list li a:hover
{
	border: 3px solid #FFF;
}

.side_about_creative li a
{
	font-size: 0.8em;
}

.side_about_skill
{
	margin-bottom: 1em;
}

.side_about_skill header strong
{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.5em;
	font-weight: normal;
}

.side_about_skill header strong span
{
	display: inline-block;
	padding: 0 0.6em;
	position: relative;
	margin-bottom: 0.5em;
}

.side_about_skill header strong span:before,
.side_about_skill header strong span:after
{
	border-top: 1px dashed #E1E1E1;
	content: "";
	position: absolute;
	top: 45%;
	width: 300px;
}

.side_about_skill header strong span:before
{
	right: 100%;
}

.side_about_skill header strong span:after
{
	left: 100%;
}

.side_facebook,.side_content,.side_web_service,.side_contact_in
{
	margin-bottom: 2em;
}

.side_post_rank
{
	margin-bottom: 1em;
}

.side_post_rank ol
{
	border-top: 1px dashed #E1E1E1;
	list-style: none;
}

.side_post_rank ol li a
{
	border-bottom: 1px dashed #E1E1E1;
	padding-bottom: 1em;
	padding-top: 1em;
	display: block;
	text-decoration: none;
}

.side_post_rank ol li a img
{
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 90px;
}

.side_post_rank ol li a time,.content_footer ol li a time,.content_footer ul li a time,.impression_content_footer ul li small
{
	color: #AFAFAF;
	font-size: 0.8em;
	font-weight: lighter;
}

.side_post_rank ol li a h1,.content_footer ol li a h1,.content_footer ul li a h1,.work_content_footer ul li a h1,.impression_content_footer ul li a h1
{
	color:#41454C;
	font-size: 0.9em;
	line-height: 1.4em;
}

.side_post_rank ol li a:hover time,.content_footer ol li a:hover time,.content_footer ul li a:hover time,.side_post_rank ol li a:hover h1,.content_footer ol li a:hover h1,.content_footer ul li a:hover h1,.work_content_footer ul li a:hover h1,.impression_content_footer ul li a:hover h1,.impression_content_footer ul li a:hover small
{
	color: #18A1D2;
}

.side_category_list ul
{
	font-size: 0.9em;
	list-style: none;
	overflow: hidden;
}

.side_category_list ul li
{
	display: inline;
}

.side_web_service
{
	background: #FFF;
	box-shadow: inset 1px 1px 0 #E1E1E1,inset -1px -1px 0 #E1E1E1;
}

.side_web_service h1
{
	text-align: center;
	font-size: 1em;
}

.side_web_service header
{
	height: 3em;
	border-bottom: 1px solid #E1E1E1;
	line-height: 3.2em;
}

.side_web_service section
{
	padding: 20px;
}

.side_web_service section h1
{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.side_web_service section img
{
	margin-bottom: 0.4em;
}

.side_web_service_no_last
{
	border-bottom: 1px dashed #E1E1E1;
}

.side_web_service section p
{
	margin-bottom: 1em;
}

.side_web_service section a
{
	display: block;
	margin: 0 auto;
	width: 80%;
	background: #18A1D2;
	border: 2px solid #18A1D2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0.5em;
	border-radius: 5px;
}

.side_web_service section a:hover
{
	background: #FFF;
	color: #18A1D2;
}

/**/

.side_contact
{
	text-align: center;
	margin-bottom: 2em;
}

.side_contact .wpcf7
{
	position: relative;
}

.wpcf7 dl dt,.wpcf7 dl dt p
{
	margin-bottom: 0rem;
}

.wpcf7 .mandatory
{
	background: #EF6060;
	border-radius: 0.3rem;
	padding: 0.1rem 0.5rem;
	color: #FFF;
	font-size: 0.8rem;
	margin-left: 0.5rem;
}

.side_contact form .ajax-loader
{
	display: none;
}

.side_contact form textarea
{
	padding: 4px;
	width: 290px;
	height: 120px;
	border: 1px solid #E1E1E1;
}

.side_contact .screen-reader-response
{
	font-size: 1em;
	background: #FFF;
	position: absolute;
	width: 280px;
	top: 0
	left: 0;
}

.side_contact form input[type="submit"]
{
	font-weight: normal;
	background: #18A1D2;
	color: #FFF;
	font-size: 0.8em;
	border: 2px solid #18A1D2;
	width: 120px;
	display: block;
	margin: 0 auto 1em;
}

.side_contact form input[type="submit"]:hover
{
	background: #FFF;
	color: #18A1D2;
}

.side_contact small
{
	font-size: 0.8em;
	line-height: 1.4em;
	display: block;
}
/**/

.footer_menu
{
	border-bottom: 1px solid #E1E1E1;
}



.footer_menu
{
	padding: 0.6em 0;
}

.footer_menu ul
{
	list-style: none;
	text-align: center;
}

.footer_menu ul li
{
	display: inline;
}

.footer_menu ul li a
{
	color:#41454C;
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}




/**/

.footer_address
{
	overflow: hidden;
}

.footer_address h1 a strong,.footer_address h1 a span
{
	text-indent: -7777px;
}


.footer_address address
{
	font-size: 0.8em;
}

/**/

.footer_copy
{
	background: #41454C;
	text-align: center;
}

.footer_copy small
{
	color: #E1E1E1;
	font-size: 0.5em;
	font-weight: lighter;
}

.footer_copy small a
{
	text-decoration: none;
	color: #E1E1E1;
}



.content_footer,.work_content_footer,.impression_content_footer
{
	overflow: hidden;
	margin-bottom: 1em;
}

.content_footer ol,.content_footer ul,.work_content_footer ul,.impression_content_footer ul
{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}

.content_footer ol,.content_footer ul,.work_content_footer ul,.impression_content_footer ul
{
	gap:10px;
}


.content_footer ol li,.impression_content_footer ul li
{
	flex:  calc(25% - 7.5px);
	width:  calc(25% - 7.5px)\9;
	max-width:  calc(25% - 7.5px);
}

.work_content_footer ul li,.content_footer ul li
{
	flex:  calc(33.3% - 6.6px);
	width:  calc(33.3% - 6.6px)\9;
	max-width:  calc(33.3% - 6.6px);
}

.content_footer ol li,.content_footer ul li,.work_content_footer ul li,.impression_content_footer ul li
{

}

.content_footer ol li:last-child,.content_footer ul li:last-child,.work_content_footer ul li:last-child,.impression_content_footer ul li:last-child
{
	margin-right: 0;
}

.content_footer ol li a,.content_footer ul li a,.work_content_footer ul li a,.impression_content_footer ul li a
{
	display: block;
	text-decoration: none;
}

.content_footer ol li a img,.content_footer ul li a img,.impression_content_footer ul li a img
{
	width: 100%;
	height: auto;
	margin-bottom: 0.2em;
}

.content_footer ol li a span,.content_footer ul li a span,.impression_content_footer ul li a span
{
	text-align: center;
	width: 100%;
	/*height: 87px;*/
	display: block;
}

.work_content_footer ul li a img
{
	margin-bottom: 0.5em;
}

.content_footer ol li a:hover img,.content_footer ul li a:hover img,.work_content_footer ul li a:hover img,.impression_content_footer ul li a:hover img
{
	opacity: 1;
}

.content_footer ol li a h1,.content_footer ul li a h1,.work_content_footer ul li a h1,.impression_content_footer ul li a h1
{
	color:#41454C;
}

.work-header time
{
	margin-bottom: 1em;
	font-size: 1.2em;
}

.entry_content_area,.content_footer_wrapper
{
	margin-bottom: 1.5em;
	border-bottom: 1px solid #E1E1E1;
}

.entry-header time
{
	font-size: 1em;
	margin-top: 0.5em;
}


.work-header time,.entry-header time,.author
{
	font-weight: lighter;
	display: block;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.entry-content
{
	line-height: 1.8em;
}


.entry-content section,.work-content
{
	margin-bottom: 2em;
/*	border-bottom: 1px solid #E1E1E1;
	box-shadow: 0 4px 0px #F7F7F7;
*/
	border-bottom: 1px dashed #E1E1E1;
	/*padding-bottom: 1em;*/
}

.impression-content
{
	margin-bottom: 2em;
}

.single_impression_list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.single_impression_list{min-height: 1px;}

* html .single_impression_list{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.single_impression_list
{
	font-size: 0.9em;
	border-top: 1px dashed #E1E1E1;
	border-bottom: 1px dashed #E1E1E1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.single_impression_list span,.single_impression_list li
{
	float: left;
	margin-right: 1em;
}

.single_impression_list ul
{
	list-style: none;
}

.single_impression_list span
{
	font-weight: lighter;
}

.entry-header
{
	margin-bottom: 2em;
}

.entry-content h2,.content_footer h2,.side_ttl,.work_content_footer h2,.impression_content_footer h2
{
	border-radius: 5px;
	font-size: 1.2em;
	margin-bottom: 1.2em;
	background: #F7F7F7;
	padding: 0.3em 0.8em;
}

.entry-content  h1
{
	font-size: 1.2em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #E1E1E1;
}

.entry-content blockquote,.work-comm
{
	border-radius: 5px;
	border: 1px solid #E1E1E1;
	box-shadow: inset 0 0 0 4px #F7F7F7;
	padding: 0.8em 1em;
	display: inline-block;
}

.entry-content blockquote
{
	font-size: 0.8em;
}

.entry-content blockquote p
{
	margin-bottom: 0;
}

.entry-content table
{
	border-top: 1px solid #E1E1E1;
}

.entry-content table tr th,.entry-content table tr td
{
	padding: 0.2em 1em;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	font-size: 0.9em;
}

.entry-content table tr th
{
	background: #F7F7F7;
}

.entry-content table tr td
{
}

.entry-content table tr th:last-child,.entry-content table tr td:last-child
{
	border-right: none;
}

.entry-content h3
{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 0.5em;
	font-size: 1.2em;
}

.entry-content p,.entry-content blockquote,.entry-content  h1,.entry-content  h2,.entry-content h3,.entry-content  table,.entry-content ol,.entry-content ul,.entry-content figcaption,.entry-content dl
{
	margin-bottom: 1em;
}

.work-comm
{
	font-size: 0.8em;
	padding: 0.8em 1em 0;
	/*width: 100%;*/
	display: block;
	margin-bottom: 2em;
}

.impression-cate-area
{
	margin-bottom: 1em;
	overflow: hidden;
}

.impression-cate-area strong
{
	margin-right: 1em;
	float: left;
}

.impression-comm dl dd ul
{
	line-height: 1.5em;
}

.work-comm p
{
	margin-bottom: 0.8em;
}

.entry-content strong
{
	display: inline-block;
	margin-bottom: 0.5em;
	/*background: #18A1D2;*/
	/*color: #18A1D2;*/
	/*border-bottom: 3px double #18A1D2;*/
	padding: 0.3em 0.5em 0.2em;
	/*border-bottom: 1px solid #18A1D2;*/
	/*box-shadow: 0 3px 0 0px #F5FBFD;*/
	border: 1px solid #E1E1E1;
	border-radius: 3px;
	background: #F7F7F7;
	/*box-shadow: 0 3px 0 0px #F7F7F7;*/
}

.entry-content ul,.entry-content ol
{
	margin-left: 1.5em;
}

.entry-content dl
{
	border: 1px solid #E1E1E1;
	box-shadow: inset 0 0 0 4px #F7F7F7;
	border-radius: 5px;
	font-size: 0.9em;
	padding: 0.8em 1em;
}

.entry-content .wpcf7 dl
{
	padding: 0;
	font-size: 1rem;
	border:none;
	box-shadow:none;
}

.entry-content dl dt
{
	font-weight: bold;
}

.entry-content dl ol,.entry-content dl ul
{
	margin-bottom: 0;
}


.entry-content figure
{
	max-width: 100%;
	height: auto;
}

.entry-content img,.side_logo img
{
	max-width: 100%;
	height: auto;
}

.entry-footer
{
	margin-bottom: 2em;
	background: #F7F7F7;
	padding: 0.5em 1em;
	font-size: 0.8em;
	overflow: hidden;
}

.entry-footer ul
{
	list-style: none;
}

.entry-footer ul li
{
	float: left;
}

.post-navigation
{
	border-bottom: 1px solid #E1E1E1;
	overflow: hidden;
	padding-bottom: 1.7em;
	font-size: 0.9em;
	margin-bottom: 1em;
}

.navi_prev,.navi_next
{
	width: 50%;
}

.navi_prev
{
	float: left;
}

.navi_prev span
{
	float: left;
	margin-right: 0.5em;
}

.navi_next
{
	float: right;
	text-align: right;
}

.navi_next span
{
	float: right;
	margin-left: 0.5em;
}


/*type-page*/

.entry-content iframe
{
	max-width: 100%;
}



/**/


.wp-pagenavi
{
	/*padding-top: 1.5em;*/
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-pagenavi:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.wp-pagenavi{min-height: 1px;}

* html .wp-pagenavi{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/**/

.work-content img
{
	margin-bottom: 1.5em;
}

.work-details
{
	margin-bottom: 1em;
}

.work-details dt
{
	font-weight: bold;
	margin-bottom: 0.4em;
	font-size: 1.1em;
}


.work-img:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.work-img{min-height: 1px;}

* html .work-img{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.work-img img
{
	margin-bottom: 0;
	border-radius: 5px;
}

.work-img-pc,.work-img-sp
{
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 2em;
	box-shadow: 0 0 2px rgba(65,69,76,0.4);
}

.work-img-pc
{
	/*height: 465px;*/
}

.work-img-pc img
{
	width: 620px;
	height: auto;
}

.work-img-sp
{
	width: 300px;
	text-align: center;
}

.work-img-sp img
{
	width: 300px;
	height: auto;
}

/*コメント*/

.comments-area
{
	border-bottom: 1px solid #E1E1E1;
	padding-top: 1em;
}

.comments-area p
{
	margin-bottom: 1em;
}

.comments-area h2
{
	font-size: 1.2em;

}

.comments-area h3
{
	border-bottom: 1px dashed #E1E1E1;
	padding: 0.2em 0;
	font-size: 1em;
	margin-bottom: 15px;
	margin-left: 3px;
}

.comments-area ol
{
	list-style: none;
}

.comments-area ol li
{
	padding: 0.2em 0.5em;
}

.comments-area ol li:nth-child(even)
{
	background: #F7F7F7;
}

.comments-area ol li img
{
	height: 24px;
	width: 24px;
}

.comments-area ol li time
{
	font-size: 0.6em;
}

.comment-form-comment label
{
	display: block;
}

/*sns_btn_area*/

.sns_btn_area
{
	/*text-align: center;*/
	/*overflow: hidden;*/
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

.sns_btn_area:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.sns_btn_area{min-height: 1px;}

* html .sns_btn_area{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.sns_btn
{
	margin-right: 5px;
	margin-left: 5px;
}

.simplemap
{
	margin-bottom: 1em;
}

/*.twitter a
{
	background: url(./img/tweet.png) 0 0 no-repeat;
	background-size: 70px 60px;
	display: block;
	width: 70px;
	height: 60px;
	text-indent: -7777px;
}
*/
.twitter a:hover
{
	opacity: 0.6;
}

/**/

form
{
	max-width: 100%;
}

form label
{
	white-space: nowrap;
	display: inline-block;
	margin-right: 5px;
}


/**/

.post_fb_like_btn
{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

.post_fb_like_btn_back
{
	background-position: center;
	background-repeat: no-repeat;
	height: 220px;
	background-size: 100%;
}

.post_fb_like_btn_work
{
	background-position: top center;
}

.post_fb_like_btnLike
{
	background: #41454C;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
	height: 170px;
}

.post_fb_like_btn_main
{
	margin-bottom: 1em;
	margin-top: 0.5em;
}


.index-info
{
	padding: 0.8rem 0;
	background: rgba(255,255,0,0.4);
	text-align: center;
	border-bottom: 1px solid #ffff00;
}

.single-thumbnail
{
	text-align: center;
	margin-bottom: 1rem;
}

.single-thumbnail img
{
	width: 400px;
	height: auto;
}

#post-6218 .entry-content dl
{
	border: none;
	box-shadow: none;
	padding: 0;
	font-size: 1rem;
	border-bottom: 2px solid #E1E1E1;
	border-radius: 0;
	padding-bottom: 1rem;
}


#post-6218 .entry-content dl strong
{
	display: block;
	line-height: 1rem;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-weight: normal;
}

#post-6218 .entry-content dl dt
{
	font-weight: normal;
	margin-bottom: 0.5rem;
	color: #969696;
}

/*760px以上*/
@media screen and (min-width: 760px) {

	.pickup_menu,.header_pickup_post,.breadcrumbs,.header_logo,.main_content,.footer_menu,.footer_address,.footer_copy
	{
		width: 1000px;
		min-width: 100%;
	}

	.content_in,.header_pickup_post header h2 span:before,.header_pickup_post header h2 span:after
	{
		width: 960px;
	}

	.content_in_10
	{
		width: 970px;
	}

	.pickup_menu ul li a h1 span,.side_web_service_title h1 span,.lien,.menu_btn,.sb-slidebar
	{
		display: none;
	}


	.footer_address
	{
		height: 3em;
		line-height: 3em;
	}

	.footer_address h1 a strong,.footer_address h1 a span,.footer_address address
	{
		float: left;
	}

	.footer_copy
	{
		height: 1.8em;
		line-height: 1.6em;
	}

	.pickup_menu ul li:last-child
	{
		box-shadow : 1px 0 0 #E1E1E1,-1px 0 0 #E1E1E1;
	}

	.content_area
	{
		flex: 62%;
		width: 62%\9;
		max-width: 62%;
	}

	.side_area
	{
		flex: 30%;
		width: 30%\9;
		max-width: 30%;
	}

/*	.contact_link_area ul
	{
		border-left: 1px dashed #E1E1E1;
	}
*/
	.contact_link_area ul li p
	{
		border-right: 1px dashed #E1E1E1;
	}

	.contact_link_area ul li:last-child p
	{
		border-right: none;
	}

	.list_btn a
	{
		width: 90%;
		font-size: 0.75em;
	}


	.header_logo
	{
		height: 4em;
	}

	.header_logo h1 a strong
	{
		background: url(./img/logo_l.png) right 0 no-repeat;
		background-size: 200px 24px;
		width: 200px;
		height: 24px;
		margin-top: 0.6em;
		margin-right: 0.4em;
	}

	.header_logo h1 a span
	{
		background: url(./img/sub_logo_l.png) 0 0 no-repeat;
		background-size: 121px 17px;
		width: 121px;
		height: 17px;
		margin-top: 0.75em;
	}

	.footer_address h1 a strong
	{
		background: url(./img/logo_l.png) right 0 no-repeat;
		background-size: 120px 14px;
		width: 120px;
		height: 14px;
		margin-top: 0.5em;
		margin-right: 0.2em;
	}

	.footer_address h1 a span
	{
		background: url(./img/sub_logo_l.png) 0 0 no-repeat;
		background-size: 72px 10px;
		width: 72px;
		height: 10px;
		margin-top: 0.6em;
		margin-right: 0.5em;
	}


	.content_area h1.header_ttl
	{
		font-size: 1.6em;
	}

	.side_post_rank ol li a div.content_float
	{
		margin-left: -130px;
	}

	.side_post_rank ol li a div.content_float_in
	{
		margin-left: 130px;
	}

	.work_list section a div.content_float
	{
		margin-left: -320px;
	}

	.work_list section a div.content_float_in
	{
		margin-left: 320px;
	}

	.new_post_list section a div.content_float
	{
		margin-left: -260px;
	}

	.new_post_list section a div.content_float_in
	{
		margin-left: 260px;
	}

	.side_post_rank ol li a div.content_float,.work_list section a div.content_float,.new_post_list section a div.content_float
	{
		float: left;
		width: 100%;
	}

	.work_img_area,.post_img_area
	{
		float: left;
		margin-right: 20px;
		text-align: center;
	}

	.work_img_area,.work_img_area img
	{
		width: 300px;
		height: 225px;
	}

	.post_img_area,.post_img_area span,.post_img_area img
	{
		width: 240px;
		height: 180px;
	}

	.post_img_area span
	{
		display: block;
		background: #FFF;
		overflow: hidden;
	}

	.post_img_area img
	{
		width: auto;
		height: 100%;
	}

	.sns_btn_area
	{
		padding-left: 120px;
	}

	.sns_btn
	{
		float: left;
	}


	.work-img-sp
	{
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}


	.work_content_footer ul li img
	{
		width: 100%;
		height: auto;
	}


	.wp-pagenavi span,.wp-pagenavi a
	{
		/*display: inline-block;*/
		margin-left: 0.2em;
		margin-right: 0.2em;
		padding: 0.3em 0.6em;
	}

	.current,.wp-pagenavi a:hover
	{
		background: #18A1D2;
		border: 2px solid #18A1D2;
		border-radius: 5px;
		color: #FFF;
		font-weight: bold;
	}

	.wp-pagenavi a
	{
		border: 2px solid #18A1D2;
		background: #FFF;
		border-radius: 5px;
		text-decoration: none;
		color: #18A1D2;
		font-weight: bold;
	}



	.post_fb_like_btn_back,.post_fb_like_btnLike
	{
		width: 50%;
		float: left;
	}


}





/*760px以下*/
@media screen and ( max-width: 760px) {

	.content_in,.header_pickup_post header h2 span:before,.header_pickup_post header h2 span:after
	{
		max-width: 100%;
	}

	.header_pickup_post,.pickup_menu ul li a small,.pickup_menu ul li a h1 strong,.footer_menu,.header_menu
	{
		display: none;
	}

	.entry-header,.header_content,.header_bottom_content
	{
		text-align: center;
	}

	.pickup_menu ul li a h1
	{
		font-size: 0.6em;
		line-height: 4.4em;
	}


	.footer_address address,.sp_block
	{
		display: block;
	}


	.header_logo h1 a,.footer_address h1 a
	{
		background: url(./img/logo_sp.png) center center no-repeat;
		background-size: contain;
		display: block;
	}

	.header_logo h1
	{
		width: 70%;
		margin: 0 auto;
	}

	.header_logo h1 a
	{
		display: block;
		/*background: #00FF00;*/
		height: 1.2em;
		margin: 0.5em auto;
		width: 100%;
	}

	.footer_address h1 a
	{
		margin: 0em auto;
		width: 50%;
	}

	.header_logo h1 a strong,.header_logo h1 a span,.footer_address h1 a strong,.footer_address h1 a span
	{
		height: 0.5em;
	}


	.footer_address address
	{
		text-align: center;
		margin-bottom: 0.5em;
	}

	.footer_address address span
	{
		display: block;
	}

	.footer_copy
	{
		line-height: 1em;
		padding: 0.2em 0;
	}

	.content_area,.side_area
	{
		width: 94%;
		margin-right: auto;
		margin-left: auto;
	}

	.fb-page
	{
		margin-right: auto;
		margin-left: auto;
	}

	.list_btn a
	{
		width: 92%;
	}

	.header_bottom_content
	{
		padding-bottom: 1em;
	}

	.new_post_list a,.work_list a
	{
		text-decoration: none;
	}

	.new_post_list,.work_list,.work-img-sp
	{
		width: 100%;
	}

	.new_post_list img,.work_list img,.work-content img,.side_web_service img,.work-img-pc img,.work-img-sp img
	{
		background: #FFF;
		width: 100%;
		height: auto;
	}

	.list_btn a
	{
		font-size: 0.8em;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 0.4em 0em;
	}

	.sns_btn_area
	{
		text-align: center;
	}

	.sns_btn
	{
		display: inline;
	}

	.twitter img
	{
		width: 70px;
	}

	.googleplus,.pocket,.lien a
	{
		display: inline-block;
	}

	.fb_iframe_widget span
	{
		vertical-align: top !important;
	}

	.lien
	{
		position: relative;
	}

	.lien a
	{
		width: 36px;
		position: absolute;
		top: -50px;
	}

	.lien img
	{
		width: 36px;
		height: auto;
	}

	.work_content_footer ul li,.content_footer ul li,.content_footer ol li
	{
		width: 30.7%;
	}

	.content_footer a
	{
		margin-bottom: 0.5em;
	}

	.content_footer a h1
	{
		/* config */
		line-height: 1.5;
		height: 2.8em;
		background-color: #fff;
		/* config end */

		position: relative;
		padding-right: 1em;
		overflow: hidden;
	}

	.content_footer a h1:before {
		content: "...";
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		width: 1em;
	}

	.content_footer a h1:after {
		content: "";
		position: relative;
		right: -1em;
		float: right;
		width: 1em;
		height: 100%;
		background-color: inherit;
	}

	.work_content_footer ul li img,.content_footer ul li img
	{
		width: 100%;
		height: auto;
	}

	.work_content_footer ul li a h1
	{
		font-size: 0.8em;
	}

	.main_btn a
	{
		padding: 0.6em 1.5em 0.5em;
		font-size: 0.9em;
	}

	.contact_link_area a
	{
		/*height: 2.4em;*/
		/*line-height: 1.2em;*/
		width: 90%;
		letter-spacing: -0.05rem;
		font-size: 0.7rem;
	}

	.contact_link_area a span
	{
		display: block;
	}

	.wp-pagenavi
	{
		width: 100%;
	}

	.wp-pagenavi span,.wp-pagenavi a
	{
		font-weight: normal;
		display: inline;
		margin-left: 0.1em;
		margin-right: 0.1em;
		padding: 0.3em 0.5em;
	}

	.wp-pagenavi a.first,.wp-pagenavi a.last
	{
		display: none;
	}

	.current,.wp-pagenavi a:hover
	{
		background: #18A1D2;
		border: 1px solid #18A1D2;
		border-radius: 5px;
		color: #FFF;
	}

	.wp-pagenavi a
	{
		border: 1px solid #18A1D2;
		background: #FFF;
		border-radius: 5px;
		text-decoration: none;
		color: #18A1D2;
	}

	.entry-content img
	{
		margin: 0 auto;
		display: block;
	}

	.syntaxhighlighter .line
	{
		white-space:pre-wrap !important;
		word-wrap: break-word !important;
	}

	.google_maps_area,.google_maps_area iframe,.entry-content iframe
	{
		width: 100%;
	}

	.entry-content
	{
		word-wrap:break-word;
	}

	.side_facebook_in
	{
		max-width: 100%;
		text-align: center;
	}

	.fb-like-box,.fb-like-box span, .fb-like-box iframe {
		width: 100% !important;
	}


	.sb-slidebar .side_menu_download a
	{
		background: rgba(38,156,219,0.8);
		display: block;
	}

	.header
	{
		top: 0px;
		right: 0px;
		position: fixed;
		width: 50px;
		z-index: 10;
		height: 50px;
	}

	.menu_btn
	{
		padding: 5px;
		width: 50px;
		height: 50px;
	}

	.header-content
	{
		position: relative;
	}

	.sb-toggle-right{
		float: right;
		position: absolute;
		right: 0;
	}


	#sb-site, .sb-site-container {
	  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	  width: 100%;
	  position: relative;
	  z-index: 1; /* Site sits above Slidebars */
	  background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
	}


	.sb-slidebar {
	  height: 100%;
	  overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	  position: fixed;
	  top: 0;
	  z-index: 0; /* Slidebars sit behind sb-site. */
	  display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	  background-color: #262626; /* Default Slidebars background colour, overwrite this with your own css. */
	  -webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
	}
	.sb-slidebar ul li a{
	  color: #FFF;
	}

	.sb-left {
	  left: 0; /* Set Slidebar to the left. */
	}

	.sb-right {
	  right: 0; /* Set Slidebar to the right. */
	}

	html.sb-static .sb-slidebar,
	.sb-slidebar.sb-static {
	  position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
	}

	.sb-slidebar.sb-active {
	  display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	}

	.sb-style-overlay {
	  z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
	}

	.sb-momentum-scrolling {
	  -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
	}

	/* Slidebar widths for browsers/devices that don't support media queries. */
	  .sb-slidebar {
	    width: 30%;
	    min-width: 200px;
	  }

	  .sb-width-thin {
	    width: 15%;
	  }

	  .sb-width-wide {
	    width: 45%;
	  }

	/* ---------------
	 * 004 - Animation
	 */

	.sb-slide, #sb-site, .sb-site-container, .sb-slidebar,#sp_header_content {
	  -webkit-transition: -webkit-transform 400ms ease;
	     -moz-transition: -moz-transform 400ms ease;
	       -o-transition: -o-transform 400ms ease;
	          transition: transform 400ms ease;
	  -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	  -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
	}

	/* --------------------
	 * 005 - Helper Classes
	 */

	.sb-hide {
	  display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
	}

	.sb-close{
	  display: block;
	  float: right;
	  margin-top: 10px;
	  margin-right: 10px;
		width: 45px;
		height: 45px;
		margin-bottom: 10px;
	}

	.sb-close img
	{
		width: 100%;
		height: auto;
	}

	.sb-slidebar ul{
	  border-top: 1px solid #3C3C3C;
	  clear: both;
	}

	.sb-slidebar ul.side_menu_nest
	{
	  border-top: 1px solid #3C3C3C;
	}

	.sb-slidebar ul li{
	  border-bottom: 1px solid #3C3C3C;
	}

	.sb-slidebar ul li ul li{
	  border-bottom: none;
	  text-indent: 10px;
	}

	.sb-slidebar ul li a{
	  display: block;
	  font-size: 14px;
	  padding-bottom: 10px;
	  padding-top: 10px;
	  padding-left: 20px;
	}

	.sb-slidebar ul li a img{
	  margin-right: 10px;
	}

	.sb-toggle-right{
	  float: right;
	  margin-top: 5px;
	  margin-right: 10px;
	}


	.post_fb_like_btn_back,.post_fb_like_btnLike
	{
		width: 100%;
	}


	.index-info
	{
		padding: 0.8rem 1rem;
		line-height: 1.1rem;
		font-size: 1rem;
	}


	.single-thumbnail img
	{
		width: 400px;
		max-width: 100%;
	}

}



/*480px以下*/
@media screen and ( max-width: 480px) {

	.breadcrumbs .content_in,.main_content .content_in
	{
		width: 96%;
	}

	.content_footer ol li,.content_footer ul li,.impression_content_footer ul li
	{
		flex:  calc(50% - 5px);
		width:  calc(50% - 5px)\9;
		max-width:  calc(50% - 5px);
	}


	.single-thumbnail img
	{
		width: 100%;
		height: auto;
	}

	.main_content .content_in,.com-meta-in
	{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content_area,.side_area,.com-meta h1,.com-meta p
	{
		flex: 100%;
		width: 100%\9;
		max-width: 100%;
	}

}


/*480px以上*/
@media screen and (min-width: 480px) {

	.side-content-table-of-contents
	{
		position: sticky;
		top: 0;
	}
}

.break
{
	border-bottom: 1px solid #E1E1E1;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 0.9rem;
	line-height: 1.1rem;
}


.wpcf7-list-item
{
	display: block;
}

.line img
{
	width: 116px;
}

.ez-toc-counter
{
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
	border:1px solid #E1E1E1;
	padding: 0.7rem 1rem;
	border-radius: 10px;
}

.ez-toc-counter ul
{
	margin-bottom: 0 !important;
}


.side-content-table-of-contents ul
{
	margin-left: 1rem;
}


.main_content .content_in,.com-meta-in
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.com-meta
{
	background: #41454C;
	padding: 5px 0;
}

.com-meta,.com-meta a
{
	color: #FFF;
}

.com-meta h1,.com-meta p
{
	font-size: 0.8rem;
	font-weight: normal;
}

.pickup_cate
{
	font-size: 0.8rem;
	letter-spacing: -0.05rem;
}

.side_logo
{
	margin-bottom: 1.2rem;
}





