@charset "utf-8";
/*
theme Name:タナカマシーナリー
Author: Urakami
Description: Wordpress用のオリジナルテーマ
version： 1.0.0
*/

html,
body {
    font: 16px/1.7 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    background-color: #f1f1f1;
    text-align: justify;
    text-justify: inter-ideograph;
}

a:hover{
text-decoration:none;	
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.table td,
.table th {
    padding: 0.75em !important;
    border: 1px solid rgba(38, 51, 96, 0.3) !important;
}

.table th {
    background-color: rgba(38, 51, 96, 0.1);
    width: 20%;
}

:placeholder-shown,
::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder,
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height:before, .row-eq-height:after {
	display: none;
}

.fa,
.fas,
.far {
    margin-right: 0.5em;
}

#container {
    padding: 2.0rem 0;
}

.txt {
    font-size: 0.9em;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

.Ma-T_0 {
    margin-top: 0 !important;
}

.ul-list {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: disc;
}

.ul-arrow {
    padding: 0.5rem 1rem;
    list-style: none;
}

.ul-arrow li a {
    display: block;
    background: url(./images/share/basis/list-arrow.svg) no-repeat;
    background-size: 0.5em;
    background-position: 0.5em center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 0.25em 0.5em 0.25em 2.0em;
}

.ul-arrow li:last-of-type a {
    border: none;
}

.schedule a {
    line-height: 1.3;
}

.schedule a time {
    font-size: 0.8em;
}

.jumbotron {
    background:linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgb(38, 51, 96)), url(./images/share/basis/main-image.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    margin-bottom: 0;
}

.jumbotron h2 {
    margin: 0;
    letter-spacing: 0.1em;
}

.jumbotron h2 small {
    color: rgba(226, 226, 226, 0.5);
    font-style: italic;
    margin-left: 0.25em;
}

.button {
    text-align: right;
    display: block;
}

.btn-basis {
    display: block;
    text-align: right;
}

.btn-basis > * {
	display:inline-block;
    border-radius: 3px;
    padding: 0.5em 1em;
    background-image: -webkit-linear-gradient(#616fa0 0%, #263360 100%);
    background-image: linear-gradient(#616fa0 0%, #263360 100%);
    color: #fff;
    text-shadow: 1px 1px 1px #232e56;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.25), 0 2px 2px rgba(0, 0, 0, 0.05);
    border: 2px solid #586696;
    letter-spacing: 0.1em;
}

.btn-basis > *:hover {
	color:rgba(255,255,255,0.9);
}

.btn-basis > *:active {
    /*background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;*/
}

.btn > *,
.btn > *:before,
.btn > *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn {
    display: block;
    padding: 0;
    line-height: initial;
    text-align: left;
    border: none;
    border-radius: 0;
	margin-top:1.0em;
}

.btn > * {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.6em 1.5em;
    letter-spacing: 0.2em;
	cursor:pointer;
    /*margin-top: 0.75rem;*/
}

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

.btn > *:hover {
    text-decoration: none;
}

.btn-border > * {
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
}

.btn-border > *:hover {
    color: #263360;
}

.btn-border > *:after {
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-border > *:hover::after {
    top: 0;
    background-color: #fff;
}

nav.navbar.navbar-default {
    margin-bottom: 0;
}

nav.navbar.navbar-default .navbar-brand {
    height: initial;
    padding: 15px 0;
    margin-left: 0px;
}

nav.navbar.navbar-default .navbar-nav > li > a {
    line-height: 67px;
    padding: 0 1.0rem;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

footer {
    background: #263360;
    color: #fff;
    padding: 1.0rem 0;
}

footer .col-xs-3 dl {
    font-size: 0.7em;
    margin: 0;
}

footer .col-xs-3 dl > * {
    display: inline;
}

footer .col-xs-3 dl > dt {
    padding-right: 0.5em;
    font-weight: normal;
}

footer .col-xs-9 ul {
    list-style: none;
    text-align: center;
}

footer .col-xs-9 ul li {
    display: inline;
    margin: 0 0.6em;
}

footer .col-xs-9 ul li a {
    color: #fff;
    font-size: 0.8em;
}

#sidebar section.side-menu h4.heading {
    color: #fff;
    border-bottom: none;
    text-align: center;
    background-color: #0b42ff;
    padding: 0.8em;
    margin-bottom: 0;
}

#sidebar > section:first-of-type > h4.heading{
	margin-top:0;
}

#sidebar section.side-menu ul {
    border: 1px solid #263360;
    border-bottom: transparent;
    list-style: none;
    padding: 0;
}

#sidebar section.side-menu ul li {
    border-bottom: 1px solid #263360;
}

#sidebar section.side-menu ul li a {
    display: block;
    padding: 0.5em 1.0em;
	background:none;
}

#sidebar section.side-menu ul li a:hover {
    background-color: rgba(38, 51, 96, 0.1);
    text-decoration: none;
}

#wp-calendar{
	width:100%;
	text-align:center;
}

#wp-calendar caption, #wp-calendar th{
text-align:center;	
}
#wp-calendar thead{
	border-top:1px solid #263360;
	border-bottom:1px solid #263360;
}

#wp-calendar tbody td{
    border-right: 1px solid rgba(136,98,57,0.10);
    border-bottom: 1px solid rgba(136,98,57,0.10);
}

#wp-calendar tbody tr td:last-of-type{
	border-right:none;
}

#wp-calendar tbody td a{
	display:block;
	text-decoration:underline;
}
#wp-calendar tbody td a:hover{
	background:rgba(38, 51, 96, 0.1);
	text-decoration:none;
}

label.screen-reader-text{
	display:none;
}

select[name='archive-dropdown']{
	display: block;
    width: 100%;
    padding: 0.25em 0 0.5em;
    margin-top: 1.0em;
}

h3.heading {
    position: relative;
	background: #0b42ff;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 2.2em;
    color: #fff;
    margin: 5.0rem 0 2.0rem;
    padding: 0.5em;
    border-radius: 5px 0 0 5px;
}

h3.heading small {
    font-weight: bold;
    margin: 0 0.25em;
    color: inherit;
}

h3.heading i {
    font-size: 0.7em;
    color: #ffffff54;
    margin-left: 0.5em;
    font-style: italic;
    letter-spacing: 0.05em;
}

h3.heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    border-bottom: 1px dashed #f1f1f159;
}

h3.heading.center {
    background: none;
    color: #333;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    padding-bottom: 0;
    margin-bottom: 1.1rem;
}

h3.heading.center small {
    color: #333;
}

h3.heading.center i {
    display: block;
    color: rgba(47, 57, 108, 0.6);
}

h3.heading.center:after {
    content: none;
}

h3.heading.center + p {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    text-align: center;
    margin-bottom: 2.0rem;
}

h4.heading {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    letter-spacing: 0.05em;
    margin: 1.5rem 0 0.5em;
    color: #a78607;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #a78607;
}

h4.heading.bar {
    background: #263360;
    border: none;
    color: #fff;
    padding: 0.75em;
}

h4.heading.bar.bar-GD {
    background: #a78607;
}

.philosophy-area {
    padding: 3rem 0;
}

.philosophy-area p,
.philosophy-area ol {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 1.1em;
    margin-bottom: 0;
}

.philosophy-area p span,
.philosophy-area p li,
.philosophy-area ol span,
.philosophy-area ol li {
    display: inline-block;
    padding: 0.25em .75em;
    background-color: #f1f1f1;
    margin-bottom: .5em;
    color: #2f396c;
    box-shadow: 0 1px 10px 0 rgba(163, 170, 173, 0.2);
}

main .section-basis {
    padding: 5rem 0;
}

main > .section-basis:first-of-type {
    padding-top: 0;
}

.section-basis .container > h3.heading:first-of-type,
.section-basis > h3.heading:first-of-type {
    margin-top: 0;
}

.background-dott {
    background: url(./images/share/basis/background-dott.png) repeat;
}

.dott-inner {
    background: #f1f1f1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.catalog-card article {
    padding: 15px;
}

.catalog-card article .inner .img-area {
    margin-bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}

.catalog-card article .inner .img-area img {
    display: inline;
    max-height: 202.48px;
    width: auto;
}

.catalog-card article .inner .txt-area h5.heading {
    font-size: 1.1em;
    margin: 0.5em 0;
}
/***
 * pager
 * ***********************/
.wp-pagenavi{
text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #263360 !important;
}
/***
 * banner
 * ***********************/
.support-banner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            padding: 20px 20px;
            border: 2px solid #2c5aa0;
	        margin:0 15px;
        }

        .rivets-logo {
            width: 80px;
            height: 80px;
        }

        .rivets-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .support-text {
            font-size: 24px;
            color: #2c5aa0;
            font-weight: bold;
        }
        }