@charset "UTF-8";

/*
Theme Name: nstec_v2
Author: 株式会社TOP ONE
*/

/*
目次：
基本設定
トップページ
子ページ
孫ページ
レスポンシブ
*/

/* ------------------------------------
// common
------------------------------------ */

body {
    color: #333333;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
    line-height: 1.5;
}

.wrapper {
    overflow: hidden;
}

a {
    color: #00aeef;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a:hover,
a:active {
    color: #00aeef;
    text-decoration: underline;
}

/* a:visited {
    color: #00aeef;
    opacity: 0.7;
} */

img {
    max-width: 100% !important;
    height: auto !important;
}

figcaption {
    font-size: 18px;
    font-weight: bold;
    background-color: #f2f2f2;
    margin: 50px 0 10px;
    padding-left: 5px;
    border-left: medium solid #00aeef;
}

.noimage {
    display: block;
    background: #eee;
    height: 100%;
    text-align: center;
    font-size: large;
    color: #fff;
    line-height: 10rem;
}
.none {
    display: none;
}

[class*='col-'] {
    overflow: hidden;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: .5em 1em;
}

.rwdwrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.rwdwrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.nav-wap {
    float: left;
    background: #0080be;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.navbar .container {
    padding-left: 0;
}

.navbar-nav a {
    font-size: small;
    display: block;
    padding: 0 1.8rem;
    color: #fff;
    line-height: 49px;
    background: #0080be;
}
.navbar-nav a:hover {
  text-decoration: none;
  background: #0292d7;
}

.navbar-nav ul li a {
    color: #00aeef;
    line-height: 100%;
    padding: .4rem 1rem;
}

.navbar li {
    border-bottom: 1px solid transparent;
}

.nav > .menu-item-has-children > ul,
.nav > .page_item_has_children > ul {
    display: none;
}

.open ul {
    display: block !important;
}

.mt-2 {
    margin-top: 2em;
}

.mt-4 {
    margin-top: 4em;
}

.mb-2 {
    margin-bottom: 2em;
}

.my-2 {
    margin: 2em auto;
}

.logo {
    padding: 0 20px;
    max-width: 400px;
    float: left;
    background: #fff;
}
.logo a {
  padding: 13px 0;
  display: block;
}

.logo_text {
    font-size: x-small;
    text-align: right;
}
.banner{
  float: left;
  text-align: center;
  background: #F73A0B;
  width:300px;
  font-weight: bold;
  color: #fff;
  margin: 6px 0 0 50px;
  padding: 5px ;
  border-radius: 10px;
}

.banner a{
    color: #fff;
    font-weight: bold;
}
.tel {
  float: right;
  text-align: right;
  color: #fff;
  margin: 6px 20px 0 0;
}
.tel span {
  display: block;
  font-size: 10px;
  line-height: 120%;
}
.tel span.number {
  font-weight: bold;
  font-size: 18px;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}

.navbar .current-menu-item,
.navbar .current-menu-parent,
.navbar .current_page_item {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #00aeef;
}

blockquote {
    border-left: 2px solid #f5f5f5;
    padding-left: 1em;
}

blockquote:before {
    content: "\e977";
    color: #333;
    font-size: large;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

thead th,
thead td {
    background: #f5f5f5;
}

tr:nth-child(even) th,
tr:nth-child(even) td {
    background: #f5f5f5;
}

td,
input{
    box-sizing: border-box;
}

.post_body ol li,
.req_bottom {
    margin-bottom: 1em;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

/*.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}*/

.bsspht {
    margin: 0 auto 2em;
}

.post_body table th {
    white-space: nowrap;
}

/* ------------------------------------
// bootstrap
------------------------------------ */


/* navbar-toggle */

.navbar-toggle {
    position: absolute;
    top: -2.1rem;
    right: .5rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border: none;
    background: transparent !important;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #555 !important;
    width: 22px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

@media (min-width: 47.9em) {
    .navbar-toggle {
        display: none;
    }
}


/* Animated “x” icon */


/* carousel */

.carousel-item img {
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: initial;
    background: transparent;
    filter: initial;
}

.carousel-control .icon-arrow-left2,
.carousel-control .icon-arrow-right2 {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -1em;
}

.carousel-control .icon-prev,
.carousel-control .icon-arrow-left2 {
    left: 50%;
    margin-left: -1em;
}

.carousel-control .icon-next,
.carousel-control .icon-arrow-right2 {
    right: 50%;
    margin-right: -1em;
}

.carousel-indicators {
    bottom: -3rem;
}

.carousel-indicators li {
    background-color: #ccc;
    border: 0 none;
}

.carousel-indicators .active {
    background-color: #00aeef;
}

.carousel-indicators li {
    margin: 0 .2em !important;
}


/* /carousel */

.form-control,
.btn {
    border-radius: 0;
/*    width: 100%;
*/}


/* ------------------------------------
// main
------------------------------------ */

.headline {
    /*padding: 0.5rem 0;*/
    background: #0080be;
    height: 50px;
}

.headline .ttl,
.headline .subttl {
    vertical-align: top;
    font-size: x-small;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.header_image {
    width: 100%;   
}

.main {
    background-color: #00aeef;
    text-align: center;
    padding: 1.5em 0;
    color: #fff;
}

.main h3 {
    margin-bottom: 0;
    font-size: x-large;
}

.main h3 a {
    color: #fff;
}

.card {
    margin-bottom: 2em;
    border: 0 none;
    border-radius: 0;
}

.card-block {
    padding: 0;
}

.card-title {
    font-size: initial;
    font-weight: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    height: 2.4em;
    margin: 0 1rem .5rem 1rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

.card-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.2em;
    height: 1.2em;
    margin: .5rem 1rem .5rem 1rem;
}

.card a:hover {
    text-decoration: none;
}

.card .post_links {
    cursor: pointer;
    display: block;
    border: 1px solid #f5f5f5;
}

.card .post_links:hover {
    background-color: #f5f5f5;
}

.card .post_thumb {
    overflow: hidden;
    width: 100%;
    height: 12rem;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}

.card a:hover .post_thumb {
    opacity: 0.8;
}


.post_time,
.post_cat {
    font-size: small;
    color: #777;
    margin-right: .5em;
}

.post_body {
    /*border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;*/
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.post_body h1,
.post_body h2 {
    font-weight: bold;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.post_body h1 span,
.post_body h2 span {
    border-bottom: 2px solid #00aeef;
    /*display: inline-block;*/
    /*padding: 1rem 0;*/
    margin-bottom: -2px;
}

.post_body h3 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: large;
    border-left: 2px #d8d8d8 solid;
    padding-left: 8px;
    line-height: 1.8rem;
}
/*中途*/

.video-wrapper{}
.video-wrapper .video-space{}
.video-wrapper .video-space .wp-block-video{}
.wp-block-video video{
    vertical-align: top !important;
}
.video-wrapper .video-space .wp-block-video video{
    max-width: 680px;
    height: auto;
}

.recruit h3{
    font-size: 1.25rem;
}

.recruit table{
    margin-bottom:60px;
}

.recruit th>span{
    font-size: 1.25rem;
}
.recruit td>span{
    font-size: 1.25rem;
}


.post_body hr {
    clear: both;
}

.cat_info {
    margin-bottom: 1rem;
    color: #777;
}

.cat_info img {
    width: 100%;
}

.ttl {
    font-size: medium;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 1rem;
}

ul.post-categories,
.widget ul {
    padding-left: 0;
    margin-left: -.5em;
    list-style: none;
}

ul.page-numbers {
    padding-left: 0;
    margin-left: -.5em;
    list-style: none;
}

ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}

ul.page-numbers li {
    display: inline-block;
}

.sidebar .widget:first-child .ttl {
    margin-top: 0;
}

.sidebar .widget ul li a {
    padding: .5rem 0;
}

.widget {
    margin-bottom: 2rem;
}

.widget .ttl {
    font-size: medium;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 1rem;
}

.sidebar .widget .ttl {
    background: transparent;
}

.ttl span {
    display: inline-block;
    padding: .5em 1em;
    border-bottom: 2px solid #00aeef;
}

.widget ul li {
    display: block;
    padding-left: .5rem;
    border-bottom: 1px solid #ddd;
}

.widget ul li ul {
    border-left: 1px solid #ccc;
    margin-left: 1rem;
}

.widget ul li ul li {
    border-bottom: 0 none;
    display: flex;
}

.widget ul li a {
    padding: .2rem;
    display: inline-block;
}

.sidebar .newpost a {
    display: table;
    width: 100%;
}

.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.sidebar .newpost a .post_thumb span {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden;
}

.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}

.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

ul.post-categories a,
ul.tag a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 0 .5rem .5rem 0;
}

.pager li > a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 0 .5rem .5rem 0;
}

ul.post-categories a:hover,
ul.tag a:hover {
    background: #f5f5f5;
}

.page-numbers a:hover
/*.widget a:hover*/ {
    background: #f5f5f5;
}

.share {
    margin-bottom: 1rem;
}

.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff;
    font-size: small;
    margin: 0 .1em .1em 0;
    opacity: 0.8;
}

.share a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.share_facebook {
    background: #39599F;
}

.share_twitter {
    background: #45B0E3;
}

.share_google {
    background: #DB4437;
}

.share_hatena {
    background: #00A4DE;
}

.headline .sns {
    text-align: right;
}

.headline .sns a {
    font-size: large;
    display: inline-block;
    margin: 0 .2rem;
}

.foot .sns {
    text-align: center;
    padding: 4em 0;
}

.foot .sns a {
    font-size: xx-large;
    display: inline-block;
    margin: 0 .5rem;
}

.detail {
    background: rgba(237, 237, 237, 1);
}

.ttl_h1 {
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    padding-left: .9375rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;    
}
.ttl_h1 span {
  font-size: 1.2rem;
  margin-left: 1rem;
  text-transform: capitalize;
  letter-spacing: 0rem;
}

.archive .ttl_h1,
.search .ttl_h1 {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
}

.clearfix,
.post_body {
    zoom: 1;
}

.clearfix:after,
.post_body:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.pager li > a,
.pager li > span {
    border-radius: 0;
}

.page-numbers {
    clear: both;
    text-align: center;
}

.page-numbers a {
    background: #fff;
    border: solid 1px #f5f5f5;
    padding: .5em 8px;
    margin: 0 2px;
    text-decoration: none;
}

span.current {
    background: #fff;
    border: solid 1px #f5f5f5;
    padding: .5em 8px;
    margin: 0 2px;
    text-decoration: none;
    background: #f5f5f5;
}

.pagetop {
    text-align: center;
    font-size: x-large;
    padding-top: 6px;
}

.pagetop a:hover,.pagetop a:visited {
  text-decoration: none;
}


/* ------------------------------------
// フッター
------------------------------------ */
footer {
    background: #1E1E1E;
    padding: 2em 0 0 0;
}
footer .textwidget ul li,
footer .textwidget ul li a{
  color: #fff;
}
footer .textwidget ul li a:hover {
  background: inherit;
}
/*リンクさせない*/
.pointer-none,
.post_cat a {
  pointer-events:none;
}

footer .textwidget ul li,
footer .textwidget ul li ul {
  border: none;
}
footer .textwidget ul li {
  padding-left: 1rem;
}
footer .textwidget ul li ul {
  margin: 0; 
}
footer .textwidget ul li.prnt:before {
  font-family: FontAwesome;
  content: '\f0da' ;
  margin-right: 3px;
}
footer .textwidget ul li ul li:before {
  font-family: FontAwesome;
  content: '\f105' ;
  margin-right: 3px;
}

.copy-wrap {
  background: #0F0F0F;
  color: #fff;
  padding: 1em 0;  
  font-size: small;
}
.copy-wrap ul {
  padding: 0;
  margin: 0;
}
footer .copy-wrap .textwidget ul li {
  float: left;
  padding-left: 1.5rem;
}
footer .copy-wrap .textwidget ul li:first-of-type {
  padding-left: 0;
}
.copy {
    text-align: right;
}
.copy span {
  color: #FF6C45;
}

.eg {
    background: #f5f5f5;
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}

.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid #ddd;
}

.rwd {
  display: none;
}




/* ------------------------------------
// wp
------------------------------------ */

.aligncenter {
    display: block;
}

.alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}

.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}

.attachment-post-thumbnail,
.ttl_h1 + img {
    margin-bottom: 1em;
}

.attachment-post-thumbnail {
    width: 100%;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
    font-size: small;
    max-width: 100%;
    height: auto;
}

.sticky .card-block {
    background: #f0ffc8;
}

.bypostauthor {
    font-weight: bold;
}

.form-allowed-tags {
    font-size: small;
}

.searchform > div {
    text-align: center;
}

.searchform input[type="text"] {
    width: calc(100% - 6rem);
    float: left;
}

.searchform input[type="submit"] {
    width: 5rem;
    float: none;
    clear: both;
}

#cse-search-box input[name="q"] {
    width: 74%;
}


/* ------------------------------------
// wpp
------------------------------------ */

.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}

.popular-posts .wpp-list li {
    display: table;
    width: 100%;
}

.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}

.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}

.popular-posts .wpp-list li .post-stats,
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}

.wpp-no-data {
    text-align: center;
}
/* ------------------------------------
// 基本設定
------------------------------------ */
.container {
  background: #fff;
  padding-top: 25px;
}
ul li {
  list-style-type: none;
}
.pdg-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*文字*/
.text-small {
  font-size: 70%;
}
h2 {
  border-bottom: solid 3px #0080be;
}

/*ボタン*/
.btn-primary {
  background: #0080be;
}
.btn-primary:hover {
  text-decoration: none;
}
.btn-primary,.btn-primary:visited {
  color: #fff;
}
.page .mainarea .col-md-4 a.btn-primary,
.page .mainarea .col-md-4 a.btn-primary:visited{
    color: #fff;
}


.fa-chevron-circle-right {
  margin-left: 0.3rem;
}

/*hover　ホバー*/
.logo a:hover,
.page .mainarea .col-md-4:hover,
.col-left a:hover,
.page-id-928 .post_body .col-md-6:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.servise-btn .col-md-3:hover,
.servise-btn .col-sm-6:hover
 {
  opacity: 0.8;
  transition: all 0.5s;
}
.col-left a.hover-none,
.servise-btn .hover-none:hover {
  opacity: 1;
}

body .scroll-back-to-top-wrapper {
  bottom: 64px;
}

/*子ページ*/

.new-section{
    padding: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.page .col-md-4 {
  margin-bottom: 80px;
}
.page .col-md-4 .post_body,
.post_body h2 {
  font-size: 1.25rem;
  border: none;
  margin-bottom: 0;
  padding: 8px 0;
}
/* .post_body h2 {
  display: flex;
} */
.post_body h2,
.page .col-md-4 h2:before {
  font-family: FontAwesome;
  content: '\f138';
  margin-right: 0.3rem;
  /*color: #0080be;*/
}
.page .col-md-4 h2:before {
  color: #0080be; 
}
.page .col-md-4,
.post_body h2 span {
  border: none;
}
.page .col-md-4 p {
  margin: 0;
  font-size: small;
}
.page .mainarea .col-md-4 a {
  color: inherit;
}
.page .col-md-4 a:hover {
  text-decoration: none;
}

/*孫ページ*/
.post_body ul {
    padding-left: 1.2em;
}
.post_body ul li {
    list-style-type: inherit;
    margin-bottom: 1rem;
}
.page-child .col-md-8 {
  padding: 0 60px 0 0;
}
.page-child .page .col-md-4 {
  padding-left: 25px;
}
.page-child .post_body h2 {
    margin-top: 30px;
    border-bottom: 3px #007fbd solid;
    padding: 15px;
    background: #f2f2f2;
    border-top: 1px #e8e8e8 solid;
    margin-bottom: 1rem; 
}

.page-id-735 .post_body h2 {
    margin-top: 0;
}

.hissu {
    display: inline-block;
    background: #ee5b34;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 6px;
    margin-left: 10px;
}

table tr,
table th,
table td{
    box-sizing: border-box;
}

.mw_wp_form th,
.mw_wp_form td {
    box-sizing: border-box !important;
}
.mw_wp_form input,
.mw_wp_form textarea
 {width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

input[type=radio]{
    width: auto;
}


.wrap-contents {
  padding: 0 80px;
}
.page .post_body .row {
  display: flex;
  flex-wrap: wrap;
}

.page-id-780 table thead th {
    background-color: #002537;
    color: #FFF;
}

.page-id-780 table tbody td span {
    display: none;
}


input[type="submit"]{
    background-color: #007fbd;
    color: #fff;
    padding: 1rem;
}
button[type="submit"]{
    background-color: #666;
    color: #fff;
    padding: 1rem;
    width: 100%;
}


/*ウィジェット*/
.sidebar .widget ul {
  padding-left: 5px;
}
.sidebar .widget ul li {
  border-bottom: 1px solid #bfbfbf;
}
.sidebar .widget ul li a {
  color: inherit;
  padding: 1rem 0;
/*  display: block;
*/}
.sidebar .widget ul li a:before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 3px;
}
.sidebar .widget ul li:hover {
  background-color: #efefef;
}
.sidebar .btn-primary {
  text-align: center;
}

.page-id-928 .post_body h4 {
  font-size: 1.25rem;
  border: none;
  margin-bottom: 0;
  padding: 8px 0;
  color: #333333;
  font-weight: bold;
}
.page-id-928 .post_body h4:before {
  font-family: FontAwesome;
  content: '\f138';
  margin-right: 0.3rem;
  color: #0080be;
}
.page-id-928 .post_body .col-md-6 p {
  font-size: small;
  color: #333333;
}
.page-id-928 .post_body .col-md-6 a:hover {
  text-decoration: none;
}



/* ------------------------------------
// トップページ
------------------------------------ */
.servise-btn .col-md-3 {
    padding: 0;
}
.servise-btn .col-md-3 div {
  padding: 1rem;
  font-size: small;
  background: #1E1E1E;
  color: #fff;
  height: 130px;
}
.servise-btn .col-md-3:nth-child(2n) div {
  background: #002537;
}
.servise-btn .col-md-3 div .lead {
  margin-bottom: 0.5rem;
}
 
.col-left img {
    width: 250px;
}
.col-left div {
  margin-bottom: 30px;
}
.col-left div:last-child,.col-left div p {
  margin-bottom: 0;
}
.col-left div:last-child p {
  margin-top: 0.3rem;
}
.col-left a {
  display: block;
}
.news {
  background: rgba(237, 237, 237, 1);
}
.news ul {
  padding-left: 0;
}
.news ul li {
  border-bottom: 1px solid #e2e2e2;
}
.news ul li h3 {
  height: inherit;
  display: block;
  font-size: 16px;
}

.header-image {
  background: url(images/header_mini.jpg) center center / cover no-repeat #000;
}
.header-image h1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 6% 0;
  text-shadow: 1px 1px 1px #000000;
}
.header-image h1 span {
  display: block;
  font-size: 1rem;
  color: #FF6C45;
}

.btn-lg {
  padding: 1.75rem 1.25rem;
  border-radius: 0;
}

/*.wrap-bottom .col-md-3,
.wrap-bottom .col-md-6 {
    height: 453px;
}*/
.home .btn-primary {
  /*font-size: 80%;*/
}
.home .servise-btn a:hover {
  text-decoration: none;
}

.section-toplogo {
    display: flex;
    justify-content:center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.section-toplogo div {
    width: 300px;
    text-align: center;
}

.apla {
  padding-top: 15px;
}
.apla .lead {
  margin-bottom: 10px;
  background-color: #002537;
  color: #fff;
}
.wrap-apla {
  border: 1px solid #002537;
}
.wrap-apla-conts {
  padding: 0 15px 15px 15px;
}
.apla .btn-primary {
  text-align: left;
  margin-bottom: 10px;
  background-size: 120px;
}
.apla .btn-primary:first-child {
  margin-bottom: 15px;
}
.apla .btn-primary p {
  margin-bottom: 0;
  padding-left: 110px;
}
.apla .aptop p {
      padding-left: 80px;
    }
.apla .aplatop .btn-primary p {
 padding-left: 0;
 text-align: center;
}

.apla .copyrghit-kuninyan {
  font-size: 0.7rem;
  margin-bottom: 0;
  margin-top: 10px;
}
.apla .kunitachi {
  background-image: url(images/bg-kuninyan.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.apla .fukuoka {
  background-image: url(images/bg-mentai.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.apla .sapporo {
  background-image: url(images/sapporo.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.apla .aptop {
  }
.apla a.aptop{
    display: block;
    margin: 0 auto;
}
.btn-wrap .btn {
    margin-bottom: 20px;
}


/* ------------------------------------
// 先輩の声
------------------------------------ */

.senior-wrapper{
}
.senior-wrapper .box{
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #000;
    padding:0 0 1.5rem;
}
.senior-wrapper .box .senior-top{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.senior-wrapper .box .pic{
    width: 100px;
}
.senior-wrapper .box .pic img{
    width: 100%;
    height: auto;
}
.senior-wrapper .box .prof{
    padding-left: 2rem;
}
.senior-wrapper .box .name {
    font-weight: bold;
}
.senior-wrapper .box .name span:first-child{
    font-size: 2rem;
    margin-right: 1rem;
}
.senior-wrapper .box .year{
    font-weight: bold;
}
.senior-wrapper .box .dec{
    margin-bottom: 1.5rem;
}
.senior-wrapper .box .dec h4{
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 3px solid #ccc;
    padding-left: .5rem;
    margin-bottom: 1rem;
}
.senior-wrapper .box .dec p{}



/* ------------------------------------
// アンケート
------------------------------------ */

.form-section{
    padding: 2rem .5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #0080be;
}
.form-section table{
    border: 1px solid #ccc;
}
.form-section table tbody{}
.form-section table tr{}

.form-section table tr:nth-child(even) td{
    background-color: #fff;
}

.form-section table tbody{}
.form-section table tr{}


.form-section table th{
    background-color: #000;
    color: #fff;
}
.form-section table td{}
.form-section table p{}

.form-section{}
.form-section h3{
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.form-section h4{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.form-dl-wrapper{}
.form-dl-wrapper dl{
    margin-bottom: 2rem;
}
.form-dl-wrapper dt{
    margin-bottom: .5rem;
    font-size: 1.2rem;
}
.form-dl-wrapper dd{
    padding: .5rem 1rem;
}
.form-dl-wrapper dd p{}

.form-dl-wrapper .sec{
    margin: 1.5rem 0;
}



/* ------------------------------------
// @media　レスポンシブ
------------------------------------ */

@media (max-width: 1600px) {
  .servise-btn .col-md-3 div {
    height: 150px;
  }
  /*トップAPLAコーナー*/
  .apla .btn-primary p {
    font-size: 1rem;
  }
  .apla .btn-primary {
    display:block;
    width: 100%;
  padding: 0.5rem;
  background-size: 80px;
    }
    .apla .btn-primary p {
      padding-left: 80px;
    }
   
    
.apla p.copyrghit-kuninyan {
  font-size: 0.7rem;
}
    
}

@media (max-width: 1510px) {
  .servise-btn .col-md-3 div {
    height: 200px;
  }
  .wrap-bottom .col-md-6 {
    height: 495px;
  }

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

.page-child .wrap-apla-conts .col-md-4 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
.sp-none{
    display: none;
}

@media (max-width: 74.9em) {
    .card .post_thumb {
        height: 10rem;
    }
    .btn-lg {
      padding: .75rem 1.25rem;
    }

    /*ヘッダー*/
    .navbar-nav a {
      padding: 0 1rem;
    }
    .tel {
      display: none;
    }    

    /*フッター*/
    .copy {
      text-align: center;
      margin-top: 2rem;
    }

    /*トップ*/
    .servise-btn .col-md-3 div {
      height: 220px;
    }


    /*孫ページ*/
    .wrap-contents {
      padding: 0 3%;
    }

}

@media (max-width: 61.9em) {
    .card .post_thumb {
        height: 7rem;
    }
    .card .card-title {
        height: 3.6em;
    }
    /*ヘッダー*/
    .logo {
      max-width: 300px;
    }

    /*フッター*/
    footer .copy-wrap .textwidget ul li {
      width: 50%;
      padding: 0.5rem 0;
    }
    footer .widget {
      height: 190px;
      margin-bottom: 0;
    }     

    /*トップ*/
    .servise-btn .col-md-3 div .lead {
      font-size: 1rem;
    }
    .wrap-bottom .col-md-3,
    .wrap-bottom .col-md-6 {
        height: 533px;
    }

    /*孫ページ*/
    .page-child .col-md-8,
    .page-child .page .col-md-4 {
      padding-right: .9375rem;
      padding-left: .9375rem;
    }
}

@media (max-width: 820px) {
  .servise-btn .col-md-3 div {
    height: 240px;
  }

  .wrap-bottom .col-md-3,
    .wrap-bottom .col-md-6 {
        height: 570px;
    }
}

/* Small devices (landscape phones, less than 48em) */

@media (max-width: 47.9em) {
    .card .post_thumb {
        height: 8rem;
    }
    /*ヘッダー*/
    .headline {
      background: none;
      height: inherit;
    }
    .logo_text {
        text-align: left;
    }
    .logo {
      float: none;
      max-width: 400px;
    }
    .nav-wap {
      float: none;
      width: inherit;
      background: none;
    }
    .navbar .menu-item {
        float: none;
    }
    .navbar-nav a {
      color: #fff;
    }
    /*トップページ*/
    .header-image h1 {
      font-size: 1.3rem;
      line-height: 2rem;
    }
    .servise-btn .col-md-3 div {
      height: 160px;
    }
    .wrap-bottom .col-md-3,
    .wrap-bottom .col-md-6 {
        height: inherit;
    }
    /*.wrap-bottom .col-md-6 {
        height: 495px;
    }*/
    .home .col-left {
        width: 100%;
    }

    /*フッター*/
    .copy {
      text-align: left;
    }

    /*孫ページ*/
    .wrap-contents {
      padding: 0;
    }

    .table-bordered td,
    .table-bordered th {
      display: block;
    }
    .table-bordered th {
      border-bottom: none; 
    }
    .table-bordered td {
      border-top: none;
      padding-top: 5px;
    }
    textarea {
      width: 100%;
    }
    .page-id-780 table thead th {
        display: none;
    }
    .page-id-780 table tbody th {
        background-color: #272727;
        color: #FFF;
    }
    .page-id-780 table th {
        white-space: normal;
    }   
    .page-id-780 table tbody td span {
        display: inline;
        font-size: 0.8em;
        font-weight: bold;
    }
}

@media (max-width: 630px) {
  .servise-btn .col-md-3 div {
    height: 190px;
  }
}
@media (max-width: 620px) {
  .servise-btn .col-md-3 div {
    height: 200px;
  }
}


/* Extra small devices (portrait phones, less than 34em) */

@media (max-width: 33.9em) {
    .alignright {
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .headline .logo_text {
        width: 88%;
    }
    
    .navbar .menu-item a {
        border-bottom: 1px solid #f5f5f5;
        padding: .5rem 0 .5rem .5rem;
        line-height: 140%;
    }
    .navbar .container {
        padding-left: .9375rem;
    }
    .widget_nav_menu li.hidden-sm-down {
        display: block !important;
    }
    .main h3 {
        font-size: large;
    }
    .breadcrumb {
        font-size: small;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    .card .post_thumb {
        height: 10rem;
    }
    .card .card-title {
        height: 2.4em;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    /*ヘッダー*/
    .logo_text {
        text-align: left;
    }
    .logo {
      width: 90%;
    }

    /*フッター*/
    footer .copy-wrap .textwidget ul li {
      width: 100%;
      float: none;
      border-bottom: 1px solid #272727;
    }
    footer .widget {
      height: inherit;
      margin-bottom: 1rem;
    }

    /*トップ*/
    .servise-btn .col-md-3 div {
      height: inherit;
    }
    .header-image h1 {
      font-size: 0.9rem;
      line-height: 1.3rem;
    }
    .header-image h1 span {
      font-weight: normal;
      font-size: 0.8rem;
    }

      .section-toplogo {
        display: block;
      }
      .section-toplogo div {
        width: inherit;
        margin-bottom: 20px;
      }
    .section-toplogo div img {
      width: 250px;
    }

    .section-toplogo {
      display: block;
    }

}