@charset "utf-8";
/*
Theme Name: 中小企業活性化協議会
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
line-height:1.5;
font-family: "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
color:#333;
-webkit-text-size-adjust: none;
letter-spacing: 1px;
}

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

.pc{display:block;}
.sp{display:none;}

@media only screen and (max-width:1100px){
body {font-size: 90%;}
.pc{display:none;}
.sp{display:block;}
}

.cf:after {
  content: "";
  display: block;
  clear: both;
} 
.cf:before {
  content: "";
  display: block;
  clear: both;
} 
.cf {
  display: block;
}

strong{font-weight:bold;}

figcaption strong{background: linear-gradient(transparent 50%, #ffff66 50%);}


/* リンク設定
------------------------------------------------------------*/
a{
  margin:0;
  padding:0;
  text-decoration:none;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  font-size:100%;
  color:#000;
}

a:hover, a:active{
  -webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
  outline: none;
  text-decoration:underline;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea,select,input[type="email"],input[type="tel"]{
  vertical-align:middle;
  max-width:90%;
  line-height:30px;
  height:30px;
  padding:1px 5px;
  border:1px solid #d4d4d7;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:100%;
  color:#555;
  background:#fcfcfc;
}

textarea{
  height:auto;
  line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
  padding:3px 10px;
  background: #5a0000;
  background: -moz-linear-gradient(top, #781f12 0%, #5a0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#781f12), color-stop(100%,#5a0000));
  background: -webkit-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: -o-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: -ms-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: linear-gradient(to bottom, #781f12 0%,#5a0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781f12', endColorstr='#5a0000',GradientType=0 );
  border:0;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  line-height:1.5;
  font-size:100%;
  color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
  background: #5a0000;
  background: -moz-linear-gradient(top, #5a0000 0%, #781f12 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a0000), color-stop(100%,#781f12));
  background: -webkit-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: -o-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: -ms-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: linear-gradient(to bottom, #5a0000 0%,#781f12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0000', endColorstr='#781f12',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}




/* レイアウト
------------------------------------------------------------*/
#wrapper{margin-top: 157px;}

.inner{
  margin:0 auto;
  width:1100px;
}

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

#header{overflow:hidden;}

#top-content{}

#content-sub{
  float:right;
  width:800px;
  padding:30px 0;
}

#sidebar{
  float:left;
  width:265px;
  padding:30px 0;
}

#footer {
  clear: both;
  padding-top: 50px;
  font-size: 90%;
}


@media only screen and (max-width:1100px){
  #wrapper {
    margin-top: 56px;
  }
  .inner{
    width:auto;
    padding:0 20px;
  }
  #content-sub {
    width: 68%;
  }
  #sidebar{
    width:28%;
  }
}

@media only screen and (max-width:813px){
  #content-sub, #sidebar {
    float: none;
    width: auto;
    /* padding: 0 20px 30px; */
  }
  #content-sub{padding:30px 0 0;}
}


/* ヘッダー
*****************************************************/
.header-info-box {
  display: flex;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

.header-tel {
  margin-top: 5px;
  margin-right: 30px;
}

.header-info {
  font-size: 90%;
  margin-bottom: 10px;
}

.icon-navy {
  background: #193F89;
  color: #fff;
  padding: 4px;
  font-size: 90%;
  margin-right: 10px;
}

.tel-num {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 200%;
}

.icon-tel {
  font-weight: bold;
  font-size: 130%;
}

#global-nav {
  background: #fff;
}

@media screen and (max-width: 1100px){
  .header-info-box {
    display: block;
    text-align: center;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
  padding:10px 0 0 3px;
  color: #781f12;
  font-size:90%;
  font-weight:normal;
}


/*パンくず*/
.crumbs {
  font-size: 95%;
  margin-top: 10px;
  margin-bottom:50px;
}

.crumbs ul{width:1100px;margin:0 auto;}

.crumbs li{
  display: inline-block;
}
.crumbs li::after{
  content:'›';
  padding:0 7px;
  color: #666;
}
.crumbs li:last-child::after{display: none;}
@media only screen and (max-width: 820px){
  /* .crumbs {margin-bottom:0;} */
  .crumbs ul{width: auto;}
}



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
}

#mainImg .slick-dots{
	bottom:10px;
}
#mainImg .slick-dotted.slick-slider{
	margin-bottom:0;
}

#mainImg .card{text-align:center;}
#mainImg .card img{margin:0 auto;}


/* タイポグラフィ
*****************************************************/


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

img.alignright, img.alignleft{
  padding:4px;
  margin:0 0 2px 7px;
  display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}
.center{text-align:center;}


/* サイドバー　ウィジェット
*****************************************************/

/* サイドバー　ウィジェット
*****************************************************/
#sidebar h3.en-title {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  font-family: "Lato";
  font-weight: 900;
  font-size: 120%;
  letter-spacing: 4px;
}

#sidebar .widget_categories {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.side_news {
  padding: 20px 0;
  border-top: 1px solid #CCCCCC;
}

#searchform input[type="text"]{
  line-height:1.7;
  height:24px;
  width:130px;
  vertical-align:bottom;
}

#sidebar .newsTitle {
    /* border-bottom: 1px solid #CCCCCC; */
    padding-bottom: 20px;
}

#sidebar .newsTitle h3 {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #000; */
  margin-top: 7px;
}

.side_news_box {
  border-bottom: 1px dashed #000;
  padding: 10px 0;
}

#sidebar .news {
  margin-bottom: 30px;
}

#sidebar .news p {
  padding: 10px 0;
  /* border-bottom: 1px dashed; */
}

#sidebar a.title {
  display: block;
  text-decoration: underline;
}

#sidebar time {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

#sidebar .btn-black {
  text-align: center;
  margin: 30px 0;
}

#sidebar .icon-tag a {
  background: #183F89;
  color: #fff;
  font-size: 90%;
  padding: 3px 30px;
  border-radius: 30px;
}




/* フッター
*****************************************************/
#footer .f-info-container {
  padding: 0 0 50px;
}

#footer .footer-info .half-box {
  text-align: center;
  font-size: 110%;
  letter-spacing: 2px;
  line-height: 2em;
}

.c-name {
  font-size: 160%;
  font-weight: bold;
}

#footer .footer-info .half-box p {
  margin-bottom: 20px;
}

.f-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.f-address {
  width: 30%;
}

.f-menu {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width:1000px){
  .f-menu{width:auto;}
}
@media only screen and (max-width:600px){
  .f-container{display:block;}
  .f-address{width:auto;margin-bottom:20px;}
}
@media only screen and (max-width:500px){
  .f-menu{display:block;}
  .f-menu .menu-box{margin-bottom:20px;}
}

.menu-box h3 {
  color: #E28C26;
  font-weight: 500;
  font-size: 120%;
}

.menu-box ul li {
  margin: 10px 0;
  background: url(images/list-arrow.svg) no-repeat left center;
  padding-left: 15px;
  margin-left: 5px;
}

.menu-box ul li a {
  color: #000;
}

#copyright{
  clear:both;
  padding:5px;
  font-size:90%;
  zoom:1;
  background: #000;
  color: #fff;
}


#copyright .right-menu{
  text-align:right;
}

#copyright li {
  display: inline-block;
}

#copyright li a {
  color: #fff;
  text-decoration: none;
}


/*上に戻る*/
.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;

}
.page_top:hover {

	opacity:0.5;
}

@media only screen and (max-width:900px){
  #copyright .half-container{display:block;}
  #copyright .half-box {
    width: auto;
    text-align:center!important;
    margin-bottom:0;
  }
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
  clear:both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
  clear:both;
  color:#5a0000;
  text-align:center;
}


/* トップページ
------------------------------------------------------------*/
/* 共通 */
.half-container {
  display: flex;
  justify-content: space-between;
}

.half-box {
  width: 48%;
}
@media only screen and (max-width:900px){
  .half-container{display:block;}
  .half-box {
    width: auto;
    margin-bottom: 20px;
  }
}

#top-content h2 {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 600px){
  .line {
    font-size: 90%;
  }
}

span.s-txt {
  display: block;
  font-family: 'Lato';
  color: #193f89;
  font-size: 45%;
  font-weight: 600;
  margin: 5px 0 30px;
  letter-spacing: 1px;
}

.link {
  padding-top: 157px;
  margin-top: -157px;
}

.line::before,
.line::after{
  content:"ー";
  font-weight: 100;
  color: #193f89;
}

.line::before{
  margin-right: 10px;
}

.line::after{
  margin-left: 10px;
}

.btn-blue a {
  background: #F0A44A;
  background: linear-gradient(90deg, #90D0E0 0%, #50BBD6 100%);
  color: #fff;
  padding: 6px 20px;
  letter-spacing: 0.1em;
  border-radius: 30px;
  transition:0.3s;
  margin-bottom:20px;
  font-weight:500;
  font-size:120%;
  min-width:130px;
  text-align:center;
}

.btn-blue a:hover{
  background: linear-gradient(90deg, #50BBD6 0%, #90D0E0 100%);
}

.btn-gray {
  margin-top: 10px;
}

.btn-gray a {
  background: #EDEDED;
  border: 1px solid #000;
  padding: 2px 80px;
  border-radius: 30px;
  color:#000;
}

.bg-blue {
  background: #E8FCFF;
}

.btn-black {text-align:center;}

.btn-black a,
.subpage .btn-black a {
  background: #000;
  color: #fff;
  font-weight:bold;
  border:2px solid #000;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition:0.5s;
  letter-spacing: 3px;
}

.btn-black a:hover,
.subpage .btn-black a:hover{
  background: #fff;
  color: #000;
}

@media screen and (max-width: 1000px){
  .btn-black a {padding: 12px 20px;}
}


/* 協議会とは */
.top-about {
  padding: 70px 0;
}

.about-txt {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  letter-spacing: 3px;
}

.about-list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.about-list li {
  width: 30%;
  text-align: center;
  background: #DBEFFF;
  font-weight: bold;
  font-size: 130%;
  padding: 15px 0;
  border: 3px solid #193F89;
  border-radius: 10px;
  text-decoration: none;
}

.btn-about{
  text-align: center;
  width:800px;
  margin:0 auto 70px;
}

.btn-about a {
  background: linear-gradient(180deg, rgba(1, 103, 182, 1) 0%, rgba(24, 63, 137, 1) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 200%;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 40px 0;
  align-items: center;
  border-radius: 5px;
}

.btn-about a::after {
  content: "";
  background:url(images/icon-arrow.svg) no-repeat right center;
  display:inline-block;
  width:42px;
  height:42px;
  margin-left: 30px;
}

@media screen and (max-width: 1000px){
  .about-list {
    width: auto;
    margin: 50px 0;
  }
  .btn-about {
    width: auto;
  }
}

@media screen and (max-width: 800px){
  .top-about {padding: 30px 0;}
  .about-list{display:block;}
  .about-list li{width:100%;margin-bottom: 10px;}
  .about-txt {font-size: 120%;}
  .btn-about a {
    font-size: 170%;
    padding: 40px 10px;
  }
  .btn-about a::after{
    width: 60px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px){
  .btn-about a{font-size:140%;}
}

.shien-menu {
  background: #CAE1F8;
  border-radius: 20px;
  padding: 50px 30px;
}

.shien-menu h3 {
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  letter-spacing: 3px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shien-menu h3::before,
.shien-menu h3::after{
  content:"";
  width:28px;
  height:6px;
}

.shien-menu h3::before{
  background:url(images/bg-menu.svg) no-repeat left center;
  margin-right: 10px;
}

.shien-menu h3::after{
  background:url(images/bg-menu.svg) no-repeat right center;
  margin-left: 10px;
}

.shien-box-container {
  display: flex;
  justify-content: space-between;
}

.shien-box {
  background: #fff;
  width: 21%;
  padding: 30px 15px 40px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.shien-box img {
  width: 90px;
  margin-bottom: 10px;
}

.shien-box h4 {
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 2px;
}

.shien-box h4 + p {
  font-size: 80%;
  margin: 10px 0 50px;
  letter-spacing: 1.5px;
  min-height: 86px;
  line-height: 1.6em;
}

.shien-box .btn-black{
  position: absolute;
  width: 88%;
  bottom: 0;
  margin-bottom: 20px;
}

.shien-box .btn-black a {
  padding: 12px 0;
  display: block;
}

@media screen and (max-width: 1000px){
  .shien-menu {
    width: auto;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 900px){
  .shien-box {
    width: 20%;
  }
}

@media screen and (max-width: 800px){
  .shien-box-container{display:block;}
  .shien-box {width:auto;margin-bottom: 20px;}
  .shien-box .btn-black {width: 95%;}
  .shien-box h4 + p{min-height:auto;}
}

@media screen and (max-width: 600px){
  .shien-box .btn-black {
    width: 92%;
  }
}

/* ご相談・支援の流れ */
#top-flow {
  margin-bottom: 100px;
}

#top-flow .half-container {
  margin-bottom: 50px;
}

.flow-box {
  background: #193f89;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}

.flow-box img {
  float: left;
  margin-right: 10px;
}

.flow-box h3 {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.flow-box p {
  font-size: 90%;
}

/* youtube・バナーエリア */
#bnr-area {
  padding:0 0 100px;
}
#bnr-area iframe {
  aspect-ratio: 528 / 315;
  height: auto;
  /* width: auto; */
}

.bnr-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.bnr-box {
  width: 48%;
}

@media screen and (max-width: 600px){
  .bnr-container{display:block;}
  .bnr-container .bnr-box{width: auto;margin-bottom: 20px;}
  #bnr-area .half-box{text-align:center;}
}

/* ご相談窓口 */
.bg-navy {
  background: #193F89;
}

#contact-area h2{
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}

#contact-area h2,
#contact-area h2 .line::before,
#contact-area h2 .line::after,
#contact-area h2 span.s-txt
 {
  color: #fff;
}

#contact-area {
  padding: 70px 0;
}

.contact-container {
  display: flex;
  justify-content: space-between;
}

.contact-box {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  width: 48%;
  border-radius: 20px;
}

.contact-box h3 {
  font-weight: bold;
  font-size: 130%;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.contact-box .btn-black {
  margin: 10px 0 15px;
}

.caution {
  font-size: 90%;
  margin-top: 10px;
}

.contact-box:last-child .caution{margin-top: 25px;}

@media screen and (max-width: 800px){
  .contact-container{display:block;}
  .contact-box{width: auto;margin-bottom: 20px;}
}

/* トップお知らせ */
#top-news {
  padding: 70px 0;
}

.bg-lightblue {
  background: #CAE1F8;
}

.news-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  align-items: center;
}

.news-cap {width: 20%;}
.news-list {
  width: 78%;
}

#top-content #top-news h2 {
  font-size: 170%;
}

.news-list li {
  border-bottom: 1px dotted;
  padding: 10px 0;
  letter-spacing: 1px;
  font-size: 90%;
}

.news-list li:last-child{border-bottom:none;}

#top-news .btn-black a {
  padding: 8px 25px;
}

.news-date {margin-right: 40px;}
.news-title a {color: #000;}

@media only screen and (max-width:700px){
  .news-container{display:block;}
  .news-cap,.news-list{width:auto;margin-bottom:20px;}
  .news-cap{text-align:center;}
}



/* メインメニュー
------------------------------------------------------------*/
.header-inner{}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head a,
#top-head {
  color: #000;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  margin: 20px 0 20px 20px;
}
#global-nav ul {
  list-style: none;
  margin: 0;
  background: #183F89;
  padding: 30px 20px;
  text-align: center;
  clear: both;
}
#global-nav ul li {
  display: inline-block;
  margin: 0 10px;
}
#global-nav ul li a {
  padding: 12px 15px;
  color:#fff;
  font-weight:bold;
}

#global-nav ul li a:hover {
  color: #183F89;
  background:#fff;
  border-radius: 5px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
}
#top-head.fixed .logo {
  color: #333;
}

#top-head.fixed #global-nav ul {
  box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 1100px) {
.header-inner{padding:0;}

#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
  background: #fff;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
}
#mobile-head {
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  color: #333;
  width:230px;
}
#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #fff;
  width: 100%;
  text-align: center;
  /* padding: 10px 0; */
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
}
#global-nav ul li {
  float: none;
  position: static;
  display:block;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  padding: 18px 0;
}
#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}
}
/*メニューここまで*/
@media screen and (min-width: 901px) {
.sp-none{display:none;}
}



/* サブページ
------------------------------------------------------------*/
.subpage{
  padding-bottom:30px;
}

.subpage p{
  margin-bottom:20px;
  line-height:1.7;
}
.text-middle{
  font-size:130%;
  font-weight:500;
  letter-spacing:0.1em;
}

.subpage .bold{
  font-weight:bold;
}

#content-sub article header {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 0;
  margin-bottom: 30px;
}

#content-sub h2 {
  font-weight: bold;
  font-size: 170%;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

/*見出し*/
.subpage h3 {
  font-weight: bold;
  font-size: 190%;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #193F89;
  margin-bottom: 30px;
}

.subpage h3.link {
  padding-top: 157px;
  margin-top: -157px;
}

.subpage a {
  color: #193f89;
  text-decoration: underline;
}

.subpage .midashi-bg{
  display:flex;
  font-weight:bold;
  font-size:200%;
  padding-bottom:30px;
  letter-spacing:0.1em;
}
.subpage .midashi-bg strong{
  display:inline-block;
  position:relative;
}
.subpage .midashi-bg strong::after{
  content:'';
  display:block;
  position:absolute;
  bottom:-10px;
  left:10px;
  z-index:-999;
  width:100%;
  height:1em;
  background:linear-gradient(to left,#FFD3A0,#FFA236);
  border-radius:10px;
}
.subpage .midashi-bg::after{
  content:'';
  display:block;
  border-bottom:1px solid #000;
  flex-grow: 1;
}
@media only screen and (max-width:850px){
  .subpage .midashi-bg::after{display:none;}
}

@media screen and (max-width: 700px){
  .subpage h3 {
    font-size: 150%;
  }
}

.subpage h4 {
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #fff;
  background: transparent linear-gradient(270deg, #0167B6 0%, #183F89 100%) 0% 0% no-repeat padding-box;
  padding: 7px 10px;
}
.subpage h5 {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
  border-left: 10px solid #193f89;
  padding-left: 10px;
}

.subpage .midashi-line{
  display: flex;
  align-items: center;
  gap:10px;
}
.subpage .midashi-line::after{
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  flex-grow: 1;
}

@media screen and (max-width: 800px){
  .subpage .midashi-bg{font-size: 160%;}
  .subpage h4{font-size: 150%;}
  .subpage h5{font-size: 130%;}
}

/*リスト*/

.subpage ul li{
  position: relative;
  list-style:none;
  padding-bottom:10px;
  margin-left:1em;
}
.subpage ul li:after{
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 0.7em;
  height: 0.7em;
  background-color: #000;
  border-radius: 150%;
}

.subpage ul li ul{
  border:none;
  padding:0;
}

.subpage ul li ul li{
  margin-top:5px;
  padding-bottom:0px;
}

.subpage ul{
  margin-bottom:20px;
  margin-left:0px;
  padding:0;
  border-radius:10px;
}

.subpage ol{
padding:0;
margin:0 0 20px 0;
list-style:none;
counter-reset:circle-number;/* 任意の名前*/
}
.subpage  ol li{
  line-height: 2;
  margin-bottom: 0.4em;
  margin-left:2.3em;
}
.subpage ol li:before {
counter-increment: circle-number; /* 任意の名前を付ける（もちろん英語で） */
content: counter(circle-number); /* 名前を付けたカウンターをcontentで発動！ */
background:#eeeeee;
border-radius: 50%;
width: 2em;
height: 2em;
text-align: center;
display: inline-block;
margin-right: .3em;
margin-left:-2.3em;
}

/*テーブル*/

.subpage table{
  margin-bottom:15px;
  border-collapse:collapse;
  border:none;
}
.subpage table thead{border:none;}
.subpage table th,.subpage .left-color td:first-child{
  background:#eee;
  color:#000;
  font-weight:bold;
  padding:10px;
  vertical-align:top;
  text-align:center;
  border-bottom:1px solid #d9d9d9;
  border-collapse:collapse;
  font-size:120%;
  border-top: none;
  border-left: none;
  border-right: none;
}
.subpage table td{
  padding:10px;
  vertical-align:top;
  border-bottom:1px solid #d9d9d9;
  border-collapse:collapse;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align:left;
}
.subpage .left-bold td:first-child{
  font-weight:bold;
  font-size:120%;
}


/*タイトル背景*/
.subpage-title-bg{
  margin-top:80px;
  background:url(images/sub-bg-default.jpg);
  background-size:cover;
  color:#fff;
}
.subpage-title {
  font-size: 200%;
  text-align: center;
  padding: 50px 10px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media only screen and (max-width:1100px){
  .subpage-title-bg{margin-top:55px;}
}

/*ページタイトル*/
.post-title{
  font-size:200%;
  font-weight:500;
  text-align:center;
}

/*タイムスタンプ*/
.dateLabel{
  margin-bottom:30px;
}

/*ページ送り*/

.tablenav {
	color: #424242;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #424242;
	padding: 2px 7px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:110%;
	background:#fff;
}

a.page-numbers:hover {
	color:white;
	background: #193f89;
}

.tablenav .current {
	color: white;
	background: #193f89;
	border-color: #193f89;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:90%;
	font-weight:bold;
}

/*アーカイブ*/
.archive-box{
  border:1px solid #ccc;
  background:#fff;
  padding:15px 15px 0;
  margin-bottom:10px;
}
.archive-box:after {content: "";clear: both;display: block;}
.archive-img{
  width:30%;
  float:right;
}
.archive-excerpt{
  width:65%;
  float:left;
}

.archive-excerpt .btn-more{
  margin-top:20px;
  text-align:right;
}
.btn-more a{
  background:#eee;
  border-radius:10px;
  padding:5px 10px;
  display:inline-block;
}

#onecolumn .archive-link {
  background: transparent linear-gradient(270deg, #0167B6 0%, #183F89 100%) 0% 0% no-repeat padding-box;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px 10px;
  font-size: 138.5%;
  border: none;
  margin-bottom: 10px;
}

.archive-link a{
  text-decoration:none;
  color:#fff;
}

.archive-link a:hover{
  text-decoration:none;
}

.archive-excerpt .btn-black {
  text-align: right;
  margin: 20px 0;
}

@media only screen and (max-width:600px){
  .archive-img,.archive-excerpt{float:none;width:auto;}
}

/*404ページ*/
.notFound {
  text-align: center;
  font-weight: bold;
  font-size: 500%;
  color: #193f89;
}

/*エフェクト inview*/
.fadeIn_left {
 opacity: 0;
 transform: translate(-50%, 0);
 transition: 1s;
}
.fadeIn_left.is-show {
 transform: translate(0, 0);
 opacity: 1;
}

.fadeIn_right {
 opacity: 0;
 transform: translate(50%, 0);
 transition: 1s;
}
.fadeIn_right.is-show {
 transform: translate(0, 0);
 opacity: 1;
}

.fadeIn_up {
 opacity: 0;
 transform: translate(0, 20%);
 transition: 1s;
}
.fadeIn_up.is-show {
 transform: translate(0, 0);
 opacity: 1;
}

@media only screen and (max-width:500px){
  .fadeIn_left,.fadeIn_right{
    opacity: 1;
    transform: translate(0,0);
    transition: 0;
  }
}

/*メールフォーム*/
.tel_num {
  font-size: 200%;
  font-weight: bold;
}

.mailform-box{
  max-width:600px;
  margin:0 auto 30px auto;
}
.mailform-box h4{
  font-size:130%;
  margin-top:20px;
}
.mailform-box p{margin-bottom:20px;}
.mailform-box textarea{width:90%;}
.mailform-box input[type="checkbox"]{width: auto;}
.mailform-box table{width:100%;border:1px solid #ccc;}
.subpage .mailform-box th,.subpage .mailform-box td{vertical-align: middle;}
.mailform-box em{
  display:inline-block;
  background:#cc0000;
  color:#fff;
  padding:3px 10px;
  margin-left:10px;
  border-radius:5px;
  font-size:80%;
}
.subpage .mailform-box .wpcf7-list-item{display:block;}

.subpage .mailform-box .wpcf7-submit {
  font-size: 110%;
  width: inherit;
  background: #000;
  color: #fff;
  padding: 6px 20px;
  letter-spacing: 0.1em;
  border-radius: 30px;
  transition: 0.3s;
  margin-bottom: 20px;
  font-weight: 500;
  min-width: 130px;
  text-align: center;
}

@media only screen and (max-width:500px){
  .mailform-box th,.mailform-box td{display:block;width:auto;}
  .mailform-box span.wpcf7-spinner {display: block;}
}

/*サイトマップ*/
.sitemap-list{margin-bottom:30px;}
.sitemap-list li{
	margin-top:10px;
	background:url(images/sitemap-list-arrow.png) no-repeat 0 7px;
	padding-left:20px;
	font-size:120%;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}
.sitemap-list li ul li{
	margin-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	background:url(images/sitemap-list-child-arrow.png) no-repeat 0 7px;
	font-size:90%;
	border-bottom:none;
}
.sitemap-list li ul li ul li{
	border-bottom:none;
	background:url(images/sitemap-list-grandchild-arrow.png) no-repeat 0 3px;
}

/*アコーディオン*/
.subpage .wp-block-accordion{
  max-width:800px;
  margin:0 auto 20px auto;
}
.subpage .wp-block-accordion-item{
  border:1px solid #ccc;
  border-radius:10px;
  padding:10px 20px;
  margin-bottom:10px;
  transition:0.5s;
}

.subpage .wp-block-accordion-panel[aria-hidden=true], .wp-block-accordion-panel[inert]{
  transition:0.5s;
}
.subpage .wp-block-accordion-item h3{
  font-size:110%;
  padding-bottom:0;
}

/***** サブページ *****/
/* 協議会とは */
.gensoku {
  border: 3px solid #193F89;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}

.gensoku h2 {
  font-size: 187%;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.gensoku .wp-block-buttons,
.btn-flow.wp-block-buttons {
  justify-content: space-between;
}

.gensoku .wp-block-buttons>.wp-block-button{
  width: 30%;
}

.btn-flow.wp-block-buttons>.wp-block-button {
  min-width: 23%;
}

.gensoku .wp-block-button__link {
  text-decoration: none;
  background: transparent linear-gradient(102deg, #0167B6 0%, #183F89 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-weight: bold;
  font-size: 125%;
  letter-spacing: 3px;
  width: 100%;
  display: block;
  cursor: auto;
  color: #fff;
}

.subpage .wp-block-buttons a {
  color: #fff;
  text-decoration: none;
}

.btn-flow.wp-block-buttons a {
  display: block;
  width: 100%;
}

.btn-flow-columns.wp-block-columns.is-layout-flex{
  gap: 1em;
}

.sub-about_us .subpage .btn-black a {
  padding: 12px 25px;
  letter-spacing: 2px;
}

.subpage ul.li_mb30 li{margin-bottom:20px;}

.btn-flow.wp-block-buttons>.wp-block-button {
  font-size: 72%;
  width: 100%;
}

.btn-flow.wp-block-buttons>.wp-block-button strong{
  font-size:120%;
}

.ichiji-taiou {
  position: relative;
}

.subpage .ichiji-taiou .btn-ichijitaiou {
  /* position: absolute;
  width: 300px;
  height: 50px;
  font-size: 90%;
  padding: 10px;
  letter-spacing: 2px;
  bottom: 29%;
  left: 5%; */
}

.subpage .ichiji-taiou .btn-ichijitaiou {
  margin-bottom: 0;
  height: 0;
}

.subpage .ichiji-taiou .btn-ichijitaiou img {
  position: absolute;
  bottom: 34%;
  left: 11%;
  width: 25%;
}

@media screen and (max-width: 850px){
  .btn-flow.wp-block-buttons {
    flex-wrap: wrap;
  }
  .btn-flow.wp-block-buttons>.wp-block-button {
    width: 100%;
  }
  .subpage .ichiji-taiou .btn-ichijitaiou img{bottom: 34%;}
}

@media screen and (max-width: 700px){
  .gensoku .wp-block-buttons {
    flex-wrap: wrap;
  }
  .gensoku .wp-block-buttons>.wp-block-button {
    width: 100%;
  }
}

@media screen and (max-width: 500px){
  .subpage .ichiji-taiou .btn-ichijitaiou img{bottom: 34%;}
}


/* 支援メニュー */
.subpage p.menu-catch {
  font-weight: bold;
  font-size: 160%;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

@media screen and (max-width: 700px){
  .subpage p.menu-catch {
    font-size: 120%;
  }
}

/* よくある質問 */
.sub-faq .wp-block-details {
  background: #EFEFEF;
  margin-bottom: 20px;
  padding: 30px 25px 30px 30px;
  border-radius: 20px;
}

.sub-faq .wp-block-details summary {
  background: url(images/icon-q.svg) no-repeat left 8px;
  display: block;
  list-style: none;
  padding-left: 35px;
  padding-right: 20px;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
}

.sub-faq .wp-block-details summary::after{
  content:url(images/icon-downarrow.svg);
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}


.sub-faq .wp-block-details summary + p {
  padding-top: 20px;
}

/*アコーディオン*/
dl.accordion-content { background:#e3f1ff; width:auto; margin:0 auto 30px; padding:10px; font-size:16px;}
dl.accordion-content summary {
	background:url(images/sub/open.png) no-repeat 0 10px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	color:#333;
	font-weight:bold; cursor:pointer;}
dl.accordion-content summary.open {
	background:url(images/sub/close.png) no-repeat 0 10px;
}
dl.accordion-content p { background:#FFF; padding:10px; line-height:1.5; display:none;}

@media screen and (max-width: 600px){
  .sub-faq .wp-block-details summary{
    font-size: 110%;
    letter-spacing: 2px;
  }
  .sub-faq .wp-block-details{
    padding: 19px 15px 20px 20px;
  }
}

/* ご相談・お問い合わせ */
.sub-contact .subpage h3 {
  border-bottom: none;
}

.subpage hr.wp-block-separator.dashed {
  border: 0.5px dashed;
  margin: 40px 0;
}

/* Contact form7 */
.wpcf7 em {
  display: inline-block;
  background: #cd4d4d;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 90%;
}

/* .wpcf7 {
  max-width: 760px;
  margin: 0 auto 30px auto;
} */

.wpcf7_inner {
  max-width: 650px;
  margin: 0 auto 30px auto;
}

#content-onecolumn .subpage .wpcf7 h3 {
  text-align: left;
  font-size: 120%;
  margin-bottom: 10px;
  padding:0;
  margin:20px 0 10px 0;
}

.subpage .wpcf7 h3::before{
  content:none;
}

#content-onecolumn .subpage .wpcf7 h4 {
  font-size: 120%;
  margin-bottom: 0;
  background: none;
  color: #000;
}

#content-onecolumn .subpage .wpcf7 h5 {
  font-size: 100%;
  margin-bottom: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  max-width: 95%;
  padding: 1px 2%;
  max-width: inherit;
}

.wpcf7 input[type="number"],.wpcf7 input.number-field{
  max-width: 5em;
}
.wpcf7 input.p-postal-code{
  max-width:6em;
}

.subpage .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}