@charset "utf-8";

/*
Template:liquid-corporate
Theme Name:liquid-corporate-child
*/



/* ------------------------------------
// common
------------------------------------ */
body {
    color: #333;
    font-size: 16px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 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: none;
}
a:visited {
    color: #00aeef;
    opacity: 0.7;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
iframe {
    max-width: 100%;
}
.none {
    display: none;
}
[class*='col-'] {
    overflow: hidden;
}
.customize-partial-edit-shortcuts-shown [class*='col-'] {
    overflow: visible;
}
.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: .5em 1em;
    border-top: 2px solid #00aeef;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1) !important;
    font-size: small;
    line-height: 1.2;
}
.breadcrumb li {
    overflow: hidden;
}
.breadcrumb li.active {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transform: ellipsis;
    -webkit-transform: ellipsis;
    -o-transform: ellipsis;
    -ms-transform: ellipsis;
}
.breadcrumb>li+li:before {
    color: rgba(119, 119, 119, 0.1);
    content: ">";
    font-weight: bold;
    padding: 0 .2rem 0 .2rem;
}
.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.navbar-nav a {
    font-size: 17px;
    display: block;
    padding: 15px 20px;
    border-right: 1px solid rgba(119, 119, 119, 0.1);
}
.navbar-nav a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}
.navbar li {
    border-bottom: 1px solid transparent;
    list-style: none;
}
.nav>.menu-item-has-children>ul, .nav>.page_item_has_children>ul {
    display: none;
}
.open ul {
    display: block !important;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
}
.dropdown-item {
    padding: 0;
}
.logo {    
    font-size: x-large;
    font-family: Helvetica, sans-serif;
}
.logo img {    
    width: auto !important;
    height: 43px !important;
    max-width: initial !important;
	margin: 10px 0 40px;
}
.logo_text {
    font-size: x-small;
    text-align: left;
    padding: 7px 0;
    background: #1f4ca3;
    margin-bottom: 30px;
    line-height: 1;
	height: 30px;
}
.lang {
    text-align: right;
}
.lang span, .lang a {
    display: inline-block;
    padding: 0 .5rem;
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}
.lang span {
    font-weight: bold;
}
.lang_clone .lang {
    text-align: left;
}

.navbar-nav {
    width: 100%;
}
.navbar-nav > .nav-item:first-child {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}
.navbar-nav > .nav-item:last-child:not(.sticky-none) {
    margin-left: auto;
}
.navbar-nav > .nav-item:last-child:not(.sticky-none) a {
    background-color: #1f4ca3;
    color: #fff !important;
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
    background-color: rgba(119, 119, 119, 0.1);
}
blockquote {
    border-left: 2px solid rgba(119, 119, 119, 0.1);
    padding-left: 1em;
}
blockquote:before {
    content: "\e977";
    color: #333;
    font-size: large;
}
.screen-reader-text {
    display: none !important;
}
thead th, thead td {
	background-color: #f9f9f9;
}
.table-bordered-none, .table-bordered-none th, .table-bordered-none td {
    border: 0 none;
}

/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggler */
.navbar-toggler {
  position: absolute;
  top: -3rem;
  right: .5rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* Animated “x” icon */
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .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-toggler .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-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .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-toggler.collapsed .top-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}

.form-control, .btn {
    border-radius: 0;
}

/* carousel */
.carousel-item img {
    width: 100%;
    position: relative;
}
.carousel-indicators {
   bottom: -3rem; 
}
.carousel-indicators li {
    background-color: #ccc;
    border: 0 none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-top: -2px;
}
.carousel-indicators .active {
    background-color: #00aeef;
}
.carousel-control
.carousel-indicators li {
    margin: 0 .2em !important;
}

/* ------------------------------------
// main
------------------------------------ */
.headline {
	border-top: 0;
    padding: 0;
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
}
.headline .ttl, .headline .subttl {
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.1;
	color: #fff;
}
.cover {
    margin-bottom: 2rem;
}
.cover_inner {
    position: relative;
    line-height: 0;
}
.cover video {
    width: 100%;
    height: auto;
}
.hero {
    background-color: #eee;
    height: 100px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.hero_img {
    height: 100px;
    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;
    text-align: center;
    line-height: 100px;
    font-size: medium;
    opacity: 0.7;
}
.main {
    text-align: center;
    line-height: 1.5;
    padding: 1em 0;
}
.main h3 {
    margin-bottom: 0;
    font-size: large;
}
.main h3 a {
    display: block;
}
.mainpost {
    margin-top: 50px;
}
.mainarea {
    margin-bottom: 2rem;
}
.biz {
    margin: 3rem 0;
}
.biz_list {
    text-align: center;
    margin-bottom: 1rem;
}
.icon_big {
    background-color: #00aeef;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto 1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon_big .icon {
    color: #fff;
    display: block;
    bottom: 1rem;
    font-size: 70px;
    line-height: 180px;
}
.icon_big .icon:before {
    margin-right: 0;
}
.pages {
    padding: 2rem 0;
    background-color: rgba(119, 119, 119, 0.1);
}
.pages .list .post_links {
    margin-bottom: 0;
    border: 0 none;
}
.pages .list .post_ttl {
    margin-bottom: 0;
    font-size: medium;
}
.sidebar.col-md-4 .pages .list_big {
    width: 100%;
}
.detail .mainarea .pages .list_big .post_links .post_thumb span {
    height: 140px;
}
.widget_liquid_pages {
    margin-top: 1px;
}
.page_header .widget_liquid_pages,
.page_footer .widget_liquid_pages {
    background-color: rgba(119, 119, 119, 0.1);
}
.page_header .widget_liquid_pages .pages,
.page_footer .widget_liquid_pages .pages {
    background-color: transparent;
}
.page_header .widget_liquid_pages .ttl,
.page_footer .widget_liquid_pages .ttl {
    margin-top: 1rem;
}

.newposts {
    margin-top: 50px;
}
.more a {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
}

.headline .com {
    text-align: right;
    line-height: 1.2;
}
.headline .com_tel {
    font-size: 26px;
    font-weight: bold;
	margin-bottom: 5px;
}
.headline .com_tel span {
    color: initial;
}
.headline .com_name, .headline .com_open {
    font-size: 12px;
}
.foot .com {
    font-size: small;
    text-align: left;
    margin-bottom: 1rem;
}
.foot .com_name {
    font-size: large;
}
.foot .logo {
    display: inline-block;
    margin-bottom: 1rem;
}
.foot .logo img {
    -webkit-filter: grayscale(100%);
}

.list .post_links {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    position: relative;
}
.list .post_links .list-block {
    display: table;
    line-height: 1.2;
}
.list .post_links .post_thumb, 
.list .post_links .list-text {
    display: table-cell;
    vertical-align: top;
}
.list .post_links .post_thumb {
    background-color: rgba(119, 119, 119, 0.1);
    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;
}
.list .post_links .post_thumb span {
    width: 150px;
    height: 100px;
    display: block;
}
.list .post_links .post_thumb:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list .post_links:hover .post_thumb:after {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .list-text {
    padding: .5rem;
}
.list .post_ttl {
    font-size: large;
    margin-top: .5rem;
}

.list_big .post_links {
    border-width: 2px;
}
.list_big .post_links .list-block {
    display: block;
}
.list_big .post_links .post_thumb, 
.list_big .post_links .list-text {
    display: block;
}
.list_big .post_links .post_thumb span {
    width: 100%;
    height: 237px;
}
.list_big .post_ttl {
    line-height: 1.2em;
    height: 2.2em;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    text-overflow: ellipsis;
    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;
}

.post_meta {
    margin-bottom: 1rem;
}
.post_time, .post_cat {
    font-size: small;
    margin-right: .5em;
    opacity: 0.8;
    color: #333;
}
.post_body {
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.post_body h1, .post_body h2 {
    font-weight: bold;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.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;
}
.post_body hr {
    clear: both;
}
.post_body a {
    text-decoration: none;
}
.post_body a.btn {
    text-decoration: none;
}
hr {
    border-color: rgba(119, 119, 119, 0.1);
    border-width: 2px;
}

.cat_info {
    margin-bottom: 1rem;
}
.cat_info img {
    width: 100%;
}

.ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
}

ul.post-categories, .widget ul, ul.page-numbers {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
ul.page-numbers li {
    display: inline-block;
}

.sidebar {
    padding-top: 1rem;
}
.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;
    border-radius: 0;
    margin-bottom: 1rem;
}
.ttl span {
    display: inline-block;
    padding: .5em 0;
    border-bottom: 2px solid #00aeef;
    margin-bottom: -2px;
}
.widget ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li ul {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
    margin-left: 1rem;
}
.widget ul li a {
    /*padding: .5rem;*/
    display: flex;
}
.widget_nav_menu .d-md-block {
    display: block !important;
}
.wrapper > .widgets .widget, .logo_text .widget {
    margin-bottom: 0;
}
.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: 80px;
    height: 80px;
    overflow: hidden;
    background-color: rgba(119, 119, 119, 0.1);
}
.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, .pagination li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid rgba(119, 119, 119, 0.1);
    margin: 0 .5rem .5rem 0;
}
ul.post-categories a:hover, ul.tag a:hover, .page-numbers a:hover, .widget a:hover,
.pagination li>a:focus, .pagination li>a:hover {
    background: rgba(119, 119, 119, 0.1);
}

.share {
    margin-bottom: 1rem;
}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .5em .5em 0;
    opacity: 0.8;
}
.share a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}
.share_facebook {
    background: #39599F;
}
.share_twitter {
    background: #45B0E3;
}
.share_google {
    background: #DB4437;
}
.share_hatena {
    background: #00A4DE;
}
.share_pocket {
    background: #D3505A;
}
.share_line {
    background: #00C300;
}

.headline .sns {
    text-align: right;
}
.headline .sns a {
    font-size: large;
    display: inline-block;
    margin: 0 .2rem;
    width: 1em;
    height: 1em;
    background: #333;
    color: #fff !important;
    line-height: 1em;
    opacity: 0.8;
}
.foot .sns {
    text-align: center;
    padding: 0;
}
.foot .sns a {
    font-size: large;
    display: inline-block;
    margin: .5rem;
    padding: .2rem .5rem;
    line-height: 1.5em;
    opacity: 0.8;
}
.sns a:hover {
    opacity: 1;
}

.follow {
    margin-bottom: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.follow_wrap {
    display: table;
}
.follow_img, .follow_sns {
    display: table-cell;    
    vertical-align: middle;
}
.follow .share {
    margin: 0;
}
.follow .share a {
    color: inherit !important;
    font-size: 1.5em;
    margin: 0;    
    padding: .5em 1em;
    background-color: transparent;
}
.formbox a {
    padding: 2rem 1rem;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    border: 2px solid #00aeef;
}


.detail {
    padding-top: 2rem;
}
.ttl_h1 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 1rem;
}
.archive .ttl_h1, .search .ttl_h1 {
    border-bottom: 2px solid #00aeef;
    padding-bottom: 1rem;
}

.clearfix, .post_body {
    zoom: 1;
}
.clearfix:after, .post_body:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.pagination li>a, .pagination li>span {
    border-radius: 0;
    background-color: transparent;
}
.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers a, span.current {
    display: inline-block;
    background-color: transparent;
    border: solid 1px rgba(119, 119, 119, 0.1);
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
}
span.current {
    background: rgba(119, 119, 119, 0.1);
}

.map {
    padding: 1rem;
    background: rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.map iframe {
    width: 100%;
    height: 450px;
}

.pagetop a {
    display: none;
    text-align: center;
    font-size: 1rem;
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    background: rgba(119, 119, 119, 0.1);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    z-index: 999;
}
footer {
    background: #edffff;
    padding: 2em 0 0;
    font-size: 16px;
	border-top: 10px solid #1f4ca3;
}
footer a, footer a:hover, footer a:active, footer a:visited {
    color: #333;
}
.copy {
    padding: 2em;
    text-align: center;
    font-size: small;
	background: #fff;
}

.eg {
    background: rgba(119, 119, 119, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}
.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid rgba(119, 119, 119, 0.1);
}


/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.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 .list-title {
    font-weight: bold;
}
.bypostauthor {
    font-weight: bold;
}
.form-allowed-tags {
    font-size: small;
}

.searchform_nav {
    margin-top: 1rem;
}
.searchform {
    position: relative;
    width: 100%;
}
.searchform .search-text {
    border-color: transparent transparent rgba(119, 119, 119, 0.1) transparent;
}
.searchform .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    color: #333;
    border: 0 none;
}
.searchform * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

/* ------------------------------------
// wpcf7
------------------------------------ */
.widget .wpcf7 {
    padding: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}

/* ------------------------------------
// 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 {
    display: none;
}

.spb {display:none;}
.topMidashi p {color: #1f4ca3;font-size: 45px;font-weight: bold;text-align: center;margin-bottom: 50px;}
.topLead {font-size: 25px;text-align: center;line-height: 2;margin-bottom: 50px;}
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 12px;
	margin: 0 0 10px 18px;
}
.arrow:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #46b9e5;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.square_btn {
display: block;
padding: 0.3em 1em;
text-decoration: none;
color: #1f4ca3;
border: solid 2px #1f4ca3;
border-radius: 3px;
transition: .4s;
width: 130px;
text-align: center;
margin-left: auto;
}

.square_btn:hover {
    background: #1f4ca3;
    color: white;
}

.blue {background: #a1ddf7;padding: 50px 15px;}
.sec2-In {width: 350px;background: #fff;}
.sec2-In span {display: block;padding: 0 15px;font-size: 29px;}
.sec2-In-text {padding: 0 15px 20px;}
.sec2-In-text p {font-size: 18px;height: 100px;}
.flexC {display: flex;justify-content: center;flex-wrap: wrap;}
.mglr30 {margin: 0px 30px 0;}
footer .post_ttl {width: 230px;margin-left: 10px;}


.pagettl p {color: #1f4ca3;font-size: 45px;font-weight: bold;margin-bottom: 20px;}
.s-pagettl p {color: #1f4ca3;font-size: 45px;font-weight: bold;margin-bottom: 20px;}
.pagelead {margin-bottom: 50px;}
.pagelead p {font-size: 18px;}
.pttl {font-size: 20px;font-weight: bold;border-radius: 0;margin-bottom: 20px;border-bottom: 2px solid rgba(119, 119, 119, 0.1);}
.pttl span {display: inline-block;padding: 10px 0;border-bottom: 2px solid #00aeef;margin-bottom: -2px;}
.flex {display: flex;justify-content: space-between;flex-wrap: wrap;}

.col-head-type1 {border-collapse: collapse;width: 100%;border:none;margin-bottom: 50px;}
.col-head-type1 th,
.col-head-type1 td { padding: 20px 0;border:none;}
.col-head-type1 th {text-align: left;width: 120px;}
.col-head-type1 ul {padding-left: 20px;margin-bottom: 0;}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.r-name {
	padding: 5px 20px;
	color: #494949;
	background: transparent;
	border-left: solid 10px #1f4ca3;
	margin-bottom: 20px;
	font-size: 20px;
}
.r-s {margin-bottom: 50px;}
.r-name span {font-size: 30px;}
.r-name p {color: #1f4ca3;margin-bottom: 0;}
.r-syoukai {width: 390px;}
.lightyellow {background: #ffffec;padding: 30px 10px;margin-bottom: 50px;}
.lightyellow ul {list-style-type: none;width: 380px;margin: 0 auto;}
.lightyellow li {padding-bottom: 10px;}
.mgb30 {margin-bottom:30px;}
.mgb50 {margin-bottom:50px;}
.r-theme {margin-bottom:50px;}
.r-theme ul {padding-left: 20px;}
.r-theme li {margin-bottom: 10px;}
.r-theme span {font-size:12px;}
.r-text {line-height: 1.8;}
.g-text {margin-bottom: 50px;}
.g-text p {font-size: 18px;}
.g-list {font-size: 18px;margin-bottom: 50px;}

.contact_btn{
position: relative;
display: block;
font-weight: bold;
padding: 20px 20px;
text-decoration: none !important;
color: #00BCD4;
background: #1f4ca3;
transition: .4s;
color: #fff !important;
border-radius: 5px;
margin: 0 auto 50px;
width: 500px;
text-align: center;
font-size: 20px;
  }

.contact_btn:hover {
    background: #46b9e5;
    color: white;
}

#mkcontents table {font-size: small!important;}
#mkcontents img {display:block!important;}
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 5px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 5px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #1f4ca3;
	border: none;
	border-radius: 5px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.con {font-weight: bold;}

dt {font-weight: normal;border-bottom: 1px solid #ddd;width: 100%;margin-bottom: 20px;}
.news-date {display: table-cell;
padding-left: 12px;
white-space: nowrap;
color: #999;
text-align: right;}


.oyakudachi {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

.table-bordered td {border:none !important;}

.sp-c-nav p {
	width: 420px;
margin-left: auto;
margin-top: 20px;
}


/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .list_big .post_links .post_thumb span {height: 193px;}
	.logo img {width: 100% !important;height: auto !important;}
	.navbar-nav a {padding: 15px 15px;}
	.sec2-In {width: 30%;}
	.jimusyo p {width: 30%;}
	.s-pagettl p {font-size: 30px;}
	.r-s p {width:50%;padding-right: 20px;}
	.r-syoukai {width: 50%;}
	.r-name {font-size: 14px;}
	.r-name span {font-size: 25px;}
	.r-text {font-size: 14px;}
	.r-theme {font-size: 14px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .list_big .post_links .post_thumb span {height: 140px;}
    .follow .share a {font-size: 1em;}
	.headline .ttl, .headline .subttl {font-size: 12px;}
	.navbar-nav a {padding: 15px 10px;font-size: 14px;}
	.topMidashi p {font-size: 35px;}
	.topLead {font-size: 20px;}
	.sec2-In span {font-size: 19px;}
	.arrow {font-size: 12px;}
	.sec2-In-text p {font-size: 14px;height: 100px;}
	.pagettl p {font-size: 35px;}
	.pagelead p {font-size: 15px;}
	.col-head-type1 th,.col-head-type1 td { padding: 10px 0;}

	.r-s p {width:100%;padding-right: 0px;}
	.r-syoukai {width: 100%;}	
	.g-text p {font-size: 15px;}
	.g-list {font-size: 15px;}
	.contact_btn {width: 100%;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .headline .com {
        text-align: left;
        margin-top: .5rem;
    }
    .headline .com_tel {
        font-size: small;
    }
    .headline .com_name, .headline .com_open {
        font-size: x-small;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav li, .navbar-nav li a {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }
    .navbar-nav > .nav-item:last-child:not(.sticky-none) {
        margin-left: initial;
    }
	.mainpost {margin-top: 30px;}
	.topMidashi p {font-size: 25px;margin-bottom: 30px;padding: 0 15px;}
	.topLead {font-size: 15px;padding: 0 15px;}
	.sec2-In {width: 350px;margin: 0 auto 20px;}
	footer .post_ttl {font-size: small;width: 100%;}
	footer {font-size: small;}
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }	
	.sp-c-nav p {width:100%;}

	
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .list .post_links {
        margin-bottom: .5rem;
    }
    .list .list-text {
        padding: 0 0 0 .5rem;
    }
    .list .post_time, .list .post_cat {
        font-size: x-small;
    }
    .list .post_ttl {
        font-size: small;
    }
    .list .post_links .post_thumb {
        background-size: 170% auto;
        -webkit-background-size: 170% auto;
        -moz-background-size: 170% auto;
        -o-background-size: 170% auto;
        -ms-background-size: 170% auto;
    }
    .list .post_links .post_thumb span {
        width: 80px;
        height: 80px;
    }
    .list_big .post_links .post_thumb {
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        -ms-background-size: 100% auto;
    }
    .list_big .post_links .post_thumb span {
        width: 100%;
        height: 120px;
    }
    .alignright { 
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .navbar-nav a {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }
    .navbar {
        padding: 0 1rem;
    }
    .navbar .menu-item {
        float: none !important;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1);
        padding: .5rem 0;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .main h3 {
        font-size: large;
    }
    .breadcrumb {
        font-size: small;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    h1 {
        font-size: 2rem;
    }
    h2, h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    .hero, .hero_img {
        height: 60px;
        line-height: 60px;
    }
    .lang {
        margin-bottom: .5rem;
    }
    .map iframe {
        height: 250px;
    }
	.spn {display:none;}
	.spb {display:block}
	.headline .com_tel {font-size: 26px;text-align: center;}
	.logo_text {height: auto;padding: 10px 0;margin-bottom: 20px;}
	.headline .ttl, .headline .subttl{line-height: 1.7;}
	.logo img {margin: 0 0 10px;}
	.com_open {text-align: center;margin-bottom: 10px;font-size: 12px;}
	.topMidashi p {font-size: 20px;margin-bottom: 20px;}
	.topLead {font-size: 13px;line-height: 1.7;text-align: left;margin-bottom: 30px;}
	.widget {margin-bottom: 1rem;}
	.mainpost {margin-top: 2rem;}
	.sec2-In {width: 100%;}
	.sec2-In p {text-align: center;}
	.sec2-In-text p {height: 80px;text-align: left;}
	.col-head-type1 th { font-size: 14px; padding: 5px 0;}
	.col-head-type1 td { font-size: 14px; padding: 5px 0 15px;}
	.pagettl p {font-size: 25px;}
	.s-pagettl p {font-size: 19px;}
	.lightyellow ul {width: 100%;font-size:14px;padding-left: 0;}
	.r-theme span {display:block;}
	.r-s p {text-align:center;}
	.r-name p {text-align:left;}
}

