/* Global style */

body {
	background: #fff;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-family: inherit;
	font-size: 13px;
	color: #565656;
}


#shtmlslider {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
}

a, a:focus {
	color: #e15454;
	text-decoration: none;
	outline: 0;
}

a.grey,
.grey a {
	color: #565656;
}

a.grey-light,
.grey-light a {
	color: #9f9f9f;
}

a:hover {
	color: #e15454;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	margin: 0;
}
h1 img{max-width: 100%;height: auto;}

h2 {
	font-size: 18px;
	/*font-weight: bold;*/
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	/*font-weight: bold;*/
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 150%;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #686868;
}

/* Wordpress content style */

iframe {
	max-width: 100%;
}

.alignleft {
    float: left;
    margin:0 15px 30px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

.alignright {
    float: right;
    margin:0 0 30px 15px;
}

.alignnone {

}

.size-full {
    width:100%;
    height:auto;
    margin:0 0 30px 0;
}

p .alignleft {
    float: left;
    margin:5px 15px 30px 0;
}

p .aligncenter {
    display: block;
    margin: 5px auto 30px auto;
}

p .alignright {
    float: right;
    margin:5px 0 30px 15px;
}

p .alignnone {
    float: none;
    display:block;
    margin:5px 0 30px 0;
}

p .size-full {
    width:100%;
    height:auto;
    margin:5px 0 30px 0;
}

.post-inner {
	line-height: 160%;
	font-size: 14px;
}

.post-inner p:last-child {
	margin-bottom: 0;
}

.post-inner h1,
.post-inner h2,
.post-inner h3,
.post-inner h4,
.post-inner h5,
.post-inner h6 {
	text-align: center;
	font-weight: normal;
	margin: 0;
	margin-bottom: 30px;
}

.post-inner h1 {
	font-size: 42px;
	text-transform: uppercase;
}

.post-inner h2 {
	/*font-size: 36px;*/
	text-transform: none;
}

.post-inner h3 {
	/*font-size: 30px;*/
	text-transform: none;
}

.post-inner h4 {
	/*font-size: 24px;*/
	text-transform: none;
}

.post-inner h5 {
	/*ont-size: 18px;*/
	text-transform: none;
}

.post-inner h6 {
	font-size: 12px;
	text-transform: uppercase;
}

.post-inner ol ol {
	margin-bottom: 0;
}

.post-inner iframe {
	max-width: 100%;
}

.post-inner-media,
.post-inner-media p {
	margin: 0;
	line-height: 0;
	font-size: 0;
}

.post-media-small iframe {
	height: auto;
	min-height: 168px;
}

article {
	overflow: hidden;
}

table {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

table th {
	padding: 10px 15px;
	background: #fafafa!important;
	border: 1px solid #999;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

table td {
	border: 1px solid #999;
	padding: 10px 15px;
	background: #fff;
	vertical-align: top;
}

blockquote {
	font-size: 16px;
	border-color: #e15454;
	line-height: 190%;
}

.wp-caption {
	max-width: 100%;
	padding:5px;
}

.wp-caption-text {
	text-align: center;
}

.gallery-caption {
    padding: 0px 5px;
}

.bypostauthor {

}

.post-inner ol,
.post-inner ul {
	margin-bottom: 30px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 99%;
}

.gallery-columns-2 .gallery-item {
	width: 49%;
}

.gallery-columns-3 .gallery-item {
	width: 30%;
}

.gallery-columns-4 .gallery-item {
	width: 24%;
}

.gallery-columns-5 .gallery-item {
	width: 19%;
}


/* Other global styles */

.table {
	display: table;
	width: 100%;
}

.table-row {
	display: table-row;
	width: 100%;
}

.table-cell {
	display: table-cell;
	width: 50%;
}

i.fa {
	font-family: FontAwesome!important;
}

.group:after,
.columns:after {
  content: "";
  display: block;
  clear: both;
}
.group > * {
  float: left;
}
.columns > * {
  float: left;
}
.columns > :last-child {
  float: right;
}

.enable-javascript {
	background-color: #e15454;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	cursor: default;
}

.remove-shadow {
	box-shadow: none!important;
}

.remove-padding {
	padding: 0!important;
}


.btn-danger {
	border: 0;
	background-color: #e15454;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 14px 20px;
}

.btn-danger i {
	margin-right: 12px;
}

.btn-white {
	border: 0;
	background-color: rgba(0,0,0,0.03);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 12px 20px;
	border: 2px solid #fff;
}

.btn-white i {
	margin-right: 12px;
}

.btn-white:hover{
	background-color: rgba(0,0,0,0.1);
	color: #fff;
}

.btn-default {
	border: 0;
	background-color: transparent;
	border: 1px solid #8b8b8b;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 9px 20px;
	color: #6b6b6b;
	margin: 0 auto;
	display: table;
	margin-top: 50px;
}

.btn-default i {
	margin-right: 8px;
	font-size: 14px;
}

.btn-default:hover,
.btn-default:focus {
	background: rgba(0,0,0,0.05);
	box-shadow: none;
}

#wrapper .page-section .btn-default {
	margin-top: 40px!important;
}

.no-results {
	margin-right: 20px;
}

.admin-edit {
	font-size: 15px;
	text-transform: lowercase;
	font-weight: normal;
	background: #fff;
	padding: 0px 8px;
	text-shadow: none;
	line-height: 24px;
	display: inline-block;
	border-radius: 3px;
	top: -5px;
	position: relative;
}

.admin-edit .fa {
	font-size: 13px!important;
}

.blog-top .admin-edit,
.service-column-right .admin-edit {
	line-height: auto;
	top: 0;
}

input {
	outline: none;
}


/* Header */

header {
	height: auto!important;
}

header.top {
	background: #000 url('../img/header_bg.jpg') center top no-repeat;
	border-bottom: 2px solid #347DB0;
}

body.admin-bar header.sticky nav {
	top:32px;

}

header .navbar-right {
	float: none!important;
	margin-right: auto!important;
	padding-bottom: 0.5em;
	display: table;
	width: 100%;
}


/* Header sticky */

header.sticky nav{
	background: #000 url('../img/header_bg.jpg') center top no-repeat;
	position: fixed;
	width: 100%;
	border-radius: 0;
	top:0;
}

header.sticky .menu-item a {
	padding: 20px 5px;
}

header.sticky .navbar-brand {
/*	line-height: 63px;
	max-height: 63px;*/
}

header.sticky {
	padding-top: 85px;
}


/* Header secondary */

.header-details {
	border-bottom:1px solid #ebebeb;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 1;
}

.soc-icons {
	font-size: 0;
	padding: 0 2px;
	vertical-align:bottom;
}

.soc-icons a,
.soc-icons span {
	display: inline-block;
	border-left: 1px solid #ebebeb;
	padding: 0px 15px;
	color: #9f9f9f;
	font-size: 16px;

}

.soc-icons i {
	line-height: 46px;
}

.soc-icons .search-input {
	padding-right: 0!important;
}

.soc-icons .search-input input{
	border: none;
	font-size: 13px;
	padding-left: 5px;
	width: 92px;
	background-color: transparent;
}

.soc-icons .search-input form {
	display: inline-block;
	margin: 0;
	max-height: 46px;
}

.soc-icons a:last-child {
	border-right: 1px solid #ebebeb;
}

.soc-icons a:hover {
	background-color: #fafafa;
}

.our-info {
	padding: 0 2px;
}

.our-info a,
.our-info span {
	display: inline-block;
	font-size: 13px;
	color: #9f9f9f;
	line-height: 46px;
	padding-right: 30px;
}

.our-info a i,
.our-info span i {
	padding-right:10px;
}


/* Header primary */

.navbar-brand {
	height: auto;
	padding: 0;
	margin-left: 0!important;
	background-color: transparent!important;
	line-height: 100px;
	max-height: 100px;
}

nav.navbar-default {
	border: 0;
	border-radius: 0px;
	margin-bottom: 0;
	-webkit-animation-duration: 0.6s!important;
	z-index: 55555;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
	display: inline;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav .menu-item a {
	margin: 0 15px;
}

.navbar-nav .menu-item:last-child a{
	margin-right: 0;
	padding-right: 0;
}

.navbar-nav .menu-item a {
	color: #fff;
	padding: 0.5em 5px;
	font-size:13px;
	border-bottom: 2px solid transparent;
	bottom: -1px;
}

.navbar-nav .current-menu-item a,
.navbar-nav .current_page_parent a {
	/*color: #1792D2!important;*/
	border-bottom: 2px solid #1792D2;
	background-color: transparent!important;
}


.navbar-nav .dropdown.open .dropdown-toggle {
	background-color: #fff!important;
}

.navbar-nav .dropdown.open .dropdown-toggle {
	color: #e15454!important;
	border-color: #e15454;
}

.navbar-nav .dropdown i {
	padding-left: 2px;
}

.navbar-nav .dropdown .dropdown-menu {
	right: 14px;
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	top: 101%;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;

}

.navbar-nav .dropdown .dropdown-menu a {
	margin: 0;
	padding: 10px 25px;
	border: 0;
}

.navbar-nav .dropdown .dropdown-menu .active {
	background-color: #e15454!important;
	border: 0;
}

.navbar-nav .dropdown .dropdown-menu a {
	color: #777!important;
}

.navbar-nav .dropdown .dropdown-menu .active a {
	color: #fff!important;
	font-weight: bold;
}

.navbar-secondary {
	display: none;
}
html body.page.page-id-10.page-template-default.tos-desktop header.top.sticky nav.primary.navbar.navbar-default.animated.fadeInDown div.container div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right.navbar-primary{
	overflow:hidden;	
}/*スクロールをＯＦＦ*/

.section-button {
	margin-top: 30px!important;
}

.section-button-light {
	color: #fff!important;
	border: 1px solid rgba(255,255,255,0.6)!important;
}


/* Blog thumb */

.blog-list {
	min-height: 141px
}

.blog-large-thumb {
	height: 280px;
	background-color: #ccc;
	background-size: cover;
	background-position: 50% 50%;
}

.blog-large-thumb .container {
	height:100%;
	display: table;
}


/* Blog category */

.page-category {
	padding: 33px;
	text-align: center;
}

.page-category .category-item {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 12px 10px;
	color: #9f9f9f;
}

.category-item:nth-child(n+9) {
	display: none;
}

.category-show-all {
	display: inline-block!important;
	font-style: italic;
	color: #9f9f9f;
}

.page-category .active-category {
	font-weight: bold;
	color: #e15454;
}

.page-category-no-limit .category-item {
	display: inline-block!important;
}


/* Blog main page */

.blog-item {
	width: 33.3%;
}

.blog-column-left {
	padding-right: 0px;
	padding-left: 0;
}

.blog-column-left .blog-item{
	padding: 0px 18px;
	padding-left:0;
	width: 49.9%;
}

.blog-column-right {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	position: relative;
}


.widget-area .page-section {
	display: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: relative;
}

.container {

	max-width: 950px;
}


/* Post page */

.page-blog {
	/*
	background-color: #f2f4f5;
	background-image: url(../img/blogbg.png);
	*/
	background-color: #fff;
	/*
	background-size: auto!important;
	background-position: 50% 50%;
	*/
	padding: 0!important;

}

.blog-post {
	background: #fff;
}

.blog-top-large {
	padding: 30px;
	padding-bottom: 0;
}

.blog-top-large .blog-title {
	font-size: 20px;
	margin-bottom:20px;
}

.blog-top-large .blog-details {
	margin-top: 15px;
}

.blog-top-large .col-md-6 {
	padding: 0;
}

.blog-bottom-large {
	padding: 30px;
	padding-bottom: 30px;
}


/* Post gallery */

.post-gallery {
	padding-top: 0;
	padding-bottom: 40px;
}

.post-gallery-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #e15454;
	margin-bottom: 20px;
}

.post-gallery-item {
	height: 106px;
	width: 106px;
	margin-right: 10px;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
}


/* Post navigation */

.post-navigation {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 15px;
	text-transform: uppercase;
}

.post-navigation .nav-previous i {
	padding-right: 10px;
}

.post-navigation .nav-next i {
	padding-left: 10px;
}


/* Page page */

.page-section {
	padding: 70px 0;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}

.page-single-page {
	background-size:cover;
	background-position: 50% 50%;
	padding: 70px 0;
}

.section-title h3 {
	margin-bottom: 30px;
}

.section-title .subtitle {
	color: #9f9f9f;
	position: relative;
	top: -16px;
	padding-bottom: 6px;
}

.section-title .section-title-line {
	display:table;
	height: 2px;
	width: 54px;
	background-color: #e15454;
	margin: 0 auto;
	margin-bottom: 50px;
}

.section-content {
	line-height: 1.8em;
	margin: 0 auto;
	margin-bottom: 30px;
}

.section-content p {
	line-height: 1.8em;
}

.section-title-large .title{
	position: relative;
	font-size: 48px;
	font-weight: bold;
	border: 0px;
	border-top: 2px;
	border-bottom: 2px;
	border-style: solid;
	display: table;
	margin: 0 auto;
	line-height: 100%;
	text-transform: uppercase;
}

.section-content-large {
	line-height: 1.8em;
	max-width: 880px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.section-content-large p {
	line-height: 1.8em;
}

.panel-grid {
	margin: 0!important;
}

.panel-grid-cell{
	padding: 0!important;
}



.page-list h3,
.page-list h4 {
	margin-top: 0;
}

.page-list .page-node:last-child {
	margin-bottom: 0;
}

.page-list .page-node:only-child {
	margin-top: 0!important;
	margin-bottom: 0!important;
}




/* Post mini */

.blog-item {
	margin-bottom: 20px;
	padding-left: 9px;
	padding-right: 9px;
}

.blog-item .blog-item-container {
	background: #fff;
	position: relative;
	border-radius: 4px;
	border-bottom: 2px solid #c3c5c6;
	overflow: hidden;
}

.blog-top {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.blog-bottom {
	padding: 0 20px;
	padding-top: 0px;
}

.blog-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #565656;
}

.blog-details {
	font-size: 12px;
	color: #9f9f9f;
	margin-top: 7px;
}

.blog-content {
	line-height: 1.9em;
	margin-bottom: 20px;

}

.blog-bottom .col-md-6 {
	padding: 0;
}

.blog-more {
	text-transform: uppercase;
	font-size: 12px;
	color: #565656;
	margin-top: 20px;
}

.blog-more i {
	padding-right: 5px;
	font-size: 15px;
}

.blog-media {
	margin-top: 20px;
}

.blog-media img {
	max-width: 100%;
	height: auto;
}

.blog-media-thumbnail {
	background-color: #000;
	cursor: pointer;
	display: block;
}

.blog-media-thumbnail img {
	display: block;
	width: 100%;
	transition: opacity .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.blog-media-thumbnail img:hover {
	opacity: 0.90;
}

.blog-category {
	background-color: #e15454;
	color: #fff;
	padding: 5px 18px;
	display:table;
	margin-left: auto;
	position: relative;
	margin-top: -27px;
	font-size: 12px;
}

.blog-category:hover {
	color: #fff;
}

.blog-category.blog-category-right {
	margin: 0;
	float: right;
	margin-right: -20px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* Blog layout 2 */

.blog-layout-2 .blog-item-container {
	border-bottom: 0;
	border-radius: 3px;
}

.blog-layout-2 .blog-top {
	padding-top: 20px;
}

.blog-layout-2 .blog-title {
	font-size: 18px;
	font-weight: bold;
}

.blog-layout-2 .blog-media {
	margin-top: 0;
}

.blog-layout-2 .blog-bottom {
	padding-top: 0;
	padding-bottom: 25px;
}

.blog-layout-2 .blog-content {
	/*border-top: 1px solid #ebebeb;*/
	/*padding-top: 10px;*/
}

.blog-layout-2 .blog-category {
	text-transform: uppercase;
	font-size: 11px;
	padding: 0px 14px;
	line-height: 27px;
	margin-left: 0;
}

.blog-layout-2 .blog-top,
.blog-layout-2 .blog-bottom {
	/*padding-left: 25px;
	padding-right: 25px;
	*/
}

.blog-layout-2 .blog-category-left {
	margin: 0;
}

.blog-layout-2 .post-navigation {
	padding: 15px 0;
	margin: 0 25px;
}

.blog-layout-2 .post-navigation div {
	padding: 0;
}


.blog-layout-2 .comments-title {
	text-align: center;
	border-bottom: 0;
	font-weight: bold;
	color: #fff;
	background-color: #e15454;
	padding: 30px;
}

.blog-layout-2 .comment-form input,
.blog-layout-2 .comment-form textarea {
	border-radius: 1px;
	border: none;
	background-color: #f2f2f2;
	color: #999999;
	padding: 12px 15px;
	max-width: 670px;
}


.blog-layout-2 .comment-form .submit {
	background: #e15454;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 12px;
}

.blog-layout-2 .blog-bottom-large {
	padding: 25px;
}

.blog-layout-2-comments {
	padding: 0 30px;
}

.blog-layout-2 .post-navigation {
	margin-bottom: 12px;
}


/* Small widgets area */

aside {
	background: #fff;
	border-radius: 4px;
	border-bottom: 2px solid #cccdce;
	padding: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

aside ul {
	margin: 0;
	padding: 0;
}

aside li {
	list-style: none;
	padding-bottom: 10px;
}

aside li:last-child {
	padding-bottom: 0px;
}

.widget-title {
    text-transform: uppercase;
    position: relative;
    margin: 0 -20px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.search-form .screen-reader-text,
.search-form .search-submit {
	display: none;
}

.search-form label {
	width: 100%;
	margin: -10px;
	display: block;
}

.search-field {
	width: 100%;
	display: block;
	padding: 3px 10px;
	font-size: 15px;
	border: none;
	font-weight: normal;
	padding-left: 30px;
}

.search-field::-webkit-input-placeholder {
	color: #d2d2d2;
	font-size: 14px;
	font-style: italic;
}

.search-field:-moz-placeholder {
	color: #d2d2d2;
	font-size: 14px;
	font-style: italic;
}

.search-field::-moz-placeholder  {
	color: #d2d2d2;
	font-size: 14px;
	font-style: italic;
}

.search-field:-ms-input-placeholder  {
	color: #d2d2d2;
	font-size: 14px;
	font-style: italic;
}

.search-form:before {
    font-family: 'FontAwesome';
    color: #cbcbcb;
    position: absolute;
    top: 12px;
    left: 14px;
    content: "\f002";
    font-size: 16px;
}

.widget-area-2 aside {
	border-bottom: 0;
	border-radius: 3px;
}

.widget-area-2 .widget-title {
	padding: 20px 0;
	margin-left: 2px;
	margin-right: 2px;
}

.widget-area-2 .widget_search {
	background-color: #e15454;
}

.widget-area-2 .search-form:before {
	color: #fff;
}

.widget-area-2 .search-field {
	background-color: #e15454;
	color: #fff;
}

.widget-area-2 .search-field::-webkit-input-placeholder {
	color: #fafafa;
}

.widget-area-2 .search-field:-moz-placeholder {
	color: #fafafa;
}

.widget-area-2 .search-field::-moz-placeholder  {
	color: #fafafa;
}

.widget-area-2 .search-field:-ms-input-placeholder  {
	color: #fafafa;
}

/* Slideshow widget */
/*
.page-loading .slideshow {
	opacity: 1;
}

.page-slideshow {
	background: #fafafa;
	z-index: 400;
	position: relative;
	height: 500px;
}

.page-slideshow .fa.fa-circle-o-notch.fa-spin {
	font-size: 24px;
	text-align: center;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-12px;
	margin-left:-12px;
	color: #9f9f9f;
}

.slick-list, .slick-track {
	height: 100%;
}

.slideshow {
	background-color: #9f9f9f;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0!important;
	z-index: 405;
	opacity: 0;
	transition: all 0.4s;
}

.slideshow-loading {
	position: absolute;
	top: 0
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 44445;
}
*/

/* Slideshow widget slide */
/*
.slideshow .slideshow-slide {
	width: 100%;
	height: 100%;
	background-color: #9f9f9f;
	background-size: cover;
	background-position: 50% 50%;
	box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5),
				inset  0 -8px 8px -8px rgba(0,0,0,0.5);
}

.slideshow .slide-patern {
	height: 100%;
}

.slideshow .slide-patern-show {
	background-image: url(../img/slidebg.png);
}

.slideshow .slideshow-slide .container {
	display: table!important;
	height: 100%;
}

.slideshow .slick-dots {
	margin-top: -70px;
	bottom: auto;
}

.slideshow .slick-dots button {
	background-color: rgba(255,255,255,0.6);
	width: 12px;
	height: 12px;
	border-radius: 12px;
}

.slideshow .slick-dots button:before {
	opacity: 0!important;
}

.slideshow .slick-dots .slick-active button {
	background-color: #fff;
}

.slide-details {
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	padding: 25px 0;
}

.slide-details .slide-title {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	text-transform: uppercase;
}

.slide-details .slide-info {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.slide-details .slide-info2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	padding-bottom: 5px;
	text-transform: uppercase;
}

.slide-details .slide-button {
	padding-top: 28px;
}

.slide-details .slide-button a {
	color: #fff!important;
}

.slide-details .slide-button .btn {
	margin: 0 6px;
	display: inline-block;
}

.slide-details .slide-info {
	margin: 0;
}

.slideshow-slide .admin-edit {
	margin-bottom: 8px;
}

.slide-align-top .slide-details {
	vertical-align: top;
}

.slide-align-left .slide-details {
	text-align: left;
}

.slide-align-right .slide-details {
	text-align: right;
}

.caption-background .slide-title {
	background-color: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 10px 50px;
}

.caption-background .slide-info {
	background-color: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 6px 20px;
	margin-top: 12px;
}

.slick-prev:before, .slick-next:before {
	display: none;
}
*/
/* Portfolio Widget */

.projects-groups {
	text-align: center;
	border-top: 1px solid #ebebeb;
	padding: 0;
	margin-bottom: 50px;
}

.projects-groups li {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	margin-top: -3px;
}

.projects-groups li a {
	text-transform: uppercase;
	margin: 0 10px;
	padding: 15px 2px;
	display: block;
	color: #9f9f9f;
}

.projects-groups li.active a {
	border-top: 2px solid #e15454;
}

.projects-groups li.active a {
	color: #e15454;
}

.project-item {
	height: 300px;
	background: #fafafa;
	margin-bottom: 6px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%
}

.project-item .project-title {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 45px;
	background: rgba(0,0,0,0.5);
	text-transform: uppercase;
}


/* Partners widget */

.partners-list {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 40px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	height: 202px;
}

.partners-list.slick-slider {
	margin-bottom: 0px;
}

.partners-list .partner-item img {
	max-height: 100px;
	width: auto;
	padding: 0 22px;
}

.partner-item img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;

	opacity: 0.6;
	transition: all 0.4s;
}

.partner-item img:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

	opacity: 1;
}

.partners-next,
.partners-prev {
	height: auto!important;
	width: auto!important;
}

.partners-next i,
.partners-prev i {
	color: #bababa;
	font-size: 30px;
}

.partners-list .partners-next {
	right: -30px;
}

.partners-list .partners-prev {
	left: -50px;
}


/* Portfolio widget */

.portfolio-item {
	height: 320px;
	background-color: #fafafa;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
}

.portfolio-item .portfolio-thumb {
	background-size:cover;
	background-position: 50% 50%;
	height: 101%;
	width: 101%;
	position: relative;
	transition: all .4s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.portfolio-item .portfolio-details {
	height: 101%;
	width: 101%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .4s ease-in-out;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	display: table;
	padding: 10px;
}

.portfolio-details-align {
	display: table-cell;
	vertical-align: middle;
}

.portfolio-item:hover .portfolio-thumb {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
}

.portfolio-item:hover .portfolio-details {
	background: rgba(0,0,0,0.2);
}

.portfolio-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}

.portfolio-info {
	color: #fff;
	font-size: 14px;
	padding-bottom: 5px;
}

.portfolio-cat {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.portfolio-line {
	width: 60px;
	border-bottom: 1px solid #9e9e9e;
	margin: 15px auto;
}

.row {
	margin:1em auto;
}
.home .row{margin-top:0;}


/* Portfolio white space */

.portfolio-white-space .portfolio-item {
	border-right: 3px solid rgba(255,255,255,0);
	border-bottom: 3px solid rgba(255,255,255,0);
}


/* Portfolio categories */

.portfolio-categories-container {
	border-top: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding-top: 30px;
	margin-top: -30px;
}

.portfolio-categories {
	display: table;
	margin: 0 auto;
}

.portfolio-categories li {
	margin: 0 3px;
}

.portfolio-categories li.active a,
.portfolio-categories li.active:hover a {
	background-color: #e15454!important;
	color: #fff!important;
	font-weight: bold!important;
}

.portfolio-categories li a {
	padding: 0px 20px;
	line-height: 48px;
	border: 0px!important;
	text-transform: uppercase;
	border-radius: 3px;
	color: #9c9c9c!important;
	background-color: transparent!important;
}


.portfolio-categories .nav-tabs {
	border: 0px!important;
}


body.page-template-default .widget_maskitto_projects .portfolio-categories-enabled,
body.page-template-template-contact .widget_maskitto_projects .portfolio-categories-enabled {
	margin-top: -60px;
}


/* Services widget */

.services-list .service-item {
	display: block;
}

.services-list:last-child .service-item {
	padding-bottom: 0;
}

.service-item {
	position: relative;
	transition: all 0.4s;
	cursor: default;
	padding-bottom: 30px;
}

.service-item .service-icon {
	border: 2px solid #e15454;
	padding: 23px 22px;
	display: table;
	margin: 0 auto;
	border-radius: 50px;
	width:78px;
	min-height: 78px;
	margin-bottom:20px;
}

.service-item .service-icon i {
	font-size: 28px;
	color: #e15454;
}

.service-item theme-content/ {
	margin-bottom: 15px;
}

.service-item p {
	line-height: 1.8em;
}

.service-item .service-line {
	height: 69px;
	width: 0px;
	position: absolute;
	left: 50%;
	top: -69px;
	border-right: 1px dashed #e15454;
}

.service-item .service-line-bottom {
	height: 69px;
	width: 0px;
	position: absolute;
	left: 50%;
	top:80px;
	border-right: 1px dashed #e15454;
	display: none;
}

.service-item:last-child .service-line-bottom {
	display: none!important;
}

.service-item .services-readmore {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	display: block;
}

.services-list:first-child .service-item:hover {
	margin-top: -40px;
}

.services-list:nth-child(n+2) .service-item:hover {
	margin-top: -15px;
}

.services-list:nth-child(n+2) .service-item {
	padding-top: 35px;
}

.services-list:nth-child(n+2) .service-item .service-line {
	opacity: 0;
	border: none;
}


.services-list-no-border .service-item:hover {
	margin-top: -15px!important;
}

.services-list-no-border .service-item .service-line {
	opacity: 0;
	border: none;
}

/* Countup widget */

.countup-list {
	text-align: center;
	font-size: 0;
}

.countup-item {
	width: 242px;
	display: inline-block;
	vertical-align: middle;
}

.countup-circle {
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	color: #e15454;
	font-size: 60px;
	font-style: italic;
}

.countup-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #5a5959;
	margin-top: 0px;
	font-style: italic;
	text-transform: uppercase;
}


/* Contacts page */

.contact-section {
	margin-top: 42px;
	border-top: 1px solid #ebebeb;
	padding-top: 42px;
	text-align: center;
}

.contact-section .contact-subtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.contact-social-icons {
	font-size: 0;
	margin-top: 42px;
	margin-bottom: 7px;
}

.contact-social-icons a {
	display: inline-block;
	margin: 0px 10px;
	color: #e15454;
	font-size: 16px;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	border: 1px solid #e15454;
	border-radius: 30px;
	padding-top: 10px;
}

.contact-subtitle-maps {
	margin-bottom: 7px!important;
}


/* Contacts page google maps */

.googlemap {
	height: 550px;
	padding: 0;
	position: relative;
	background: #fafafa;
}

.googlemap .googlemap-iframe {
	width: 100%;
	height: 100%;
	z-index: 50;
	position: relative;
}

.googlemap .googlemap-overlay {
	background:rgba(0,0,0,0);
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
	cursor: pointer;
}

.googlemap .googlemap-loading {
	font-size: 24px;
	text-align: center;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-12px;
	margin-left:-12px;
	color: #9f9f9f;
	z-index: 0;
}

.googlemap .google-maps-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom :0;
	height: 100%;
	width: 100%;
	z-index: 50;
	background-position: 50% 50%;
}

/* Comments */

.comments-title {
	background-color: #eeeeee;
	border-bottom: 2px solid #e1e1e1;
	margin: 30px -30px;
	padding: 20px 30px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
}

.comment-list,
.comment-list .children {
	list-style: none;
}

.comment-list {
	padding: 0;
}

.comment-list .children {
	padding-left: 21px
}

.comment-body {
	display: table;
	width: 100%;
	padding-bottom: 10px;
}

.comment-column-left {
	display: table-cell;
	width: 54px;
	height: 100%;
}

.comment-column-right {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 20px;
}

.comment-body .col-md-6 {
	padding: 0;
}

.comment-author {
	font-weight: bold;
}

.comment-date,
.comment-awaiting-moderation {
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
}

.comment-content {
	padding: 15px 0 5px 0;
}

.comment-thumb-line {
	background-color: red;
	height: 100%;
	border: 2px solid blue;
}

.comment-thumb {
	height: 54px;
	background-color: #fafafa;
}

.comment.parent .comment-column-left {
	background: url(../img/comments.png) no-repeat 40% 0%;
}

.comment.depth-1 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
	margin: 15px -30px;
	padding: 10px 30px;
	position: relative;
}

.comment.depth-1:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.comment.depth-1:not(.parent) .comment-column-right {
	padding-bottom: 4px;
}

.comment-reply-link {
	padding-right: 5px;
}

.comment-list .comment-respond {
	margin-left: 69px;
	margin-bottom: 25px;
}


/* Comments form */

h3#reply-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.comment-form-comment textarea {
	padding: 8px 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	resize: none;
	width: 100%;
	height: 100px;
	max-width: 550px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	padding: 6px 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	width: 100%;
	max-width: 550px;
}

.form-submit input {
	padding: 8px 15px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #fff;
}

.comment-form {
	margin-top: 20px;
}


/* Comments navigation */

.comment-navigation {
	margin-top: 30px;
	text-align: center;
}

.comment-navigation .page-numbers {
	padding: 0 15px;
}

.comment-navigation .current {
	color: #e15454;
}


/* 404 page */

.page-404 {
	background-color: #e15555;
	background-image: url(../img/404.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	height: 400px;
}


/* Back to top button */

.back-top {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 13px;
	padding: 10px 0px;
	border-radius: 40px;
	width: 39px;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
	display: none;
	transition: all 0.6s;
	z-index: 22222;
}

.back-top i {
	font-size: 18px;
	color: #e3e3e3;
}

.back-top:hover {
	background-color:#e15454;
}

.back-top:hover i {
	color:#fff;
}


/* Footer */

footer.bottom {
	background: #000;
	padding: 1em 0;
	text-align: center;
	/*border-top: 2px solid #347DB0*/
}


footer.bottom img {

}

footer.bottom .copyrights {
	color:#fff;
}

footer.bottom .copyrights a {
	color: #fff;
}

footer.bottom .footer-logo {
	display: block;
	padding-bottom: 10px;
}

footer.bottom .footer-logo img {
	max-height: 30px;
}


/* Boxed layout */

.boxed-layout {
	max-width: 1050px;
	margin: 0 auto;
	border: 1px solid #ebebeb;
	border-top: 0px;
	background-color: #fff;
}

.boxed-layout nav.primary {
	max-width: 1048px;
}


/* Calender widget */

#wp-calendar {
	border: none;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin-bottom: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 8px 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}

#wp-calendar th {
	background-color: transparent!important;
	color: #b7b7b7;
}

#wp-calendar #today {
	background-color: #e15454;
	font-weight: bold;
	color: #fff;
}

#wp-calendar #today a {
	color: #fff;
}

#wp-calendar tbody td:hover {
	background-color: #eeeeee;
	cursor: default;
}

#wp-calendar td.pad {
	background-color: transparent!important;
}

#wp-calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#wp-calendar tfoot {
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 11px 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	text-transform: uppercase;
	color: #646464;
	font-size: 13px;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar tbody tr:last-child td {
	padding-bottom: 20px;
}


/* Contact form 7 */

.wpcf7 {
	max-width: 100%;
	margin: 30px 20px!important;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 550px;
	background-color: #f2f2f2;
	border: none;
	padding: 10px 15px;
	border-radius: 3px;
	margin-top: 7px;
	color: #565656;
	max-width: 100%;
}

.wpcf7 .wpcf7-list-item input {
	width: auto!important;
	margin-right: 5px;
}


.wpcf7 .wpcf7-submit {
	width: auto;
	margin-left: 20px;
	background-color: #e15454;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
}

.wpcf7 p {
	color: #999999;
}

.wpcf7 p span {
	margin-top: 4px;
	margin-bottom: 14px;
}

.wpcf7 .wpcf7-response-output {
	padding: 10px;
	width: 550px;
	margin: 0 auto;
	margin-top: 20px;
}

.wpcf7 .required{
 color:red;
 font-size:12px;
 padding-left:5px;
}
.wpcf7 label{
	font-weight:normal;	
}

aside .wpcf7 {
	margin: 0!important;
}

aside .wpcf7 input,
aside .wpcf7 textarea {
	width: 100%;
}

aside .wpcf7 .wpcf7-submit {
	margin-left: 0;
}


/* Tags */

.post-tags {
	margin-top: 20px;
	margin-bottom: 10px;
}

.post-tag-name, .post-tag {
	line-height: 28px;
	margin-top: 5px;
}

.post-tag-name {
	padding-right: 5px;
}

.post-tag {
	display: block;
	padding: 0px 15px;
	background-color: #f2f2f2;
	color: #898989;
	margin-left: 8px;
	font-size: 12px;
}

.post-tag:hover {
	background-color: #e15454;
	color: #fff;
}


/* Page builder columns fix */

.panel-grid > .panel-grid-cell:not(:only-child) .container {
    width: 100%;
    padding: 0 25px;
}

.panel-grid > .panel-grid-cell:not(:only-child) .page-section {
	height: 100%;
}

.panel-grid-cell {
	margin-bottom: 0px!important;
}

.panel {
	border: none!important;
	margin-bottom: 0px!important;
}

.widget_text {
	overflow: hidden;
}


/* Customizer fix */

.customizer-fix {

}


/* */

header #menu-menu-1 {
	margin-right: 0;
}


/* Header accent color background */

.header-details-accent-color .our-info a,
.header-details-accent-color .our-info span,
.header-details-accent-color .soc-icons a,
.header-details-accent-color .soc-icons span {
	color: #fff;
}

.header-details-accent-color .soc-icons a,
.header-details-accent-color .soc-icons span {
	border: none!important;
}

.header-details-accent-color .soc-icons a:hover,
.header-details-accent-color .soc-icons span:hover {
	background-color: rgba(0,0,0,0.1);
}

.header-details-accent-color {
	padding: 5px 0;
	border-bottom: 0px solid #fff!important;
}


.header-details-accent-color .top-search-field::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8)!important;
	font-style: italic!important;
}
.header-details-accent-color .top-search-field:-moz-placeholder {
	color: rgba(255,255,255,0.8)!important;
	font-style: italic!important;
}
.header-details-accent-color .top-search-field::-moz-placeholder {
	color: rgba(255,255,255,0.8)!important;
	font-style: italic!important;
}
.header-details-accent-color .top-search-field:-ms-input-placeholder {
	color: rgba(255,255,255,0.8)!important;
	font-style: italic!important;
}


/* */

.panel-grid-cell img {
	max-width: 100%;
}


/* */

.testimonials-list input {
	color: ;
}

.testimonials-item {
	background-color: #e15454;
	padding: 85px;
	padding-bottom: ;
	color: #fff;
	position: relative;
	margin-top: 53px;
	display: none;
}

.testimonials-text {
	line-height: 200%;
	text-align: center;
}

.testimonials-author {
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	font-size: 14px;
}

.testimonials-image {
	width: 106px;
	height: 106px;
	background-color: #ccc;
	border: 4px solid #fff;
	border-radius: 60px;
	position: absolute;
	top: -53px;
	left: 50%;
	margin-left: -53px;
	background-size: cover;
	background-position: 50% 50%;
}

.testimonials-icon {
	position: absolute;
	left: 50%;
	bottom: 15px;
	font-size: 24px;
	color: #fff;
	margin-left: -12px;
}



.parallax-simple {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.so-panel {
	margin-bottom: 0px!important;
}

.panel-widget-style {
	background-position: 50% 50%;
}


/* Slogan widget */

.page-section-slogan .slogan-title {
	background-color: #e15454;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 29px 31px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 100px;
}

.page-section-slogan .slogan-description {
	background-color: rgba(76,76,76,0.91);
	color: #fff;
	font-size: 16px;
	padding: 27px 31px;
	font-weight: 300;
	line-height: 150%;
}

.single .blog-bottom .blog-content .post-inner h2 {
	/*
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #6272a4;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6272a4;
	*/
}

.single .blog-bottom .blog-content .post-inner h3 {
	text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
/*    border-left-width: 7px;
    border-left-style: solid;
    border-left-color: #1792D2;*/
    /*color: #1792D2;*/
    /*border-bottom: 1px dotted #1792D2;*/
}
#post-contents h3.head
 {
/*	text-align: left;
	font-size: 21px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 2em;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left:none;
	color: #1792D2;
	border-bottom: 1px solid #1792D2;
	font-weight: bold;*/
}



.single .blog-bottom .blog-content .post-inner h4 {
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.single .blog-bottom .blog-content .post-inner blockquote {
	background-color: #eff2fb;
	font-size: 14px;
	padding: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

/*******
roid

********/
h1,h2,h3,dl,dt,dd,p,ul,li{margin: 0;padding: 0;list-style: none;}
/*脳疾患ul li有効化*/
.brain-disease ul,.brain-disease li{
	padding-left:10px ;
	list-style:disc ;
}



/*脳疾患ul liトップのみ無効*/
.page-id-190 .brain-disease ul li{margin: 0;padding: 0;list-style: none;}


.container{padding-right: 0;padding-left: 0;}
h2.read{
	font-size: 14px;
margin-top: :0!important;	margin-bottom: 0;
	padding: 0;
	color: #777;
}
header .sub{
	
	  position: static;
	  text-align:right;
  margin-top: 1em;
}
header .sub a{
	background-image: url(../img/head_sub_01_on.gif);
	width: 72px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 0;
	padding: 0;
	line-height: 13px;	
}
header .sub img{
 margin:0;
 padding:0;	
}
header .sub a:hover img{
	visibility:hidden;
}
header .contact{
  position: static;
  text-align:right;
  margin-top: 1em;
}
header .contact a{display: inline-block;}
header .contact img{opacity: 0.9;}
header .contact img:hover{opacity: 1.0;}
#bs-example-navbar-collapse-1{}
#bs-example-navbar-collapse-1 li.menu-item{border-right: 1px solid #eee;width: 14.2%;margin: 0;text-align:
	center;display: table-cell;}
#bs-example-navbar-collapse-1 li.menu-item:first-child{border-left: 1px solid #eee;}
#bs-example-navbar-collapse-1 li.menu-item a{font-size: 12px;padding:0;margin:0;text-decoration: none;}
ul.dropdown-menu {
		background-color:#333333;
}
ul.dropdown-menu li.menu-item{
/*	display:table-row !important;
	text-align:center !important;*/

}
ul.dropdown-menu li.menu-item a{
font-size: 12px;padding:0;margin:0;text-decoration: none;	
		width:100% !important;
}
#bs-example-navbar-collapse-1 li.menu-item a:link{border-bottom: none;}

#breadcrumb{width: auto;margin-left: 1em;text-align: left;}
#breadcrumb ul li{display: inline;text-align: center;}
#breadcrumb ul li:nth-child(even){margin-left: 0.5em;margin-right:0.5em;}

#mainimg{
	margin: auto;
	font-size: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #fff;/*#347DB0;*/
	position: relative;
	background: url('../img/top/top_bg.gif') 0 -150px repeat-x;

/* box-shadow */
box-shadow:rgba(97, 102, 107, 0.2) 0px 2px 17px 0px;
-webkit-box-shadow:rgba(97, 102, 107, 0.2) 0px 2px 17px 0px;
-moz-box-shadow:rgba(97, 102, 107, 0.2) 0px 2px 17px 0px;

}
#mainimg > div:nth-child(1){margin: auto;width: 100%;text-align: center;}
#mainimg > div:nth-child(1) img{margin: 0 auto;}
#mainimg div.txtdata{
	position: absolute;
	top: 0em;
	left:45%;
	max-width:550px;
	padding: auto 1em;
}

#mainimg img.title{
	display: inline-block;
	margin: 1em auto;
	max-width: 100%;
	height: auto;
}

#mainimg p{
	padding-bottom:20px;
	font-size:12px;
	line-height:180%;
}
.top-ad{margin: auto;text-align: center;}
.top-ad img{margin-bottom: 1em;}
.top-ad img{max-width: 100%;height: auto;display: block;/*border: 1px solid #1792D2;padding: 2px;*/}
h2.pop{
	/*font-size: 21px;*/
	width: 98%;
	height:auto;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}
.pop a{
	color: #565656;
}

div.fukushima.info,div.fukushima.blog,div.fukushima.result,div.fukushima.from{
	padding-left:10px;
	padding-right:10px;
}

/*secondary  サイドバー用20150819↓*/
#secondary{
	text-align: center;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}
.home #secondary{padding-top: 1.8em;}

#secondary img{max-width: 100%;height: auto;display: inline-block;margin-bottom: 1em;}

#secondary .sidemenubox{
	border: 1px solid #1792D2;
	text-align:left;
	margin-top:0;
	 margin-bottom:25px;
	 margin-left:auto;
	 margin-right:auto;
    width:90%;


}
#secondary .sidemenubox .pop::after,#secondary .sidemenubox .pop::before{
  border-left: 0;
  border-top: 0;


}
#secondary .sidemenubox .pop{
	background: rgba(0, 0, 0, 0) linear-gradient(#f5f5f5, #e5e5e5) repeat scroll 0 0;
	border-bottom: 1px solid #1792d2;
	border-top: 1px solid #1792d2;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: 900;
	}

#secondary .sidemenubox ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 130%;
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/cursor.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#secondary .sidemenubox ul{
	padding-top:5px;
	padding-left: 15px;
	padding-right: 15px;
}
#secondary .sidemenubox ul.list li {

  float: none;
}
/*secondary  サイドバー用20150819↑*/


.movie{border: 4px solid #ddd;margin-left:auto;margin-right:auto; margin-bottom: 0.5em;max-width: 240px;}
.movie ul{text-align: center;margin: auto;
padding-left:0;}
.movie ul li{text-align: center;display: block;}
.movie img:nth-child(1){margin: 0.5em auto;}


.footer_inner{width:100%;background-color: #000;padding: 1em auto;text-align: center;}
footer .footer_inner a{color: #fff;}
footer ul li.menu-item a{background: url('../img/cursor_ft.gif')no-repeat 0 0.6em;
padding-left:1.1em!important;line-height: 100%;font-size: 12px;text-decoration: none;}
footer ul li.menu-item a:hover{background-color:#565656; color:#fff;}
footer ul li.menu-item a:link{border-bottom: none;}
footer ul li.menu-item a::before{width: 20px;height: 20px;}
footer .footer_inner .left{float: left;}



footer .footer_inner .right{float: right;margin-top: -1.2em;}
body.home .footer_inner .right {margin-top: -2.2em;}
body.page .footer_inner .right {margin-top: -1.5em;}
/*information*/
html body.archive.tos-desktop footer.bottom div.container div.footer_inner div.right{
margin-top: -1.4em;
}
	
	
footer .footer-menu{margin: 3em auto 1em auto;clear: both;text-align: left;}
.footer-menu{color: #fff;}
p.copy{color: #fff;font-size: 12px;padding-top: 1em;padding-bottom: 1em;}

#media h2,
#post-contents h2,
#hospital h2,
#operation h2,
#profile h2,
#movie h2,
.pop {
	font-weight:900;
  text-align: left;
  position: relative;
  margin-left: 0px; /* 15px padding + 7px border ribbon shadow*/
  margin-bottom:0.5em;
 /* margin-right: -22px;*/
  padding: 15px;
  background: #e5e5e5;
  background: linear-gradient(#f5f5f5, #e5e5e5);
  box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
  text-shadow: 0 1px 0 #fff;
  border-top: 2px solid #1792D2;
  border-bottom:1px solid #1792D2;
}
#media h2:before,
#media h2:after,
#post-contents h2:before,
#post-contents h2:after,
#hospital h2:before,
#hospital h2:after,
#operation h2:before,
#operation h2:after,
#profile h2:before,
#profile h2:after,
#movie h2:before,
#movie h2:after,
.pop:before,
.pop:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content:'';
  border-top: 6px solid #1792D2;
  border-left: 6px solid transparent;
}
#media h2 span,
#post-contents h2 span,
#hospital h2 span,
#operation h2 span,
#movie h2 span,
#profile h2 span{
display: inline-block;
margin-left: 1em;
}

/*media*/
#media dl.media dt {
  clear: both;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
  max-width: 60px;
}
#media dl.media dd {
  font-size: 12px;
  margin-bottom: 25px;
  margin-left: 10%;
  max-width: 585px;
}

#media img.imgright {
  float: right;
  margin: 0 0 20px 20px;
  max-height:100px;
  width:auto;
}

/*
.pop:before {
  border-top: 6px solid #1792D2;
  border-right: 6px solid transparent;
  border-left: none;
  left: auto;
  right: 0;
  bottom: -6px;
}
*/
h3.pop{text-align: left;font-size: 21px;}
h3.pop span{font-size: 21px;font-weight: bold;}

iframe{max-width: 680px;max-height: 440px;}
#grid ul{clear: both;margin: auto;text-align: center;}
#grid ul li{display: inline-block;text-align: center;padding-bottom: 1em;padding-left: 1em;}
#grid ul li img{max-width: 100%;height: auto;display: inline;}
div.hospital{clear: both;}
div.hospital div{width: 100%;display: inline-block;float: left;clear: both;padding-top: 1em;padding-bottom: 1em; border-bottom: 1px dotted #666666;}
div.hospital iframe{display: inline;vertical-align: middle;margin-left: 1em;}
/*ul.hospital li:before {
	content:" ";
    background: url(../img/cursor.gif) 0 25px no-repeat;
    padding: 20px 0 0 17px;
    line-height: 100%;
    font-size: 16px;
}*/
ul#information {clear: both;width: 92%;margin: auto;text-align: center;}
ul#information li.arcgive-record{
	
	width: 98%;
	padding-bottom: 20px;
}
/*ul#information li.arcgive-record:nth-child(odd){margin-right: 1em;}*/
ul#information li.arcgive-record h3{font-size: 18px;padding:0 0;text-align: left;}
ul#information li.arcgive-record h3 a{color: #111;}
ul#information li.arcgive-record p{text-align: left;padding: 1em 0;line-height: 1.6em;}
ul#information li.arcgive-record p a{text-align: left;display: block;margin: 1em auto;}


ul#brain-disease {clear: both;width: 92%;margin: auto;text-align: center;}
ul#brain-disease li.arcgive-record{float: left;width:48%;}
ul#brain-disease li.arcgive-record:nth-child(odd){margin-right: 1em;}
ul#brain-disease li.arcgive-record h3{font-size: 22px;padding:0 0;text-align: left;}
ul#brain-disease li.arcgive-record h3 a{color: #111;}
ul#brain-disease li.arcgive-record p{text-align: left;padding: 1em 0;line-height: 1.6em;}
ul#brain-disease li.arcgive-record p a{text-align: left;display: block;margin: 1em auto;}


h2.pop a{display: block;width: 100%;text-decoration: none;}
h2.pop span:nth-child(2){display: inline-block;text-align: right;font-size: 14px;text-decoration: underline;position: absolute;right: 2rem;}



a{color:#1792D2;text-decoration: underline;}


.fukushima{margin: 1em auto;}

.blog{}
.info dl
.blog dl{margin-bottom: 1em;}
.info dt,
.blog dt{display: inline-block;color:#302F30;float: left;width: 19%;font-size: 12px;line-height: 2.0em;}
.info dd,
.blog dd{font-size: 12px;line-height: 2em;}

.blog img{display: inline-block;margin: 1em auto;}

.result{}
.result ul{width: 56%;line-height: 2.5em;}
.result ul li{color:#302F30;border-bottom: 1px dotted #878487;font-size: 14px;}
.result ul li:last-child{border-bottom: none;border-left:none;}
.result img{float: right;}

.list_bg{
	/*background: url(../img/top/list_bg.gif) no-repeat;*/
	margin-top: 0;
	height: 150px;
	max-width: 693px;
	background-size: contain;
	margin-right: .2em;
	margin-left: .2em;
	padding-top: 1.2em;
	padding-right: .2em;
	padding-bottom: 1.2em;
	padding-left: .2em;
}

#post-contents .list_bg{background: none;}
ul.voice,
ul.list{clear: both;}

ul.voice li{text-align: left;
margin-bottom:1em;


}
ul.list li{display: inline-block;float: left;width: 33%;}

.list_bg ul li{
	display: inline-block;
	background: url(../img/cursor.gif)no-repeat;
	line-height: 100%;
	font-size: 12px;
	width: 33%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
}
.line{background-color: #000;width: 100%;height:1.9em;position: absolute;}
#post-contents h3,
#movie h3,
#profile h3,
#media h3,
#voice h3,
#hospital h3,
#operation h3,
#operation h4 {
	/*display: inline-block;*/
	display:bolck;
    text-align: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
	margin-bottom:10px;
    padding: 8px 15px 8px 15px;
    background: #4A94C1;
    /* background: linear-gradient(#f5f5f5, rgba(23, 146, 210, 0.11)); */
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    /* text-shadow: 0 1px 0 #fff; */
    /* border-top: 2px solid #1D2225; */
    /* border-bottom: 2px solid #0E181D; */
    /* background: url(../img/h2.gif) no-repeat; */


    color: #fff;
    font-size: 18px;
	 clear: both; 
}

#hospital h3 a{
    color: #fff;
}
div.hospital img{
	margin-left:15px;
}
div.hospital small {
	display:block;
	margin-bottom:20px;
}
#post-contents h3.head
 {
	 box-shadow:none;
 }
#post-contents h3.sub
 {
	 margin-top:10px;
	position: relative;
	padding: 9px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 16px;
	background:#FFF;
	color:#666;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4a94c1;
	border-right-color: #4a94c1;
	border-bottom-color: #4a94c1;
	border-left-color: #4a94c1;
 }
#operation h4{margin-left: 0px;font-size: 14px;padding: 4px 8px;}

.wpcf7 input,
 .wpcf7 textarea {
  width: auto;
  border: 1px solid #ddd;
  padding: 0;
  border-radius: 1px;
  margin-top: 0;
  color: #565656;
}
.wpcf7 td:nth-child(1){width: 20%;}
.wpcf7 td:nth-child(2){width: 45%;}
.wpcf7 .tel input,
.wpcf7 .fax input{
	width: 20%;
}
#post-contents h4{font-size: 18px;text-align: left;}
#post-contents table{width: auto;text-align: center;margin: auto;border: none;}
#post-contents table th{border: none;font-size: 14px;text-align: left;}
#post-contents table td{border: none;font-size: 14px;text-align: left;}



img{max-width: 100%;height: auto;}
#sp-image{display: none;}
ul.ad li {display: block;margin-bottom: 1em;}


video{
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}

body.home .hpsl{display: block;clear: both;width: 100%;margin: auto;text-align: center;}
body.home .hpsl::after{content: ".";color: #fff;width: 100%;height: 1px;display: block;}
img.imgright {
    float: right;
    margin: 0 0 20px 20px;
}

body.home nav.primary.navbar.navbar-default div.container div.contact{
	margin-top:13px;
	
}
/*
brain-disease

*/

.navbar-primary li#menu-item-513,
.navbar-primary li#menu-item-523,
.navbar-primary li#menu-item-524,
.navbar-primary li#menu-item-525,
.navbar-primary li#menu-item-526,
.navbar-primary li#menu-item-1668{
	display:none !important;
}
li.arcgive-record time{
	display:block;
	text-align:left;
	
	
}
@media only print{
  a[href]:after {
    /*content: " (" attr(href) ")";*/
	content:"";
  }
  abbr[title]:after {
    /*content: " (" attr(title) ")";*/
	content:"";
  }
  .home div#mainimg div.txtdata div img.title{
	  
	width:100%;
	  
  }
 .home div#mainimg{
	 height:400px;
	 
 }
}
@media only screen and (max-width: 1000px) {

	header .contact,header .sub{
	
			display:none;

}
.widget-area{
	width: 340px;
	
}
.blog-column-left {
	  overflow:hidden;
}
#mainimg{
	background:none;
}
#mainimg div.txtdata {
	  position: static;
}
#secondary .sidemenubox{
   max-width:650px;


}

/*//追従メニュー非表示*/
html body.page.page-id-10.page-template-default.logged-in.admin-bar.no-customize-support.tos-desktop header.top.sticky nav.primary.navbar.navbar-default.animated.fadeInDown{
	
	display:none;
}
@media (max-width: 960px) {

}

@media (max-width: 768px) {



}

@media only screen and (max-width: 600px) {
	
.page-section{
	overflow:visible;	
}
/*//追従メニュー非表示*/
nav.primary.navbar.navbar-default.animated.fadeInDown{
	
	display:inherit;
}
body.home nav.primary.navbar.navbar-default div.container div.contact{
	margin-top:0px;
	
}

	h2.read{font-size: 10px;display: none;}
	.line{background-color: #000;width: 0;height:0;position: static;}
	.blog-column-right{padding-left: 0!important;}
	.blog-column-left .blog-item{
		padding-left:1em;
		padding-right:1em;
	}
	#secondary{clear: both;}
	#secondary a{display: inline-block;margin: 0;float: left;}
	#secondary a:nth-child(2){display: block;}
	.movie {
	    border: 2px solid #ddd;
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 0.5em;
	    max-width: 240px;
	    float: left;
	}
	body.home .hpsl{display: none;}
/*-----*/

	header.top{max-height: 150px;}
	header h1{text-align: center;margin: auto;}
	header .contact img,
	header a h1 img
	{margin: 0;text-align: center;}

	#bs-example-navbar-collapse-1 li.menu-item:first-child {
 		border-left:none;
	}

	header .navbar-right {
	  display: block;
	  float: none!important;
	  margin-right: auto!important;
	}
	.navbar-default .navbar-brand {
      color: #777;
      float: none;
      line-height: 0;
	}

	#bs-example-navbar-collapse-1{border-left: none;padding-left:0;padding-right: 0;}
	#bs-example-navbar-collapse-1 li.menu-item {
	   border-right: none;
	  width: 100%;
	  margin: auto;
	  text-align: left;
	  padding: 0;
	  display: block;
	  background-color: #000;

	}
	#bs-example-navbar-collapse-1 li.menu-item a {
	  font-size: 18px;
	  padding-top: 0;
	  padding-bottom: 0;
	  text-decoration: none;
	  text-align: left;
	  margin-left: 20%;
	   line-height: 2.2em;
	}

	.navbar-header span.menu{display: block;color: #fff;}
	.navbar-header span.menu:before{content: '';display: none;}
	/*----*/

header.top {
  background-position:  center -2em;
  border-bottom:none;
}
header.sticky nav{
	background: #000 url('../img/header_bg.jpg') center -2em no-repeat;
	top:0;
}
header .contact {
	   padding-bottom: 0;
	   margin-bottom: 0;
	   text-align: center;
	   margin-top: 0;
	}


	#mainimg div.txtdata {
	  position: static;
	  margin: auto;
	  padding: auto 1em;
	}
	.row {
	  padding-left: 1em;
	}
	.blog-bottom {
	padding-right: 10px;
	padding-left: 10px;
	}

	#mainimg{background: none;}
	#mainimg > div:nth-child(1) img.top-image {
		display: none;
	  margin-right: auto;
	  margin-top: 0;
	  margin-bottom: :0;
	}
	#sp-image{width: 100%;max-width: 100%;height: auto;display: block;z-index: -999;}

	footer .navbar-nav .current-menu-item a,
	footer .navbar-nav .current_page_parent a {
		color: #fff!important;
	}
/*----*/
	.container {
	    max-width: 600px;
		
		/*overflow: hidden;*/
	}

	header.top {
	  background-position:  center -2em!important;
	  border-bottom:none;
	}
	header.sticky nav{
		background: #000 url('../img/header_bg.jpg') center -2em no-repeat;
		top:0;
	}

	header h1{text-align: center;}
	header h1 img{margin-top:0.5em;margin-bottom: 0.5em;}

	.blog-column-left {
	  padding-right: 0.5em;
	  padding-left: 0.5em;
	  margin: auto;
	  float:none;
	}
	#mainimg .txtdata span img{width: 40%;}
	#secondary > a{display: block;margin: auto;float: none;}
	.movie{float: none;margin-left: auto;margin-right: auto;}
	.blog dt{display: block;float: none;width: 100%;}
	.blog dd{display: block;}
	.result{text-align: center;}
	.result ul{width: 100%;text-align: left;}
	.result img{float: none;}

	footer.bottom {
	  padding: 4px 0.5em;
	  text-align: center;
	  border-top: 2px solid #347DB0;
	}

	.navbar-toggle {
	  padding: 0;
	  margin-top: 0;
	}
	#post-contents h2,
	#movie h2,
	#profile h2,
	#media h2,
	#voice h2,
	#hospital h2,
	#operation h2 ,
	.row{padding-left: 0;}

	.list_bg{background: none;}
	footer .footer-menu{margin: 3em auto 1em auto;clear: both;text-align: left;}
	footer .footer-menu ul{padding-top: 1em;}
	footer .footer-menu ul li{line-height: 2.0em;}
	footer .footer-menu ul li a{font-size: 14px;}
/*	ul.hospital li iframe {
    display: block;
    vertical-align: middle;
    margin: 1em auto;
	}
	ul.hospital li{float: none;display: block;text-align: center;}
	ul.hospital li img{display: block;margin: auto;}
	ul.hospital li small span{display: block;text-align: center;margin-left: 0!important;}
*/
	div.hospital iframe {
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	}
	div.hospital div{float: none;display: block;text-align: center;}

div.blog-bottom div.blog-content div.post-inner .hospital img {
  margin: 0 auto!important;
  margin-bottom:1em!important;
}

	div.hospital small span{display: block;text-align: center;margin-left: 0!important;}

	div.hospital small {display: block;text-align: center;margin-left: 0!important;
	margin-bottom:20px;
	margin-top:-15px;
	}

	div.controls {
    clear: both;
	}
	div.content {
	    float: none;
	    width: auto;
	    padding: 0;
	    text-align: center;
	}
	.advance-link img{margin: auto;max-width: 100%;height: auto;text-align: center;}
	div.loader {
	    position: static;
	    background-image: url('loader.gif');
	    background-repeat: no-repeat;
	    background-position: center;
	    max-width: 100%;
	    width: auto;
	    height: auto;
	    text-align: center;
	}
	.slick-slider{margin-bottom: 0;}
	span.image-caption {
    display: block;
    position: static;
    width: auto;
	}
	div.slideshow a.advance-link {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    line-height: 0;
    text-align: center;
	}

	div.slideshow-container {
		display: block;
	    position: static;
	    clear: both;
	    width: auto;
	    max-width: 100%;
	    height: auto;
	    text-align: center;
	    margin: auto;

	}
	div.slideshow span.image-wrapper {
    position: static;
	}

	/* Contact form 7 */
	form.wpcf7-form table {
    overflow: hidden;
}

.wpcf7 {
	max-width: 100%;
	margin: 0!important;
}

.wpcf7 input,
.wpcf7 textarea {
	width: auto;
	background-color: #f2f2f2;
	border: none;
	padding: 10px 15px;
	border-radius: 3px;
	margin-top: 7px;
	color: #565656;
	max-width: 100%;
}

.wpcf7 .wpcf7-list-item input {
	width: auto!important;
	margin-right: 5px;
}


.wpcf7 .wpcf7-submit {
	width: auto;
	background-color: #e15454;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
	display: block;
	margin: auto;
	text-align: right;
}

.wpcf7 p {
	color: #999999;
}

.wpcf7 p span {
	margin-top: 4px;
	margin-bottom: 14px;
}

.wpcf7 .wpcf7-response-output {
	padding: 10px;
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
}


aside .wpcf7 {
	margin: 0!important;
}
#post-contents table td {
    font-size: 14px;
    width: 85%;
    padding: 0;
}
aside .wpcf7 input,
aside .wpcf7 textarea {
	width: 100%;
}

aside .wpcf7 .wpcf7-submit {
	margin-left: 0;
}
.wpcf7-form td:nth-child(1){display: block;vertical-align: middle;}
.wpcf7-form td:nth-child(2){display: block;vertical-align: middle;}
.wpcf7-form tr:last-child td:nth-child(2){vertical-align: middle;}
.wpcf7-form input[type="submit"]{text-align: center;margin: auto;}
.wpcf7-form input[type="reset"]{text-align: center;margin: auto;display: block;}

.navbar-primary li#menu-item-513,
.navbar-primary li#menu-item-523,
.navbar-primary li#menu-item-524,
.navbar-primary li#menu-item-525,
.navbar-primary li#menu-item-526,
.navbar-primary li#menu-item-1668{
	display:inline-block !important;
}
/*
---------414---*/
.container {
    max-width: 414px;
}
	.navbar-brand {
 	 padding: 0!important;
	}
	header  h1 a{display: block;}
	header h1 img{width: 85%;height: auto;}
	.navbar-brand{float: none!important;}
	#bs-example-navbar-collapse-1 li.menu-item a {
	  line-height: 2em;
	}

	body.home h2.pop span:nth-child(2) {
    width: auto;
    margin-left: 1em;
	}
	ul#brain-disease li.arcgive-record {
    width: 100%;
	}

footer .footer_inner .right{float: right;margin-top: -0.5em;}
	body.home footer .footer_inner .right {margin-top: -1.4em;}
	body.page footer .footer_inner .right {margin-top: -0.8em;
}
	
	
	img.imgright {
    float: none;
    margin: auto;
	}/*
--------*/




  header.top{max-height: 100%;}

	header .contact {
	  padding-bottom: 0;
	  margin-top: 0rem;
	  margin-bottom: 0.2em;
		text-align: center;
		display:none;

	}
	.navbar-brand {
	height: 50px;
	}

	#bs-example-navbar-collapse-1 {
 	background-color: #fff;
 	 margin: 0;padding: 0;
	}
	header .navbar-right {background-color: #000; margin: 0;padding: 0;}
	#bs-example-navbar-collapse-1 li.menu-item {
	 background-color: #000;
	 margin: 0;padding: 0;
	}
	#secondary{text-align: center;width: 100%;margin: auto;max-width: 100%;}
	#secondary{display: block;}
	#secondary a{display: block;text-align: center;margin: auto;float: none;}
	div.slideshow a.advance-link {
    padding-right: 1em;
	}
	div.controls {
    clear: both;
    padding-right: 1em;
	}
	body.home h2.pop{
	margin-left: 0!important;
	margin-right: 0!important;
	padding:15px 0!important;
	width: 100%;
	}
	body.home h2.pop span:nth-child(1){margin-left: 1em;}
	body.home h2.pop a span.blogtop{
		
		position:static;
		
	}
	
	footer.bottom {
		border:none}
		
	div#profile.left div{
		float:none;
	
	
	}
	
/*記事画像*/
div.blog-bottom div.blog-content div.post-inner div  img{
	float: none;
	margin:0 !important;
}
/*記事div*/
div.blog-bottom div.blog-content div.post-inner div{
 width:100% !important;	
}

/*voice*/
div#post-contents.sizechange div.left div.list_bg{
height:auto;	
}

}
@media (max-width: 414px) {


}
@media (max-width: 375px) {


}
@media (max-width: 320px) {


}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width: 768px),
                  (min-resolution: 2dppx) and (max-width: 768px){
/*     header.top{max-height: 100%;}*/
}
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width: 414px),
                  (min-resolution: 2dppx) and (max-width: 414px){

}
.voice_right{display: inline-block;margin-bottom: 2em;}


/*profile used*/
.mb20{
	margin-bottom:20px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
html div#thumbs.navigation div.top.pagination{
	margin:30px !important;
	height:20px;
	line-height:20px;
	display:block !important;
}
.pagination{
	display:block !important;
}
div#thumbs.navigation ul.thumbs li:last-of-type{
	float:none;
	
}
/*下部メニュー現在背景指定*/
.page-template-voice .navbar-primary li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-561,
.parent-pageid-557 li.menu-item-561,
.page-template-brain-disease .navbar-primary li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-207,
.parent-pageid-190 li.menu-item-207,
.page-template-template-information li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-526{
  background-color: #1792d2;
}


/*20170826 追記　/movie */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}