@charset "utf-8";

@import url("css/fiveequalcolumns.css");

@media print {
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
}

@media print {
  thead {
    display: table-header-group
  }

  img, svg, tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2, h3, h4, p {
    orphans:3; /* 改ページされる際の前ページの最低行数 */
    widows:3   /* これは何？ */
  }

  h2, h3, h4 {
    page-break-after: avoid
  }
  
  .navbar {
    display: none
  }
}

/* ===============================
  基本
  ================================ */

body {
  background: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

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

a {
  color: #3C4858;
}

a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

em {
  font-style: normal;
  font-weight: bold;
  background: #FAEE1C;
  padding: .25em;
}


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

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

a[target=&quot;_blank&quot;]:after {
	content: 'aaa';
}


/* ===============================
  レイアウト
  ================================ */

main {
  min-height: 800px;
}


.content {
  margin-top: 2em;
}

.content-main {
  border-right: solid 1px #ccc;
}

@media (max-width: 768px) {
  .content-main .col-xs-6:nth-child(odd) {
    clear: left;
  }
}



/* ===============================
  ヘッダー
  ================================ */

.navbar {
  border-radius: inherit;
  box-shadow: inherit;
}


header a {
  font-size: 13px !important;
}

header .navbar a {
  font-weight: bold !important;
  min-width: 80px !important;
}

.navbar-sub a {
  font-size: 17px !important;
  font-weight: bold !important;
  background: #FAEE1C;
  border-radius: inherit !important;
  margin-left: 5px;
}

.navbar-form {
  margin-top: 20px;
  margin-bottom: 0;
}

header .pull-right {
  margin: 0;
}

.navbar-main {
  background: #e91e63;
  text-align: center;
}

.navbar-main ul {
  border-left: solid 1px #F278A1;
  display: inline-block;
  float: none !important;
}

@media (min-width: 768px) {
  .navbar-main li {
    border-right: solid 1px #F278A1;
  }
}

@media (max-width: 768px) {
  .navbar-main li {
    margin: 0 !important;
    width: 33%;
  }
}

.navbar-main a {
  color: #fff !important;
  text-align: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px !important;
}

.navbar-main a:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.navbar-main i {
  font-size: 30px !important;
  display: block;
  padding: 5px 0 5px 0 !important;
  margin: 0 auto !important;
  top: inherit !important;
  max-width: inherit !important;
}

.navbar-sub i {
  font-size: 20px !important;
  display: inline !important;
  padding: 0 !important;
}

.navbar .dropdown-menu {
  border-color: #e91e63;
  border: 1px;
}

.navbar .dropdown-menu li {
  border: none;
}

.navbar .dropdown-menu li > a {
  color: #e91e63 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-align: left !important;
}

.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
  background: #e91e63;
  color: #fff !important;
}

.navbar .navbar-toggle .icon-bar {
  border-color: #fff;
}

.menu-box {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
}

.form-group {
  margin-top: 0;
}

.home main {
  margin-top: -10px;
}




/* ===============================
  サイドバー
  ================================ */

.content-side h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: none;
}

.side-widget {
  font-size: 12px;
}

.side-widget ul {
  padding: 0;
}

.side-widget li {
  list-style: none;
  margin-bottom: 1em;
}




/* ===============================
  メイン
  ================================ */


.content-main a {
  text-decoration: underline !important;
  color: #32a0db;
}

.content-main a.btn {
  text-decoration: none !important;
}

main p {
  line-height: 2em;
}

main h1 {
  margin: 2em 0 2em 2em;
  font-size: 30px;
  font-weight: bold;
}

main .content-main h2 {
  margin: 2em 0 1em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  clear: both;
  border: solid 2px #3C4858;
  padding: 15px;
  background: #F3FFB9;
}


.content-main .content-list,
.content-main h2:first-child,
.content-main h3:first-child,
.content-main .well:first-child,
.content-main .bar:first-child {
  margin-top: 0 !important;
}

main .content-main h3 {
  color: #e91e63;
  margin: 1.5em 0 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
main .content-main h3 + h4 {
	margin: 10px 0!important;
}
main .content-main h4 {
  margin: 1em 0 .5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

main th {
  background: #eee;
  font-weight: bold !important;
}

.table-center * {
  text-align: center !important;
}

main th,
main td {
  font-size: 1em !important;
}

main .row {
  margin-bottom: 2em;
}

.caption {
  font-size: 90%;
}

.caption-credit {
  text-align: right;
}

.well {
  margin: 2em 0;
  background: #fff;
}

.well h3 {
  margin: 0 0 1em 0 !important;
  color: #3C4858 !important;
}

.well p {
  line-height: 1.5em;
}

.well-contact {
  background: #eee;
}

.well-contact h2 {
  margin: 0 0 1em 0 !important;
  font-size: 15px !important;
  padding-bottom: .5em !important;
  border: none !important;
  border-bottom: solid 1px #ccc !important;
  background: transparent !important;
}

.well-btn ul {
  margin: 0;
  padding: 0;
}

.well-btn li {
  list-style: none;
  display: inline;
}

.tel, .tel a,
{
  color: #e91e63;
  font-size: 25px;
  text-decoration: none !important;
}
.notice {
  color: #e91e63;
  font-size: 200%;
  font-weight: bold;
}

.pull-right {
  margin-left: 1em;
  margin-bottom: 1em;
}

.iframe-content {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}

.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gallery {
  margin-bottom: 20px;
  font-size: 90%;
}

.gallery img {
  border: none !important;
  border: solid 2px #fff !important;
}

.gallery dl {
  margin-bottom: 0;
}

.gallery-columns-6 .gallery-item {
  margin-top: 0 !important;
}

.progress {
  height: auto;
}

.progress-bar {
 padding: 10px 0;
}


/* ===============================
  ホーム
  ================================ */

.home-img {
  width: 100%;
  margin-top: -20px;
}

.home-lead {
  padding: 10px 0 30px;
}

.home-lead h3 {
  font-size: 30px;
  line-height: 1.75em;
  text-align: center;
}

.home-lead h3 span {
  border-bottom: solid 3px #e91e63;
  padding-bottom: 5px;
}

.blog-list {
  margin: 0;
  padding: 0;
  font-size: 90%;
}

.blog-list li {
  list-style: none;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-top: .5em;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
  width: 100%;
}

.blog-list li .row {
  margin-bottom: 0;
}

.blog-category a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 90%;
  text-decoration: none !important;
}

.blog-category-news    { background: #00bcd4; }
.blog-category-seminar { background: #4caf50; }
.blog-category-doit    { background: #9c27b0; }
.blog-category-other   { background: #999999; }

.blog-list .blog-title a {
  color: #3C4858 !important;
  text-decoration: none !important;
}

.blog-list .blog-title a:hover {
  text-decoration: underline !important;
}

.fb-like-box {
  margin-bottom: 1em;
  max-width: 100%;
}

.fb-like-box iframe {
  max-width: 100%;
}

.home-box {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .home-box.col-xs-6:nth-child(odd) {
    clear: left;
  }
}

.home-box a {
  display: block;
  background: transparent url("img/home-box.png") repeat;
  border: solid 1px #e91e63;
}

.home-box a:hover {
  background-color: #F3FFB9;
}

.home-box-head {
  padding: 15px 15px 0 15px;
  text-align: center;
  font-size: 18px;
  color: #e91e63;
}

.home-box i {
  font-size: 40px;
  margin-bottom: 10px;
}

.home-box-body {
  padding: 10px 15px 15px 15px;
  color: #333;
}

.home-box a:hover .home-box-body {
  color: #e91e63;
}

.home-box p {
  line-height: 130%;
  margin-bottom: 0;
}



/* ===============================
  扉
  ================================ */

.content-list {
  margin-top: 2em;
  font-size: 90%;
}

.content-list div {
  margin-bottom: 1em;
}

.content-list div:nth-child(4n+1) {
  clear: left;
}

.content-list img {
  margin-bottom: .5em;
}

.content-main .content-list a {
  line-height: 1.5em;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  color: #3C4858;
}

/* ===============================
  フッター
  ================================ */

footer {
  text-align: left;
  margin-top: 20px;
  font-size: 13px;
  border-top: solid 1px #ccc;
}

.footer-2nd,
.footer-1st {
  padding: 40px 0;
  border-bottom: solid 1px #ccc;
}

.footer-2nd {
}

.footer-1st {
  background: #444;
  color: #fff;
}

.footer-1st a {
  color: #fff !important;
}

footer ul {
}

footer ul li {
  display: block;
}

footer ul li a {
  padding: 5px;
}

footer i {
  vertical-align: middle;
}

.copyright {
  color: #999;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}


/* ===============================
  市町紹介
  ================================ */

.page-city .content-list {
  font-size: 110%;
}

.catchphrase {
  display: block;
  margin-bottom: .25em;
  font-size: 80%;
  line-height: 1.5em;
  font-weight: normal;
}


.page-city-child th {
  width: 20%;
}

.page-city-child td:nth-child(4) {
  width: 30%;
}

.page-city-child .content-main .col-md-2 a {
  display: block;
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 20px;
}




/* ===============================
  移住への道
  ================================ */

.way-well {
  padding: 30px;
}

.way-well h3 {
  color: #e91e63;
  font-size: 130%;
}


/* ===============================
  石川の魅力
  ================================ */

.bar {
  border: solid 3px #e91e63;
  color: #e91e63;
  font-weight: bold;
  background: #F3FFB9;
  margin-top: 2em;
  margin-bottom: 2em;
}

.bar-head {
  display: inline-block;
  line-height: 50px;
  background: #e91e63;
  color: #fff;
  padding: 20px 40px;
  font-size: 25px;
}

.bar-body {
  display: inline-block;
  line-height: 50px;
  color: #e91e63;
  padding: 20px;
  font-size: 25px;
}


/* ===============================
  Iパス
  ================================ */

.page-ipass .content-main th {
  width: 30%;
}

/* ===============================
  子育て環境
  ================================ */
.kosodateedupic img{
	vertical-align: bottom;
}

/*移住ママの声*/
.mamavoice{

}
.mamavoice dl{
  width:100%;
  font-size:20px;
}
.mamavoice dt{
  float:left;
  clear:left;
  width:1.5em;
  vertical-align:top;
  line-height:1.5em
}
.mamavoice dd{
  width:100%;
  line-height:1.5em
}

/*移住者対談*/
.interviewer{
	color: #FF0056;
}
.interviewee{
	color: #4379BE;	
}


/*テストサイトにのみ表示するためのクラス*/
.testdisp {
	display: none;
}

/* ===============================
  ILAC紹介キャンペーン
  ================================ */

.konohoka h5 {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.konohoka p {
  font-size: 0.9em;
}

.minasamahe {
/* 	border: 3px solid #e91e63; */
	padding: 2rem;
	margin-bottom: 2rem;
	background-color: #fdf4f8;
}

.ribbon1 {
    display: inline-block;
    position: relative;
    height: 30px;/*リボンの高さ*/
    line-height: 30px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 18px;/*横の大きさ*/
    font-size: 15px;/*文字の大きさ*/
    background: #25b6ef;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 5px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after{
    top: 0;
    right: 0;
    border-width: 15px 5px 15px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.page-ilac-campaign .ilac-number,
.page-ilac .ilac-number,
.page-ilac_test .ilac-number {
  font-weight: bold;
  color: #25b6ef;
  border: 2px solid #25b6ef;
  background-color:#fff23f;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: .5rem;
}

.maintext {
  font-weight: bold;
  font-size: 1.5rem;
  color: #25b6ef;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.hyakumangoku {
  font-weight: bold;
  font-size: 1.8rem;
  color: #25b6ef;
}

.syouhinken {
  font-weight: bold;
  font-size: 2.5rem;
  color: #25b6ef;
}

main .content-main h4.miryoku {
  background-color: #25b6ef;
  color: #fff;
  padding: .5rem 1rem;
  font-weight: normal;
}

.bigtext {
  font-weight: bold;
  font-size: 2rem;
}

.subtext {
  font-weight: bold;
  font-size: 1.5rem;
}

.annotation {
  border: 1px solid #ccc;
  padding: 1rem 1.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-ilac-campaign h6,
.page-ilac h6 {
  font-weight: bold;
}

.page-ilac-campaign h4 .ilac-number,
.page-ilac h4 .ilac-number {
  background-color:#25b6ef;
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
}

.shitakata {
  color: #000;
  background-color: rgb(90,195,71);
  font-weight: bold;
  padding: .25em .5em .25em .25em;
  opacity: 0.9;
	margin-right: .5rem;
}

.saretakata {
  color: #000;
  background-color: rgb(241,112,179);
  font-weight: bold;
  padding: .25em .5em .25em .25em;
  opacity: 0.9;
  margin-right: .5rem;
}

main .content-main h3.osumai,
main .content-main h3.kengai {
	font-size: 24px;
}

main .content-main h3.osumai {
	margin-top: 8rem;
}

main .content-main h3.osumai img,
main .content-main h3.kengai img {
	padding-bottom: 6px;
}

.content-main a.btn.uketsuke {
	font-size: 18px;
  padding: 25px 50px;
}

.page-ilac-campaign .minasamahe.border-pink {
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
  background-color: #fdf4f8;
  border: 8px solid rgb(241,112,179);
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: 17px;
}

/* ===============================
  STEP
  ================================ */

.page-ilac-campaign .bar-ilac,
.page-ilac .bar-ilac {
  border: solid 3px #e91e63;
  color: #e91e63;
  font-weight: bold;
  background: #F3FFB9;
  margin-top: 2em;
  margin-bottom: 2em;
}

.page-ilac-campaign .bar-head-ilac,
.page-ilac .bar-head-ilac {
  display: inline-block;
  line-height: 10px;
  background: #e91e63;
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
}

.page-ilac-campaign .bar-body-ilac,
.page-ilac .bar-body-ilac {
  display: inline-block;
  line-height: 10px;
  color: #e91e63;
  padding: 20px;
  font-size: 18px;
}

.page-ilac-campaign main .content-main h3.osumai {
	margin-top: 3rem;
}

/* ===============================
  　個人情報保護の同意について
  ================================ */

.page-privacy-protection hr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.page-privacy-protection .annotation h4 {
    font-size: 1.5rem;
}

.page-privacy-protection .annotation {
    padding: 1rem 2.5rem 1.5rem;
    font-size: 1.4rem;
}

.agree {
  text-align: center;
  background: #F0F0F0;
  padding: 1rem;
}

.agree label {
  color: #333;
}

.agree-text {
  text-align: center;
}

/* ===============================
  　外部リンクのアイコン（ボタンのときは非表示にする）
  ================================ */

.form .fa.fa-external-link {
  display: none;
}

/* ===============================
  　ILAC申込方法
  ================================ */

.circle {
  color: #e91e63;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #e91e63;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 1rem;
}

/* ===============================
  　移住特使
  ================================ */
.nodate {
	margin: 15px 0;
    padding: 15px;
    text-align: center;
    background: #fffcea;
}
/*20230607 移住特使ページにもロゴを出すようにする*/
/*
.page-itokushi h1,
.search h1 {
	display:none;
}
*/
.sliderbox {
	width: 60%;
	top: 6%;
	position: absolute;
	z-index: 1000;
	left: 6%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px;
}
.sliderbox h3 {
	color: #fff!important;
	font-size: 23px!important;
	margin-bottom: 10px!important;
}
.sliderbox p {
	font-size: 14px;
	line-height: 1.5;
}
.page-itokushi main,
.search main,
.single-itokushi main {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: 2px;
}
.page-itokushi main .row,
.search main .row,
.single-itokushi main .row {
	margin-right: 0;
    margin-left: 0;
}
.single-itokushi main .content-main p {
	margin: 0 0 20px;
}
.page-itokushi main .content-main h2,
.search main .content-main h2,
.single-itokushi .content-main h2 {
	border: none;
    border-left: 2px solid;
    background: #f5f5f5;
}
.page-itokushi main .content-main h2.page_title,
.search main .content-main h2.page_title,
.single-itokushi .content-main h2.page_title {
	text-align: center;
    padding: 0;
    background: none;
    border: none;
    padding: 0 55px;
    display: inline-block;
    position: relative;
    margin-top: 2em!important;
}
.topslider {
	margin-bottom: 70px;
	position: relative;
}
.page-itokushi main .content-main h2.page_title:before,
.search main .content-main h2.page_title:before,
.single-itokushi .content-main h2.page_title:before,
.page-itokushi main .content-main h2.page_title:after,
.search main .content-main h2.page_title:after,
.single-itokushi .content-main h2.page_title:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
    left: 0;
}
.page-itokushi main .content-main h2.page_title:after,
.search main .content-main h2.page_title:after,
.single-itokushi .content-main h2.page_title:after {
	right: 0;
    left: auto;
}
.page-itokushi main .content-main h3,
.search main .content-main h3 {
	color: #333;
}
.page-itokushi .content-main,
.single-itokushi .content-main {
	border: none;
}
.page-itokushi main .content-main h4,
.search main .content-main h4 {
	font-size: 16px;
    color: #333;
    /*
    padding: 10px;
    background: #f5f5f5;
    */
    border-radius: 5px;
    clear: both;
}
.page-itokushi main .content-main h4.area_h4,
.search main .content-main h4.area_h4 {
	font-size: 16px;
    color: #333;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    clear: both;
}
.page-itokushi main .content-main .center,
.search main .content-main .center {
	text-align: center;
	clear: both;
}
.page-itokushi main .content-main .btn,
.search main .content-main .btn {
	background: #f32c60;
	border: 1px solid #f32c60;
}
.page-itokushi main .content-main .btn:hover,
.search main .content-main .btn:hover {
	background: #fff;
}
.page-itokushi main .content-main .btn:hover a,
.search main .content-main .btn:hover a {
	color: #f32c60;
}
.page-itokushi main .content-main .btn a,
.search main .content-main .btn a {
	color: #fff;
	text-decoration: none!important;
}
.page-itokushi main .content-main h4 + .areabox_outer {
	margin-top: 15px;
}


.infobox_outer .infobox {
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 2%;
	width: 23%;
	letter-spacing: 2px;
	vertical-align: top;
}
.infobox_outer .infobox .type {
	font-weight: bold;
    padding: 6px 10px;
    background: #333;
    line-height: 1;
    margin: 0;
    text-align: center;
    color: #fff!important;
}
.sns {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.sns li {
	list-style: none;
    display: inline-block;
    letter-spacing: 0;
	margin-top: 10px;
}
.sns li.youtube {
	border: 1px solid #ccc;
}
.sns li.hp {
	padding: 3px 6px 3px 0;
	border: 1px solid #355398;
	border-radius: 15px;
	background: #355398;
}
.sns li .fa {
	color: #fff;
}
.sns li.hp:hover {
	background: #fff;
}
.sns li.hp:hover a {
	color: #355398;
}
.sns li.hp:hover .fa {
	color: #355398;
}
.sns li.hp a {
	color: #fff;
	text-decoration: none!important;
	font-size: 13px;
    padding: 1px 5px 1px 10px;
}
.mini_infobox_outer {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #ccc;
}
.mini_infobox_outer .mini_infobox {
	margin-bottom: 10px;
}
.mini_infobox_outer .mini_infobox .city,
.mini_infobox_outer .mini_infobox .info_pattern,
.mini_infobox_outer .mini_infobox .itokushi_about,
.mini_infobox_outer .mini_infobox .sns {
	margin-right: 15px;
	display: inline-block;
	letter-spacing: 2px;
}
.mini_infobox_outer .mini_infobox .city {
	width: 6em;
	text-align: center;
	background: #e8e8e8;
}
.mini_infobox_outer .mini_infobox .info_pattern {
	width: 10em;
    padding: 0;
}
.infobox a:hover {
	opacity: 0.8;
}

.tokushi_form {
	background: #f1f1f1;
    border-radius: 5px;
    padding: 15px;
    letter-spacing: -0.5em;
}
.tokushi_form .tokushi_map {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: 1px solid;
	padding: 1%
}
.tokushi_form .tokushi_map p {
	letter-spacing: normal;
}
.tokushi_form .searchbox {
	display: inline-block;
    width: 72%;
    margin-left: 3%;
    letter-spacing: normal;
}
.form_citys .form_city > div,
.form_areas .form_area > div {
	display: inline-block;
    width: 7em;
}
.form_citys .form_city label,
.form_areas .form_area label {
	margin-right: 15px;
    color: #3C4858;
}
.form_citys .form_city input[type=radio],
.form_areas .form_area input[type=radio] {
	margin-right: 5px;
}
.form_citys {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.c128 {
	width: 128px;
}
.tokushi_list .columns {
	overflow: hidden;
    margin-bottom: 20px;
    background: #fffcea;
    padding: 1.5% 1.5% 1.5% 0;
	letter-spacing: -0.5em;
}
.tokushi_list .columns > div{
	float: left;
    width: 23.5%;
    margin-left: 1.5%;
    margin-bottom: 2%;
    vertical-align: top;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}
.tokushi_list .columns > div.infobox{
	text-align: left;
	padding: 10px 2%;
    background: #fff;
}
.areabox_outer {
	clear: both;
}
.areabox p {
	float: right;
}
.areabox p .btn {
	color: #fff;
	padding: 10px 15px;
}
.areabox p .btn:hover {
	color: #f32c60;
}
.center .btn:hover {
	color: #f32c60;
}
.form_areas .form_area label {
	font-weight: bold;
}
/*.areabox_outer a {
	color: #333;
	text-decoration: none!important;
	padding: 10px;
    background: #fffcea;
    display: block;
    height: 100%;
}*/
.areabox_outer h5 {
	margin-top: 0;
	font-size: 1em;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.areabox_outer p {
	margin-bottom: 0;
	font-size: 13px;
}
.infobox .img {
	max-height: 200px;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
.infobox .info .name {
	color: #3C4858;
    font-size: 14px;
    margin: 14px 0 0;
    font-weight: bold;
    line-height: 1.5;
}
.infobox .info .katagaki {
    display: inline-block;
    font-weight: bold;
    color: #fe365c;
    margin-bottom: 10px;
    line-height: 1.5;
}
.infobox .info .naiyou {
	margin-bottom: 5px;
    line-height: 1.5;
}
.infobox .info {
	padding: 0;
}
.infobox .info p {
	color: #333;
	padding-top: 6px;
	line-height: 1.5;
	font-size: 13px;
}
.infobox .type {
	letter-spacing: normal;
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    padding: 6px 10px 0;
    font-size: 12px !important;
    background: #e2e2e2;
    text-align: center;
}
.infobox .pattern {
	padding: 0 0 6px!important;
    text-align: center;
    background: #e2e2e2;
    font-weight: bold;
}
.infobox table th {
	width: 5em;
	padding: 0 15px 0 0;
	background: none;
	vertical-align: top;
	position: relative;
}
.infobox table th:before {
	content: "：";
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
}
.form_others table th {
	padding: 0 1em;
	position: relative;
	font-size: 14px!important;
	background: none;
	vertical-align: top;
}
.form_others table th:before {
	content: "・";
	position: absolute;
	left: 0;
}
.form_others table td {
	padding: 0 1em;
	vertical-align: top;
}
.form_others table td label {
	color: #3a4858;
}

.searchbox input[type=checkbox],
.searchbox input[type=radio] {
	margin-right: 5px;
	vertical-align: top;
}
.searchbox .formtbl {
	margin-top: 35px;
    text-align: center;
}
.searchbox .formtbl input {
	width: 25%;
}
.searchbox .formtbl input[type="submit"] {
	border: none;
	background: #a9d8ec;
	padding: 5px;
	border: 1px solid #a9d8ec;
}
.searchbox .formtbl input[type="reset"] {
	padding: 5px;
    border: none;
    border: 1px solid #a1d9ed;
}
.form_others input[type="text"]{
	width: 390px;
	max-width: 100%;
}
.requirebox {
	margin: 50px 0 0;
}
.houkokureibox {
	margin: 50px 0 0;
}
.houkokurei_li .houkokurei {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.houkokurei_li .houkokurei .image {
	display: table-cell;
    width: 15%;
    padding-right: 3%;
    vertical-align: top;
}
.houkokurei_li .houkokurei .about {
	display: table-cell;
    vertical-align: top;
}
.houkokurei_li .houkokurei .about h4 {
    margin-top: 0;
}
.tokushi_list h4 + .areabox_outer {
    margin-top: 10px;
}
.snsbox {
	margin-top: 50px;
	letter-spacing: -0.4em;
    margin-left: -2%;
}
.snsbox h2 {
	letter-spacing: normal;
	margin-left: 2%!important;
}
.snsbox h3 {
	padding: 10px;
    border: 1px solid!important;
    text-align: center;
}
.snsbox .sns {
	width: 31.333%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	letter-spacing: normal;
}
.snsbox .sns *,
._5pcb._5tmf._50f3 {
	width: 100%!important;
	min-width: 100%!important;
	margin-top: 0!important;
}
.search .content-main {
	border-right: none;
}
.snsbox .scroll_box {
	max-height: 450px;
	overflow: hidden;
	overflow-y: scroll;
}
.secretariatbox ul li {
	padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.secretariatbox .secretariat_day {
	display: inline-block;
    margin-right: 15px;
}
.secretariatbox .secretariat_name {
	display: inline-block;
    margin-right: 10px;
	font-weight: bold;
}
.secretariatbox .secretariat_aboutclick {
	display: inline-block;
    margin: 8px 15px 8px 0px;
    padding: 5px 15px;
}
.secretariatbox .secretariat_aboutall {
	display: none;	
}
.secretariatbox .secretariat_aboutclose {
	display: none;
}
.secretariatbox .secretariat_url {
	display: inline-block;
}
.secretariatbox .secretariat_aboutclick:hover {
	color: #f32c60;
}
.page-itokushi main .row {
	margin: 0;
}
.single-itokushi main .content-main h3 {
	color: #000;
    border-bottom: 3px solid #000;
    font-size: 22px;
    padding-bottom: 5px;
}
.single-itokushi main .content-main h3 + h4 {
	margin-top: 1em;
}
.single-itokushi main .content-main h4 {
	font-weight: normal;
    color: #e66e00;
    padding: 10px;
    margin-top: 2em;
    border: 1px solid;
    font-weight: bold;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;
}
.single-itokushi main .content-main .info p {
	color: #000;
}
.infobox_outer {
	letter-spacing: -0.5em;
	margin-left: -2%;
}
.single-itokushi .infobox_outer .infobox {
	display: table;
    margin-bottom: 15px;
    width: 100%;
    table-layout: fixed;
}
.single-itokushi .infobox_outer .infobox .img {
	display: table-cell;
    width: 23%;
    padding: 0 2% 0 0;
    vertical-align: top;
}
.single-itokushi .infobox_outer .infobox .info {
	display: table-cell;
    width: 75%;
    vertical-align: top;
    padding: 0;
}
.c_center {
	text-align: center;
}
.mt10 {
	margin-top: 10px!important;
}
.single-itokushi .c_center img {
	max-width: 60%;
}
.single-itokushi .c_center img + img {
	margin-top: 15px;
}
.bunruigata span {
	display: inline-block;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #fff;
}
.bunruigata .kosodate {
    background: #ff6a6a;
}
.bunruigata .kigyou {
    background: #3e93ea;
}
.bunruigata .nogyou {
    background: #0db322;
}
.bunruigata .satoyamasatoumi {
    background: #0d9cb3;
}
.bunruigata .noukaminshuku {
    background: #b33b0d;
}
.bunruigata .gyogyou {
    background: #01adff;
}
.bunruigata .dentoukougei {
    background: #6b00e0;
}
.bunruigata .akiya {
    background: #e0009b;
}
.bunruigata .ilac {
    background: #95b751;
}
.bunruigata .okoshi {
    background: #9e8b00;
}
.areabox_outer {
	background: #fffcea;
}
.areabox_outer .areabox {
	margin: auto;
    top: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    right: 0;
    text-align: left;
	    table-layout: fixed;
    width: 100%;
}
.areabox_outer .areabox .img {
	margin-bottom: 10px;
	table-layout: fixed;
	width: 100%;
}
.morelink,
.closelink {
	text-decoration:underline;
}
.morelink:hover,
.closelink:hover {
	color:#ccc;
	cursor: pointer;
}

.closelink_outer {
	display:none;
}
.tokushi_about_last {
	display:none;
	
}
@media screen and (max-width: 850px) {
	.tokushi_form .tokushi_map {
		width: 100%;
		margin-bottom: 15px;
	}
	.tokushi_form .searchbox {
		margin: 0;
		width: 100%;
	}
	.tokushi_form table {
		width: 100%;
		display: block;
	}
	.tokushi_form table tbody {
		display: block;
	}
	.tokushi_form table tbody tr {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.form_others table th {
		display: block;
		width: 100%;
	}
	.form_others table td {
		display: block;
		width: 100%;
	}
}
@media (max-width: 768px){
	.tokushi_list .columns > div,
	.infobox_outer .infobox {
		width: 31.333%;
	}
}
@media (max-width: 730px){
	.sliderbox {
		position: static;
		width: 100%;
	}
}
@media (max-width: 680px){
	.tokushi_list .columns > div,
	.infobox_outer .infobox,
	.snsbox .sns {
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.snsbox {
		margin-left: 0;
	}
	.snsbox .sns {
		width: 100%;
		margin: 0 auto 30px;
	}
	.snsbox h2 {
		margin-left: 0!important;
	}
	.snsbox .sns h3 {
		width: 96%;
		min-width: 96%;
		margin: 0 auto 15px!important;
	}
	.tokushi_list .columns > div,
	.infobox_outer .infobox,
	.snsbox .sns {
	    width: 98%;
	}
	.single-itokushi .c_center img {
		max-width: 100%;
	}
	.areabox_outer {
		text-align: center;
	}
	.areabox {
		text-align: left;
	}
}


/* ===============================
  　大相談会
  ================================ */
.consultation-row{	
  margin-bottom: 5px !important;
}
.consultation-area{
  padding:10px;
	
}
.consultation-data{
  padding:10px;
}
.consultation-data-border{
  border-bottom: solid 1px #888;
}
  
.org-list {
  margin: 0px;
}
/* クリアフィックス */
.org-list ul:after {
  content: "";
  clear: both;
  display: block;
}

/* リストの設定1 */
.org-list ul li {
  display: block;
  float: left;
  height: 2.5em;
  list-style-type: none;
  text-align: center;
}
.org-list p{
	margin: 0px;
}

/* リストの設定2 */
.explist{
	list-style: none;
}

/* リストの設定3 */
.dllinklist{
	padding-left: 50px;
}

.dllinklist li{
	line-height: 2em;
}




/*TOPに戻る*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 8px 7px 8px;
  border-radius: 30px;
  width: 80px;
  height: 40px;
  background-color: #f32c60;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: x-small;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}