@charset "utf-8";
body {
	background: #FFF;
}
#inner-content {
	background: #ffffff;
	box-shadow: 0 0 0px #FFF;
}
.qs {
	font-family: 'Quicksand', sans-serif;
}
.skg-l {
	font-family: 秀英角ゴシック銀 L, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.skg-b {
	font-family: 秀英角ゴシック銀 B, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a {
	color: #000000;
}
a:hover {
	color: #e6861e;
}

.entry-content ul li:first-child {
    margin: 0em 0 1em;
}

/*** sns link ***/
@media (min-width: 1200px) {
.sns-link {
	position: fixed;
	top: 5%;
	right: 0px;
	margin-top: 0px;
	z-index: 9000;
}
.sns-link li {
	font-size: 150%;
	line-height: 1.0;
	margin-bottom: 1px;
}
.sns-link li:last-of-type {
	margin-bottom: 0;
}
.sns-link span {
	display: none;
}
.sns-link li a:link,  .sns-link li a:visited {
	color: #222;
	text-decoration: none;
}
.sns-link li a:hover,  .sns-link li a:active {
	color: #A8864A;
	text-decoration: none;
}
}
 @media (max-width: 1199px) {
.sns-link {
	width: 100%;
	height: 50px;
}
.sns-link li a {
	display: block;
	font-size: 150%;
	line-height: 50px;
	width:33.3333333%;
	float: left;
	background: #000;
	text-align: center;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
}
.sns-link li a img {
	width: 100%;
	max-width: 44px;
	height: auto;
}
.sns-link li:last-of-type {
	border-right: 0;
}
.sns-link span {
	display: none;
}
.sns-link li a:link,  .sns-link li a:visited {
	color: #fff;
	text-decoration: none;
	background: #000000;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.sns-link li a:hover,  .sns-link li a:active {
	color: #fff;
	text-decoration: none;
	background: #000000;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
}
/*** Header Menu ***/

#site-description {
	text-align: center;
	font-size: 0.67em;
	letter-spacing: 1pt;
	margin-top: 28px
}
#site-title, .site-title {
	text-align: center;
	margin: 20px auto;
	position: relative;
}
 @media only screen and (max-width: 768px) {
#site-title h1, div#site-title > a {
	display:block;
	margin: 0 80px 0 20px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.333em;
}
}
.mobile-menu-btn {
	display: block;/* float:right */
	position: absolute;
	top: 10px;
	right: 20px;
}
h1, .h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.333em;
}
.entry-content h2 {
	position: relative;
	border: none;
	font-size: 1.33em;
	padding: 1em 0em;
	margin-top: 2.1em;
	margin-bottom: 1em;
	border-bottom: 2px solid #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	color: #000000;
	box-shadow: none;
}
.entry-content h3 {
	border-left: 4px solid;
	padding: .1em 0 .1em .8em;
	margin-top: 1.8em;
	font-size: 1.2em;
}
.btn-wrap a {
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 2em;
	background: #E6861E;
	border: 2px solid #E6861E;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#4d000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#4d000000, Positive=true);
	color: #fff;
	margin:0.5em 0;
}
.btn-wrap a:hover {
	background: #50B363;
	border: 2px solid #50B363;
	color: #fff;
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
	transform: translate3d(0px, 3px, 1px);
	box-shadow: none;
}
.btn-wrap a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 10px;
	text-decoration: none;
}
.btn-wrap a:before {
	color: #fff
}
.btn-wrap.full a {
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
}
.btn-wrap {
	margin:0
}
.btn-wrap.simple a {
	border-radius: 5px;
	background: #fff;
	border: 2px solid #000;
	color: #000;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#4d000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#4d000000, Positive=true);
}
.btn-wrap.simple a:hover {
	background: #E6861E;
	color: #fff;
}
.btn-wrap.simple a:before {
	color: #000
}
.btn-wrap.simple a:hover:before {
	color: #FFF
}
.btn-wrap.big a {
	font-size: 1.1em;
	padding: 0.6em 2em;
	width: 420px;
	max-width: 90%;
}
h1.entry-title:first-letter {
	color: #E6861E;
}
@media only screen and (min-width: 768px) {
.page-full.wide #main {
	width: 100%;
	margin-top: 0px;
}
}
 @media only screen and (min-width: 768px) {
.nav ul {
	background: #FFF;
}
.nav li ul.sub-menu, .nav li ul.children {
	font-size: 0.65em;
	font-weight: normal;
	margin: 0;
	position: absolute;
	z-index: 8999;
	border-radius: 3px;
	margin-top: -10px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.63);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.63);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.63);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#9f000000,Positive=true)";
}
}
#menu-main-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#menu-main-menu > li {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 1pt;
}
#menu-main-menu > li > a > span {
	font-family: 秀英角ゴシック銀 L, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.65em;
	display: block;
	color: #666666;
	position: relative;
	letter-spacing: 0pt;
	padding: 5px 0 0px;
	margin-top: 2px;
}
#menu-main-menu .menu-item-has-children > a > span:after {
	display: block;
	content: "\f0c9";
	font-family: FontAwesome;
	transform: scale(1.6, 0.9);
	color: #666666;
	padding: 5px 0 0px;
	font-weight: normal;
}
#menu-main-menu > li > a:hover > span, #menu-main-menu .menu-item-has-children > a:hover > span:after {
	color: #000
}
#menu-main-menu > li a {
	text-decoration: none;
}
#menu-main-menu > li > a > span:before,
#menu-main-menu > .current-menu-parent > a > span:before,
#menu-main-menu > .current-menu-item > a > span:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;/*線の上下位置*/
	display: inline-block;
	width: 0px;
	height: 2px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #E6861E;/*線の色*/
	border-radius: 5px;/*線の丸み*/
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;

}
#menu-main-menu .sub-menu > li > a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 10px
}
#menu-main-menu .sub-menu > li > a:hover {
	color: #E6861E;
}
#menu-main-menu > li > a:hover > span:before, #menu-main-menu > .current-menu-parent > a > span:before, #menu-main-menu > .current-menu-item > a > span:before {
	width: 58px;/*線の長さ*/
}
.hero-image {
	margin-top: 0.5em
}
#breadcrumb {
	font-size: .8em;
	margin-top: 0.8em;
	margin-bottom: 1.5em;
	background: #ffffff;
	padding: 1em;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.breadcrumbs .inner > span:last-child > a > span {
	font-weight: bold
}
/*** footer ***/

.section-footer-menu, .section-instagram, .section-facebook, .section-twitter, .section-link {
	margin-bottom: 3em
}
.section-contact p, .section-contact .menu, .section-contact #copyright {
	font-size: 0.85em;
}
.section-contact .menu {
	margin: 0.5em 0;
}
.section-contact #copyright {
	text-align: right;
	margin: 0.5em 0;
}


@media only screen and (max-width: 480px){
	.section-footer-menu, .section-instagram, .section-facebook, .section-twitter, .section-link {
	margin-bottom: 0;
}    #footer{padding:0 1em;}
.section-contact p, .section-contact .menu, .section-contact #copyright {
	font-size: 0.7em;
}
.section-contact #copyright{text-align:left;}
}

.link-bnr-list {
	width: 100%
}
.link-bnr-list td {
	width: 25%;
	padding: 5px
}
.m-visible {
	display: none
}
 @media only screen and (max-width: 768px) {
.link-bnr-list td {
	width:49%;
	display: inline-block
}
.d-visible {
	display: none
}
.m-visible {
	display: block
}
}
.link-bnr-list img {
	width: 100%;
	max-width: 100%
}
/*** Footer Menu ***/

#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#menu-footer-menu > li {
	width: 14%;
	border-right: 1px dotted #999;
	padding: 0 1em 0
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#menu-footer-menu > li {
	width: 25%;
	border-right: 1px dotted #999;
	padding: 0 1em 0
}
}
@media only screen and (max-width: 768px) {
#menu-footer-menu > li {
	width: 33.333333%;
	border-right: 0px dotted #999;
	padding: 0 1em 0
}

#menu-footer-menu > li.nav-home
{	width: 100%;}
}
@media only screen and (max-width: 480px) {
#menu-footer-menu > li {
	width: 100%;
	border-right: 0px dotted #999;
	padding: 0 1em 0
}
ul.sub-menu{margin:0em 0 1em}
}
#menu-footer-menu > li > a {
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1pt;
	text-decoration: none
}
#menu-footer-menu > li > a:before {
	content: "\f13a";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #E6861E
}
#menu-footer-menu > li > a > span {
	display: none
}
#menu-footer-menu .sub-menu > li {
	font-size: 0.8em;
	line-height: 1.5
}
#menu-footer-menu .sub-menu > li > a {
	text-decoration: none;
	display: block;
}
#menu-footer-menu .sub-menu > li > a:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px
}
#menu-footer-menu .sub-menu > li > a:hover {
	color: #E6861E;
}
#menu-footer-sub-menu li {
	display: inline-block
}
#menu-footer-sub-menu li:after {
	content: "｜";
}
#menu-footer-sub-menu li:last-child:after {
	content: "";
}
/*** Footer banner ***/
.section-link ul {
}
.section-link ul li {
	display: inline-block;
	background: #F6F7F9;
	vertical-align: center;
	text-align: center
}
.section-link ul li:first-child {
	float: left;
	width: 40%
}
/*** HOME ***/

.cont-title, .parts-title {
	font-family: 'Quicksand', sans-serif;
	color: #000;
}
h2.cont-title {
	padding: 0 44px 0;
	display: block;
	position: relative;
	width: 19em;
	max-width:90%;
	margin: 0 auto 1em;
	position: relative;
	z-index: 10;
background: #fff;
}
h2.cont-title .en-title {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
}
h2.cont-title .jp-title {
	font-family: 秀英角ゴシック銀 L, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.5em;
	display: block;
	text-align: center;
	line-height: 2;
}
h2.cont-title:before {
	content: url(../img/voice01.png);
	position: absolute;
	top: 50%;
	margin-top: -1em;
	padding-left: 1em;
	left: 0;
}
h2.cont-title:after {
	content: url(../img/voice02.png);
	position: absolute;
	top: 50%;
	margin-top: -1em;
	padding-right: 1em;
	right: 0;
}
 @media only screen and (max-width: 480px) {
	 h2.cont-title{font-size:1.3em}
	 h2.cont-title:before {
		 	margin-top: -1.2em;
	padding-left:0em;

}
h2.cont-title:after {
		margin-top: -1.2em;
	padding-right: 0em;
}
 }


.youtube-container {
	text-align: center
}
.home #information .inner-border {
	border: 3px solid #000;
	border-radius: 8px;
	padding: 0 1em 3em;
	margin-top: -3em;
	position: relative;/* z-index: 5; */
}
.home #information table {
	    width: 90%;
    max-width: 748px;
	margin: 4em auto 3.5em;
}
.home #information table td.info-list-date{white-space: nowrap;vertical-align: top;}
 @media only screen and (max-width: 480px) {
.home #information table td{display:block;padding:0 0 1em;margin-bottom:1em;border-bottom:1px dotted #ccc;}
.home #information table td.info-list-date{padding:0 0 0.5em;margin-bottom:0;border-bottom:0; }
.home #information table tr{}
 }
.more-read {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	margin-top: -1em;
}
.more-read .btn-box {
	padding: 0.5em 5em;
}
.home #information .more-read {
	margin-bottom: -4.5em;
	position: relative;
	z-index: 10;
}
.home #pickup, .home #event, .home #information, .home #support, .home #interview, .home #interview {
	margin-bottom: 5em;
}
@media only screen and (max-width: 480px) {
	.home #pickup{margin-top:1em}
	.home #pickup, .home #event, .home #information, .home #support, .home #interview, .home #interview {
	margin-bottom: 3em;
}
}
.colored {
	color: #E6861E !important
}
.event-schedule {

	font-weight: bold;
	text-align: right;
	margin-bottom: 1em;}
.event-schedule a{
	display:inline-block;
background:-webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #FFEE91));background:linear-gradient(transparent 40%, #FFEE91 0%);}

.support-detail {
	width: 100%;
	max-width: 620px;
	margin: 0 auto 0
}
.support-detail tr {
	border-bottom: 1px dotted #ccc;
}
.support-detail th, .support-detail td {
	padding: 0.5em
}
.support-detail th.support-life {
	color: #ED6924;
	font-size: 1.5em;
	position: relative;
	padding-left: 80px;
}
.support-detail th.support-work {
	color: #00A23E;
	font-size: 1.5em;
	position: relative;
	padding-left: 80px;
}
.support-detail th.support-house {
	color: #1A95D6;
	font-size: 1.5em;
	position: relative;
	padding-left: 80px;
}
.support-life:before {
	content: url(../img/img-life.png);
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	margin-left: 0em;
	left: 0;
}
.support-work:before {
	content: url(../img/img-work.png);
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	margin-left: 0em;
	left: 0;
}
.support-house:before {
	content: url(../img/img-house.png);
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	margin-left: 0em;
	left: 0;
}
.home #support .more-read {
	margin-top: 3em
}
@media only screen and (max-width: 480px) {
.support-detail th{width:30%}
.support-detail td{width:70%}
.support-life:before,
.support-work:before,
.support-house:before {
    position:relative;
    margin-top:0em;
    margin-left: 0em;
    display: block;
}
.support-detail th.support-life,
.support-detail th.support-work,
.support-detail th.support-house {

    padding-left: 0px;
    display: block;
}
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 40px !important;
	height: 100% !important;
	margin: 0px 0 0 !important;
	display: block;
	background: url(../img/bg_direction_nav.png) no-repeat 0 50% !important;
	position: absolute;
	top: 0% !important;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px !important;
	opacity: 1 !important;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 50% !important;
	right: -100px !important;
}
.flex-direction-nav .flex-prev {
	left: -100px !important;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1 !important;
}
.flex-direction-nav .flex-disabled {
	cursor: default;
	pointer-events: none;
}
.flex-control-paging li a.flex-active {
	background: rgb(230, 134, 30) !important;
}

@media only screen and (max-width: 768px) {
	.flex-direction-nav .flex-next,.flex-direction-nav .flex-prev{display:none}
}
/*** AREA ***/

ul.tabs {
	margin: 10px 0 30px 0;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #000000;
	float: left;
	font-size: 0;
}
ul.tabs.left {
	text-align: left;
}
ul.tabs.center {
	text-align: center;
}
ul.tabs.right {
	text-align: right;
}
ul.tabs.right li {
	margin: 0 0 0 -2px;
}
ul.tabs.akiyabank{
	margin: 10px 0 0;
	float: inherit;
	border-bottom: none;
}
ul.tabs.akiyabank li{
	width: 11.8%;
}
@media only screen and (max-width: 768px) {
	ul.tabs.akiyabank li{
		width: 24.2%;
	}
	ul.tabs.akiyabank li a{
		height: 47px;
		vertical-align: top;
	}
}
ul.tabs li {
	list-style-type: none;
	margin: 0 0.8% 0 0;
	padding: 0;
	display: inline-block;
*display:inline;
	position: relative;
	top: 0;
	left: 0;
*top:2px;
	zoom: 1;
	width: 19.3%;
}
ul.tabs li a {
	text-decoration: none;
	color: #777;
	display: inline-block;
	padding: 10% 5%;
	position: relative;
	top: 0;
	left: 0;
	line-height: 100%;
	background: #f5f5f5;
	box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.03);
	border: 2px solid #ccc;
	border-bottom: 0;
	zoom: 1;
	width: 100%;
	text-align: center;
	font-size: 15px;
}
ul.tabs li a:hover {
	background: #fff;
}
ul.tabs li.current a {
	position: relative;
	top: 2px;
	left: 0;
	background: #fff;
	box-shadow: none;
	color: #222;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}
ul.tabs li.last {
	margin: 0
}
.features-location {
	display: flex;
	justify-content: space-around;
}
.features-location ul {
	flex-basis: 70%
}
.features-location p {
	flex-basis: 30%;
	padding:10px;
}
.category-search-for-support table {
}
.iju-suishin {
	background-color: #E6861E;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff
}
/*** layout **/

.post-list-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.post-list h2.entry-title {
	font-size: 1em;
	margin-top: .8em;
	margin-bottom: .5em;
}
.post-list .list-thumbnail {
	    position: relative;
    display: block;
}
.framed .post-list .list-thumbnail {
	display: block;
	background: #E5E5E5;
}
.post-list .entry-date, .post-list .term-eventtype {
	font-size: 0.8em
}
.framed .post-list {
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#4d000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#4d000000, Positive=true);
	border-radius: 5px;
	margin-bottom: 2em;
	padding: .6em;
	overflow: hidden;
}
.framed.col3 .post-list {

	width: 30.22%;
}

.framed .post-list .list-thumbnail {
	margin: -.6em -.6em .5em;
}
.post-list-wrap.framed.col3:after {
	content: "";
	display: block;
	width: 30.22%;
	margin-bottom: 2em
}
.non-framed.col3 .post-list {
	width: 31.385%;
	margin-bottom: 2em
}
.post-list-wrap.non-framed.col3:after {
	content: "";
	display: block;
	width: 31.385%;
	margin-bottom: 2em
}
.non-framed.col2 .post-list {
	width: 48%;
	margin-bottom: 2em
}

@media only screen and (max-width: 480px) {
	.non-framed.col3 .post-list {
	width: 48%;
	margin-bottom: 2em
}
.framed.col3 .post-list {

	width: 48%;
	margin-bottom: 2em
}
}
/*** event ***/



.event-close{
  position: relative;
  text-align: center;
  margin-top: 1em;
}
.event-close span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  color:#E24A3B;
  font-size:0.75em;
  font-weight:bold;
}
.event-close::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E24A3B;
}

.table-schedule th{width:25%}

/*** interview & single category-work-inheritance ***/



.taglist-wrap {
	background-color: transparent;
	border-color: rgb(0,0,0);
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1em;
	border-style: solid;
	margin-bottom: 2em;
}
.taglist {
	margin-top: 0.5em
}
.single-interview .eyecatch-caption img,
.single .category-work-inheritance .eyecatch-caption img{
	width: 100%;
	height: auto;
}
.single-interview .eyecatch-caption+p strong,
.single .category-work-inheritance .eyecatch-caption+p strong {
	position: relative;
	padding: 2em 3em 0.25em;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
	max-width: 900px;
	margin: -80px auto 0;
	display: block;
}

@media only screen and (max-width: 480px){
	.single-interview .eyecatch-caption+p strong,
.single .category-work-inheritance .eyecatch-caption+p strong {
	position: relative;
	padding: 1em 0em 0em;
	width:100%;
	margin: 0px auto 0;
	display: block;
}
}

.single-interview .entry-content h2,
.single .category-work-inheritance .entry-content h2{
	text-align: center;
	position: relative;
	display: block;
	border-bottom: 0;
	margin: auto auto 2em;
}
/*以下で線を表示*/
.single-interview .entry-content h2:before,
.single .category-work-inheritance .entry-content h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 200px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
.interview-profile {
	background: #F7F3B4;
	padding: 30px;
}
.interview-body {
	width: 798px;
	max-width: 100%;
	margin: auto;
	float: none;
	padding: 0px 35px 35px;
}
@media only screen and (max-width: 480px){
.interview-body{
	padding: 0px 0px 0px;
	}
}
.fld-black {
	display: inline-block;
	font-size: 1em;
	padding: 0.3em 1em;
	border-radius: 25px;
	background: #000;
	color: #FFF;
	margin: 10px 0px
}
.fld-industry{
	margin: 0 0 5px;
}

.fld-tag, .post-edit-link {
	display: inline-block;
	border: 1px solid #666;
	padding: .35em .5em;
	margin-right: 0.3em;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 1;
	font-size: .75em;
	border-radius: .4em;
}
.post-edit-link {
	background: #DDD;
	border: 0
}
.term-lifestyle a {
	display: inline-block;
	font-size: 1em;
	padding: 0.3em 1em;
	border-radius: 25px;
	background: #E6861E;
	color: #fff;
	margin: 10px 5px
}
@media only screen and (max-width: 480px){
	.fld-black,.term-lifestyle a{font-size:0.8em;padding: 0.2em 0.6em;}
}
/***  継業 ***/
.category-work-inheritance .post-list {
	width: 48%;
	margin-bottom: 2em
}

/*** sidebar ***/
.xoxo li div > ul {
	border: 2px solid #000;
	border-radius: 5px
}
.xoxo li div > ul > li > a, .xoxo .sub-menu {
	display: block;
	padding: 1em;
	border-bottom: 2px solid #000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
.xoxo li div > ul > li:last-child a {
	padding: 1em;
	border-bottom: 0;
}
.xoxo li div > ul > li.current-menu-item > a, .xoxo li div > ul > li.current-menu-parent > a {
	color: #fff;
	background: #E6861E;
}
.xoxo li div > ul li a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 10px;
	text-decoration: none
}
.xoxo li div > ul li.current-menu-item > a:before,
.xoxo li div > ul li.current-menu-parent > a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #FFF;
}
.xoxo .sub-menu {
	padding-left: 2em;
}
.xoxo .sub-menu a {
	padding: 0.3em 0;
	display: inline-block;
	text-decoration: none;
}
.xoxo .sub-menu .current-menu-item a,
.xoxo .sub-menu .current-menu-parent a {
	color: #E6861E;
	text-decoration:none;
}
.xoxo .sub-menu .current-menu-item a:before,
.xoxo .sub-menu .current-menu-parent a:before {
	color: #E6861E;
		text-decoration:none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 1em;
}
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured-media {
	position: relative;
	height: auto;
	background: #EEE;
	overflow: hidden;
}
.featured-media:before {
    content: "";
    display: block;
    padding-top: 65%;
 }
.featured-media-inner{
	   position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
}

.featured-media-inner img{
   position: relative;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.icon-new {
	position: absolute;
	bottom: -13px;
	left: -26px
}
@media only screen and (max-width: 768px) {
.icon-new {
    width:33px;
	height:33px;
	bottom: -10px;
	left: -10px	
}
}
.pagination, .wp-prev-next {
	margin: 2em 0 2em;
}
.pagination:empty, .wp-prev-next:empty {
	margin: 0;
}
#instafeed {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#instafeed li {
	float: left;
	width: 25%;
	margin: 0;
}
#instafeed li img {
	display: block;
	margin-bottom: 0 !important;
	width: 100%;
	height: auto;
}
.form-table th {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	width: 30%;
	padding: 20px 0px 20px 10px;
	font-size: 108%;
	font-weight: bold;
}
.input-icon {
	display: inline-block;
	background-color: #fc3e3e;
	color: #ffffff;
	width: 40px;
	padding: 5px 0px;
	font-size: 11px;
	border-radius: 4px;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	vertical-align: 15%;
	margin-left: 10px;
}
.input-icon.must {
	background-color: #ea5668;
}
.contact-privacy-inner {
	padding: 20px;
	height: 160px;
	overflow-y: scroll;
	background-color: #f6f7f9;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CFCFCF;
	font-size:0.85em;
}
.label-list-inline {
	text-align: center
}
.label-list-inline label {
	display: inline-block;
	font-size: 108%;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 4px;
	margin-right: 5px;
	background-color: #eee;
}
.label-list-inline label:hover {
	background-color: #ffeebf;
}
.label-list-inline label input {
	vertical-align: middle;
	margin-right: 0.3em;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
   
}

.wpcf7-submit submit-btn{ background: #ea5668;}

.submit-box {
	padding: 40px 0 0px 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;/* -webkit-flex-wrap: wrap; */ /* Safari */
	/* flex-wrap: wrap; */
}
input[type="submit"].submit-btn, input[type="submit"].confirm-btn {
	display: inline-block;
	padding: 20px 0;
	width: 100%;
	max-width: 320px;
	margin: 0 10px;
	color: #fff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background-color: #ec8724;
	text-align: center;
	letter-spacing: 0.1em;
	box-shadow: 0 2px 0 #08581d;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 3px;
}

html input[type="button"].back-btn {
	display: inline-block;
	padding: 20px 0;
	width: 100%;
	max-width: 320px;
	margin: 0 10px;
	color: #fff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background-color: #666;
	text-align: center;
	letter-spacing: 0.1em;
	box-shadow: 0 2px 0 #08581d;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 3px;
}



.submit-btn:hover {
	opacity: 0.8;
}
.submit-btn i {
	padding-left: 0.7em;
	margin-right: -1em;
}
.error {
	background: #f0f0f0;
	padding: 30px 5%;
	font-size: 116%;
	line-height: 1.8;
}
.form-error {
	padding-bottom: 12px;
}
.error_messe {
	color: #c00;
}

:placeholder-shown {
    color: #bbb; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bbb; }

/* Firefox 18- */
:-moz-placeholder {
    color: #bbb; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #bbb; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color:#bbb; }

.wpcf7c-conf {
    background-color: #ffeec0 !important;
    border: 1px solid #969696 !important;
}

.sent .submit-box {
display: none;
}

.sentout_message{
display: none;
}
.sent .sentout_message{
display: block;
text-align:center;
}

div.wpcf7-mail-sent-ok {
background-color: #56b379;
color:#ffffff;
font-weight:bold;
font-size:120%;
padding:10px;
border-radius:5px;
}

/*** popup menu***/
.popmake-title{font-size:1.2em;margin: .3em 0;}
.popmake-content ul li{
	position:relative;
	padding-left: 1em;
	margin: 1em 0;
}
.popmake-content ul li:before{
	content:" ";
	width: 9px;
	height: 9px;
	background: #3E3E3E;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
	display:block;
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	left: 2px;
	top: 7px;
}
.popmake-content ul li ul li:before{
	width: 5px;
	height: 5px;
	top: 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.popmake-content ul li ul li ul li:before{
	width:14px;
	height:1px;
	top:11px;
	left:-2px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.entry-content ul.menu li a span:empty,
.popmake-content ul.menu li a span{display:none}
.entry-content ul.menu li a span:before,
.popmake-content ul.menu li a span:before {
	content: " - ";
}

@media only screen and (max-width: 480px){
.pagination a, .pagination span, .page-links a, .page-links ul > li > span {
    font-size: 0.85em;
    padding: 8px 12px;
}
}
/*** table ***/
.entry-content table{word-break:break-all;}

.table-scroll {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
.table-scroll::-webkit-scrollbar {
height: 8px; /* スクロールバーの高さ */
}
.table-scroll::-webkit-scrollbar-thumb {
background: #aaa; /* スクロールバーの色 */
}
.table-scroll::-webkit-scrollbar-track {
background: #ccc; /* スクロールバーの背景色 */
}
.table-scroll table{min-width:600px;}
.table-scroll table th{white-space: nowrap;}

/*** other ***/
span.icon{display: inline-block;
    line-height: 1.5;
    font-size: 1em;}
.entry-content span.icon img{margin:0;}
#page-top a {line-height: 48px;background: rgba(255, 255, 255, 0.6);color: #000;}

@media only screen and (max-width: 767px){
#page-top a {
    width: 55px;
    height: 55px;
}
}

.category-work-inheritance em{
font-style: normal;
    border-bottom:0;
    font-weight: bold;
    font-size: 1em;
    color: #159c2d;
}
.sns-button{    border: 0 !important;
    padding: 10px 0 20px 0 !important;
    margin: 0 !important;
}
.fb-like,.twitter-share{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 40px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}


.type-akiya + .entry-content table th{
	width: 270px;
}
@media only screen and (max-width: 767px){
	.type-akiya + .entry-content table th{
		width: 115px;
	}
}

.akiya-image-sub{
	margin-bottom: 20px;
}
.akiya-image-sub div{
	display: inline-block;
	vertical-align: top;
	width: 16%;
	max-height: 132px;
	list-style: none;
	overflow: hidden;
	margin-bottom: 5px;
}
.akiya-image-sub div img{
	width: 100%;
	height: auto;
}
.akiya-image-rooms{
	display: inline-block;
	width: 200px;
}
.akiya-image-rooms img{
	width: 100%;
	height: auto;
}
.akiya-text-rooms{
	display: block;
}
.akiya-view-note{
	border-radius: 15px;
	border: 2px solid #f00;
	color: #f00;
	text-align: center;
	padding: 10px;
	margin: 50px auto 0;
	max-width: 700px;
}

.category-akiya .taglist-wrap{
	padding: .5em 1em;
}

.category-akiya .taglist-wrap dl{
	margin: .5em 0;
}
.category-akiya .taglist-wrap dl dt{
	font-size: 90%;
}
.akiya_refine {
	display: none;
}
.akiya_refine:checked  + label{
	border-color: #E6861E;
	color: #E6861E;
	font-weight: bold;
	cursor: pointer;
}
.category-akiya .taglist-wrap .btn-group {
	margin: 1em 0 .5em;
	text-align: right;
}

@media only screen and (min-width: 860px) {
	.category-akiya .taglist-wrap {
		position: relative;
	}

	.category-akiya .taglist-wrap dl {
		display: flex;
	}

	.category-akiya .taglist-wrap dl dt {
		flex-basis: 150px;
		font-weight: bold;
		flex-flow: 0;
		flex-shrink: 0;
	}

	.category-akiya .taglist-wrap dl dd {
		margin-top: 0;
	}
}