/*
Theme Name: tobi-tmp
Theme URI: https://underscores.me/
Author: tobi-kikaku
Author URI: https://tobi-kikaku.jp
Description: tobi-kikaku Original Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tobi-temp
Tags:

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

tobi-tmp is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    /*margin: 0; bootstrap.min.cssに含まれて居るので削除*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;

}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: center;
    color: #008cc8 !important;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

img a:hover{
    opacity:0.8;
    
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #575756 !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

h1 {
    clear: both;
    font-weight: bold;
    line-height: 1.2;
    color: #008cc8 !important;
}

h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 300;
    line-height: 1.2;
     color: #008cc8 !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 11px;
    margin-top: 22px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 11px;
    margin-top: 11px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 2.8em;
    font-weight:600 !important;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0 0 11px;
    line-height:1.8em!important;

}

.site-title {
    text-align: left;
    font-size: 23px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.site-title img {
    width: 80%;
}

.site-description img {
    width: 75%;
}

.site-description {
    left: 216px;
    position: fixed;
    top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.site-description a{
	color:#008cc8;
    }

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    /*margin: 0 0 1.5em 3em;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #008cc8 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    padding: 0.6em 2em 0.4em;
    border:none;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: none;
    border-radius: 3px;
    margin:30px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    width: 100%;
    padding:30px 0 30px 3px !important;
}

button, input, optgroup, select, textarea{
color:#666 !important;}



#contact-page h2{
	text-align:center; 
	font-size:30px;
	font-weight:600!important;}

#contact01{
	background: #fff; 
	color:#008cc8;
}

.contact-main{
	max-width:800px; 
	width:100%;
	margin:0 auto; 
	border: 1px solid; 
	padding: 80px;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.pull-lef {
    width: 90%;
    float: left;
}

.pull-right {
    width: 10%;
    float: left;
    text-align: right;
    display: none;
    position: relative;
    bottom: 50px;
    right:20px;
}

.header-menu{
margin-top:-13px;
}

.chinokyoten-logo{
margin-top:-6px !important;
}

/*-------------- フェード ---------------*/

/* .viewer
------------------------- */
.viewer {
    margin: 20px auto 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.viewer ul {
    width: 100%;
    overflow: hidden;
}

.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.viewer ul li img {
    width: 100%;
}

.viewer ul li img:hover {
    opacity: 1;
}


/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}

.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}

.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*---------------       # header-single       ---------------*/

#header-single .top {
    height: auto;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    background: #fff none repeat scroll 0 0;
}

#header-single .pull-lef {
    float: left;
    left: 80px;
    position: relative;
    width: 90%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-content {
    padding-right: 50px !important;
    margin-top: 105px;
    clear: both;
    text-align:right;
}

.footer-content p{
font-size:14px;
}

.footer-menu {
   margin-top: 100px;
}

.check {
    margin-right: 15px;
}

.footer-icon {
    margin: 20px 45px 15px 0;
}

.footer-icon img {
    margin: 0 5px;
}

#footer-about{
padding:20px auto;
}

#footer-about .row {
    padding: 30px;
}

#footer-about h2 {
    text-align: center;
    border-bottom: 3px dashed #fff;
    line-height: 2em;
    font-size:26px;
}

#footer-about p {
    line-height: 2em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}


a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 80%;
    margin-left: 15px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: float;
    position: relative;
    padding: 0 3.8%;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    font-size:18px;
　　line-height:2em;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.sub-menu{
padding:5px 0;
background-color: #fff;
opacity: 0.9;
margin-left: -10px !important;
width:250px;
}

.sub-menu li{
clear:both;
}

.sub-menu a{
line-height:1.8em;
font-size: 14px;
}


/* header social-icon */

.header-icon {
    float: right;
    width: 20%;
}

.header-icon img {
    margin: 0 5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.submenu-t a{
font-size:13px !important;
}

.submenu-t{
padding:0 25px;
text-align:left;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-pills li {
    list-style: none;
}

#drawer-right .nav-pills a {
    border-radius: 0;
    font-size: 18px;
    display: block;
    padding: 3px 15px 3px 0;
    position: relative;
}

#drawer-right .nav-pills a:hover {
    color: #f6f6f6;
    opacity: 0.8;
    text-decoration: none;
}

.fa-times-circle{
color:#fff;
}

.nav-stacked a{
color:#fff;
}

#drawer-right h2{
color:#fff !important;
font-size:28px !important;
border-bottom: 1px solid #fff;
}

#drawer-right ul{
margin: 0; 
padding: 0 10px;
}


/*-----------# Navigation------------------*/
.menu-item {
    float: left;
    list-style: none;
    padding: 10px;
    color: #008cc8;
}

.footer-menu .menu-item a {
    color: #008cc8;
    font-size:14px;
}

.menu-item a:hover {
    color: #008cc8;
    background: linear-gradient(transparent 60%, #ffeb00 0%);
}

.social a {
    padding: 10px 5px;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 20px;
    margin-left: 23px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.content-block:before,
.content-block:after,
.site-content:before,
.site-content:after,
.content-block:before,
.content-block:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.content-block:after,
.site-content:after,
.content-block:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget-title {
    font-size: 22px;
    margin: 20px 0 25px !important;
    color: #008cc8;
    border-bottom: 1px solid #008cc8;
    padding: 0 8px 10px;
}

.widget-area {
    margin-left: 15px;
}

.widget-area ul {
    list-style-type: none;
    margin-left: -20px !important;
}

.widget-area li a {
    font-size: 16px;
}

.widget{
padding-bottom:20px;
}

#archives-dropdown-2{
margin-left:20px !important;
}


/*--------------------------------------------------------------
# front-page
--------------------------------------------------------------*/
#menu-smh {
    display: none;
}

.parallax{
padding:80px 0 20px!important;
}


#blog{
background-image: url(/cocplus/wp/wp-content/themes/tobi-temp/images/topbg3.png); 
background-repeat: no-repeat; 
background-size: 45% auto; 
background-color: rgb(245, 245, 245); 
background-position: 60px 100px;
}

#blog2{
background-image: url(/cocplus/wp/wp-content/themes/tobi-temp/images/topbg1.png); 
background-repeat: no-repeat; 
background-size: 45% auto; 
background-color: rgb(245, 245, 245); 
background-position: 845px center;
}

#portfolio{
background-image: url(/cocplus/wp/wp-content/themes/tobi-temp/images/topbg2.png); 
background-repeat: no-repeat; 
background-size: 45% auto; 
background-color: rgb(245, 245, 245); 
background-position: -100px 440px;
}


.blog-post {
    padding: 0 !important;
}

.blog-info {
    padding: 0 15px;
}

.blog-info h2 a {
   font-size:18px;
}

.blog-info h2 {line-height: 0.5!important;
}

#blog .blog-post img{
	width:100%;
        margin-bottom: 15px;
        margin-top: 15px;
	}

#blog2 .blog-post img{
	width:100%;
        margin-bottom: 15px;
	}

.date {
    float: left;
    font-size: 12px;
    padding-top: 3px;
}

.line {
    margin: 0 10px;
}

.cat_name2 {
    float: left;
}

.cat_name2 a{
font-size: 10px;
}

.summary {
    clear: both;
    padding: 10px 0 0;
}

#menu-top{
    padding:0;
}

#news {
    padding: 0 80px;
}

.info {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.info li {
    border-bottom: 1px dashed #000;
    padding-bottom: 6px;
    margin: 8px 0;
}

.cat_name_top {
    background: #008cc8;
    text-align: center;
    margin: 0 8px;
}

.cat_name_top a {
    color: #fff;
    font-size: 14px;
    padding: 5px;
}

#portfolio {
    padding: 30px 0 0;
}

.newsletter a {
    display: block;
    overflow: hidden;

}

.newsletter a::before {
    content: url("/cocplus/wp/wp-content/themes/tobi-temp/images/newsletter.png");
    display: block;
    position: absolute;
}

.number a {
    color: #fff;
}

.number {
    position: relative;
    bottom: 105px;
    left: 70px;
    z-index: 300;
    color: #fff;
    font-size: 15px;
    width: 112px;
    left: 60px;
}

.time{
   margin: 0 0 3px;
}

.backnumber {
    margin: 0 0 3px;
}

.backnumber a {
    border: 1px solid #fff;
    width: 72px;
    padding: 4px;
    color: #fff;
}

.number img {
    display: none;
}

#footer-about {
    margin: 30px 0;
}

#footer-about img {
    width: 65%; 
    padding: 13px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title {
    color: #008cc8;
}



.sticky {
    display: block;
}

.hentry {
    margin: 10px 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*-------------- index :  ---------------*/

.page-header {
    border-bottom: none !important;
}

.index {
    border-top: 1px solid;
    width: 1170px;
    margin: 0 auto;
}

.index .col-sm-9 {
    border-right: 1px solid;
}

.index .posted-on a {
    font-size: 12px !important;
}

.index .entry-thumb {
    padding: 0 20px 15px 0;
}

.index .entry-title {
    height: 55px;
    padding-right: 20px;
    font-size: 24px;
    padding-top: 6px;
}

.index .entry-content {
    padding-right: 20px;
}

.index .entry-meta {
    font-size: 10px;
}

.entry-thumb {
    overflow: hidden;
    width: 100%;
}

.entry-thumb-s {
    height: 200px;
    overflow: hidden;
    width: 100%;
}

.category {
    margin-bottom: 80px;
}

.category .row {
    margin-bottom: 30px;
}

.category .entry-meta {
    float: left;
    font-size: 15px;
}

.category h2 {
    margin: 0 0 15px;
}

.category h2 a{
    font-size:22px;
    color: #008cc8 !important;
}

.cat_name a {
    border-radius: 0;
    color: #008cc8 !important;
    float: left;
    font-size: 15px;
    text-align: left;
    width: 35%;
    font-weight:400;
}

.more {
    clear: both;
    border: 1px solid #cee7f4;
    padding: 3px;
    text-align: center;
    width: 20%;
    font-size: 13px;

}

.category li {
    margin-bottom: 12px;
}

/*-------------- single :  ---------------*/
.frame {
    border: 1px dotted #6a6a6a;
    font-size: 16px;
    margin: 0 0 40px;
    padding: 20px 36px 22px;
}

.single1 {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.single1 .container {
    margin-top: -46px;
}

.single1 .col-sm-9 {
    margin-top: 43px;
    padding: 0 50px 0 0;

}

.single1 h1 {
    line-height: 1.5;
    font-size: 28px;
    font-weight: 600 !important;
}

.single1 h2 {
    border-bottom: 2px solid #008cc8;
    margin: 64px 0 32px;
    padding: 0 0 12px;
    font-size:26px;
    font-weight: 400 !important;
}

.single1 h3 {
    border-left: 4px solid #d6d6d6;
    font-weight: 400 !important;
    line-height: 1.4;
    margin: 60px 0 28px;
    padding: 0 13px;
    font-size:22px;
}

.single1 p {
    line-height: 1.9;
    margin-bottom: 2em;
    word-wrap: break-word;
    clear: both;
}

.single1 li {
    margin-bottom: 12px;
}

.single1 article {
    margin-bottom: 0;
}

.single1 article .entry-header {
    border-bottom: 1px dashed #008cc8;
    border-top: 1px dashed #008cc8;
    padding: 40px 20px 50px;
}

.single1 .entry-content {
    padding: 0 56px;
}

.single-cat a {
    color: #008cc8;
    width: 85%;
    float: left;
    text-align: left;
    font-size: 15px;
    padding: 0 25px;
}

.single1 .entry-meta {
    margin: 0;
    vertical-align: middle;
    width: 10%;
    float: left;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.breadcrumbs li {
    font-size: 12px;
}

.entry-footer {
    border-top: 1px dashed #008cc8;
    padding: 10px 0 0;
	height: 180px;
}

.single1 img {
    margin-bottom: 25px;
    padding:10px;
}

.post-navigation {
    border-bottom: 1px dashed #008cc8;
    border-top: 1px dashed #008cc8;
    height: auto;
    margin-bottom: 60px !important;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    border-right: 1px dashed #008cc8;
    float: left;
    padding: 5% 3% 8%;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    padding: 5% 3%;
    text-align: right;
    width: 50%;
}


.wp-pagenavi {
    margin: 60px 0;
    text-align: center;
    display:block;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #008cc8 !important;
    color: #008cc8 !important;
    padding: 8px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #008cc8 !important;
    color: #008cc8 !important;
}

/*--------------------------------------------------------------
## mission アニメーション
--------------------------------------------------------------*/
#mission-title h2 {
    line-height: 1.4;
    padding: 20px;
}

.mission-text {
    line-height: 1.8;
    padding: 15px 15px 0 55px;
}

.mission-text h2 {
    text-align: left;
    margin-bottom: 26px;
    line-height: 1.5;
}

.mission-text h3 {
    text-align: left;
}

.mission-img {
    position: relative;
    width: 480px;
    height: 300px;
    margin: 0 auto;
}

#mission-page .section {
    position: relative;
    padding: 100px 0 180px;
}

#mission-page .section-top {
    position: relative;
    padding: 60px 0 180px;
}

#mission-page img {
    width: 80%;
}

.illust1-1 {
    position: relative;
    width: 100%;
    top: 5%;
}

.illust1-2 {
    position: absolute;
    width: 22.5%;
    left: 56%;
    top: 48%;
}

.illust2-1 {
    position: relative;
    width: 100%;
    top: 10%;
}

.illust2-2 {
    position: absolute;
    width: 24%;
    left: 5%;
    top: 29%;
}

.illust3-1 {
    position: absolute;
    width: 36%;
    top: 3%;
    left: 0;
    z-index: 1;
    transform: rotate(-20deg);
}

.illust3-2 {
    position: absolute;
    width: 28%;
    top: 0;
    left: 55%;
    z-index: 2;
    transform: rotate(-20deg);
}

.illust3-3 {
    position: absolute;
    width: 26%;
    top: 70%;
    left: 0;
    z-index: 4;
    transform: rotate(25deg);
}

.illust3-4 {
    position: absolute;
    width: 40%;
    top: 70%;
    left: 50%;
    z-index: 3;
    transform: rotate(20deg);
}

.illust4-1 {
    position: relative;
    top: 0;
    left: 0;
}

.illust4-a {
    position: absolute;
    display: none;
    width: 7%;
    top: -10%;
    left: 57%;
}

.illust4-b {
    position: absolute;
    display: none;
    width: 7%;
    top: -10%;
    left: 80%;
}

.illust4-c {
    position: absolute;
    display: none;
    width: 6%;
    top: -10%;
    left: 27%;
}

.illust4-d {
    position: absolute;
    display: none;
    width: 11%;
    top: -10%;
    left: 41%;
}

#mission-page .pagenation {
    position: absolute;
    bottom: 120px;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 4;
}

#mission-page .pagenation li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    letter-spacing: 0;

}

#mission-page .pagenation li a {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: solid 7px;
    border-radius: 50%;
    border-color: #ababab;
}

#mission-page .pagenation li a.current,
#mission-page .pagenation li a:hover {
    border-color: #008cc8;
}

@media (max-width: 768px) {
    .mission-text {
        padding: 0;
    }

    .col-sm-6 {
        padding: 0;
    }

    #mission-title h2 {
        padding-left: 0;
        padding-right: 0;
    }

    #mission-page .section {
        padding-top: 0;
        padding-bottom: 50px;
    }

    #section1 .mission-img {
        width: 100%;
        height: 100%;
        margin-bottom: 10%;
    }

    .illust1-2 {
        top: 45%;
    }

    div#section2.section {
        padding-bottom: 0;
    }

    #section2 .mission-img {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }

    .illust2-1 {
        padding-top: 6.5%;
    }

    .illust2-2 {
        top: 23%;
        left: 6%;
    }

    .illust3-1 {
        left: 10%;
    }

    .illust3-3 {
        left: 10%;
    }

    #section3 {
        width: 100%;
        overflow: hidden;
    }

    #section3 .mission-img {
        margin-bottom: 15%;
    }

    #section4 .mission-img {
        width: 100%;
        height: 100%;
        margin-bottom: 5%;
    }

}

/*--------------------------------------------------------------
## 取り組み
--------------------------------------------------------------*/
#efforts01, #efforts02, #efforts03, #efforts04 {
    padding: 40px 0;
}

#efforts-title {
    margin-bottom: 80px;
}

#efforts-title h2 {
    line-height: 1.4;
    padding: 20px;
}

#efforts-title h2 span{
font-size:0.6em;
}


#efforts-page h3 {
    text-align: left;
    padding: 0 0 50px 20px;
    position: relative;
    left: 33%;
    line-height:1.4em;
	
}

#efforts-title p {
    line-height: 2em;
    margin: 0;
    padding: 40px 0 0;
    position: absolute;
    right: 135px;
    top: 160px;
    width: 380px;
    font-size:20px;
}

.b-bottom {
    border-bottom: 2px solid #008cc8;
    width: 100px;
    margin: 40px auto 55px;
}

#efforts-page .col-sm-6 {
    padding: 0 50px;
}

.ep{
padding:60px;
}

.en img{
position: absolute; 

}    

#efforts-parallax01 h1 {
    color: #fff;
    border: 1px solid #fff;
    width: 55%;
    margin: 0 auto;
    padding: 15px;

}

#efforts-parallax02 h1 {
    color: #fff;
    border: 1px solid #fff;
    width: 55%;
    margin: 0 auto;
    padding: 15px;

}

#efforts-parallax03 h1 {
    color: #fff;
    border: 1px solid #fff;
    width: 55%;
    margin: 0 auto;
    padding: 15px;

}

#efforts-parallax04 h1 {
    color: #fff;
    border: 1px solid #fff;
    width: 55%;
    margin: 0 auto;
    padding: 15px;

}

#efforts-parallax01 {
    background-image: url("/cocplus/wp/wp-content/themes/tobi-temp/images/e-01.jpg");
    background-size: 100% 100%;
    color: #fff;
}

#efforts-parallax02 {
    background-image: url("/cocplus/wp/wp-content/themes/tobi-temp/images/e-02.jpg");
    background-size: 100% 100%;
}

#efforts-parallax03 {
    background-image: url("/cocplus/wp/wp-content/themes/tobi-temp/images/e-03.jpg");
    background-size: 100% 100%;
}

#efforts-parallax04 {
    background-image: url("/cocplus/wp/wp-content/themes/tobi-temp/images/e-04.jpg");
    background-size: 100% 100%;
}

.syousai {
    margin-top:60px;
}

/*--------------------------------------------------------------
## フィールド
--------------------------------------------------------------*/
#field-page h2 {
    color: #008cc8;
}

#field-title {
    margin-bottom: 80px;
}

#field-title h2 {
    line-height: 1.4;
    padding: 20px;
}

.field-message {
    margin: 0;
    padding: 40px 0 60px;
}

/* tab
------------------------- */

ul#tab {
    zoom: 1;
    border-bottom: 3px solid #008cc8;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul#tab:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

ul#tab li {
    float: left;
    text-align: center;
    border: 1px solid #008cc8;
    border-radius: 6px 6px 0 0;
}

ul#tab li:last-child {
    background: none;
}

ul#tab li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
}

ul#tab li a:hover {
    color: #008cc8;
}

ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
    color: #000;
}

#detail {
    clear: both;
    overflow: hidden;
    background: #f7f7f7;
    width: 100%;
    height: auto;
    padding: 20px;
}

.tabbox {
    display: none;
}

#detail td {
    padding: 10px;
    text-align: left;
}


/*--------------------------------------------------------------
## 運営者概要
--------------------------------------------------------------*/
#about-us .col-md-12 {
    margin-bottom: 10px;
}
#about-us h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size:30px;
    font-weight:600 !important;
}

#about-us h3 {
    text-align: center;
    margin: 50px 0 30px;
}

#about-us h4 {
    margin: 20px 0 !important;
}

#about-us p {

}

#about-us a {color: #008cc8;

}

#about-us td {
	padding: 6px 12px;
}


/*--------------------------------------------------------------
## プライバシーポリシー
--------------------------------------------------------------*/
#pp .col-md-12 {
    margin-bottom: 10px;
}

#pp h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size:30px;
    font-weight:600!important;
}

#pp h3 {
    text-align: center;
    margin: 50px 0 30px;
}

#pp h4 {
    margin: 20px 0 !important;
}

#pp p {

}





/*--------------------------------------------------------------
## 固定ページ　ボタン
--------------------------------------------------------------*/
.page-button {
    text-align: center;
    margin: 80px 0;}

.button {
	display: inline-block;
    width: 350px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border-radius:10px;
    font-size:1.4em !important;
}


.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button {
    position: relative;
    z-index: 2;
    background-color: #008cc8;
    border: 2px solid #008cc8;
    color: #fff;
    line-height: 75px;
}

.button:hover {
    background-color: #fff;
    border-color: #008cc8;
    color: #008cc8;
}

.button::before,
.button::after {
    left: 0;
    width: 100%;
    height: 50%;
}

.button::before {
    top: 0;
}

.button::after {
    bottom: 0;
}

.button:hover::before,
.button:hover::after {
    height: 0;
    background-color: #008cc8;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .content-block { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .content-block {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# SNSボタン
--------------------------------------------------------------*/
.share {
    margin: 0 auto;
    width: 60%;
}

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

.share li a {
    display: block;
    padding: 10px 0;
    color: #008cc8;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.facebook a:hover {
    color: #315096;
}

.googleplus a:hover {
    color: #dd4b39;
}

.tweet a:hover {
    color: #55acee;
}

.line a:hover {
    color: #00c300;
}

.pocket a:hover {
    color: #f03e51;
}

.pocket a:hover {
    color: #f03e51;
}

.rss a:hover {
    color: #ff8c00;
}

.feedly a:hover {
    color: #6cc655;
}

.evernote a:hover {
    color: #6CD850;
}

.share ul:after {
    content: "";
    display: block;
    clear: both;
}

/*
.share li a:hover {opacity :0.8;
    color : #fff;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  */
.share li {
    float: left;
    width: 21%;
    margin: 0 auto;
}

.sns-name{
font-size: 11px;
line-height: 3em;
letter-spacing: 0.12em;}



/*--------------------------------------------------------------
## レスポンシブ
--------------------------------------------------------------*/

/* 1600px以上
------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
#blog{
background-size: 40% auto; 
background-position: 120px 400px;
}

#blog2{
background-size: 40% auto; 
background-position: 945px center
}

#portfolio{
background-size: 40% auto; 
}

.blog-info h2{
line-height: 0.5!important;
}

}

/* 1200px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
   .chinokyoten-logo{
margin-top:-8px !important;
}

    .site-title img {
        width: 70%;
    }

    .site-description {
        left: 180px;
	top:18px;
    }


    .site-description img {
        width: 70%;
    }
.main-navigation{
 width: 70%;
    }

    .main-navigation li {
        padding: 0 2%;
    }

.main-navigation a {
    font-size: 16px;
}



.main-navigation ul ul a{
    font-size: 16px !important;
    line-height: 2em;
}

#blog{
background-position: 20px 270px;
}

#blog2{
background-position: 696px center;
}

    .date {
        font-size: 75%;
        padding-top:0;
    }

    .cat_name2 {
        font-size: 75%;
    }

    .blog-info h2 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 1.1!important;
    }

    .line {
        margin: 0 3px;
    }

    .number {
        bottom: 85px;
    }

    #footer-about {
        margin: 0;
    }


    .widget-area {
        margin-left: 0;
    }

    .widget-area ul {
        list-style-type: none;
        margin-left: -32px !important;
    }

    #archives-dropdown-2{
         margin-left: 10px !important;
    }

    .single1 .entry-content {
        padding: 0 26px;
    }

    .category h2 {
        font-size: 18px;
    }

    .category h1 {
        font-size: 20px;
    }

    .summary {
        font-size: 14px;
    }

    .container2 {
        padding-left: 35px;
        padding-right: 35px;
    }

    #efforts-title p{
	right: 85px;
    	top: 120px;
    	width: 377px;
}

    #efforts-page h3{
	bottom: 20px !important;
	}

}
/* 992px以下から -タブレット-
------------------------------------------------------------*/
@media only screen and (max-width: 992px) {

 .chinokyoten-logo{
	display:none;
	}

.chinokyoten-logo-t {
    margin-top: -10px !important;
    text-align: left;
}

    .pull-right {
    bottom: 13px;
}


.site-description{
top:13px;
}

    .torikumi-top img {
        display: none;
    }

    .torikumi-top {
        background-image: url("/cocplus/wp/wp-content/themes/tobi-temp/images/torikumi1-s.png");
        background-size: 100% auto;
        height: 445px;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
        background-repeat: no-repeat;
    }

    #efforts-title {
    margin-bottom: 0;}

    #efforts-title p {
        position: static !important;
        width: 100%;
    }

    #efforts-page h3{
	padding:10px 0 50px 20px;
	}
    

    .content-block {
        padding: 40px 0 !important;
    }

    .main-navigation {
        display: none;
    }

    .header-icon {
        display: none;
    }

    .pull-right {
        display: block;
    }

    #menu-top {
        display: none;
    }

    #menu-smh {
        display: block;
        padding: 0;
    }

    .menu-button {
        padding: 10px;
    }

    .menu-button a {
        color: #008cc8;
        font-size: 18px;
    }

    .menu-button p {
        margin: 0;
    }

    .menu-button span {
        color: #008cc8;
        font-size: 12px;
    }

    .center {
        display: none;
    }

    #news {
        padding: 0 35px;
    }

    .info-box {
        margin-bottom: 40px;
    }

    .newsletter a::before {
        display: none;
    }

    .newsletter {
        background-repeat: no-repeat;
        background-size: 100%;
        width: 50%;
        height: auto;
        float: right;
    }

    .newsletter img {
        margin: 2px 0 0 5px !important;
    }

    .number {
        width: 50%;
        height: auto;
        float: left;
        color: #008cc8;
        bottom: 0;
        left: 25px;
        top: 15px;
    }

    .number a {
        color: #008cc8;
        border-color: #008cc8;
    }

    .number img {
        display: block;
        width: 75%;
        padding: 0 0 20px;
    }

    .time {
        padding-left: 8px;
    }

       .date {
        font-size: 14px !important;
    }


    .cat_name2 {
        font-size: 65%;
    }


    .footer-menu {
	margin: 100px; }

    .check {
        display: none;
    }

    .footer-icon {
        display: none;
    }

    .single1 .col-sm-9 {
        margin-top: 0;
        padding: 0 25px;
    }

    .single1 h1 {
        font-size: 26px;
    }

    .single1 .entry-content {
        padding: 0;
    }
    .single1 .entry-meta{
	width:15%;
    }

    .single-cat a{
	width:80%;
	}


.widget-area{
margin-top:-45px;
display:inline-block;}

    .more {
        font-size: 13px;
    }

    .contact-main{
	padding:20px;
}

    .container2 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .contact-main{
	width:90%;
}

.footer-content {
    clear: both;
    margin-top: 0;
    padding-right: 0 !important;
    text-align: center;
}
 
}

/* 768px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 769px) {
   h2 {
    font-size: 1.8em;}
  

    .viewer {
        margin-top: 50px;
    }

    #footer-about img {
        width: 45%;
        padding: 25px 0;
    }




    .blog-img {
        padding: 0 10px;
        width: 45%;
        height: auto;
        float: left;
    }

    #blog .blog-post img {
        margin-bottom: 0 !important;
    }

	
     #blog2 .blog-post img {
        margin-bottom: 0 !important;
    }

    .blog-img a:hover {
        opacity: 0.6 !important;
    }

    .blog-post {
        margin-bottom: 0 !important;
    }

    .blog-info {
        float: left;
        height: auto;
        padding: 10px;
        width: 55%;
    }

    .blog-info h2 a{
	font-size:14px;
}


.widget-area{
margin-top:0;}

    .cat_name2 a{
        font-size: 15px;
    }

    .summary {
        display: none;
    }

    .more {
        display: none;
    }

    .cat_name a {
        font-size: 13px;
        padding: 3px;
        width: 45%;
    }

    .category .entry-meta {
        font-size: 75%;
    }

    .entry-thumb-s {
        height: auto;
    }

    .container2 {
        text-align: left !important;
    }

    #field-title h2 {
        padding: 20px 0 0;
    }

    ul#tab li a {
        font-size: 70%;
    }

   
 
    .syousai {
    margin-top: 30px;
}

#efforts-page img{
	width:80%;
}

.en img{
width: 20% !important;
}

#efforts-page h2{
margin:30px 0;
}

 #efforts-page h3{
	padding:10px 0 50px 20px;
	bottom: 28px !important;
	left: 26%;}

.category h2 a{
	font-size:14px;
}

#about-us td{
	width:50%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
	font-size: 14px;
	width: 80%;
}

.contact-main td{
	font-size: 14px !important;
}

.footer-content{
    padding-right: 0 !important;
    text-align: center;
    margin-top: 0;
}

}

/* 480px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	h2 {
    font-size: 1.6em;
}
	h3 {
    font-size: 18px;
}

     .site-description {
        display: none;
	
    }

    .viewer {
        margin-top: 50px;
        margin-bottom:0;
    }

    #news {
        padding: 0 15px;
    }

    .info li {
        font-size: 12px;
    }

    .cat_name_top {
        margin: 0;
    }

    .cat_name_top a {
        font-size: 10px;
    }

    .number {
        left: 10px;
        top: 5px;
    }

    .number img {
        padding: 0 0 10px;
    }

    .blog-img {
        width: 35%;
        padding: 0 10px;
    }

    .blog-info {
        width: 62%;
        padding: 3px 2px;
    }

    .blog-info h2 a {
        font-size: 12px;
    }

    .date {
        margin-bottom: 0 !important;
        font-size:10px;
    }

   .cat_name2 a{
        font-size: 11px;
       
    }

   .ep{
padding: 0;
}

    

     #efforts-title p{
	font-size:16px;
}

     #efforts-page h3{
	bottom: 30px !important;
        padding: 7px 0 0 6px;
        margin: 0;}

    .single1 h1 {
    font-size: 22px;
}

    .single1 h2 {
    font-size: 20px;
}

   .single1 h3 {
    font-size: 18px;
}


    .single1 .entry-meta {
      float: none; 
    }

    .single-cat a {
      float: none;
      padding:0;
    }

    .share {
        width: 85%;
    }

    .share li {
        width: 24%;
    }

    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
        border-right: none;
        padding: 5% 0;
        width: 100%;

    }

    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
        padding: 5% 0;
        width: 100%;
        　　border-top: 1px dashed #008cc8;
    }

    .category h2 {
    margin: 0 0 5px;
}

    .category h2 a{
        font-size: 12px;
        margin: 0 0 5px;
    }

    .category .col-xs-5 {
        margin: 0;
        padding: 8px;
    }

    .category .col-xs-7 {
        margin: 0;
        padding: 8px;
    }

    .cat_name a {
        background: none;
        color: #008cc8;
        text-align: left;
        font-size: 12px;
    }

    .category .entry-meta {
        padding: 0 5px;
        width: 100%;
    }

    .category .row {
        margin-bottom: 0;
    }

    .container2 {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left !important;
        width: 90%;
    }

    .container2 {
        padding-left: 0;
        padding-right: 0;
        text-align: left !important;
    }

    ul#tab li {
        height: 45px;
    }

    ul#tab li a {
        font-size: 60%;
    }

   #footer-about p{
	font-size:12px;
	}
   #footer-about .row{
	margin:0;
	}

   #footer-about h2{
	font-size:20px;
	}
    #footer-about img{
	width:55%;
	}

  
 
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
	font-size: 12px;
	width: 60%;
}

.contact-main td{
	font-size: 12px !important;
}

 .footer-menu {
	margin: 60px auto 0; }

.button {
    width: 250px;
    height: 60px;
    line-height: 54px;
    font-size: 1.2em !important;
}

}

/* 取り組み top-img レスポンシブ
------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
.torikumi-top{height:445px;}
}

@media only screen and (max-width: 480px) {
.torikumi-top{height:320px;}
}

@media only screen and (max-width: 440px) {
.torikumi-top{height:285px;}
}


@media only screen and (max-width: 340px) {
.torikumi-top{height:215px;}
}